]> git.sesse.net Git - vlc/history - modules/mux/mpeg
Fixed VC1 muxing in ASF.
[vlc] / modules / mux / mpeg /
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: small cleanup.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: correct PSM size.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: shut-up valgrind warning.
2005-03-09 Gildas Bazin* modules/mux/mpeg/ps.c: Write a PSM + support for...
2005-03-08 Gildas Bazin* modules/mux/mpeg/ps.c: use instant bitrate to calcula...
2005-03-07 Mark MoriartyFix mpeg ps time output, making it seekable. There...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-01-07 Christophe Massiot* modules/access_output/udp.c: When using --udp-group...
2004-12-16 Clément StenacReally fix all the set_name.
2004-12-11 Clément StenacImprovements to preferences
2004-11-04 Clément StenacWrong options descriptions in TS muxer
2004-11-03 Gildas Bazin* modules/mux/mpeg/pes.c: for mpgv, don't store dts...
2004-10-27 Gildas Bazin* modules/mux/mpeg: for video ES, always put the pts...
2004-10-22 Christophe Massiot * modules/mux/mpeg/pes.c: Extended prototype to allow...
2004-10-06 Gildas Bazin* modules/mux/mpeg/ts.c: a couple of fixes for DVB...
2004-09-30 Benjamin PrachtAdds the ability to specify the pid of the PMT (--sout...
2004-09-22 Gildas Bazin* modules/mux/mpeg/ps.c: make sure the data blocks...
2004-08-30 Gildas Bazin* modules/mux/mpeg/ts.c: waiting for the fifo to have...
2004-08-15 Gildas Bazin* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
2004-07-25 Gildas Bazin* modules/mux/asf.c, ts.c, ogg.c: added WMV3 fourcc.
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
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-06 Laurent Aimar * all: - renamed old ts demuxer as ts_old(_dvbpsi).
2004-05-29 Laurent Aimar * ts: added 14496-17 (text sub) support. It assumes...
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-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-24 Laurent Aimar * ts: use sout_ParseCfg. (If people add description...
2004-04-22 Laurent Aimar * ts.c: allow muxing of h264 stream.
2004-04-07 Gildas Bazin* modules/mux/*: fixed block_Realloc() typo.
2004-03-29 Laurent Aimar * all: cast of lvalues ...
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-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-17 Gildas Bazin* ALL: portability fixes.
2004-01-30 Laurent Aimar * ts: use 0x0a descriptor to send language...
2004-01-25 Laurent Aimar - csa.* : CSA scrambling implementation.
2003-12-10 Gildas Bazin* modules/mux/mpeg/pes.c: fixed to handle 0 pts/dts...
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-22 Laurent Aimar * ts: added lpcm and dts stream. (untested)
2003-11-22 Laurent Aimar * ts: fixes.
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-20 Laurent Aimar * ts: fixed a stupid bug for MS codec.
2003-11-17 Christophe Massiot* modules/access_output/udp.c: more debug
2003-11-17 Laurent Aimar * ts: improve PCR handling. pcr-soft doesn't exist...
2003-11-15 Laurent Aimar * set dts/length of all pes packet.
2003-11-07 Christophe Massiot* modules/mux/mpeg/ts.c:
2003-10-27 Damien Lucas. in PMT decoder, fix the iso639-2B language code decod...
2003-08-26 Laurent Aimar * ts: clean my last commit for SPU. Btw, report any...
2003-08-26 Laurent Aimar * ts: try to fix too much packets dropping with v4l.
2003-08-18 Laurent Aimar * ts: fix PCR value when using pcr-soft.
2003-08-15 Laurent Aimar * pes: fix private stream with mpeg1.
2003-08-14 Laurent Aimar * ts: use right stream_id for A52 (0xbd -> fix mplayer...
2003-08-14 Gildas Bazin* src/extras/libc.c, nclude/vlc_common.h, modules/mux...
2003-08-10 Gildas Bazin* modules/mux/mpeg/ts.c: oops.
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
2003-08-04 Laurent Aimar * ts: fixed a segfault when removing PCR stream.
2003-08-02 Laurent Aimar * ps: clean up and dvd subtitles support.
2003-08-01 Laurent Aimar ts: large rewrite of the TS muxer to produce better...
2003-07-15 Gildas Bazin* modules/mux/mpeg/ps.c: save pack and system headers...
2003-07-15 Gildas Bazin* modules/mux/mpeg/ps.c,ps.c: the ps muxer can now...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-10 Gildas Bazin* modules/packetizer/mpegvideo.c, modules/mux/mpeg...
2003-06-09 Gildas Bazin* modules/mux/mpeg/pes.c: allow cases where we don...
2003-06-01 Laurent Aimar * ts: fix current_next value.
2003-05-31 Laurent Aimar * ts: proper fix for both.
2003-05-31 Laurent Aimar * mux/ts.c : allowed sending mjpeg (who said that...
2003-05-14 Laurent Aimar * ts: do not use DVB reserved pid(s) (thanks Miguel...
2003-05-05 Laurent Aimar * bits.h: clean up
2003-05-03 Laurent Aimar * ts: fix a memory leak.
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-26 Laurent Aimar * ts.c: added "ts" shorcut for ts_dvbpsi.
2003-02-24 Laurent Aimar * all : fix compilation.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-23 Laurent Aimar * all : added streaming support for crappy ms video...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-11 Olivier Teulière * Fixed my previous commit (thanks fenrir)
2003-01-11 Olivier Teulière * compilation fix
2003-01-08 Laurent Aimar * pes.c, ps.c: a52 stream should now work.
2002-12-18 Sam Hocevar * fixed several format string inconsistencies and...
2002-12-17 Laurent Aimar * bits.h: fixed a stupid bug.
2002-12-15 Laurent Aimar * modules/mux/mpeg/*: should fix builtin compilation
2002-12-14 Laurent Aimar Added stream output. (common work with titer).