]> git.sesse.net Git - vlc/log
vlc
16 years agoChange the meta information fetcher TEXT
Jean-Baptiste Kempf [Sat, 24 Nov 2007 04:08:56 +0000 (04:08 +0000)]
Change the meta information fetcher TEXT

16 years agoInclusion guards for vlc_keys.h
Jean-Baptiste Kempf [Sat, 24 Nov 2007 03:01:54 +0000 (03:01 +0000)]
Inclusion guards for vlc_keys.h
Why don't we use an enum in that file ???

16 years agoSpecial Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native...
Jean-Baptiste Kempf [Sat, 24 Nov 2007 01:28:44 +0000 (01:28 +0000)]
Special Xtophe request ( Bday! ), add a new --no-qt-blingbling option to use native widgets...
Inheritance rules...

16 years agosrc/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.
Pierre d'Herbemont [Sat, 24 Nov 2007 00:58:45 +0000 (00:58 +0000)]
src/libvlc-common.c: Print a msg_Info on how to launch VLC without interface.

16 years agoAdd a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc
Jean-Baptiste Kempf [Sat, 24 Nov 2007 00:57:42 +0000 (00:57 +0000)]
Add a few shortcuts, cvlc, nvlc, rvlc for cli, ncurses and rc

16 years agoMacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature...
Pierre d'Herbemont [Fri, 23 Nov 2007 21:40:20 +0000 (21:40 +0000)]
MacOSX/Framework/VLC_app: Use the bindings a little bit more. Demo the search feature. Uses shoutcasttv by default to have some content by default.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.
Pierre d'Herbemont [Fri, 23 Nov 2007 20:32:35 +0000 (20:32 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Update the cachedMedia array.

