]> git.sesse.net Git - vlc/history - modules/codec/avcodec/avcodec.c
AVCodec : Allow delayed opening of audio codecs.
[vlc] / modules / codec / avcodec / avcodec.c
2010-08-09 Jai MenonAVCodec : Allow delayed opening of audio codecs.
2010-08-09 Jai MenonAVCodec : Set audio related parameters in ffmpeg_OpenCo...
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-07-20 Jean-Baptiste KempfForce avcodec to be at least 52.25.0 and avfomat 52...
2010-05-03 Laurent AimarAdded support for ffmpeg-mt.
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2010-03-26 Christophe MutricyTypo
2010-01-29 Rafaël Carréavcodec decoder: export profile/level at open
2010-01-25 Jean-Baptiste KempfRename the "Other codecs" category
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-12 Laurent AimarAdded an access using avformat protocol support.
2009-11-25 Laurent AimarDisabled ffmpeg hardware acceleration support by default.
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-11-24 Laurent AimarUpdated avcodec with SSE3/SSSE3/SSE4.1/SSE4.2.
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-20 Rémi Denis-Courmont--enable-merge-ffmpeg: kludge to make avcodec and avfor...
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-08-28 Rémi Duraffortavcodec: fix compilation.
2009-08-28 Jean-Baptiste KempfAvcodec: proper warning if build is < 52.25
2009-08-28 Jean-Baptiste KempfRemove all subtitles support for people with old avcode...
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-05-01 Anthony LoiseauAdd some options as safe, based on forum.v.o search.
2009-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-03-12 Rémi Denis-Courmontavcodec, switcher: use the global avcodec lock
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-10 Laurent AimarSupport delaying codec open until extradata are present...
2008-11-11 Ilkka OllakkaEnable ffmpeg aac decoder, seems to work currently.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-28 Ilkka Ollakkaremove unneeded if for aac-profile
2008-10-19 Rémi Denis-CourmontFactorize avcodec table - spare about 5kb
2008-10-10 Rémi DuraffortRemove unused variable.
2008-10-10 Rémi DuraffortRemove stupid test before a free.
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
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...