]> git.sesse.net Git - vlc/log
vlc
19 years ago* ALL: We are now using libtwolame instead of libtoolame. The reason is that
Christophe Massiot [Fri, 29 Apr 2005 15:57:24 +0000 (15:57 +0000)]
* ALL: We are now using libtwolame instead of libtoolame. The reason is that
  twolame is thread-safe and maintained. Update your batch files for
  --enable-twolame instead of --enable-toolame. See http://twolame.sf.net
  for more information.

19 years ago * record: use add_directory (instead of add_string) + parse the name to
Laurent Aimar [Fri, 29 Apr 2005 07:37:20 +0000 (07:37 +0000)]
 * record: use add_directory (instead of add_string) + parse the name to
 remove the uri/path part.

19 years agomkv.cpp: add preliminary code to support the UI hooks
Steve Lhomme [Thu, 28 Apr 2005 21:15:08 +0000 (21:15 +0000)]
mkv.cpp: add preliminary code to support the UI hooks

19 years agobad, bad developer ...
Damien Fouilleul [Thu, 28 Apr 2005 13:58:54 +0000 (13:58 +0000)]
bad, bad developer ...

19 years ago- added dshow-fps option to configure capture framerate
Damien Fouilleul [Thu, 28 Apr 2005 13:36:54 +0000 (13:36 +0000)]
- added dshow-fps option to configure capture framerate
- added support for IAMStreamConfig interface to configure user settings on capture pin media type

19 years agovlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
Damien Fouilleul [Thu, 28 Apr 2005 13:30:02 +0000 (13:30 +0000)]
vlc_common.h: Cygwin & Mingw32 compatibilty update, needs review
record.c: make it compile under mingw32, needs review

19 years ago* modules/access_filter/record.c: compilation fix.
Gildas Bazin [Thu, 28 Apr 2005 08:18:53 +0000 (08:18 +0000)]
* modules/access_filter/record.c: compilation fix.

19 years ago * es_out: oops, make EsOutProgramDel returning an error code.
Laurent Aimar [Thu, 28 Apr 2005 07:45:51 +0000 (07:45 +0000)]
 * es_out: oops, make EsOutProgramDel returning an error code.

19 years ago * record: grrr, support for system that doesn't have localtime_r.
Laurent Aimar [Thu, 28 Apr 2005 07:43:09 +0000 (07:43 +0000)]
 * record: grrr, support for system that doesn't have localtime_r.

19 years ago es_out*: added ES_OUT_DEL_GROUP
Laurent Aimar [Thu, 28 Apr 2005 07:26:04 +0000 (07:26 +0000)]
 es_out*: added ES_OUT_DEL_GROUP
 ts.c: use ES_OUT_DEL_GROUP to remove old program.

19 years ago* src/input/es_out.c: reverted previous patch since it creates problems with the...
Gildas Bazin [Wed, 27 Apr 2005 12:59:38 +0000 (12:59 +0000)]
* src/input/es_out.c: reverted previous patch since it creates problems with the DVB access plugin.

19 years ago* src/input/es_out.c: cleanup empty programs.
Gildas Bazin [Wed, 27 Apr 2005 11:40:11 +0000 (11:40 +0000)]
* src/input/es_out.c: cleanup empty programs.

19 years agoFix errno undefined error
Rémi Denis-Courmont [Wed, 27 Apr 2005 10:19:51 +0000 (10:19 +0000)]
Fix errno undefined error

19 years agoinput/var.c: don't try to update the "rate" variable directly in callback
Sigmund Augdal Helberg [Tue, 26 Apr 2005 21:35:03 +0000 (21:35 +0000)]
input/var.c: don't try to update the "rate" variable directly in callback
for "rate-faster" and "rate-slower". input_ControlPush will handle it. This
fixes a race condition when "rate" ends up at a different value than
p_input->i_rate

19 years agoCompiles mkv.cpp in -O1 on darwin to work around a gcc bug.
Benjamin Pracht [Tue, 26 Apr 2005 21:34:46 +0000 (21:34 +0000)]
Compiles mkv.cpp in -O1 on darwin to work around a gcc bug.

