- 03 Mar, 2004 1 commit
-
-
Christophe Massiot authored
buffer. * modules/mux/mpeg/ts.c: - rename the caching= option into shaping= since it more adequately describes what it does - new use-key-frames option, if enabled then shaping= will be a maximum value, if the algorithm find a new GOP it will finish with the first picture of the next GOP (helps minimizing the dts delay) - fixed a bug where the calculated sending time could be later than the real DTS time (meaning the decoder wouldn't get the buffer in time)
-
- 10 Dec, 2003 1 commit
-
-
gbazin authored
* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
- 01 Dec, 2003 1 commit
-
-
gbazin authored
* ALL: fixed DTS audio support. * modules/demux/dts.c: added raw DTS audio demuxer.
-
- 15 Nov, 2003 1 commit
-
-
Laurent Aimar authored
-
- 15 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 14 Aug, 2003 1 commit
-
-
Laurent Aimar authored
"registration descriptor" (-> fix xine playback) when using a52.
-
- 02 Aug, 2003 1 commit
-
-
Laurent Aimar authored
-
- 15 Jul, 2003 1 commit
-
-
gbazin authored
* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now create mpeg system (mpeg1) files as well. Also modified the ps muxer to output streams with system headers.
-
- 10 Jun, 2003 1 commit
-
-
gbazin authored
* modules/packetizer/mpegvideo.c, modules/mux/mpeg/*: fixed the dts/pts calculation in the mpegvideo packetizer. It should now handle streams where all the pictures don't have the same duration (eg. 3:2 pulldown). We don't calculate anymore the pts for every frame as it is impossible to do so for non low-delay streams.
-
- 09 Jun, 2003 1 commit
-
-
gbazin authored
* modules/mux/mpeg/pes.c: allow cases where we don't write a pts. * modules/stream_out/display.c: handle cases where we don't have a pts/dts.
-
- 03 Mar, 2003 1 commit
-
-
gbazin authored
* ALL: Finally fixed the MSVC project files. Don't include io.h on win32 when not necessary. A few build fixes for MSVC. * src/misc/win32_specific.c: try to load winsock2 instead of winsock1 when present.
-
- 17 Jan, 2003 1 commit
-
-
Laurent Aimar authored
* mpeg4video: removed a bad code dealing with pts discontinuity. * pes.c: try to avoid copying the whole PES. (the first 64ko ins't any more copied :)
-
- 08 Jan, 2003 1 commit
-
-
Laurent Aimar authored
* ts.c: added support for libdvbpsi (like ts demux, two modules are generated : mux_ts and mux_ts_dvbpsi), fix crc generation for pat/pmt without libdvbpsi. More works to add mpeg4 support (now I generate IOD and SL descriptor).
-
- 15 Dec, 2002 1 commit
-
-
Laurent Aimar authored
* modules/access/ftp.c : an ftp access, buggy but it begins to work. The main issue is about password confidentiality so you must know what you are doing :((
-
- 14 Dec, 2002 1 commit
-
-
Laurent Aimar authored
-