]> git.sesse.net Git - vlc/history - modules/mux
2nd attempt to get libcdio cdda working.
[vlc] / modules / mux /
2004-09-01 Gildas Bazin* modules/mux/asf.c: MUX_GET_ADD_STREAM_WAIT == true...
2004-09-01 Gildas Bazin* modules/mux/asf.c: fixed a bug I introduced in my...
2004-08-30 Gildas Bazin* modules/mux/mpeg/ts.c: waiting for the fifo to have...
2004-08-29 Gildas Bazin* modules/mux/ogg.c: when removing a stream, flush...
2004-08-29 Gildas Bazin* commit modules/mux/ogg.c: added SNOW fourcc.
2004-08-28 Gildas Bazin* include/vlc_es_out.h, src/input/es_out.c: added an...
2004-08-27 Gildas Bazin* modules/demux/asf/asf.c: ignore the ES extra data...
2004-08-27 Gildas Bazin* modules/mux/asf.c: flush our buffers on close.
2004-08-27 Sam Hocevar * include/vlc_common.h:
2004-08-19 Gildas Bazin* modules/mux/asf.c: use syncpoints + add an empty...
2004-08-19 Gildas Bazin* modules/mux/asf.c: small cleanup
2004-08-19 Gildas Bazin* modules/mux/asf.c: don't forget to add the preroll...
2004-08-18 Gildas Bazin* modules/mux/asf.c: the asf muxer can only add streams...
2004-08-18 Gildas Bazin* modules/mux/asf.c: a few coding style changes.
2004-08-15 Gildas Bazin* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
2004-08-11 Gildas Bazin* modules/demux/ogg.c: fixed reading extra data for...
2004-08-06 Gildas Bazin* modules/access/udp.c: use the "ts" demux when in...
2004-08-04 Laurent Aimar * avi.c: fixed fps computation, thanks markfm for...
2004-07-25 Gildas Bazin* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
2004-07-24 Laurent Aimar * mp4.c: compute avg/max bitrate info. removed a fprin...
2004-07-24 Laurent Aimar * mp4.c: really(?) fixed the tkhd invalid width (thx...
2004-07-20 Sigmund Augdal Helbergmpjpeg.c: The rfc says to use \r\n so use \r\n. Also...
2004-07-16 Laurent Aimar * libmp4.c: MMhh .mp4 is 99.99% the same thing than...
2004-07-16 Derk-Jan Hartman* it's information, not informations (grep -r)
2004-07-10 Laurent Aimar * all: compilation fix.
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-07-07 Gildas Bazin* modules/mux/mpjpeg.c: allow removing/adding a track...
2004-07-07 Sigmund Augdal Helberga mime multipart jpeg muxer. Mimics the way some webcam...
2004-07-06 Gildas Bazin* modules/mux/wav.c: start of a WAV audio file muxer.
2004-07-01 Gildas Bazin* modules/mux/mpeg/ts.c: compilation fix.
2004-06-30 Gildas Bazin* modules/mux/mpeg/ts.c: support for dts and dvbs ...
2004-06-22 Laurent Aimar * mp4: fixed width in tkhd. (at least I hope).
2004-06-19 Laurent Aimar * mp4: avcC atom fixed. (Missing sps/pps).
2004-06-16 Laurent Aimar * all: fixed the way h264 streams are stored in .mp4
2004-06-06 Laurent Aimar * all: - renamed old ts demuxer as ts_old(_dvbpsi).
2004-06-05 Laurent Aimar * mp4: fixed a small bug with subtitle.
2004-06-03 Laurent Aimar * mp4: fix for width in tkhd for video stream with...
2004-05-29 Laurent Aimar * ts: added 14496-17 (text sub) support. It assumes...
2004-05-28 Laurent Aimar * mp4: first try to add text subtitle muxing support...
2004-05-15 Laurent Aimar * mp4: added support for h264. I have no idea if it...
2004-05-12 Christophe Massiot* modules/mux/mpeg/ts.c: Fixed a possible segfault...
2004-05-11 Christophe Massiot* src/stream_output/stream_output.c: Use strtol for...
2004-05-06 Gildas Bazin* modules/mux/mp4.c:fixed a minor mem leak.
2004-04-28 Gildas Bazin* modules/mux/ogg.c, modules/codec/theora.c: changes...
2004-04-27 Christophe MassiotReview of sout help strings
2004-04-26 Gildas Bazin* modules/mux/mpeg/ts.c: revised config options descrip...
2004-04-26 Clément StenacOptions descriptions for TS muxer
2004-04-25 Clément StenacAdd options descriptions
2004-04-24 Laurent Aimar * ts: use sout_ParseCfg. (If people add description...
2004-04-23 Laurent Aimar * mp4: use sout_ParseCfg and rename option to --sout...
2004-04-23 Laurent Aimar * asf: use sout_ParseCfg and so added
2004-04-22 Laurent Aimar * ts.c: allow muxing of h264 stream.
2004-04-07 Gildas Bazin* modules/mux/*: fixed block_Realloc() typo.
2004-04-07 Gildas Bazin* modules/mug/ogg.c: fixed recent breakage.
2004-03-29 Laurent Aimar * all: cast of lvalues ...
2004-03-29 Laurent Aimar * ogg: cast of lvalue ... gibalou could you test this...
2004-03-24 Christophe Massiot* ts muxer: added a no-crypt-audio option for people...
2004-03-24 Christophe Massiot* csa.c: Fixed an encryption bug with packets smaller...
2004-03-13 Laurent Aimar * ts: for MSCODEC in TS, set pts == dts when pts ...
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-03-11 Gildas Bazin* modules/mux/mp4.c: support for a few more user data...
2004-03-10 Laurent Aimar * mp4.c: more udta informations (title, author, artists).
2004-03-07 Laurent Aimar * mp4.c: added support for SVQ1.
2004-03-07 Laurent Aimar * mp4.c: - accept adding ES at any time
2004-03-07 Laurent Aimar * mp4.c: * follow guidelines for box order in stbl.
2004-03-07 Laurent Aimar * mp4: really fixed stts table (and no more drift...
2004-03-06 Laurent Aimar * mp4.c: fixed audio/video synchro. Better length...
2004-03-06 Laurent Aimar * mp4: fixed SVQ3 in .mov
2004-03-06 Laurent Aimar * mp4.c: for mp3 in mp4a we need an ESDS.
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Christophe Massiot* modules/mux/mpeg/pes.c: Copy the flags of the data...
2004-02-22 Laurent Aimar * all: compilation warning fixes (mainly missings...
2004-02-21 Gildas Bazin* include/charset.h: added "extern "C" {" for c++ modules.
2004-02-17 Gildas Bazin* ALL: portability fixes.
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2004-01-30 Laurent Aimar * ts: use 0x0a descriptor to send language...
2004-01-26 Gildas Bazin* modules/mux/mp4.c: fixed recent screw-up in movie...
2004-01-25 Gildas Bazin* ALL: removed a bunch of unused add_category_hint().
2004-01-25 Felix Paul Kühne* Stringreview
2004-01-25 Gildas Bazin* modules/mux/mp4.c: spec compliance fix.
2004-01-25 Laurent Aimar - csa.* : CSA scrambling implementation.
2004-01-24 Gildas Bazin* modules/mux/mp4.c: store the display size using the...
2004-01-23 Gildas Bazin* src/stream_output/stream_output.c, include/stream_out...
2004-01-13 Gildas Bazin* modules/mux/mp4.c: added support for mp4v and mp4a...
2004-01-12 Gildas Bazin* modules/mux/mp4.c: improved mov support a bit.
2003-12-22 Sam Hocevar * toolbox:
2003-12-14 Gildas Bazin* modules/gui/wxwindows/*: added raw encapsulation...
2003-12-14 Gildas Bazin* modules/mux/ogg.c: added support for WMV1/2 and MJPG.
2003-12-10 Gildas Bazin* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts...
2003-12-08 Gildas Bazin* modules/stream_out/transcode.c: added a floating...
2003-12-07 Gildas Bazin* include/stream_output.h, src/stream_output/stream_out...
2003-12-04 Gildas Bazin* modules/codec/flac.c: several fixes to the flac decod...
2003-12-01 Gildas Bazin* ALL: fixed DTS audio support.
2003-11-27 Christophe Massiot* modules/stream_out/transcode.c: new options
2003-11-27 Laurent Aimarcopy: set pts to dts if pts <= 0. (Needed to make div3...
2003-11-24 Gildas Bazin* modules/codec/ffmpeg/postprocess.c: fixed uninitializ...
2003-11-22 Laurent Aimar * ts: added lpcm and dts stream. (untested)
2003-11-22 Laurent Aimar * ts: fixes.
2003-11-21 Gildas Bazin* modules/codec/flac.c: added a FLAC encoder.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
next