19 years ago * support for --esdserver. doesn't seem to work yet, though...
Sam Hocevar [Tue, 26 Apr 2005 20:17:50 +0000 (20:17 +0000)]
  * support for --esdserver. doesn't seem to work yet, though...

19 years ago fixed ebml/matroska build with gcc 4
Eric Petit [Tue, 26 Apr 2005 19:45:32 +0000 (19:45 +0000)]
 fixed ebml/matroska build with gcc 4

19 years agomkv.cpp: added the thread to support VOB buttons
Steve Lhomme [Tue, 26 Apr 2005 19:04:18 +0000 (19:04 +0000)]
mkv.cpp: added the thread to support VOB buttons
+ code cleaning

19 years ago* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD...
Felix Paul Kühne [Tue, 26 Apr 2005 18:59:56 +0000 (18:59 +0000)]
* fix to the hotkeys on OSX: RECORD start/stop is cmd-shift-r, HISTORY_BACK/_FORWARD ctrl-v/ctrl-b now, as '[' and ']' are unaccessible on German keyboards

19 years agoAdd a checkbox to enable timeshifting in the open network panel
Benjamin Pracht [Tue, 26 Apr 2005 17:33:24 +0000 (17:33 +0000)]
Add a checkbox to enable timeshifting in the open network panel

19 years agomkv.cpp: do an EnterAndLeave before seeking in Matroska Script
Steve Lhomme [Tue, 26 Apr 2005 17:16:32 +0000 (17:16 +0000)]
mkv.cpp: do an EnterAndLeave before seeking in Matroska Script

19 years ago* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added...
Gildas Bazin [Tue, 26 Apr 2005 14:27:47 +0000 (14:27 +0000)]
* modules/video_output/x11/xcommon.c, modules/video_output/directx/events.c: added support for insert/delete hotkeys.

19 years ago* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output...
Gildas Bazin [Tue, 26 Apr 2005 14:16:14 +0000 (14:16 +0000)]
* include/vlc_playlist.h, src/playlist/playlist.c, src/video_output/video_output.c: added a lock to the playlist garbage collector to avoid a race condition with the vout creation/destruction.

19 years agomkv.cpp: avoid leaving the same item in cascade
Steve Lhomme [Tue, 26 Apr 2005 13:59:11 +0000 (13:59 +0000)]
mkv.cpp: avoid leaving the same item in cascade

19 years ago* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.
Gildas Bazin [Tue, 26 Apr 2005 13:07:43 +0000 (13:07 +0000)]
* modules/codec/x264.c: relaxed the version requirement for subpel and bpyramid.

19 years ago* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.
Gildas Bazin [Tue, 26 Apr 2005 12:44:03 +0000 (12:44 +0000)]
* modules/stream_out/transcode.c: lowered the hurry-up treshold a bit.

19 years ago* modules/stream_out/transcode.c: new hurry-up option that drops video frames if...
Gildas Bazin [Tue, 26 Apr 2005 12:40:02 +0000 (12:40 +0000)]
* modules/stream_out/transcode.c: new hurry-up option that drops video frames if encoder is late.

19 years ago* modules/codec/x264.c: use proper default value for subpel.
Gildas Bazin [Tue, 26 Apr 2005 10:51:32 +0000 (10:51 +0000)]
* modules/codec/x264.c: use proper default value for subpel.

19 years ago* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have...
Gildas Bazin [Tue, 26 Apr 2005 10:50:06 +0000 (10:50 +0000)]
* modules/codec/x264.c: crop the video if its size isn't a multiple of 16 (will have to be changed to use the visible size values).

19 years ago* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_...
Gildas Bazin [Tue, 26 Apr 2005 10:14:19 +0000 (10:14 +0000)]
* modules/codec/x264.c: added bpyramid and subpel options + support for X264_ANALYSE_BSUB16x16.

19 years ago* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.
Gildas Bazin [Tue, 26 Apr 2005 09:37:26 +0000 (09:37 +0000)]
* modules/gui/wxwindows/interface.cpp: sanitized the menus shortcuts.

19 years ago* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.
Gildas Bazin [Tue, 26 Apr 2005 09:22:04 +0000 (09:22 +0000)]
* modules/gui/wxwindows/interface.cpp: shortcut for open directory changed to Ctrl+R.

