]> git.sesse.net Git - vlc/history - modules/packetizer/mpegvideo.c
* include/vlc_block_helper.h: new block_FindStartcodeFromOffset() function.
[vlc] / modules / packetizer / mpegvideo.c
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).