]> git.sesse.net Git - vlc/history - modules/packetizer/mpegvideo.c
Improvements to preferences
[vlc] / modules / packetizer / mpegvideo.c
2004-12-11 Clément StenacImprovements to preferences
2004-09-26 Gildas Bazin* modules/packetizer/mpegvideo.c: set fmt_out.video...
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-04-21 Christophe Massiot* modules/packetizer/mpegvideo.c: When a discontinuity...
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-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-27 Christophe Massiot* modules/stream_out/transcode.c: new options
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-07 Christophe Massiot* modules/packetizer/mpegvideo.c: Detect discontinuitie...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
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-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-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-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-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-08 Laurent Aimar * mpeg4audio.c: new packetizer (but for now it don...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).