16 years agoMacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that...
Pierre d'Herbemont [Fri, 23 Nov 2007 20:28:26 +0000 (20:28 +0000)]
MacOSX/Framework: No more rely on media_descriptor_(get/set)_user_data, now that we cache the media decriptor. (We may want to revert that back one day, but right now this doesn't work, and trigger some strange bugs here).

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".
Pierre d'Herbemont [Fri, 23 Nov 2007 20:24:51 +0000 (20:24 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Use @"media" binding key, instead of @"Media".

16 years agoMacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".
Pierre d'Herbemont [Fri, 23 Nov 2007 20:23:51 +0000 (20:23 +0000)]
MacOSX/Framework/Sources/VLCMediaList.m: Use @"media" binding key instead of @"Media".

16 years agoMacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.
Pierre d'Herbemont [Fri, 23 Nov 2007 20:22:35 +0000 (20:22 +0000)]
MacOSX/Framework/VLCMediaListAspect.h: Don't forget to define cachedMedia variable.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Fix a typo.
Pierre d'Herbemont [Fri, 23 Nov 2007 20:21:53 +0000 (20:21 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Fix a typo.

16 years agoCorrect description.
Jean-Paul Saman [Fri, 23 Nov 2007 20:02:31 +0000 (20:02 +0000)]
Correct description.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list...
Pierre d'Herbemont [Fri, 23 Nov 2007 19:19:07 +0000 (19:19 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Use a NSMutableArray to cache the media list view items. (for the same reason given in previous commit).

16 years agoMacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray...
Pierre d'Herbemont [Fri, 23 Nov 2007 19:13:08 +0000 (19:13 +0000)]
MacOSX/Framework/VLCMediaList.m: Cache the media list objects in a NSMutableArray. We do this because we want to use bindings. Cocoa bindings requires us to send willChangeValueForKey/didChangeValueForKey on the main thread. And that's one of the simpler way to do that without having locking problems.

16 years agoTypos spotted by Philipp Weissenbacher.
Jean-Baptiste Kempf [Fri, 23 Nov 2007 17:52:29 +0000 (17:52 +0000)]
Typos spotted by Philipp Weissenbacher.

16 years agoRemove totally useless transcoding from UTF-8 in HTTP interface,
Rémi Denis-Courmont [Fri, 23 Nov 2007 17:12:56 +0000 (17:12 +0000)]
Remove totally useless transcoding from UTF-8 in HTTP interface,
heavy simplification, and fix(/remove) piles of error cases.
Server gets to choose the charset anyway.

16 years agoCompile fix to check for ffmpeg version.
Jean-Paul Saman [Fri, 23 Nov 2007 14:12:31 +0000 (14:12 +0000)]
Compile fix to check for ffmpeg version.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed.
Pierre d'Herbemont [Fri, 23 Nov 2007 14:09:03 +0000 (14:09 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Alloc an autoreleasePool where needed.

16 years agoMacOSX/Framework/VLCMedia.m: Don't forget to retain the url.
Pierre d'Herbemont [Fri, 23 Nov 2007 13:34:36 +0000 (13:34 +0000)]
MacOSX/Framework/VLCMedia.m: Don't forget to retain the url.

16 years agoFix compiler warnings in modules/codec/ffmpeg/mux.c. Please test.
Jean-Paul Saman [Fri, 23 Nov 2007 12:35:59 +0000 (12:35 +0000)]
Fix compiler warnings in modules/codec/ffmpeg/mux.c. Please test.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_...
Pierre d'Herbemont [Fri, 23 Nov 2007 12:30:20 +0000 (12:30 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Don't release a media_list when it is a media_list_view.

16 years agoMacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on functio...
Pierre d'Herbemont [Fri, 23 Nov 2007 12:23:43 +0000 (12:23 +0000)]
MacOSX/Framework/VLCMediaList.m: Don't forget to alloc an autorelease pool on function that may be called from a non-main thread context.

16 years agoMacOSX/Framework: Re-enable VLCMediaDiscoverer.
Pierre d'Herbemont [Fri, 23 Nov 2007 12:18:01 +0000 (12:18 +0000)]
MacOSX/Framework: Re-enable VLCMediaDiscoverer.

16 years agoMacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMe...
Pierre d'Herbemont [Fri, 23 Nov 2007 12:12:27 +0000 (12:12 +0000)]
MacOSX/Framework: Use mediaListWithLibVLCMediaList instead of media*l*istWithLibVLCMediaList, to match the VLCMediaList class name cases.

16 years agoFix building of ffmpeg, by disabling libavdevices.
Jean-Paul Saman [Fri, 23 Nov 2007 10:19:38 +0000 (10:19 +0000)]
Fix building of ffmpeg, by disabling libavdevices.

16 years agoTune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c
Jean-Paul Saman [Fri, 23 Nov 2007 09:19:24 +0000 (09:19 +0000)]
Tune ffmpeg more for armeb and include <strings.h> in libavformat/utils.c

16 years agoTune ffmpeg features for armeb
Jean-Paul Saman [Fri, 23 Nov 2007 08:43:57 +0000 (08:43 +0000)]
Tune ffmpeg features for armeb

16 years agoPatches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC
Jean-Paul Saman [Fri, 23 Nov 2007 08:29:53 +0000 (08:29 +0000)]
Patches/ffmpeg-svn-grab.patch is no longer needed for HAVE_UCLIBC

16 years agoUpdate ffmpeg for armeb target.
Jean-Paul Saman [Fri, 23 Nov 2007 08:28:50 +0000 (08:28 +0000)]
Update ffmpeg for armeb target.

16 years agoQt4 - I couldn't do more ugly... If you know how to... please try :D
Jean-Baptiste Kempf [Fri, 23 Nov 2007 08:27:23 +0000 (08:27 +0000)]
Qt4 - I couldn't do more ugly... If you know how to... please try :D

16 years agoDisable faad and libmpeg2, because it is not needed.
Jean-Paul Saman [Fri, 23 Nov 2007 08:09:07 +0000 (08:09 +0000)]
Disable faad and libmpeg2, because it is not needed.

16 years agoQt4 - take care of the volume-step value from the preferences.
Jean-Baptiste Kempf [Fri, 23 Nov 2007 07:44:20 +0000 (07:44 +0000)]
Qt4 - take care of the volume-step value from the preferences.

16 years agoQt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close ...
Jean-Baptiste Kempf [Fri, 23 Nov 2007 07:15:53 +0000 (07:15 +0000)]
Qt4 - Add an option to have the volume slider from 0 to 400 %. Close #952 Close #1317
Also the soundSlider takes it first value from the preferences...

16 years agoQt4 - New kind of volume slider.
Jean-Baptiste Kempf [Fri, 23 Nov 2007 06:47:30 +0000 (06:47 +0000)]
Qt4 - New kind of volume slider.
Need a lot of graphic tweaking.

16 years agocontrol/flat_media_list_view.c: Import pre existing md in the view.
Pierre d'Herbemont [Fri, 23 Nov 2007 00:35:00 +0000 (00:35 +0000)]
control/flat_media_list_view.c: Import pre existing md in the view.

16 years agoaudioscrobbler: more explicit debug messages
Rafaël Carré [Fri, 23 Nov 2007 00:04:52 +0000 (00:04 +0000)]
audioscrobbler: more explicit debug messages

16 years agoMacOS X: more EyeTV GUI improvements
Damien Fouilleul [Thu, 22 Nov 2007 23:59:30 +0000 (23:59 +0000)]
MacOS X: more EyeTV GUI improvements

16 years agoMacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.
Pierre d'Herbemont [Thu, 22 Nov 2007 23:54:58 +0000 (23:54 +0000)]
MacOSX/Framework/VLCMedia.m: Don't forget to store the media's url.

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).
Pierre d'Herbemont [Thu, 22 Nov 2007 23:52:04 +0000 (23:52 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Fix a typo (VLCMediaList->VLCMediaListAspect).

