]> git.sesse.net Git - vlc/history - modules/packetizer
modules/gui/beos/MediaControlView.cpp: fixed a strange crash that happens
[vlc] / modules / packetizer /
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...
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-02-18 Laurent Aimar * raah, corrected mpeg2-layer3 playback (and streaming...
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-17 Laurent Aimar * all: use p_vlc->pf_memcpy instead of memcpy on big...
2003-01-16 Sam Hocevar * ./modules/**/.cvsignore: added common *$(LIBEXT...
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
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-18 Laurent Aimar* mpegaudio: fixed another stupid bug for mpeg audio...
2002-12-14 Laurent Aimar Added stream output. (common work with titer).