]> git.sesse.net Git - vlc/history - modules/stream_out/transcode.c
* INSTALL.win32: added an instruction for using tar to extract the contrib.
[vlc] / modules / stream_out / transcode.c
2003-07-06 Gildas Bazin* INSTALL.win32: added an instruction for using tar...
2003-07-04 Sam Hocevar * debian/changelog: Changelog for the forthcoming...
2003-06-30 Gildas Bazin* modules/stream_out/transcode.c: forgot to remove...
2003-06-30 Gildas Bazin* modules/stream_out/transcode.c: compilation fix.
2003-06-29 Gildas Bazin* configure.ac, modules/mux/ogg.c, modules/stream_out...
2003-06-25 Laurent Aimar * transcode: fix a potential segfault.
2003-05-22 Derk-Jan Hartman* added an ifdef for SVQ3
2003-05-16 Gildas Bazin* modules/packetizer/copy.c, modules/stream_out/transco...
2003-05-04 Laurent Aimar * transcode: follow the same logic for ab than vb...
2003-05-03 Laurent Aimar * transcode: added qmin, qmax and hq(high quality...
2003-05-03 Laurent Aimar * transcode: fix cropping code.
2003-05-03 Laurent Aimar * transcode: fixed video resizing.
2003-05-03 Laurent Aimar * transcode: added two options:
2003-05-03 Laurent Aimar * all: shut up valgrind ;) (memory leacks and one...
2003-05-02 Laurent Aimar * transcode: fix about raw audio.
2003-05-02 Laurent Aimar * transcode: compilation fix.
2003-05-02 Laurent Aimar * transcode: should be able to compress raw audio...
2003-05-02 Laurent Aimar * transcode: accept and create raw video(I420,I422...
2003-04-29 Laurent Aimar all: use /* */ instead of // (we write c code)
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*, modules...
2003-04-16 Laurent Aimar * transcode: tried to fix compilation with older libav...
2003-04-14 Laurent Aimar * transcode.c: removed an absolute header path...
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...