ChangeLog-2007
资源名称:vlc-1.0.5.zip [点击查看]
上传用户:kjfoods
上传日期:2020-07-06
资源大小:29949k
文件大小:1083k
源码类别:
midi
开发平台:
Unix_Linux
- commit 5388d5c1757f141e982b2755895da96c80f33e6c
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 31 16:29:40 2007 +0000
- typo
- commit 65abc4a052a422f5d114df51c23963e4cd128644
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 31 14:24:21 2007 +0000
- contrib: mirror the packages by GNUPG on ganesh as their server is constantly unreachable
- commit 1e8bbf19b3bb93076119a75fcfae5f6db7cbbfec
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 31 14:08:05 2007 +0000
- macosx: added an option to disable the 'Recent Items' list as requested by multiple forum users (closes #1340)
- commit 32cdbfa32d03e0022874e3da3d6caa02ca9894b8
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Mon Dec 31 12:16:53 2007 +0000
- add artChanged signal to inputmanager and change backgroundwidget to use
- it.
- commit 4251cd0a3cbc740d4e11d84be8b9bcd89fca5446
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Mon Dec 31 10:01:24 2007 +0000
- osx-proj: fix ogg format descriptions and add media types (refs #1279). Patch by Saoshyant
- commit a5b4ede658b31d68f37286e2fbfa0da7c787f81e
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Dec 31 03:02:30 2007 +0000
- mpris controller: update to new api
- commit ac88248aa3debe837c221de9632cacf6be9da3fc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Dec 31 02:09:31 2007 +0000
- Remove unwanted part in previous commit.
- commit 7b565326976515e5e88ca4f5da1745c4b135b4d5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Dec 31 02:07:38 2007 +0000
- media_list_view.c: Properly forward all items added events.
- commit 0dbfd62552c771769a43ff922a78871276855a0c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Dec 31 02:06:53 2007 +0000
- flat_media_list_view.c: Add some debug facilities.
- commit 9d7bb46d18dd88770f78c31fcda47ebd93524a7a
- Author: Rafaël Carré <funman@videolan.org>
- Date: Mon Dec 31 01:34:58 2007 +0000
- update: use PGP to authenticate status file and downloaded binaries
- commit d25a2799056baced5ac78178714c992d35eb9102
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 30 22:38:21 2007 +0000
- authorisation -> authorization
- commit 1b4a1c8ae42f3017607ec8924eeb1d186f49cc82
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 30 22:08:08 2007 +0000
- makefile: we want to use spaces instead of tabs. sorry for the disturbance
- commit c90ad6fd8e18eeff2f2278123bf5e5a9d23e8d76
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 30 20:54:02 2007 +0000
- ncurses: use directory:// URI when adding a directory to playlist
- commit d8b4a5b6955d71125dcfb2579062d211fa186183
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 30 20:14:31 2007 +0000
- fix #1421
- commit 389c19e1729f20371fcb0a6294a00ca32966ab27
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 30 18:40:53 2007 +0000
- fix #1244
- commit 7b9e1799ee5a6330222f62801abb29f15750611c
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sun Dec 30 18:24:10 2007 +0000
- fix #1410.
- You can not change a playlist_item_t to be a node, when you previously registered events on it, using input_item_t sub items adding event, because the pointer will be destroyed.
- If you want to use nodes anyway, you have to explicitely create them.
- Note: we were lucky that xspf did work so far, because we were EXCLUSIVELY using invalid pointers, except for the 1st item being added to each playlist_item_t (it did happen before the conversion obviously).
- commit 981f85eb6b7b6df8d0fec914ee4563488e2fba23
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 17:48:26 2007 +0000
- dtstospdif.c: Fix spdif type on big endian stream. (Patch by Julien Robert).
- commit abb027a384e33ceaecf3e8a09d4a561c943a7025
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 30 16:39:23 2007 +0000
- arf
- commit aa50e70169b0739dbd11f8d76f7550bfbfd46981
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 30 16:38:27 2007 +0000
- Makefile: correctly distribute .hosts within VLC-release.app
- commit bde97dacca88796298ba8e2a488d5c69f26dbe5d
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sun Dec 30 14:53:00 2007 +0000
- macosx: don't allow the user to open the preferences window multiple times (leading to orphan pref windows which can't be controlled)
- commit 7b087611c2486e4a76e3bb9f380a36880e713bc0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 04:25:04 2007 +0000
- audio_filter/converter/dtstospdif.c: Fix odd frame sized DTS conversion to SPDIF. Patch by Julien Robert <jul at mac.com>. (Reported to fix most of the current DTS issues).
- commit 1b26ff77b0fd9ea5d713c7acd52259e6c68efbf5
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 01:50:14 2007 +0000
- MacOSX/Framework/VLCMedia.m: Update the subitems on sub item additions.
- commit 0d4609bfb9bdb1900613263ac66b354dd3bf754a
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 01:46:12 2007 +0000
- MacOSX/Framework/VLCMediaList.m: new aspect for the node hierarchy view.
- commit 083f03e8429a91de6ac1b9bf51d530b005c83254
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 01:18:00 2007 +0000
- libvlc.h: Publish libvlc_media_list_hierarchical_node_view().
- commit e8d38b4459d4d631bf8ff8653baba854a71ccac4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sun Dec 30 01:17:15 2007 +0000
- control/hierarchical_node_media_list_view.c: Implement a view that only show the node of the media list, hierarchically.
- commit 7910ae7a2d03d6b380f617cd744ba61f9802129f
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Dec 29 23:25:52 2007 +0000
- Only do translation in Qt when asked.
- commit aa9715b24b0ddefb03016686232176688127fd15
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Dec 29 21:35:13 2007 +0000
- simplify *install_input_item_observer()
- commit de8a547ca9cf558181f8e2c972e21c745a149a10
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Dec 29 21:28:44 2007 +0000
- fix input item mem leak
- commit 15def40d9c0da3193a3c9fda08c242a0c6e0a1f5
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Sat Dec 29 18:30:42 2007 +0000
- Distribute filter_picture.h
- commit 14ddd406aeb1e2298884613c1926f602180d0819
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 17:08:56 2007 +0000
- hierarchical_media_list_view.c: Fix a mlist mem leak.
- commit 9bc4f8f52b06e6bad53cfb38eb8aab51f524c143
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 17:02:41 2007 +0000
- control/hierarchical_media_list_view.c: Fix a media descriptor leak.
- commit 89b604d4c3f1f232665dab0149da23b1a375dab7
- Author: Rafaël Carré <funman@videolan.org>
- Date: Sat Dec 29 14:32:01 2007 +0000
- cosmetics
- commit fa12ecbec387b7d09fc2deadc16d5af83256092b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 14:26:19 2007 +0000
- Fix previous commit ;.
- commit 09715dbfbee76a6d293027cde19cd8c0b1d23a1c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 14:25:14 2007 +0000
- playlist/item.c: Properly release the input_item as pointed by funman.
- commit dcebfbb0b3ec5f01c7311ce2af6aaa542c34eeb4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 03:31:25 2007 +0000
- MacOSX/Framework/VLCMediaPlayer.m: -isSeekable.
- commit 700e6aac85555f9753589c974924b9e9ee8018cf
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 03:29:10 2007 +0000
- control/media_instance.c: Publish is_seekable().
- commit 4ed66be9f57bca364413c19307c8168a76e21848
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 02:46:12 2007 +0000
- MacOSX/Framework/VLC.h: Add VLCMediaPlayer.h.
- commit 5f60e376ad16ac0386f31de59fff320be7653d2e
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 02:45:41 2007 +0000
- Sources/VLCMediaPlayer.m: Position getters and setters.
- commit acd2d9b60cf9a93bcab9aba053922ccfb78e6f5b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 02:44:32 2007 +0000
- src/control/media_instance.c: Don't wait to have modulo something, to forward the time, that could be crazy.
- commit 48f7ca7f70c7228ce8863813aabe89e0f0ae848c
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 01:29:48 2007 +0000
- control/media_instance.c:
- * Implement MediaInstancePositionChanged and MediaInstanceTimeChanged accurately.
- control/event.c:
- * Register the all event types.
- * Don't strdup() in libvlc_event_type_name().
- commit 8a7b94a1bbfa35cdfd9c5555e75362191546f991
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Sat Dec 29 00:41:01 2007 +0000
- macosx: fixed 2 appearance bugs introduced in [23908]
- commit 7f4c8080185cef4ec8a31a6d4d6d4191183e56ab
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Sat Dec 29 00:11:36 2007 +0000
- media_instance.c: Fix the position callback to retun the time. (Next time, we'll fix it to return the position).
- commit 35b6342cae98667fa2820e6e1b13a1c67a1a7746
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 22:23:01 2007 +0000
- Forgotten file in previous commit.
- commit af252afb06ab8369f420444afab62bd9a50d97ce
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 22:22:36 2007 +0000
- MacOSX/Framework/VLCMediaPlayer.m: Enable bindings uses on the @"time" key.
- commit cf0875cc854ffa9cf2f9fe4e8dc5ba062763c844
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 22:21:26 2007 +0000
- MacOSX/Framework/VLCTime.m: Fix a segfault because of a missing retain. Create a real null time. Code simplification.
- commit b095d5f2755529e2659ce93adc8d2518cea62e07
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 22:20:19 2007 +0000
- MacOSX/Framework/VLCVideoView.m: Capitalize the s in FullScreen.
- commit 7758266f730436730c52f026f3b89efa16da29fe
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 21:05:01 2007 +0000
- Fix warning
- commit eb81ba482a9e6de16afedc7645d341583ddb6084
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 20:38:49 2007 +0000
- Use long
- commit 5319eb6d2f96873574fdf9448d6ca9cb726b56d3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 20:37:40 2007 +0000
- C++ fun
- commit 4232e94712088389243b30b0b7f91eb01b27bd07
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 20:04:22 2007 +0000
- Rewrite CAST_PTHREAD_TO_INT in a ISO C valid way - closes #1407
- commit 8ead2f571f99b7e66a8d82d63ff92786c554fd6c
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 19:54:40 2007 +0000
- Attempt to implement waitpipe with Winsock (should fix #1347)
- commit df796fbf4e0fc6194e934fcc63a6f31bebfad003
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Dec 28 19:38:05 2007 +0000
- * sorry, this one was unintended
- commit ec022e28c2dee0c79ba407b736d24cda92d661b9
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Dec 28 19:36:00 2007 +0000
- * add a 'graphite' button set including the facilities to switch the theme at runtime (closes #1379)
- commit 15c25c42d212da65880646ae2220abf2fead507c
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Fri Dec 28 19:11:20 2007 +0000
- Improve Aspect Ratio and Crop support
- commit aa52ddea2971270b01212b524fb4d2f50c078b95
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:30:23 2007 +0000
- MacOSX/Framework: Fix end of file line, at least on headers.
- commit c169ff14c99409e76d8516bd66ef633be90e9bf4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:29:38 2007 +0000
- MacOSX/Framework/VLCLibrary.m: Default the use of the opengllayer video output module. Don't be verbose by default.
- commit 07f63871d50656534e1abdcb39ad9f8a9af44764
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:28:29 2007 +0000
- MacOSX/Framework/VLCVideoView.m: Supports the opengllayer video_output.
- commit 38c86a7b387b7723596034c681fe334accb79bf2
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:25:03 2007 +0000
- MacOSX/Framework/VLCMediaListAspect.m: Implement -parentMediaList.
- commit 441f5996dbb633ac11574f0e19b5ebe45cea147b
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:23:46 2007 +0000
- MacOSX/Framework/VLCMediaList.m: Implement -isReadOnly.
- commit c6e47790bc820101a2a4fb636cac85cbf4d9bec4
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Fri Dec 28 18:21:35 2007 +0000
- video_output/opengllayer.m: Fix a warning, and use addVoutLayer: instead of addVoutView:.
- commit 850319351cc5f88cecbf55c5b53dece25e543cf8
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 17:17:29 2007 +0000
- Be on the safe side of memory protection for now: use PROT_WRITE.
- commit 2509ec68362400202e3519f23071652a37d52fab
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Dec 28 17:14:58 2007 +0000
- * make sure our window titles change while switching items within playback (closes #1381)
- commit 189bc59e7b442c9d898f2d460f4f780d8a079461
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 17:01:56 2007 +0000
- block_mmap_Alloc: commoditize block allocation from mmap
- Only the file access uses this, but I don't like "wild" callbacks into plugins.
- commit bbfa9d88f2605be30b995b213815fd5e82cda5b3
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Fri Dec 28 16:16:55 2007 +0000
- Fix stack overflow in debug code: use heap for large allocations.
- commit 781ebbeb0613179456b0c60d383d6e4b0e794742
- Author: Christophe Massiot <massiot@videolan.org>
- Date: Fri Dec 28 14:05:56 2007 +0000
- .
- commit 81c65a657973bdac85dde2b413a18787192de31a
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Fri Dec 28 12:11:35 2007 +0000
- * adapted the wizard to use the RTP stream out module instead of the removed RTP access out. Please check the other interfaces...
- commit b1a9a82e38f91f51859c7f87eee3695715ab0c5b
- Author: Ilkka Ollakka <ileoo@videolan.org>
- Date: Fri Dec 28 11:36:57 2007 +0000
- small fix for http-streaming, don't set b_die to true in beginning if
- object is alive.
- commit 7d020526b38c42d366eb7619907398dbe8ab2ce4
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Thu Dec 27 16:48:20 2007 +0000
- Revert [23889]. Don't enable debug if you don't want it.
- commit 093059ff906c714f536f19272e2faaf7900fc98f
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Dec 27 14:38:16 2007 +0000
- Sync with latest live555 source code.
- commit 44dd0b86e9b68f4f00511e943afd37e589bd38a3
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Dec 27 14:31:43 2007 +0000
- Fix segfault when Connect() returned failure and fix memleaks. Make sure live555 modules exits while in Connect() if vlc is asked to stop.
- commit fff37839759c1d6b7838838f923d49ee1bcb3bf1
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Dec 27 12:46:30 2007 +0000
- Indentation fix
- commit f9012772a8fc0e6c209425b9e9786d9de675c5fc
- Author: Jean-Paul Saman <jpsaman@videolan.org>
- Date: Thu Dec 27 12:45:31 2007 +0000
- Silence debug message.
- commit 63e066369803c46da28c7487396e045c3b770d99
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Thu Dec 27 12:44:02 2007 +0000
- * couple of NEWS updates and typo fixes here and there
- commit 13cf0bf07070f07d140ab04606d17c3c37b2d651
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Dec 26 20:40:50 2007 +0000
- * revert previous forward-port, as video-device's content changed for 0.9.0. Thanks to Pierre for pointing this out.
- commit 94abdf05cce434af491c843d1a9a929591bbb224
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Wed Dec 26 20:12:59 2007 +0000
- * forward-port [23884]
- commit 1d1062e52a4057b5c63a40d772c42e18ebef3f7f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Dec 26 19:55:39 2007 +0000
- video_output/opengllayer.m: Correctly set the initial bounds of the layer. Also grab the anti-tearing stuff from the Mac OS X GL vout.
- commit 22c96ab632ac394ba458df44f5e7203fc39d5c49
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 26 12:29:53 2007 +0000
- Move a few large inlines out of include/
- commit f895d9b7b5f67f713047744df57f28fa4d6e01a2
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 26 12:21:56 2007 +0000
- Code factorization
- commit 3ddbf4b2f6643f4396ba1bac7f139e08e1a9d4ba
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Wed Dec 26 12:13:56 2007 +0000
- Add "safe" config item property
- commit cef7a5d4bc252197c51b291adab352b0b3226246
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Dec 26 02:35:50 2007 +0000
- Three new chroma converters:
- * yuy2_i420: convert from Packed YUV 4:2:2 to Planar YUV 4:2:0
- * yuy2_i422: convert from Packed YUV 4:2:2 to Planar YUV 4:2:2
- * chroma_chain: attempt to chain 2 chroma converters to acheive the conversion (i.e. yuy2 -> rv32 will be done using yuy2 -> i420 -> rv32)
- commit 83d8b6b3dd5f786e87e1d082518add50b2d44ccc
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Wed Dec 26 01:14:28 2007 +0000
- MacOSX/Framework/VLCMediaDiscoverer.m: Remove silly debug code.
- commit 7c7f2f88a5db718d8dd8f256a05bccd6cf2a4dfe
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Wed Dec 26 00:44:51 2007 +0000
- Some more filter work:
- * adjust.c, extract.c: packed YUV 422 support.
- * filter_picture.h: code shared by some "video filter2" filters.
- * erase.c: validate the picture chroma in the constructor.
- commit 5a2dd0ddda112ffbea87725ac24bb2d19a9795a1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 23:34:52 2007 +0000
- vlc/libvlc.h: Set the return value of the libvlc_*_is_*() call to vlc_bool_t.
- commit 85b9974d1a9591b191ff726ec274084079085559
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 23:26:43 2007 +0000
- control/media_discoverer.c: Set the corresponding media_list to read-only.
- commit 8299af702c1c6c0566b518413d115a01318755c6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 23:25:09 2007 +0000
- control/media_list.c: read-only-fy add_media_descriptor().
- commit c7e71cb6d0206530a46ecd4ff5f6fa7ad4953658
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 23:16:56 2007 +0000
- control/media_list.c: Implement read-only media_list.
- commit ee9c15aa23f74505c869ff00d0a7d6ed9ca01eaa
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 22:55:15 2007 +0000
- MacOSX/Framework/VLCMediaDiscoverer: Publish -isRunning.
- commit 1f40daafe54255f8454960056dda9baeaeca7f23
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 22:51:13 2007 +0000
- control/media_discoverer.c: Publish media_discoverer_is_running().
- commit 1eead51a19ee98436742a054edec808bcb3a9f71
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Tue Dec 25 22:39:00 2007 +0000
- Video filter fixes:
- * colorthres.c: validate input chroma.
- * erase.c: fix bluring application limit (prevents out of bounds access).
- * gaussianblur.c: validate input chroma and add planar YUV 4:2:2 support.
- * psychedelic.c: check image_Convert return value (it fails for I422 which would then trigger a segfault due to a NULL pointer being dereferenced).
- * rotate.c: validate input chroma, add planar YUV 4:2:2 support and misc code fixes or simplifications.
- commit 3510dc7cbbb4a118d7512f813d8e4e99794e7aa0
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 22:33:56 2007 +0000
- control/media_discoverer.c: Publish media_discoverer_event_manager().
- commit aebc971019e6c5c42f620fc8c11e77734a729dfb
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 22:25:45 2007 +0000
- MacOSX/Framework: Use the Pre-Compile script.
- commit 17a99b41f08f795c53146ed025ca21a4e8d303a6
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 22:19:12 2007 +0000
- MacOSX/Framework: Properly track updated library and modules.
- commit 7438482f8ccaa6ea893e467cea0d86d241ef9213
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 21:29:49 2007 +0000
- control/media_discoverer.c: Forward started and ended event.
- commit b6880d76665de38f089c387eed9bb9a91f72d2a1
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 20:54:18 2007 +0000
- playlist/services_discovery.c: Send service discover started and ended events, to keep track of running sd.
- commit 14365bf346154b2dd0dd69f0270bfdb81e19073f
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Tue Dec 25 16:18:23 2007 +0000
- control/media_list_view.c: Implement media_list_view_parent_media_list().
- commit 9c28c114378a8afcd3738bff96554c605833f701
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Dec 25 13:55:30 2007 +0000
- * mmap is broken on Darwin. Disabled it for now to have basic file access functionality working.
- commit e91b8125029aff627346754f55881dacbf6b4f02
- Author: Felix Paul Kühne <fkuehne@videolan.org>
- Date: Tue Dec 25 13:36:02 2007 +0000
- * disable any MMX usage in FFmpeg on Darwin 9 (x86). This way, we can use the ffmpeg module normally until Apple releases the updated ld.
- commit 35f97bebf2bf7f0542bb3418c54332996a0ff186
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Dec 24 19:45:26 2007 +0000
- Sources/VLCMedia.m: Implement a KeyValueCoding enabled -state property.
- commit 141e740fbee112b7d8ac61e5842d85670eda7399
- Author: Pierre d'Herbemont <pdherbemont@videolan.org>
- Date: Mon Dec 24 18:45:10 2007 +0000
- control/media_descriptor.c: Publish an Event plus a method to get the media_descriptor state, which is buffering, playing, error, nothing special. This is a bit controversial as we need a media_instance to set that state, and this is media_instance dependant. However, this is a nice shortcut.
- commit f2c77da9820cf07e455417f2636561cc338759b4
- Author: Rémi Duraffort <ivoire@videolan.org>
- Date: Mon Dec 24 17:53:28 2007 +0000
- improve sdl video output. If there is some stupidities feel free to revert. And Merry Christmas.
- commit f0875028fd72a8d22798b15316d986737a6780d3
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 24 16:52:05 2007 +0000
- Revert r23852.
- commit 4f23c241b5777b1460e49b238ab8d71694b2fde3
- Author: Christophe Mutricy <xtophe@videolan.org>
- Date: Mon Dec 24 16:07:27 2007 +0000
- distribute the Christmas icons
- commit 78d4bd65714da7ad48a8eb4e13965cd5b1523768
- Author: Rémi Denis-Courmont <rem@videolan.org>
- Date: Mon Dec 24 15:39:17 2007 +0000
- Not every body trusts "free.fr", especially not through non-secure HTTP, and/or non-FQDN-only hostnames
- commit 27f7759ace46eaac62115fec95ec728276197682
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 24 14:40:51 2007 +0000
- Include font and password configuration items in the help output.
- Tell the user about --advanced when his help query skipped advanced configuration items.
- commit 97d613b2309cbb5523379a4386326529f4f4fdc6
- Author: Antoine Cellerier <dionoea@videolan.org>
- Date: Mon Dec 24 13:52:48 2007 +0000
- Use