16 years agocontrol/media_list_view.c: Register WillAdd/WillDelete events.
Pierre d'Herbemont [Thu, 22 Nov 2007 23:42:24 +0000 (23:42 +0000)]
control/media_list_view.c: Register WillAdd/WillDelete events.

16 years agocontrol/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete.
Pierre d'Herbemont [Thu, 22 Nov 2007 23:39:55 +0000 (23:39 +0000)]
control/media_list.c: Don't forget to register_event_type for WillAdd/WillDelete.

16 years agosvn:ignore
Christophe Mutricy [Thu, 22 Nov 2007 23:39:33 +0000 (23:39 +0000)]
svn:ignore

16 years agoeyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript
Damien Fouilleul [Thu, 22 Nov 2007 22:13:56 +0000 (22:13 +0000)]
eyetv: functional GUI panel, replaced Carbon style AppleScript with NSAppleScript

16 years agoKorean translation from Kang Jeong-Hee and Namhyung Kim.
Christophe Mutricy [Thu, 22 Nov 2007 21:35:32 +0000 (21:35 +0000)]
Korean translation from Kang Jeong-Hee and Namhyung Kim.
Slovenian translation updates by Matej Urbančič

16 years agomodules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow...
Pierre d'Herbemont [Thu, 22 Nov 2007 13:14:54 +0000 (13:14 +0000)]
modules/demux/playlist/xspf.c: Uses "vlc:skip" for node item. Fix a wrong over flow checking.

16 years agocontrol/event.c: Properly implement libvlc_event_type_name, instead of relying on...
Pierre d'Herbemont [Thu, 22 Nov 2007 12:26:55 +0000 (12:26 +0000)]
control/event.c: Properly implement libvlc_event_type_name, instead of relying on a non-working macro.

16 years agoMacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header.
Pierre d'Herbemont [Thu, 22 Nov 2007 12:01:43 +0000 (12:01 +0000)]
MacOSX/Framework/VLC.xcodeproj: Make VLCMediaListAspect.h a public header.

16 years agovim syntax: fix vlc files detection
Rafaël Carré [Thu, 22 Nov 2007 00:43:14 +0000 (00:43 +0000)]
vim syntax: fix vlc files detection

16 years agoUse verb is the comment
Christophe Mutricy [Wed, 21 Nov 2007 22:39:34 +0000 (22:39 +0000)]
Use verb is the comment
Add some mimetype

16 years agoPatch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent...
Jean-Paul Saman [Wed, 21 Nov 2007 22:30:00 +0000 (22:30 +0000)]
Patch by Glen Gray: Enable keepalive for Kasenna servers, they parse the User Agent string and check for _KA appended to the User Agent name.

