]> git.sesse.net Git - vlc/history - plugins/ffmpeg/ffmpeg.c
* ALL: new module API. Makes a few things a lot simpler, and we gain
[vlc] / plugins / ffmpeg / ffmpeg.c
2002-07-31 Sam Hocevar * ALL: new module API. Makes a few things a lot simpl...
2002-07-23 Laurent Aimar * cinepak: add a new fourcc
2002-07-23 Sam Hocevar * ALL: decoders now use a fourcc as a probe value.
2002-07-21 Laurent Aimar * all : try to add an option to allow frame droppping (
2002-07-20 Laurent Aimar * ffmpeg : add a new option, it set the level of error...
2002-07-20 Sam Hocevar * ALL: changed "struct foo_s" into "struct foo_t...
2002-07-15 Laurent Aimar ffmpeg.c : fix my previous commit( I've forgotten...
2002-07-15 Laurent Aimar * avi.c : quick hack to read file created by ffmpeg...
2002-06-07 Sam Hocevar * ./src/playlist/playlist.c: lots of playlist behavio...
2002-06-01 Sam Hocevar * ALL: got rid of p_object->p_this which is now useless.
2002-06-01 Sam Hocevar * ALL: the first libvlc commit.
2002-05-18 Sam Hocevar * ALL: changed __inline__ with inline (autoconf does...
2002-05-13 Laurent Aimar * include/video.h : added new fourcc code for avi
2002-05-12 Laurent Aimar * All: simplifications.
2002-05-10 Laurent Aimar * include/common.h and input_ext-plugins.h, src...
2002-05-07 Laurent Aimar * corrected some bad lock/unlock
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-04-27 Laurent Aimar * plugins/avi/avi.c : seek is faster
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...