- 11 Mar, 2004 2 commits
-
-
Laurent Aimar authored
-
gbazin authored
-
- 10 Mar, 2004 1 commit
-
-
Laurent Aimar authored
-
- 07 Mar, 2004 4 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
- proper implementation of starting time (edts/elst).
-
Laurent Aimar authored
* set language if present.
-
Laurent Aimar authored
(key frames).
-
- 06 Mar, 2004 3 commits
-
-
Laurent Aimar authored
hope).
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 05 Mar, 2004 1 commit
-
-
Sam Hocevar authored
* Removed .cvsignore files and added proper svn:ignore properties.
-
- 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)
-
- 22 Feb, 2004 1 commit
-
-
Laurent Aimar authored
-
- 21 Feb, 2004 1 commit
-
-
gbazin authored
* include/charset.h: added "extern "C" {" for c++ modules. * modules/mux/mp4.c, modules/demux/ts.c: fixed memleaks.
-
- 17 Feb, 2004 1 commit
-
-
gbazin authored
-
- 06 Feb, 2004 1 commit
-
-
gbazin authored
* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h. * src/input/input.c: fixed memleak. * modules/demux/ogg.c: fixed another timing bug.
-
- 30 Jan, 2004 1 commit
-
-
Laurent Aimar authored
Now we can stream a (complete) dvd with language informations :)
-
- 26 Jan, 2004 1 commit
-
-
gbazin authored
* modules/mux/mp4.c: fixed recent screw-up in movie duration.
-
- 25 Jan, 2004 4 commits
-
-
gbazin authored
* ALL: removed a bunch of unused add_category_hint().
-
Felix Paul Kühne authored
-
gbazin authored
* modules/mux/mp4.c: spec compliance fix.
-
Laurent Aimar authored
- demux/ts.c, mux/mpeg/ts.c: added support for CSA (de)scrambling (fixed key).
-
- 24 Jan, 2004 1 commit
-
-
gbazin authored
* modules/mux/mp4.c: store the display size using the proper aspect-ratio. Size optimization for the generation of the stsc table. Some more clean-up.
-
- 23 Jan, 2004 1 commit
-
-
gbazin authored
* src/stream_output/stream_output.c, include/stream_output.h: new sout_AccessOutRead() funcion. * modules/access_output/file.c: implemented sout_AccessOutRead(). * modules/access_output/udp.c: coding style cleanup. * modules/mux/mp4.c: Added support for generating "fast start" files (ie. with the moov header at the beginning of the file). Started some code cleanup.
-
- 13 Jan, 2004 1 commit
-
-
gbazin authored
* modules/mux/mp4.c: added support for mp4v and mp4a inside mov (tested with quicktime player).
-
- 12 Jan, 2004 1 commit
-
-
gbazin authored
* modules/mux/mp4.c: improved mov support a bit.
-
- 22 Dec, 2003 1 commit
-
-
Sam Hocevar authored
+ Added pda.glade to the list of Glade2 generated files. + Remove strings such as "http://" or "/dev/video0" from the list of translated strings in the PDA interface. * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing whitespaces and tabulations here and there.
-
- 14 Dec, 2003 2 commits
- 10 Dec, 2003 1 commit
-
-
gbazin authored
* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts correctly.
-
- 08 Dec, 2003 1 commit
-
-
gbazin authored
* modules/stream_out/transcode.c: added a floating point "scale" option for video transcoding. When specified, you don't need to specify the width and height of the output video. Also changed the width and height options so that if only one of them is specified, the other one is calculated automatically so as to keep the aspect ratio of the video. * modules/mux/ogg.c: fixed crash when removing streams. * modules/codec/theora.c: for now the theora encoder requires a width and height which are multiple of 16.
-
- 07 Dec, 2003 1 commit
-
-
gbazin authored
* include/stream_output.h, src/stream_output/stream_output.c: added a SOUT_MUX_CAP_GET_ADD_STREAM_WAIT muxer capability to specify that a muxer prefers to wait all ES before starting muxing. * modules/mux/ogg.c: use SOUT_MUX_CAP_GET_ADD_STREAM_WAIT. * modules/stream_out/transcode.c: fix for video stream header generation (theora). * modules/codec/theora.c: don't overwrite headers.
-
- 04 Dec, 2003 1 commit
-
-
gbazin authored
* modules/codec/flac.c: several fixes to the flac decoder and encoder. * modules/mux/ogg.c: fixed flac in ogg. * modules/demux/ogg.c: fix for flac seeking.
-
- 01 Dec, 2003 1 commit
-
-
gbazin authored
* ALL: fixed DTS audio support. * modules/demux/dts.c: added raw DTS audio demuxer.
-
- 27 Nov, 2003 2 commits
-
-
Christophe Massiot authored
- strict_rc : strict rate control mode for CBR streams - pre_me : add a pre-motion estimation pass - hurry_up : allow to discard the hq mode in real-time if we're late * modules/mux/mpeg/ts.c: useful debug messages * modules/packetizer/mpegvideo.c: useless debug message
-
Laurent Aimar authored
again) ts: use one stream_id for mpeg video (and one for mpeg audio).
-
- 24 Nov, 2003 1 commit
-
-
gbazin authored
* modules/codec/ffmpeg/postprocess.c: fixed uninitialized variable. * modules/mux/ogg.c: allow embedding mpeg1/2 video (only vlc will play back these files).
-
- 22 Nov, 2003 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 21 Nov, 2003 1 commit
-
-
gbazin authored
* modules/codec/flac.c: added a FLAC encoder. * modules/mux/dummy.c, modules/mux/ogg.c: you can output "normal" flac streams with the es/dummy muxer or output them with an Ogg container.
-