]> git.sesse.net Git - vlc/history - modules/codec/avcodec/avcodec.h
avcodec: simplify picture references
[vlc] / modules / codec / avcodec / avcodec.h
2014-09-13 Rémi Denis-Courmontavcodec: close acceleration back-end after the context
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec_id parameter
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant codec name parameter
2014-09-11 Rémi Denis-Courmontavcodec: constify decoder_sys_t.p_codec
2014-09-11 Rémi Denis-Courmontavcodec: remove redundant decoder_sys_t.i_cat
2014-09-11 Rémi Denis-Courmontavcodec: remove deprecated motion vector visualization...
2014-09-11 Rémi Denis-Courmontavcodec: make decoder callbacks static
2013-08-09 Vittorio Giovararevert 062b886122287d8ad3ec93b3faa59808d2b1e9c7
2013-07-23 Rémi Denis-Courmontavcodec: fix sign of codec ID
2013-06-04 Rafaël Carréavcodec: remove dummy EndSubtitleDec
2013-05-02 Christoph MiebachRemove more unused msgid defines and de-duplication
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-03-09 Rémi Denis-Courmontavcodec: remove obsolete compatibility stuff
2013-03-09 Rémi Denis-Courmontavcodec: update to audio4 decoding API
2013-03-06 Felix Paul Kühneavcodec: remove 'lowres' option since it is ignored...
2013-02-11 Vittorio GiovaraAdd gui option one libav/ffmpeg flag2 parameter
2012-12-21 Rémi Denis-Courmontavcodec: simplify audio sample format mapping
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-28 Rafaël CarréMove libavutil define to avcommon.h
2012-10-28 Rafaël Carréavcodec: AV_CPU_FLAG_MMX2 was removed
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-12 Rémi Denis-Courmontavcodec: use automake conditionals for hardware acceler...
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-08-14 Ilkka Ollakkaavcodec: fix language
2012-08-14 Ilkka Ollakkaavcodec: fix helptest for aac-profile
2012-08-14 Ilkka Ollakkaavcodec: move version check to avcodec.h
2012-08-04 Rémi Denis-Courmontavcodec: factor CPU detection code
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...