16 years agoPatch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets...
Jean-Paul Saman [Wed, 21 Nov 2007 22:28:20 +0000 (22:28 +0000)]
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.

16 years agoPatch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets...
Jean-Paul Saman [Wed, 21 Nov 2007 22:26:53 +0000 (22:26 +0000)]
Patch by Glen Gray: RTSP keep alive fix. If the server doesn't handle RTCP-RR packets and requires specific GET_PARAMETER commands (such as Kasenna) then the session times out when vlc is paused because the current version only sends the info when Demux() is called. Demux() is only called when data is received. This patch fixes this issue with a boolean that is set during PAUSED state that allows the timer thread to send the GET_PARAMTER messages instead and thus keeping the RTSP session alive.

16 years agoAlso extract the translations of libqt4
Christophe Mutricy [Wed, 21 Nov 2007 22:19:06 +0000 (22:19 +0000)]
Also extract the translations of libqt4

16 years ago * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for
Christophe Massiot [Wed, 21 Nov 2007 19:20:45 +0000 (19:20 +0000)]
 * modules/codec/faad.c: Put sensible defaults in i_*_channels, used for
   transcode.

16 years ago * simple.c: Extended the filter for mono output, and also converted it to the
Christophe Massiot [Wed, 21 Nov 2007 19:04:49 +0000 (19:04 +0000)]
 * simple.c: Extended the filter for mono output, and also converted it to the
   audio_filter2 architecture.

16 years ago * modules/access/fake.c: Fixed an integer overflow.
Christophe Massiot [Wed, 21 Nov 2007 18:47:54 +0000 (18:47 +0000)]
 * modules/access/fake.c: Fixed an integer overflow.

16 years ago * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ;
Christophe Massiot [Wed, 21 Nov 2007 18:23:18 +0000 (18:23 +0000)]
 * sec/input/es_out.c: Add suport for keyword 'any' in lists of languages ;
   also fix a memory leak.

16 years agoDonators section in THANKS file. Needs rewording...
Jean-Baptiste Kempf [Wed, 21 Nov 2007 18:16:13 +0000 (18:16 +0000)]
Donators section in THANKS file. Needs rewording...

16 years ago * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still
Christophe Massiot [Wed, 21 Nov 2007 18:02:04 +0000 (18:02 +0000)]
 * modules/codec/x264.c: Fixed DTS when adaptive B frames are used (still
   wrong for bpyramid, though).

16 years agoMacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect...
Pierre d'Herbemont [Wed, 21 Nov 2007 17:38:12 +0000 (17:38 +0000)]
MacOSX/Framework/VLCMediaListAspect.m: Implement -hierarchicalAspect and -flatAspect. (And add an internal @interface for VLCMediaListAspect (LibVLCBridging)).

16 years agoMacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists.
Pierre d'Herbemont [Wed, 21 Nov 2007 17:36:36 +0000 (17:36 +0000)]
MacOSX/Framework/VLCMediaLibrary.m: Rework -allMedia, and remove -sublists.

16 years agoMacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_desc...
Pierre d'Herbemont [Wed, 21 Nov 2007 16:22:04 +0000 (16:22 +0000)]
MacOSX/Framework/VLCMedia.m: Don't forget to remove the user_data from the media_descriptor.

16 years agoVLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events.
Pierre d'Herbemont [Wed, 21 Nov 2007 15:30:01 +0000 (15:30 +0000)]
VLCMediaListAspect.m: Handle WillAdd/Added WillDelete/Deleted events.

16 years agocontrol/media_list_view.c: Provide media_list_view_event_manager().
Pierre d'Herbemont [Wed, 21 Nov 2007 15:08:22 +0000 (15:08 +0000)]
control/media_list_view.c: Provide media_list_view_event_manager().

16 years agoMacOSX/Framework: Implement VLCMediaListAspect.
Pierre d'Herbemont [Wed, 21 Nov 2007 14:31:47 +0000 (14:31 +0000)]
MacOSX/Framework: Implement VLCMediaListAspect.

