]> git.sesse.net Git - vlc/history - modules/packetizer
* first update of the German translation
[vlc] / modules / packetizer /
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: small fix to annexe-b...
2005-09-13 Gildas Bazin* modules/packetizer/h264.c: date SPS and PPS blocks...
2005-08-10 Jean-Paul SamanBy default --packetizer-mpegvideo-sync-iframe is disabled.
2005-08-10 Jean-Paul SamanFlagging BLOCK_FLAG_DISCONTINUITY for every PID in...
2005-07-19 Laurent Aimar * h264: handle SPS/PPS in annexb format in extra data...
2005-07-11 Christophe Massiot * modules/packetizer/mpegvideo.c: Drop corrupt blocks.
2005-07-11 Sam Hocevar * Fixed a bunch of coding errors here and there.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c, modules/packetizer...
2005-06-01 Gildas Bazin* modules/packetizer/mpeg4video.c: work-around for...
2005-06-01 Gildas Bazin* modules/packetizer/mpeg4video.c: remove the VOL from...
2005-05-31 Christophe Massiot * modules/packetizer/mpegvideo.c: Do not set aspect...
2005-05-20 Clément StenacDon't print error on non-fatal problems
2005-04-23 Sigmund Augdal Helbergpacketizer/h264.c: fix divition by zero for some streams
2005-04-06 Laurent Aimar * h264: less debug.
2005-04-06 Laurent Aimar * h264: bug fix (give valid date + split at the right...
2005-03-08 Gildas Bazin* modules/packetizer/mpeg4video.c: fixed segfault
2005-02-03 Gildas Bazin* modules/packetizer/mpeg4video.c: oops, don't forget...
2005-02-02 Gildas Bazin* modules/packetizer/mpeg4video.c: proper PTS/DTS calcu...
2004-12-11 Clément StenacImprovements to preferences
2004-12-09 Gildas Bazin* modules/packetizer/mpeg4video.c: fixed memory leak...
2004-10-22 Gildas Bazin* modules/packetizer/h264.c: oops, forgot to remove...
2004-10-20 Gildas Bazin* modules/packetizer/h264.c:
2004-09-26 Gildas Bazin* modules/packetizer/mpegvideo.c: set fmt_out.video...
2004-08-23 Gildas Bazin* modules/packetizer/h264.c: modified ParseNALBlock...
2004-06-16 Laurent Aimar * all: fixed the way h264 streams are stored in .mp4
2004-06-06 Laurent Aimar * all: added VSSH fourcc.
2004-05-29 Laurent Aimar * copy: low latency for subt.
2004-05-28 Laurent Aimar * copy: don't break the length for subtitle packet.
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: better fix.
2004-05-24 Gildas Bazin* modules/packetizer/mpegvideo.c: corner case fix for...
2004-05-15 Laurent Aimar * all: improved perfs (using block_ChainLastAppend).
2004-05-15 Laurent Aimar * h264: added avc1 -> h264 annexe B stream.
2004-04-23 Laurent Aimar * h264: fixed nal decoding.
2004-04-22 Laurent Aimar * packetizer/h264.c: a really basic h264 packetizer...
2004-04-21 Christophe Massiot* modules/packetizer/mpegvideo.c: When a discontinuity...
2004-04-13 Gildas Bazin* modules/packetizer/*: bug fix (use es_format_Copy...
2004-04-13 Laurent Aimar * mpeg4video: init i_dts.
2004-03-25 Laurent Aimar * mpeg4video.c: added m4cc/M4CC.
2004-03-13 Laurent Aimar * mpeg4video.c: better pts...
2004-03-13 Laurent Aimar * mpeg4video: more cludges (it should be rewritten...
2004-03-06 Laurent Aimar * mpeg4video: set frame type (I,P,B).
2004-03-06 Gildas Bazin* src/input/input_dec.c: fix for input_EndDecoder(...
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Christophe Massiot* modules/packetizer/mpegvideo.c: Correctly flag the...
2004-02-25 Gildas Bazin* modules/packetizer/mpeg4audio.c, modules/packetizer...
2004-02-20 Christophe Massiot* modules/packetizer/mpegvideo.c: display the picture...
2004-01-27 Gildas Bazin* modules/packetizer/mpegvideo.c: fixed major bug where...
2004-01-25 Carlo Calabròreverting a whole bunch of stupid changes,
2004-01-25 Carlo CalabròString review, round three in advance :)
2003-12-22 Sam Hocevar * toolbox:
2003-12-15 Gildas Bazin* modules/packetizer/mpeg4audio.c: fixed raw mpeg4...
2003-12-07 Jean-Paul SamanCompilation warning fixes and if-deffed unused function...
2003-12-07 Gildas Bazin* include/vlc_block_helper.h: small bugfix to block_Fin...
2003-12-06 Gildas Bazin* include/vlc_block_helper.h: new block_FindStartcodeFr...
2003-11-30 Gildas Bazin* modules/packetizer/mpeg4video.c: oops
2003-11-30 Gildas Bazin* include/input_ext-plugins.h: export input_DecodeBlock().
2003-11-30 Laurent Aimar * all: added dx50 fourcc (just mpeg4 video).
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-26 Gildas Bazin* ALL: fixed memory leaks.
2003-11-22 Laurent Aimar * copy: removed the old spu packetizer.
2003-11-22 Laurent Aimar * mpegvideo: ported to new API (need more clean up).
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-11-20 Laurent Aimar * copy: ported to new API.
2003-11-18 Laurent Aimar * include/vlc_bits.h: bit stream reader/writer.
2003-11-17 Gildas Bazin* modules/packetizer/mpeg4video.c: ported to the new...
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...
next