19 years ago* modules/demux/mkv.cpp: itoa -> sprintf.
Gildas Bazin [Tue, 26 Apr 2005 08:44:14 +0000 (08:44 +0000)]
* modules/demux/mkv.cpp: itoa -> sprintf.

19 years ago * all: added set_shortname.
Laurent Aimar [Tue, 26 Apr 2005 08:42:19 +0000 (08:42 +0000)]
 * all: added set_shortname.

19 years ago * wxwindows: added a cast to avoid a compiler error (conversion from void*).
Laurent Aimar [Tue, 26 Apr 2005 08:34:54 +0000 (08:34 +0000)]
 * wxwindows: added a cast to avoid a compiler error (conversion from void*).

19 years ago* configure.ac: add access_filter_record to the build.
Gildas Bazin [Tue, 26 Apr 2005 08:25:33 +0000 (08:25 +0000)]
* configure.ac: add access_filter_record to the build.

19 years ago * all: added a new access_filter module: record + one hotkey to start/stop
Laurent Aimar [Tue, 26 Apr 2005 07:28:07 +0000 (07:28 +0000)]
 * all: added a new access_filter module: record + one hotkey to start/stop
 recording (simple dumping). (Usefull for dvb/udp/mp3 radio stream).

19 years ago * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")
Laurent Aimar [Tue, 26 Apr 2005 07:24:39 +0000 (07:24 +0000)]
 * timer: cosmetic (use VLC_META_NOW_PLAYING instead of "Now Playing")

19 years ago * all: warning fixes.
Laurent Aimar [Tue, 26 Apr 2005 07:23:56 +0000 (07:23 +0000)]
 * all: warning fixes.
 * mpjpeg.c: use sout_CfgParse !

19 years ago * asf, b4s: warning fixes.
Laurent Aimar [Tue, 26 Apr 2005 07:21:31 +0000 (07:21 +0000)]
 * asf, b4s: warning fixes.
 * ts: - set BLOCK_FLAG_CORRUPTED on transport_error_indicator.
       - better support of EIT + VLC_META_NOW_PLAYING.

19 years ago * vlc_input.h: added INPUT_DEL_INFO.
Laurent Aimar [Tue, 26 Apr 2005 07:19:10 +0000 (07:19 +0000)]
 * vlc_input.h: added INPUT_DEL_INFO.

19 years ago * control: added INPUT_DEL_INFO.
Laurent Aimar [Tue, 26 Apr 2005 07:17:42 +0000 (07:17 +0000)]
 * control: added INPUT_DEL_INFO.
 * input: allow chaining of access_filter (like filter1:filter2 ...)
 * es_out: support VLC_META_NOW_PLAYING for multi-program stream.

19 years agoChange location of speex to http://us.speex.org/download/
Jérome Decoodt [Tue, 26 Apr 2005 01:43:00 +0000 (01:43 +0000)]
Change location of speex to http://us.speex.org/download/
(fix a 302 message...)

19 years agoextras/zsh.cpp: completion for module_cat and module_cat_list
Sigmund Augdal Helberg [Mon, 25 Apr 2005 23:19:19 +0000 (23:19 +0000)]
extras/zsh.cpp: completion for module_cat and module_cat_list

19 years agoextras/zsh.cpp: allow completion of --option=value syntax
Sigmund Augdal Helberg [Mon, 25 Apr 2005 22:27:41 +0000 (22:27 +0000)]
extras/zsh.cpp: allow completion of --option=value syntax

19 years agoextras/Makefile: A very very simple makefile to build the zsh stuff
Sigmund Augdal Helberg [Mon, 25 Apr 2005 22:14:48 +0000 (22:14 +0000)]
extras/Makefile: A very very simple makefile to build the zsh stuff
extras/zsh.cpp: Support for completing simple url as well

19 years agomkv.cpp: add support for new DVD commands, add more debug messages
Steve Lhomme [Mon, 25 Apr 2005 19:19:06 +0000 (19:19 +0000)]
mkv.cpp: add support for new DVD commands, add more debug messages