16 years agoMacOSX/Framework/Sources/VLCMedia.m: Minor cleanup.
Pierre d'Herbemont [Wed, 21 Nov 2007 12:19:08 +0000 (12:19 +0000)]
MacOSX/Framework/Sources/VLCMedia.m: Minor cleanup.

16 years agoAdd fonctionality to the update dialog - Patches by Rémi Duraffort
Jean-Baptiste Kempf [Wed, 21 Nov 2007 00:39:36 +0000 (00:39 +0000)]
Add fonctionality to the update dialog - Patches by  Rémi Duraffort

16 years agoUpdate qtu, qta macros .
Jean-Baptiste Kempf [Wed, 21 Nov 2007 00:23:15 +0000 (00:23 +0000)]
Update qtu, qta macros .

16 years agocontribs: update qt4 TrollTech binaries packaging, note that it won't link correctly...
Rafaël Carré [Tue, 20 Nov 2007 23:26:26 +0000 (23:26 +0000)]
contribs: update qt4 TrollTech binaries packaging, note that it won't link correctly when building qt4 interface
explicitely disable building of manuals & documentation of fontconfig

16 years ago* demux/playlist/itml.c: iTunes Media Library importer (not tested yet)
Yoann Peronneau [Tue, 20 Nov 2007 22:35:26 +0000 (22:35 +0000)]
* demux/playlist/itml.c: iTunes Media Library importer (not tested yet)

16 years agomodules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg...
Pierre d'Herbemont [Tue, 20 Nov 2007 22:25:37 +0000 (22:25 +0000)]
modules/gui/qt4/dialogs/interaction.cpp: In InteractionDialog::update() use a msg_Dbg instead of a wrong msg_Err.

16 years agoMake sure we're not using a shell version of echo without -e switch
Rafaël Carré [Tue, 20 Nov 2007 22:24:15 +0000 (22:24 +0000)]
Make sure we're not using a shell version of echo without -e switch

16 years agoNo longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc
Christophe Mutricy [Tue, 20 Nov 2007 21:04:46 +0000 (21:04 +0000)]
No longer use ffmpeg-config which is a Debian invention. But now even etch has the .pc

16 years agomodules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune...
Pierre d'Herbemont [Tue, 20 Nov 2007 21:03:43 +0000 (21:03 +0000)]
modules/gui/qt4: Display time in seek bar when mouse-over. (Patch by Antoine Lejeune. Reviewed by jb.)

16 years agoFfmpeg swscaler, ifdef correction.
Jean-Baptiste Kempf [Tue, 20 Nov 2007 20:14:42 +0000 (20:14 +0000)]
Ffmpeg swscaler, ifdef correction.

16 years agoVery partial cleanup
Rémi Denis-Courmont [Tue, 20 Nov 2007 19:55:37 +0000 (19:55 +0000)]
Very partial cleanup

16 years agoProbably fix make dist
Rémi Denis-Courmont [Tue, 20 Nov 2007 19:32:43 +0000 (19:32 +0000)]
Probably fix make dist

16 years agoRemove some cruft from older gettext
Rémi Denis-Courmont [Tue, 20 Nov 2007 19:32:10 +0000 (19:32 +0000)]
Remove some cruft from older gettext

16 years agoRemove VLCOPT support from M3U parser.
Rémi Denis-Courmont [Tue, 20 Nov 2007 18:54:04 +0000 (18:54 +0000)]
Remove VLCOPT support from M3U parser.
This was blatantly insecure.

16 years agomodules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort...
Pierre d'Herbemont [Tue, 20 Nov 2007 18:26:57 +0000 (18:26 +0000)]
modules/gui/qt4: add an update dialog box to the help menu. (Patch by Remi Duraffort. Reviewed by jb).

16 years agoUse cached ACP
Rémi Denis-Courmont [Tue, 20 Nov 2007 17:03:44 +0000 (17:03 +0000)]
Use cached ACP

16 years agoMacOSX/Framework/VLCMediaList.m: Remove dead code.
Pierre d'Herbemont [Tue, 20 Nov 2007 16:30:36 +0000 (16:30 +0000)]
MacOSX/Framework/VLCMediaList.m: Remove dead code.

