]> git.sesse.net Git - vlc/history - modules/packetizer/mpeg4video.c
* modules/packetizer/mpeg4video.c: ts/ps muxers rely on VOL being present in the...
[vlc] / modules / packetizer / mpeg4video.c
2006-06-11 Gildas Bazin* modules/packetizer/mpeg4video.c: ts/ps muxers rely...
2006-06-09 Gildas Bazin* modules/packetizer/mpeg4video.c: rewrite using the...
2006-03-25 Felix Paul Kühne* another 1st string review, refs #438
2006-01-12 Antoine CellerierFSF address change.
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-20 Clément StenacDon't print error on non-fatal problems
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-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-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-07 Jean-Paul SamanCompilation warning fixes and if-deffed unused function...
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-26 Gildas Bazin* ALL: fixed memory leaks.
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-09-24 Laurent Aimar * all: set pf_run *only* if we accept this stream.
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-05-03 Laurent Aimar*** empty log message ***
2003-04-24 Laurent Aimar * mpeg4video.c: use video size when available from...
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-01-23 Sam Hocevar * ./modules/*: warning fixes.
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-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-14 Laurent Aimar Added stream output. (common work with titer).