]> git.sesse.net Git - vlc/history - plugins/avi/avi.c
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / plugins / avi / avi.c
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-15 Laurent Aimar * avi.c : quick hack to read file created by ffmpeg...
2002-07-09 Laurent Aimar plugins/avi/avi.c : now you can see avi over http...
2002-07-02 Laurent Aimar * all : begin to support VOD, but it segfault very...
2002-06-30 Laurent Aimar *all : now can find key frame even with broken avi.
2002-06-30 Laurent Aimar all: ameliorations.
2002-06-29 Laurent Aimar plugins/avi/avi.c : fix some problems with broken avi
2002-06-28 Laurent Aimar plugins/avi/avi.c : audio seems to be better.
2002-06-27 Sam Hocevar * ./src/misc/modules.c: added the --plugin-path optio...
2002-06-26 Laurent Aimar * all : I rewrite the way to read, in order to minimiz...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-25 Laurent Aimar * all: avi file is a piece of sh*t, make more test.
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-17 Laurent Aimar * plugins/avi/avi.c : it will not segfault with...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-05-10 Laurent Aimar * All: use input_ClockManageRef to do synchro.
2002-05-10 Laurent Aimar * include/common.h and input_ext-plugins.h, src...
2002-05-07 Laurent Aimar * plugins/avi/avi.c : can now use --novideo
2002-05-06 Laurent Aimar *ALL : ameliorations ( i hope ;)
2002-05-05 Laurent Aimar * plugins/avi/avi.c try to not freeze when reach...
2002-05-04 Laurent Aimar*** empty log message ***
2002-05-02 Laurent Aimar * plugins/avi/avi.c : you can now use slow and...
2002-04-30 Laurent Aimar * plugins/avi/avi.c : corrected a bug with broken...
2002-04-30 Laurent Aimar * plugins/avi/avi.c : changed in order to read...
2002-04-27 Laurent Aimar * plugins/avi/avi.c : with some broken avi file...
2002-04-27 Laurent Aimar * plugins/avi/avi.c : seek is faster
2002-04-26 Laurent Aimar * plugins/avi/avi.c : now it can play broken file...
2002-04-25 Sam Hocevar * ./src/misc/modules_plugin.h: exported input_ClockMa...
2002-04-25 Laurent Aimar * plugins/avi/avi.c: will not segfault when no...
2002-04-25 Laurent Aimar * plugins/ffmpeg/ffmpeg.c : with empty frame(data_p...
2002-04-23 Laurent Aimar* ./plugins/ac3_adec/* use _M to avoid conflict with...