]> git.sesse.net Git - vlc/history - modules/codec/avcodec/avcodec.h
Check for SSE4 at build time where possible
[vlc] / modules / codec / avcodec / avcodec.h
2012-07-31 Sebastien Zwickertavcodec: Mac OS X Video Acceleration (VDA) support...
2012-07-03 Christoph MiebachAdded 2 missing spaces
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-04-17 Rafaël CarréSanitize FFmpeg modules options
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-02-25 Ilkka Ollakkaavcodec: Allow encoding standard stricted to be from...
2012-01-29 Rafaël Carréavcodec: invert definition of deprecated values
2012-01-29 Rafaël Carréavcodec: fix build with libavcodec < 54
2012-01-29 Rafaël Carréavcodec: revert define of deprecated values
2012-01-29 Rafaël Carréavcodec: update to libavcodec 54
2011-11-14 Rafaël Carréffmpeg: add ffmpeg-codec and sout-ffmpeg-codec
2011-04-19 Konstantin PavlovUpdate av* code to use new APIs after Libav Big Bump.
2011-03-16 Jean-Baptiste KempfFFMPEG_COMMON_MEMBERS => AVCODEC_COMMON_MEMBERS
2010-12-02 Jean-Paul Samanmodules/codec/avcodec: Move HAVE_AVCODEC_MT to avcodec.h
2010-08-09 Jai MenonAVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark...
2010-07-22 Jean-Baptiste KempfSplit Avutil<->VLC chroma conversions functions from...
2010-05-03 Laurent AimarAdded support for ffmpeg-mt.
2010-05-01 Laurent AimarMoved out avcodec SampleFormat -> VLC formats to its...
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-09-21 Jean-Baptiste KempfCapitalize FFmpeg where needed.
2009-08-27 Laurent AimarAdded preliminary subtitle decoder support to our avcod...
2009-08-05 Jean-Baptiste KempfAVcodec version needed for 1.1 is 51.48.0 so far.
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...
2009-05-03 Jean-Baptiste KempfFFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-01-10 Laurent AimarSupport delaying codec open until extradata are present...
2008-12-06 Jean-Baptiste KempfFix Avcodec module compilation.
2008-10-19 Rémi Denis-CourmontFactorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis-CourmontFactorize avcodec table - spare about 5kb
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-06-26 Ilkka OllakkaMerge branch 'master' of git@git.videolan.org:vlc
2008-06-26 Ilkka OllakkaSet strict-rc functionality as default if user hasn't
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...