16 years agoMacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media...
Pierre d'Herbemont [Tue, 20 Nov 2007 16:28:54 +0000 (16:28 +0000)]
MacOSX/Framework/VLCMediaList.m: Don't forget to listen to WillAdd/WillDelete media list event.

16 years agoMacOSX/Framework/VLCMediaList.m: Be KVC compliant.
Pierre d'Herbemont [Tue, 20 Nov 2007 16:26:48 +0000 (16:26 +0000)]
MacOSX/Framework/VLCMediaList.m: Be KVC compliant.

16 years agocontrol/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted...
Pierre d'Herbemont [Tue, 20 Nov 2007 15:32:27 +0000 (15:32 +0000)]
control/hierarchical_media_list_view.c: Send WillAdd/Added and WillDelete/Deleted events.

16 years agocontrol/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events.
Pierre d'Herbemont [Tue, 20 Nov 2007 15:31:51 +0000 (15:31 +0000)]
control/flat_media_list_view.c: Send WillAdd/Added WillDelete/Deleted events.

16 years agosrc/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted...
Pierre d'Herbemont [Tue, 20 Nov 2007 15:31:08 +0000 (15:31 +0000)]
src/control/media_list_view.c: Facilities to send WillAdd/Added WillDelete/Deleted events.

16 years agocontrol/media_list.c: Send WillAddItem and WillDeleteItem events.
Pierre d'Herbemont [Tue, 20 Nov 2007 14:57:06 +0000 (14:57 +0000)]
control/media_list.c: Send WillAddItem and WillDeleteItem events.

16 years agosvn propset svn:keywords "Id" hierarchical_media_list_view.c
Pierre d'Herbemont [Tue, 20 Nov 2007 14:18:16 +0000 (14:18 +0000)]
svn propset svn:keywords "Id" hierarchical_media_list_view.c

16 years agosrc/control: Implement hierarchical_media_list_view.
Pierre d'Herbemont [Tue, 20 Nov 2007 14:12:57 +0000 (14:12 +0000)]
src/control: Implement hierarchical_media_list_view.

16 years agocontrol/media_descriptor.c: Don't forget to release the event manager. (Reported...
Pierre d'Herbemont [Tue, 20 Nov 2007 12:07:38 +0000 (12:07 +0000)]
control/media_descriptor.c: Don't forget to release the event manager. (Reported by polo78 on the forum and funman).

16 years agoFix cleanup of libamrwb package in contrib.
Jean-Paul Saman [Tue, 20 Nov 2007 11:57:00 +0000 (11:57 +0000)]
Fix cleanup of libamrwb package in contrib.

16 years agoFix return value after the interaction dialog has been used.
Jean-Paul Saman [Tue, 20 Nov 2007 09:08:21 +0000 (09:08 +0000)]
Fix return value after the interaction dialog has been used.

16 years agoFix double free in live555.
Jean-Paul Saman [Tue, 20 Nov 2007 09:08:19 +0000 (09:08 +0000)]
Fix double free in live555.

16 years agoPatch by Richard Hosking: Allow users specified width and height of v4l2 source.
Jean-Paul Saman [Tue, 20 Nov 2007 08:30:30 +0000 (08:30 +0000)]
Patch by Richard Hosking: Allow users specified width and height of v4l2 source.

16 years agofreetype: use [.\/_] to break lines when ' ' only failed
Rafaël Carré [Mon, 19 Nov 2007 23:34:15 +0000 (23:34 +0000)]
freetype: use [.\/_] to break lines when ' ' only failed

16 years agoadd an unspported demux query to remove a useless error. Show the query number when...
Rafaël Carré [Mon, 19 Nov 2007 22:11:51 +0000 (22:11 +0000)]
add an unspported demux query to remove a useless error. Show the query number when it's unknown (for the future)

16 years agoForce ISO-8859-8 for Hebrew users
Rémi Denis-Courmont [Mon, 19 Nov 2007 21:32:46 +0000 (21:32 +0000)]
Force ISO-8859-8 for Hebrew users

16 years agoSimplify
Rémi Denis-Courmont [Mon, 19 Nov 2007 21:26:10 +0000 (21:26 +0000)]
Simplify