]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/mux.c
Make PIX_FMT_RGBA dependend on ffmpeg with swscale. Patch by Remi Duraffort <ivoire...
[vlc] / modules / codec / ffmpeg / mux.c
2007-09-28 Rafaël Carrédon't compare signed with unsigned
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-02-26 Christophe MutricyCompile fix for old ffmpeg
2007-02-17 Antoine Cellerierffmpeg/mux.c: implement MUX_GET_MIME.
2007-02-17 Antoine CellerierWith recent libavformat, only use the evil CODEC_ID_MP2...
2007-02-17 Antoine CellerierFix ffmpeg muxer header writing. This allows flash...
2007-02-12 Antoine Celleriers/borken/broken/
2007-02-12 Antoine CellerierConditionaly compile the mux fix as it requires a new...
2007-02-11 Antoine CellerierPrint more debug messages from ffmpeg when using the...
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2007-02-11 Antoine CellerierAdd option to specify which muxer we want to use in...
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
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-11-17 Derk-Jan Hartman* Fix ffmpeg include's
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-09-09 Clément StenacCopyright stuff
2006-08-23 Eric PetitBeOS / gcc 2.x fixes, patch by Cian Duffy
2006-08-22 Gildas Bazin* modules/codec/ffmpeg/mux.c: libavformat is much more...
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...