]> git.sesse.net Git - vlc/history - modules/codec/avcodec/avcommon.h
avcodec: free extradata after closing the context
[vlc] / modules / codec / avcodec / avcommon.h
2014-06-14 Jean-Baptiste KempfUpgrade requirements for libavcodec and libavutil
2014-02-28 Rafaël Carréavutil: Remove (broken) CPU detection on android
2014-02-27 Rémi Denis-Courmontavcodec: remove the VLC DSP mask (except on Android...
2014-02-22 Rémi Denis-Courmontavutil: put the CPU flags in the VLC debug log
2014-02-22 Rémi Denis-Courmontavutil: vector and serialize CPU flags initialization
2014-02-19 Rafaël Carréavio: initialize avformat network support explicitely
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-12-19 Rafaël Carréavcommon.h: move code around
2013-08-19 Jean-Baptiste KempfRevert "avio: differentiate between avio-options and...
2013-08-19 Edward Wangavio: differentiate between avio-options and sout-avio...
2013-08-19 Edward Wangavcodec: no period after option short name
2013-07-20 Jean-Baptiste KempfAvcodec: fix FTBFS with older libav/FFmpeg
2013-03-25 Zoran Turalijaavcodec: Correct macro definition in LIBAVUTIL_VERSION_...
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-12 Jean-Baptiste Kempflibav*: create a new avcommon_compat.h file for backwar...
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
2013-01-25 Rafaël CarréUse precise version check for FFmpeg/libav
2013-01-25 Rafaël CarréAdd LIBAVUTIL_VERSION_CHECK (based on LIBAVCODEC_VERSIO...
2013-01-25 Rafaël CarréFFmpeg doesn't use the same version numbers than Libav
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-28 Rafaël CarréMove libavutil define to avcommon.h
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-09 Jean-Baptiste KempfFix compilation on older versions of libavutil
2012-10-09 Jean-Baptiste KempfAvformat: set the dsp mask too
2012-10-09 Jean-Baptiste KempfAv* move GetVlcDspMask from avcodec.h to avcommon.h
2012-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
2012-04-17 Rafaël Carréavformat (mux/demux): implement private options
2012-04-17 Rafaël Carréavcommon: add an helper to parse private options
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...