]> git.sesse.net Git - vlc/log
vlc
19 years ago* modules/control/netsync.c: less verbose.
Gildas Bazin [Sat, 30 Oct 2004 15:32:56 +0000 (15:32 +0000)]
* modules/control/netsync.c: less verbose.

19 years ago* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's...
Gildas Bazin [Sat, 30 Oct 2004 15:27:28 +0000 (15:27 +0000)]
* modules/codec/ffmpeg/encoder.c: compilation fix for ffmpeg 0.4.8 (not sure it's worth but...).

19 years ago* modules/stream_out/transcode.c: trying to make the audio/fps resync work even when...
Gildas Bazin [Sat, 30 Oct 2004 15:05:52 +0000 (15:05 +0000)]
* modules/stream_out/transcode.c: trying to make the audio/fps resync work even when an ES is not transcoded.

19 years ago* modules/stream_out/transcode.c: fixed subtitles encoding when used with audio...
Gildas Bazin [Sat, 30 Oct 2004 14:12:35 +0000 (14:12 +0000)]
*  modules/stream_out/transcode.c: fixed subtitles encoding when used with audio-sync.

19 years ago* src/misc/vlm.c: reformat help message.
Gildas Bazin [Sat, 30 Oct 2004 10:36:07 +0000 (10:36 +0000)]
* src/misc/vlm.c: reformat help message.
* modules/control/telnet.c: "\n" -> "\r\n" + cleanup.

19 years ago* live365.com servers behave quite like icecast servers. they are now supported and...
Derk-Jan Hartman [Fri, 29 Oct 2004 16:13:10 +0000 (16:13 +0000)]
* live365.com servers behave quite like icecast servers. they are now supported and piggyback on the same 'hack'. Also print the [ice|icy|x-audiocast]-* meta headers. send by ICY and icecast servers.

19 years ago* Fix icecast detection (only works if the server truly is icecast).
Derk-Jan Hartman [Fri, 29 Oct 2004 15:11:07 +0000 (15:11 +0000)]
* Fix icecast detection (only works if the server truly is icecast).

19 years ago* recognize the following descriptors in a DVB stream (no decoders yet)
Derk-Jan Hartman [Fri, 29 Oct 2004 12:59:14 +0000 (12:59 +0000)]
* recognize the following descriptors in a DVB stream (no decoders yet)
  - 0x56 Systems B EBU Teletext
  - 0x45 VBI Data
  - 0x46 VBI Teletext

19 years ago* src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get...
Gildas Bazin [Fri, 29 Oct 2004 10:59:19 +0000 (10:59 +0000)]
* src/input/es_out.c, include/vlc_es_out.h: added an ES_OUT_GET_TS method to get a converted timestamp.
* modules/control/netsync.c: fixed the netsync module.

19 years ago* modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.
Gildas Bazin [Fri, 29 Oct 2004 09:19:38 +0000 (09:19 +0000)]
* modules/mux/mp4.c: added a 3gp mode which writes a 3gp ftyp header.

19 years ago* modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget + ...
Gildas Bazin [Thu, 28 Oct 2004 17:46:18 +0000 (17:46 +0000)]
* modules/audio_output/portaudio.c: ported to portaudio v19 by Frederic Ruget +  mostly rewritten by me.

19 years ago* modules/access/dvb/linux_dvb.c: compilation fix for new versions.
Gildas Bazin [Thu, 28 Oct 2004 13:52:36 +0000 (13:52 +0000)]
* modules/access/dvb/linux_dvb.c: compilation fix for new versions.

19 years ago* modules/codec/dmo: couple of fixes.
Gildas Bazin [Thu, 28 Oct 2004 13:42:48 +0000 (13:42 +0000)]
* modules/codec/dmo: couple of fixes.

19 years ago* modules/access/dshow: some more debug messages.
Gildas Bazin [Thu, 28 Oct 2004 11:16:06 +0000 (11:16 +0000)]
* modules/access/dshow: some more debug messages.

19 years ago* src/misc/modules.c: remove debug message.
Gildas Bazin [Thu, 28 Oct 2004 10:29:49 +0000 (10:29 +0000)]
* src/misc/modules.c: remove debug message.

19 years ago* src/misc/modules.c: include current language in cache file.
Gildas Bazin [Thu, 28 Oct 2004 10:26:00 +0000 (10:26 +0000)]
* src/misc/modules.c: include current language in cache file.

19 years ago* subtitle.c: make sure int -> date conversion is don properly everywhere.
Derk-Jan Hartman [Thu, 28 Oct 2004 10:17:22 +0000 (10:17 +0000)]
* subtitle.c: make sure int -> date conversion is don properly everywhere.

19 years ago* src/misc/modules.c: fixed forcing of modules.
Gildas Bazin [Thu, 28 Oct 2004 09:23:37 +0000 (09:23 +0000)]
* src/misc/modules.c: fixed forcing of modules.

19 years agoAdd rtsp to the list of protocols available in the http/ftp/mms option of the open...
Benjamin Pracht [Wed, 27 Oct 2004 21:47:44 +0000 (21:47 +0000)]
Add rtsp to the list of protocols available in the http/ftp/mms option of the open network dialog. This breaks translation of this string but, BTW, why is it translatable ?

19 years ago * modules/access/dvb: Fixed a bug with CAMs which take a long time to
Christophe Massiot [Wed, 27 Oct 2004 15:22:01 +0000 (15:22 +0000)]
 * modules/access/dvb: Fixed a bug with CAMs which take a long time to
   initialize.

19 years ago* modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when...
Gildas Bazin [Wed, 27 Oct 2004 14:59:24 +0000 (14:59 +0000)]
* modules/mux/mpeg: for video ES, always put the pts and dts in the pes header when they are both available (makes vlc a lot happier when demuxing the stream, especially for other video codecs than mpeg2).

19 years ago* modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavc...
Gildas Bazin [Wed, 27 Oct 2004 14:14:47 +0000 (14:14 +0000)]
* modules/codec/ffmpeg/encoder.c: work around stupid timestamping behaviour in libavcodec.

19 years ago * src/misc/modules:
Sam Hocevar [Wed, 27 Oct 2004 13:32:21 +0000 (13:32 +0000)]
  * src/misc/modules:
    + Support for CACHEDIR.TAG (see http://www.brynosaurus.com/cachedir/).

19 years ago * src/misc/modules.c:
Sam Hocevar [Wed, 27 Oct 2004 13:20:42 +0000 (13:20 +0000)]
  * src/misc/modules.c:
    + Store plugin cache in a cache/ subdirectory.
    + Encode the endianness and pointer size in the plugin cache filename to
      prevent crashes on multiarch home directories.

19 years ago* modules/demux/asf/asf.c: commented out the 'found compressed payload' message.
Gildas Bazin [Wed, 27 Oct 2004 10:42:48 +0000 (10:42 +0000)]
* modules/demux/asf/asf.c: commented out the 'found compressed payload' message.

19 years ago* livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
Derk-Jan Hartman [Wed, 27 Oct 2004 01:05:37 +0000 (01:05 +0000)]
* livedotcom.cpp: - added support for the RTSP BYE packet. Patch by
  Ross Finlayson (21 august 2004)
  - fixed support for (Darwin) Pause. Patch from Hussain ( conundrums at gmail dot com )

19 years ago* modules/demux/mpeg/mpga.c: oops, uninitialized variable.
Gildas Bazin [Tue, 26 Oct 2004 13:03:03 +0000 (13:03 +0000)]
* modules/demux/mpeg/mpga.c: oops, uninitialized variable.

19 years ago* modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
Gildas Bazin [Tue, 26 Oct 2004 13:00:04 +0000 (13:00 +0000)]
* modules/demux/mpeg/mpga.c: rewritten using the mpeg audio packetizer.
  - fixes problems the old demux had with some mp3s.
  - should handle free-bitrate as well.

19 years agoComment out truncated packets debug message.
Mark Moriarty [Mon, 25 Oct 2004 11:23:11 +0000 (11:23 +0000)]
Comment out truncated packets debug message.

19 years ago* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace...
Gildas Bazin [Mon, 25 Oct 2004 10:59:17 +0000 (10:59 +0000)]
* modules/access/http.c: reverted the change to flag shoutcast streams as non-pace controllable (doesn't work really well).

19 years ago* src/libvlc.h: do not make --high-priority an advanced option.
Gildas Bazin [Mon, 25 Oct 2004 08:19:29 +0000 (08:19 +0000)]
* src/libvlc.h: do not make --high-priority an advanced option.

19 years ago* src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.
Gildas Bazin [Sun, 24 Oct 2004 21:07:58 +0000 (21:07 +0000)]
* src/libvlc.c, src/misc/threads.c: couple of fixes for thread priorities.

19 years agoUTF8 version of it.po
Carlo Calabrò [Sun, 24 Oct 2004 17:09:14 +0000 (17:09 +0000)]
UTF8 version of it.po

19 years agoCosmetics
Clément Stenac [Sun, 24 Oct 2004 16:37:13 +0000 (16:37 +0000)]
Cosmetics

19 years agofreetype.c: fixed crash on unbreakable strings
Sigmund Augdal Helberg [Sun, 24 Oct 2004 16:19:44 +0000 (16:19 +0000)]
freetype.c: fixed crash on unbreakable strings

19 years agofreetype.c: Auto-wrap subtitles (still needs some work to handle margins)
Sigmund Augdal Helberg [Sun, 24 Oct 2004 16:03:11 +0000 (16:03 +0000)]
freetype.c: Auto-wrap subtitles (still needs some work to handle margins)

19 years agoTruncated packet debug message -- state reported vs. actual length, not the delta.
Mark Moriarty [Sun, 24 Oct 2004 15:56:37 +0000 (15:56 +0000)]
Truncated packet debug message -- state reported vs. actual length, not the delta.

19 years ago* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec...
Gildas Bazin [Sun, 24 Oct 2004 15:26:23 +0000 (15:26 +0000)]
* modules/codec/ffmpeg/encoder.c: sanity check for frames in the past that libavcodec really doesn't like.

19 years agofreetype.c: fixed two size/position related bugs.
Sigmund Augdal Helberg [Sun, 24 Oct 2004 13:13:58 +0000 (13:13 +0000)]
freetype.c: fixed two size/position related bugs.

19 years ago* configure.ac: fixed detection of libavformat.
Gildas Bazin [Sat, 23 Oct 2004 19:47:24 +0000 (19:47 +0000)]
* configure.ac: fixed detection of libavformat.

19 years ago* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke...
Gildas Bazin [Sat, 23 Oct 2004 18:22:42 +0000 (18:22 +0000)]
* configure.ac: mkv compilation fix by Philippe Van Hecke (philippe dot vanhecke at belnet dot be).

19 years ago* final update to the Spanish translation by Antonio Javier Varela Calvo
Felix Paul Kühne [Sat, 23 Oct 2004 16:54:56 +0000 (16:54 +0000)]
* final update to the Spanish translation by Antonio Javier Varela Calvo

19 years agoUpdate muxers and codecs in wizard
Clément Stenac [Sat, 23 Oct 2004 16:08:57 +0000 (16:08 +0000)]
Update muxers and codecs in wizard

19 years ago* modules/misc/freetype.c: off by one error.
Gildas Bazin [Sat, 23 Oct 2004 11:47:22 +0000 (11:47 +0000)]
* modules/misc/freetype.c: off by one error.

19 years ago* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).
Gildas Bazin [Fri, 22 Oct 2004 18:34:38 +0000 (18:34 +0000)]
* include/vlc_block.h: compilation fix (define BLOCK_FLAG_NO_KEYFRAME).

19 years ago * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
Christophe Massiot [Fri, 22 Oct 2004 15:16:45 +0000 (15:16 +0000)]
 * modules/mux/mpeg/pes.c: Extended prototype to allow for padding bytes
   and data_alignment in the PES header (needed for teletext).
 * modules/mux/mpeg/ts.c: Teletext (0x56 descriptor) streaming support,
   new options spu-pid and tsid, re-enabled bmax because it is useful for
   debugging the encoder, fixed in a bug in the parsing of the CSA key

19 years ago* Fix reference modules to add after their own playlist position instead of the end...
Derk-Jan Hartman [Fri, 22 Oct 2004 13:53:53 +0000 (13:53 +0000)]
* Fix reference modules to add after their own playlist position instead of the end of the playlist

19 years ago * modules/access/dvb: Partial EN 50 221 implementation. This activates
Christophe Massiot [Fri, 22 Oct 2004 13:53:18 +0000 (13:53 +0000)]
 * modules/access/dvb: Partial EN 50 221 implementation. This activates
   native support for CAM modules (without using an external program).
   When used in conjunction with --programs, it also allows to descramble
   several services with one professional CAM.

19 years ago * src/input: Added a --programs configuration option, allowing to select
Christophe Massiot [Fri, 22 Oct 2004 13:49:14 +0000 (13:49 +0000)]
 * src/input: Added a --programs configuration option, allowing to select
   several coma-separated programs.

19 years ago* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
Christophe Massiot [Fri, 22 Oct 2004 13:44:24 +0000 (13:44 +0000)]
* modules/stream_out/transrate/frame.c: Added Antoine Missout's (the
  original author) email address.

19 years ago* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
Christophe Massiot [Fri, 22 Oct 2004 13:42:17 +0000 (13:42 +0000)]
* src/misc/threads.c: Fixed a bug in handling of priorities : with POSIX
  threads a newly created thread inherits the priority of its parent.
  Set the priority even if it is 0.

19 years ago * src/misc/variables.c: Implemented inheritance for variables of type list.
Christophe Massiot [Fri, 22 Oct 2004 13:37:21 +0000 (13:37 +0000)]
 * src/misc/variables.c: Implemented inheritance for variables of type list.

19 years ago* modules/gui/wxwindows/open.cpp: small cosmetic change.
Gildas Bazin [Fri, 22 Oct 2004 13:33:31 +0000 (13:33 +0000)]
* modules/gui/wxwindows/open.cpp: small cosmetic change.

19 years ago* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new...
Gildas Bazin [Fri, 22 Oct 2004 13:31:17 +0000 (13:31 +0000)]
* modules/access/dshow/dshow.cpp: moved tuner properties to its own function + new dshow-tuner config option.

19 years ago* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a...
Gildas Bazin [Fri, 22 Oct 2004 12:07:08 +0000 (12:07 +0000)]
* modules/gui/wxwindows/streamout.cpp: removed avi muxer + added wav muxer and a few more codecs.

19 years ago* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so...
Gildas Bazin [Fri, 22 Oct 2004 11:22:04 +0000 (11:22 +0000)]
* modules/codec/ffmpeg/video.c: libavcodec still doesn't handle avc1 properly so work around this until the issue is solved.

19 years ago* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.
Gildas Bazin [Fri, 22 Oct 2004 11:11:27 +0000 (11:11 +0000)]
* modules/packetizer/h264.c: oops, forgot to remove a bit of debug code.

19 years ago* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.
Gildas Bazin [Fri, 22 Oct 2004 10:08:17 +0000 (10:08 +0000)]
* modules/codec/ffmpeg/postprocessing: removed deprecated postprocessing code.

19 years ago* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, convert...
Felix Paul Kühne [Thu, 21 Oct 2004 14:55:00 +0000 (14:55 +0000)]
* es.po: almost complete update to the Spanish l10n by Antonio Javier Varela, converted to UTF-8
* de.po: small fix

19 years ago* modules/control/ntservice.c: fix for --ntservice-extraintf.
Gildas Bazin [Thu, 21 Oct 2004 14:33:27 +0000 (14:33 +0000)]
* modules/control/ntservice.c: fix for --ntservice-extraintf.

19 years ago* modules/codec/dvbsub.c: fixed a sanity check.
Gildas Bazin [Thu, 21 Oct 2004 13:20:54 +0000 (13:20 +0000)]
* modules/codec/dvbsub.c: fixed a sanity check.

19 years ago* modules/control/ntservice.c: added an --ntservice-options config option to allow...
Gildas Bazin [Thu, 21 Oct 2004 12:48:10 +0000 (12:48 +0000)]
* modules/control/ntservice.c: added an --ntservice-options config option to allow specifying config options to be used when starting the service.

19 years ago* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.
Gildas Bazin [Thu, 21 Oct 2004 10:23:08 +0000 (10:23 +0000)]
* src/libvlc.c: win32 fixes for the help output when used with a cygwin shell.

19 years ago* modules/audio_output/directx.c: use common channel re-ordering code.
Gildas Bazin [Thu, 21 Oct 2004 09:09:20 +0000 (09:09 +0000)]
* modules/audio_output/directx.c: use common channel re-ordering code.

19 years ago* modules/packetizer/h264.c:
Gildas Bazin [Wed, 20 Oct 2004 17:44:36 +0000 (17:44 +0000)]
* modules/packetizer/h264.c:
   - use 3 bytes start codes.
   - fixed SPS parsing with cropping.
   - fixed detection of the first VCL NAL unit of a picture.

19 years ago* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.
Gildas Bazin [Wed, 20 Oct 2004 14:59:49 +0000 (14:59 +0000)]
* modules/access/dshow/dshow.cpp: codying style changes + a couple of fixes.

19 years ago* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.
Gildas Bazin [Wed, 20 Oct 2004 13:04:05 +0000 (13:04 +0000)]
* src/input/demux.c: make sure the demux chaining layer doesn't stay stuck when stopping.

19 years ago* src/misc/vlm.c: added support for the 'mux' option for VOD.
Gildas Bazin [Wed, 20 Oct 2004 12:01:09 +0000 (12:01 +0000)]
* src/misc/vlm.c: added support for the 'mux' option for VOD.
   This option tells the vod server to send an encapsulated stream.
* modules/misc/rtsp.c: support for mp2t (MPEG TS) and mp2p (MPEG PS) mux types.
* doc/vlm.txt: update for the mux option.

19 years ago* modules/control/telnet.c: a few fixes + coding style changes.
Gildas Bazin [Wed, 20 Oct 2004 11:37:08 +0000 (11:37 +0000)]
* modules/control/telnet.c: a few fixes + coding style changes.

19 years ago* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.
Gildas Bazin [Tue, 19 Oct 2004 22:28:26 +0000 (22:28 +0000)]
* src/input/demux.c: rewrote the demuxer chaining layer using a block fifo.

19 years ago* modules/gui/wxwindows/streamout.cpp: fixed selection of codec.
Gildas Bazin [Tue, 19 Oct 2004 12:05:58 +0000 (12:05 +0000)]
* modules/gui/wxwindows/streamout.cpp: fixed selection of codec.

19 years ago* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.
Gildas Bazin [Tue, 19 Oct 2004 10:07:38 +0000 (10:07 +0000)]
* modules/demux/ts.c: on PMT change, don't restart an ES if it hasn't changed.

19 years ago* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live...
Derk-Jan Hartman [Mon, 18 Oct 2004 23:06:24 +0000 (23:06 +0000)]
* Detect if kasenna VoD or unicast stream is MPEG4 or not. Set Kasenna flag for live if it is not MPEG-4

19 years ago* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram...
Derk-Jan Hartman [Mon, 18 Oct 2004 23:05:30 +0000 (23:05 +0000)]
* increase priority real demuxer, lower priority m3u demuxer. It was parsing ram files as playlists because it contained URLs.

19 years ago* Show value of boolean variable options when printing the list for an input.
Derk-Jan Hartman [Mon, 18 Oct 2004 22:47:48 +0000 (22:47 +0000)]
* Show value of boolean variable options when printing the list for an input.

19 years ago- skin.dtd: a Playlist may not have a Slider
Cyril Deguet [Mon, 18 Oct 2004 21:16:58 +0000 (21:16 +0000)]
- skin.dtd: a Playlist may not have a Slider

19 years ago* another round of dutch translations. only stupid wizard is left.
Derk-Jan Hartman [Mon, 18 Oct 2004 19:45:21 +0000 (19:45 +0000)]
* another round of dutch translations. only stupid wizard is left.

19 years ago* src/audio_output/input.c, mixer.c: don't try to resample when the audio output...
Gildas Bazin [Mon, 18 Oct 2004 13:57:03 +0000 (13:57 +0000)]
* src/audio_output/input.c, mixer.c: don't try to resample when the audio output is drifting too much.

19 years agoWindows compatibility -- Change printf from \n to \r\n
Mark Moriarty [Mon, 18 Oct 2004 13:49:34 +0000 (13:49 +0000)]
Windows compatibility -- Change printf from \n to \r\n

19 years ago* src/audio_output/mixer.c: fixed segfault.
Gildas Bazin [Mon, 18 Oct 2004 13:19:56 +0000 (13:19 +0000)]
* src/audio_output/mixer.c: fixed segfault.

19 years ago* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.
Gildas Bazin [Mon, 18 Oct 2004 06:36:35 +0000 (06:36 +0000)]
* modules/control/rc.c: proper fix for the high CPU useage with --rc-quiet.

19 years ago* include/vlc_common.h: if strtof() is not available, try to replace it with strtod().
Gildas Bazin [Mon, 18 Oct 2004 06:00:41 +0000 (06:00 +0000)]
* include/vlc_common.h: if strtof() is not available, try to replace it with strtod().

19 years agoWIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU
Mark Moriarty [Sun, 17 Oct 2004 23:32:46 +0000 (23:32 +0000)]
WIN32 rc-quiet fix, only do net_Accept once per second to avoid loading down CPU

19 years ago* Update of README and install files with new information.
Derk-Jan Hartman [Sun, 17 Oct 2004 13:48:57 +0000 (13:48 +0000)]
* Update of README and install files with new information.

19 years ago* vobsub.c: implemented vobsub seeking support.
Derk-Jan Hartman [Sun, 17 Oct 2004 13:38:22 +0000 (13:38 +0000)]
* vobsub.c: implemented vobsub seeking support.

19 years ago* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP...
Derk-Jan Hartman [Sat, 16 Oct 2004 13:14:50 +0000 (13:14 +0000)]
* livedotcom: added a --rtsp-kasenna option to tell liveMedia to speak Kasenna RTSP dialect for a certain rtsp:// link.

19 years ago* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make...
Gildas Bazin [Sat, 16 Oct 2004 09:19:28 +0000 (09:19 +0000)]
* configure.ac: autodetect ffmpeg build options when using --with-ffmpeg-tree + make sure we use the libs in the given tree.

19 years ago* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.
Gildas Bazin [Fri, 15 Oct 2004 21:41:34 +0000 (21:41 +0000)]
* modules/codec/ffmpeg/demux.c: compilation fix for ffmpeg cvs.

19 years ago* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant strea...
Gildas Bazin [Fri, 15 Oct 2004 18:08:53 +0000 (18:08 +0000)]
* modules/codec/dvbsub.c: improvements to the encoder. Should produce compliant streams now.

19 years ago* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.
Gildas Bazin [Fri, 15 Oct 2004 15:46:53 +0000 (15:46 +0000)]
* src/stream_output/stream_output.c: oops, 1.5 seconds, not 15.

19 years ago* src/stream_output/stream_output.c:
Gildas Bazin [Fri, 15 Oct 2004 15:42:01 +0000 (15:42 +0000)]
* src/stream_output/stream_output.c:
  - for muxers that request some preparsing before starting muxing,
    we now wait for 1.5 seconds worth of data to be in the fifo instead
    of waiting for 1.5 seconds of real-time.
  - if we have have control over the output pace, we also wait before
    starting muxing (produces nicer streams).

19 years ago* modules/codec/dvbsub.c: oops, small fix.
Gildas Bazin [Fri, 15 Oct 2004 10:40:39 +0000 (10:40 +0000)]
* modules/codec/dvbsub.c: oops, small fix.

19 years ago* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the...
Gildas Bazin [Fri, 15 Oct 2004 10:29:38 +0000 (10:29 +0000)]
* modules/codec/dvbsub.c: don't wait for an acquisition page to start decoding the subtitles.

19 years ago* modules/codec/ffmpeg: fixed a couple of corner cases during initialization.
Gildas Bazin [Fri, 15 Oct 2004 08:58:16 +0000 (08:58 +0000)]
* modules/codec/ffmpeg: fixed a couple of corner cases during initialization.

19 years ago * modules/access/http.c:
Sam Hocevar [Fri, 15 Oct 2004 08:32:03 +0000 (08:32 +0000)]
  * modules/access/http.c:
    + Fixed erroneous extra "/" in URLs sent to a proxy.

19 years ago* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge...
Derk-Jan Hartman [Fri, 15 Oct 2004 00:25:18 +0000 (00:25 +0000)]
* update of the japanese translation by Tadashi Jokagi <elf2000 at users.sourceforge dot net>

19 years ago* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released...
Gildas Bazin [Thu, 14 Oct 2004 22:14:09 +0000 (22:14 +0000)]
* modules/codec/ffmpeg/video_filter.c: fixed cases where pictures weren't released properly.

19 years agoLong overdue update to the spec file
Jason Luka [Thu, 14 Oct 2004 20:52:14 +0000 (20:52 +0000)]
Long overdue update to the spec file

19 years ago* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.
Gildas Bazin [Thu, 14 Oct 2004 20:05:57 +0000 (20:05 +0000)]
* src/video_output/video_output.c: another fix for on-the-fly deinterlacing switch.

19 years ago* src/video_output/video_output.c: a couple of fixes.
Gildas Bazin [Thu, 14 Oct 2004 19:54:52 +0000 (19:54 +0000)]
* src/video_output/video_output.c: a couple of fixes.