19 years agozsh.cpp: allow completion of submodules as well for module-type options
Sigmund Augdal Helberg [Mon, 25 Apr 2005 17:16:37 +0000 (17:16 +0000)]
zsh.cpp: allow completion of submodules as well for module-type options
(this allows -A and -V to complete the dummy module

19 years agoFix crash if we don't have freetype or subsdec
Clément Stenac [Sun, 24 Apr 2005 20:44:36 +0000 (20:44 +0000)]
Fix crash if we don't have freetype or subsdec

19 years agoTODO: Added some of my personal wishes
Sigmund Augdal Helberg [Sun, 24 Apr 2005 18:46:19 +0000 (18:46 +0000)]
TODO: Added some of my personal wishes

19 years agomkv.cpp: Fix a problem when entering a chapter after the previous chapter produced...
Steve Lhomme [Sun, 24 Apr 2005 18:45:35 +0000 (18:45 +0000)]
mkv.cpp: Fix a problem when entering a chapter after the previous chapter produced a seek in the code

19 years agomkv.cpp: added support for the "GotoAndPlay()" Matroska Script command
Steve Lhomme [Sun, 24 Apr 2005 18:33:37 +0000 (18:33 +0000)]
mkv.cpp: added support for the "GotoAndPlay()" Matroska Script command

19 years agoAdded file about known bugs
Clément Stenac [Sun, 24 Apr 2005 18:01:21 +0000 (18:01 +0000)]
Added file about known bugs

19 years agoAlso delete nodes when deleting selection
Clément Stenac [Sun, 24 Apr 2005 17:56:00 +0000 (17:56 +0000)]
Also delete nodes when deleting selection

19 years agomkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters &...
Steve Lhomme [Sun, 24 Apr 2005 15:55:30 +0000 (15:55 +0000)]
mkv.cpp: support the CallSS VTSM DVD command and cleaner jump between chapters & segments

19 years agoDon't forget to update the status bar on track change
Clément Stenac [Sun, 24 Apr 2005 15:54:03 +0000 (15:54 +0000)]
Don't forget to update the status bar on track change

19 years agosap.c: clean up playlist handling
Sigmund Augdal Helberg [Sun, 24 Apr 2005 14:48:07 +0000 (14:48 +0000)]
sap.c: clean up playlist handling

19 years agoplaylist.c: fixed a nasty corruption on exit with more than one sd module
Sigmund Augdal Helberg [Sun, 24 Apr 2005 14:36:27 +0000 (14:36 +0000)]
playlist.c: fixed a nasty corruption on exit with more than one sd module
running

19 years agomkv.cpp: clean the way chapters are presented/handled internally
Steve Lhomme [Sun, 24 Apr 2005 08:08:06 +0000 (08:08 +0000)]
mkv.cpp: clean the way chapters are presented/handled internally

19 years agoRemove invert selection and select all (I simply can't figure how to do that)
Clément Stenac [Sat, 23 Apr 2005 23:15:09 +0000 (23:15 +0000)]
Remove invert selection and select all (I simply can't figure how to do that)

19 years agoDelete selection (either by menu or key)
Clément Stenac [Sat, 23 Apr 2005 23:05:35 +0000 (23:05 +0000)]
Delete selection (either by menu or key)

19 years agopacketizer/h264.c: fix divition by zero for some streams
Sigmund Augdal Helberg [Sat, 23 Apr 2005 22:37:22 +0000 (22:37 +0000)]
packetizer/h264.c: fix divition by zero for some streams

19 years agoFix disc buttons
Clément Stenac [Sat, 23 Apr 2005 22:30:11 +0000 (22:30 +0000)]
Fix disc buttons

19 years agoTake logger back to control modules
Clément Stenac [Sat, 23 Apr 2005 22:13:35 +0000 (22:13 +0000)]
Take logger back to control modules

19 years agoextras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
Sigmund Augdal Helberg [Sat, 23 Apr 2005 18:58:19 +0000 (18:58 +0000)]
extras/zsh.cpp: hacky c++ program that generate a zsh completion rule for vlc.
todo: MODULE_CAT and MODULE_CAT_LIST options. Better mrl completion. :option=value syntax. sout completion

19 years agolibvlc.h: move -A back to --aout where it belongs
Sigmund Augdal Helberg [Sat, 23 Apr 2005 18:38:01 +0000 (18:38 +0000)]
libvlc.h: move -A back to --aout where it belongs

19 years agomkv.cpp: refine the way segments/chapters are presented and handled (switching now...
Steve Lhomme [Sat, 23 Apr 2005 16:54:18 +0000 (16:54 +0000)]
mkv.cpp: refine the way segments/chapters are presented and handled (switching now works from everywhere)

19 years agomkv.cpp: only display the DVD title info in the Title selection
Steve Lhomme [Sat, 23 Apr 2005 15:13:47 +0000 (15:13 +0000)]
mkv.cpp: only display the DVD title info in the Title selection

19 years agomkv.cpp: use the title feature to display the segment hierarchy
Steve Lhomme [Sat, 23 Apr 2005 14:08:01 +0000 (14:08 +0000)]
mkv.cpp: use the title feature to display the segment hierarchy

19 years agoGive a fine name when playing audio CD
Clément Stenac [Sat, 23 Apr 2005 12:33:13 +0000 (12:33 +0000)]
Give a fine name when playing audio CD

19 years agomkv.cpp: allow the chapter codecs to display chapter strings too (used to know where...
Steve Lhomme [Sat, 23 Apr 2005 10:41:52 +0000 (10:41 +0000)]
mkv.cpp: allow the chapter codecs to display chapter strings too (used to know where the DVD titles are)

19 years agoffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
Sigmund Augdal Helberg [Sat, 23 Apr 2005 10:30:56 +0000 (10:30 +0000)]
ffmpeg.c: fixed build with older ffmpeg. Disables Indeo2 untill ffmpeg
people desides to increase their build number again

19 years ago- enable sap-ipv6 by default
Rémi Denis-Courmont [Sat, 23 Apr 2005 10:25:36 +0000 (10:25 +0000)]
- enable sap-ipv6 by default

19 years agoUpdated skins2 doc.
Olivier Teulière [Fri, 22 Apr 2005 22:35:51 +0000 (22:35 +0000)]
Updated skins2 doc.

19 years ago * skins2: Added support for multiple actions (separated by ";"),
Olivier Teulière [Fri, 22 Apr 2005 22:25:10 +0000 (22:25 +0000)]
 * skins2: Added support for multiple actions (separated by ";"),
           wherever one action was allowed

19 years ago* update to the Spanish translation by Antonio Javier Varela Calvo
Felix Paul Kühne [Fri, 22 Apr 2005 21:36:07 +0000 (21:36 +0000)]
* update to the Spanish translation by Antonio Javier Varela Calvo

19 years agocontrib: try to allow make src for Linux too
Steve Lhomme [Fri, 22 Apr 2005 11:47:02 +0000 (11:47 +0000)]
contrib: try to allow make src for Linux too

19 years ago vout_synchro: less verbose.
Laurent Aimar [Fri, 22 Apr 2005 08:05:03 +0000 (08:05 +0000)]
 vout_synchro: less verbose.

19 years agomkv.cpp: Enter/Leave on subchapters too
Steve Lhomme [Thu, 21 Apr 2005 21:09:15 +0000 (21:09 +0000)]
mkv.cpp: Enter/Leave on subchapters too

19 years agocontrib: no need to patch libebml anymore
Steve Lhomme [Thu, 21 Apr 2005 20:29:42 +0000 (20:29 +0000)]
contrib: no need to patch libebml anymore

19 years agocontrib: update to the latest libebml/libmatroska packages
Steve Lhomme [Thu, 21 Apr 2005 20:21:08 +0000 (20:21 +0000)]
contrib: update to the latest libebml/libmatroska packages

19 years agomkv.cpp: add a notice about the gcc bug on Darwin
Steve Lhomme [Thu, 21 Apr 2005 20:12:12 +0000 (20:12 +0000)]
mkv.cpp: add a notice about the gcc bug on Darwin

19 years agomkv.cpp: minor improvements
Steve Lhomme [Thu, 21 Apr 2005 12:29:55 +0000 (12:29 +0000)]
mkv.cpp: minor improvements

19 years ago* modules/gui/wxwindows/timer.cpp: fixed interface flickering.
Gildas Bazin [Thu, 21 Apr 2005 12:09:23 +0000 (12:09 +0000)]
* modules/gui/wxwindows/timer.cpp: fixed interface flickering.

19 years agoHandle failed allocation
Rémi Denis-Courmont [Thu, 21 Apr 2005 09:15:46 +0000 (09:15 +0000)]
Handle failed allocation
(I don't remember why I coded that, but it was left in my trunk)

19 years agoApplied patch for support of the IP_MULTICAST_IF
Rémi Denis-Courmont [Thu, 21 Apr 2005 09:09:34 +0000 (09:09 +0000)]
Applied patch for support of the IP_MULTICAST_IF
by isteinmann (at) bluewin.ch
with fixes

19 years agomkv.cpp: the JumpTT command now works !!!!!!
Steve Lhomme [Wed, 20 Apr 2005 21:04:49 +0000 (21:04 +0000)]
mkv.cpp: the JumpTT command now works !!!!!!

19 years ago* fixed download-location of libvorbis
Felix Paul Kühne [Wed, 20 Apr 2005 20:58:15 +0000 (20:58 +0000)]
* fixed download-location of libvorbis

19 years agomkv.cpp: finding the segment matching the Title for JumpTT works
Steve Lhomme [Wed, 20 Apr 2005 19:45:41 +0000 (19:45 +0000)]
mkv.cpp: finding the segment matching the Title for JumpTT works

19 years ago* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.
Gildas Bazin [Wed, 20 Apr 2005 14:57:22 +0000 (14:57 +0000)]
* modules/codec/ffmpeg/ffmpeg.c: add Miro/Pinnacle VideoXL support.

19 years ago* modules/demux/avi: pass on video palette.
Gildas Bazin [Wed, 20 Apr 2005 14:55:46 +0000 (14:55 +0000)]
* modules/demux/avi: pass on video palette.

19 years agochange pointed out by 'acehole' in the forums so that automaticaly opening
Antoine Cellerier [Wed, 20 Apr 2005 14:39:29 +0000 (14:39 +0000)]
change pointed out by 'acehole' in the forums so that automaticaly opening
a file with VLC will use the whole file name and not the 8.3 format. That
makes automatic subtitle loading work.

19 years ago* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion,...
Gildas Bazin [Wed, 20 Apr 2005 10:44:42 +0000 (10:44 +0000)]
* modules/codec/ffmpeg: added support for Apple QuickDraw, QPEG, IBM Ultimotion, LOCO, Winnov WNV1, Autodesc RLE and Indeo V2 video codecs.

19 years ago* modules/demux/mp4: support for QuickDraw video tracks.
Gildas Bazin [Wed, 20 Apr 2005 10:41:11 +0000 (10:41 +0000)]
* modules/demux/mp4: support for QuickDraw video tracks.

19 years agomkv.cpp: fix a gcc warning
Steve Lhomme [Tue, 19 Apr 2005 21:15:46 +0000 (21:15 +0000)]
mkv.cpp: fix a gcc warning

19 years agomkv.cpp: preliminary support for the JumpTT command
Steve Lhomme [Tue, 19 Apr 2005 20:05:59 +0000 (20:05 +0000)]
mkv.cpp: preliminary support for the JumpTT command

19 years agomkv.cpp: fix various memory management problems
Steve Lhomme [Tue, 19 Apr 2005 19:46:59 +0000 (19:46 +0000)]
mkv.cpp: fix various memory management problems

19 years ago *deinterlace: added a new deinterlace method (called 'x' as experimental until...
Laurent Aimar [Tue, 19 Apr 2005 16:03:11 +0000 (16:03 +0000)]
  *deinterlace: added a new deinterlace method (called 'x' as experimental until I find
  a better name ;).
   It applies a edge oriented interpolation on interlaced video part only (it works on
   a 8x8 block basis). It works pretty well except where there is a lot of small details.

19 years ago * decoder: fix a crash with delete spu.
Laurent Aimar [Tue, 19 Apr 2005 15:59:57 +0000 (15:59 +0000)]
 * decoder: fix a crash with delete spu.

19 years ago * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to...
Laurent Aimar [Tue, 19 Apr 2005 15:56:06 +0000 (15:56 +0000)]
 * dvb: read more TS blocks at once. We start reading only 2 ts packets (needed to avoid
long delay because we only receive PAT at the start), but we increase each time we read
data until 20. This decrease the load (more than 50% for me) while kepping low start up delay.