]> git.sesse.net Git - vlc/history - modules/packetizer/mpeg4video.c
* include/vlc_bits.h: bit stream reader/writer.
[vlc] / modules / packetizer / mpeg4video.c
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).