]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/video_filter.c
Remove E_()
[vlc] / modules / codec / ffmpeg / video_filter.c
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
2008-02-10 Jean-Paul SamanCleanup in the error path
2008-02-10 Jean-Paul SamanFix memleak ffmpeg/video_filter.c
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-26 Jean-Paul Samanmodules/codec/ffmpeg/video_filter.c is img_* API only now
2007-10-26 Jean-Paul SamanRefactorize modules/codec/ffmpeg/:
2007-10-20 Jean-Paul SamanDeinterlace prototype should be defined whether or...
2007-10-20 Jean-Paul SamanDeinterlace module doesn't depend on swscale or img_...
2007-05-18 Antoine Cellerier* ffmpeg/video_filter.c: remove a bunch of trailing...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-01-12 Antoine CellerierFSF address change.
2005-08-09 Jean-Paul SamanFix compiler warnings about signed - unsigned comparisons
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-19 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: fixed resampling...
2005-03-17 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: resampling fix...
2005-03-08 Christophe Massiot* modules/codec/ffmpeg/video_filter.c: Fixed a regressi...
2005-03-08 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: a few fixes...
2005-03-07 Christophe Massiot* src/video_output/vout_subpictures.c: New function...
2004-12-21 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: I420 -> YUVA...
2004-12-14 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: added RV32 ...
2004-10-14 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: fixed cases...
2004-09-15 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: improvements.
2004-09-01 Gildas Bazin* modules/codec/ffmpeg/video_filter.c: oops, copy&paste...
2004-08-30 Gildas Bazin* ALL: use rgb mask members in video_format_t.
2004-08-29 Gildas Bazin* codec/ffmpeg/video_filter.c: deinterlace filter.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...