]> git.sesse.net Git - vlc/history - modules/mux/avi.c
Improvements to preferences
[vlc] / modules / mux / avi.c
2004-12-11 Clément StenacImprovements to preferences
2004-08-04 Laurent Aimar * avi.c: fixed fps computation, thanks markfm for...
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-04-07 Gildas Bazin* modules/mux/*: fixed block_Realloc() typo.
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2003-12-22 Sam Hocevar * toolbox:
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-08-17 Laurent Aimar * avi, dummy: removed useless include.
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
2003-05-02 Laurent Aimar * copy: added raw audio/video support.
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-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-24 Laurent Aimar * all : fix compilation.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-19 Laurent Aimar * avi.c : proper way to store fourcc.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-12 Laurent Aimar * avi.c: avi muxer. (It produces broken files, but...