]> git.sesse.net Git - vlc/history - modules/packetizer
* ALL: final improvements to the decoders/packetizers api.
[vlc] / modules / packetizer /
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-07 Christophe Massiot* modules/packetizer/mpegvideo.c: Detect discontinuitie...
2003-10-24 Gildas Bazin* modules/packetizer/mpeg4audio.c: when packetizing...
2003-10-23 Gildas Bazin* include/vlc_block_helper.h: fixed an idiotically...
2003-10-05 Gildas Bazin* modules/packetizer/mpeg4audio.c: ported to the new...
2003-10-04 Gildas Bazin* modules/packetizer/mpegaudio.c: updated mpegaudio...
2003-09-29 Gildas Bazin* modules/mux/ogg.c: always backup the vorbis/theora...
2003-09-24 Laurent Aimar * all: set pf_run *only* if we accept this stream.
2003-09-10 Laurent Aimar * mpegaudio.c : cosmetics.
2003-09-10 Laurent Aimar * all : added mpeg 2.5 support.
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-26 Laurent Aimar * mpegaudio: set i_bitrate field. (won't work with...
2003-08-11 Laurent Aimar * copy: removed annoying debug message.
2003-08-11 Gildas Bazin* modules/packetizer/mpegvideo.c: oops, fixed typo.
2003-08-11 Gildas Bazin* modules/packetizer/mpegvideo.c: small clarification.
2003-08-10 Laurent Aimar * mpegvideo.c: try to set a better value for length...
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
2003-08-08 Gildas Bazin* src/input/input_clock.c: reverted the patch that...
2003-07-31 Laurent Aimar * copy.c: Added DVD subtitle support. I still need...
2003-07-20 Gildas Bazin* modules/packetizer/copy.c, modules/stream_out/transco...
2003-06-27 Sam Hocevar * bootstrap:
2003-06-24 Sam Hocevar * modules/**/.cvsignore: added Makefile{,.in.am}...
2003-06-23 Gildas Bazin* modules/packetizer/vorbis.c: vorbis data packetizer...
2003-06-10 Gildas Bazin* modules/packetizer/mpegvideo.c, modules/mux/mpeg...
2003-06-06 Gildas Bazin* modules/packetizer/mpegvideo.c: Fixed a 3:2 pulldown...
2003-05-16 Gildas Bazin* modules/packetizer/copy.c, modules/stream_out/transco...
2003-05-03 Laurent Aimar*** empty log message ***
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-05-02 Laurent Aimar * copy: added raw audio/video support.
2003-04-24 Laurent Aimar * mpeg4video.c: use video size when available from...
2003-04-16 Laurent Aimar * modules/packetizer/mpegvideo.c : cut after a complet...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-02-26 Gildas Bazin* src/input/input_ext-dec.c: added a few sanity checks...
2003-02-18 Laurent Aimar * raah, corrected mpeg2-layer3 playback (and streaming...
2003-01-23 Sam Hocevar * ./modules/*: warning fixes.
2003-01-22 Laurent Aimar * fixed my last fix about bug with non-progressive...
2003-01-20 Laurent Aimar * mpegvideo.c : raah, removed a debug message...
2003-01-20 Laurent Aimar * mpegvideo.c : fix dts generation for non-progressive...
2003-01-19 Laurent Aimar * all: change the way fourcc are stored in bitmapinfoh...
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-12 Laurent Aimar * some workaround for clock.
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...
2002-12-18 Laurent Aimar * mpeg4video: repeat vol headers every 30 frames ...
2002-12-18 Laurent Aimar* mpegaudio: fixed another stupid bug for mpeg audio...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).