]> git.sesse.net Git - vlc/history - modules/codec/avcodec/avcodec.c
vout: remove unimplemented GET_OPENGL controls
[vlc] / modules / codec / avcodec / avcodec.c
2014-10-03 Rémi Denis-Courmontavcodec: map AV_CODEC_ID_NONE
2014-10-02 Rémi Denis-Courmontavcodec: fix double free
2014-10-02 Rémi Denis-Courmontavcodec: fix pointer aliasing
2014-09-13 Rémi Denis-Courmontavcodec: close acceleration back-end after the context
2014-09-13 Rémi Denis-Courmontavcodec: free extradata after closing the context
2014-09-13 Rémi Denis-Courmontavcodec: move debug message to correct place
2014-09-13 Rémi Denis-Courmontavcodec: use avcodec_free_context() where applicable
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
2014-09-11 Rémi Denis-Courmontavcodec: move audio-specific code to audio.c
2014-09-11 Rémi Denis-Courmontavcodec: move video-specific code to video.c
2014-06-14 Jean-Baptiste KempfUpgrade requirements for libavcodec and libavutil
2014-06-07 Rémi Denis-Courmonttranscode: disable hardware decoding by default
2014-02-27 Rémi Denis-Courmontavcodec: remove the VLC DSP mask (except on Android...
2014-02-22 Rémi Denis-Courmontavutil: vector and serialize CPU flags initialization
2013-12-19 Rafaël Carrélibavutil: set verbosity based on VLC own verbosity
2013-10-23 Luca Barbatoavcodec: Always use av_malloc to alloc extradata
2013-09-09 Rafaël Carréuse i_visible_ dimensions to initialize encoders
2013-08-09 Vittorio Giovararevert 062b886122287d8ad3ec93b3faa59808d2b1e9c7
2013-07-23 Rémi Denis-Courmontavcodec: fix sign of codec ID
2013-07-18 Rémi Denis-Courmontavcodec: autodetect hardware acceleration by default
2013-06-06 Rafaël Carréavcodec: support private options
2013-06-04 Rafaël Carréavcodec: remove dummy EndSubtitleDec
2013-04-15 Ilkka Ollakkaavcodec: use rd instead simple as defaul mb_decision...
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated deinterlacing filter
2013-03-09 Rémi Denis-Courmontavcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
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
2013-01-25 Jean-Baptiste KempfAvcodec, restore the threads count to auto
2013-01-25 Rafaël CarréUse precise version check for FFmpeg/libav
2013-01-25 Rafaël CarréFFmpeg doesn't use the same version numbers than Libav
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-12 Rémi Denis-Courmontavcodec: move hardware decoding into dedicated plugins...
2012-10-09 Jean-Baptiste KempfKill a deprecation warning
2012-10-04 Jean-Baptiste KempfAvcodec: set the cpu flags/mask in modern version of...
2012-09-18 Rémi Denis-Courmontavcodec: disable threading by default
2012-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
2012-08-16 Jean-Baptiste KempfAvcodec: use the standard includes
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Felix Paul Kühneavcodec: enable 'avcodec-hw' by default on OS X
2012-08-04 Rémi Denis-Courmontavcodec: factor CPU detection code
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-07-31 Sebastien Zwickertavcodec: Mac OS X Video Acceleration (VDA) support...
2012-07-10 Ilkka Ollakkaavcodec: set rc-buffer-size to 0, as it is default...
2012-05-23 Laurent AimarFixed support of G726.
2012-05-23 Rui ZhangAvcodec: disable delayed opening for packetized AAC...
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-02-01 Rafaël Carrélibav*: remove broken use of log callback
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-05-03 Rémi Denis-CourmontRemove references to non-existent Altivec plugins
2011-04-19 Konstantin PavlovUpdate av* code to use new APIs after Libav Big Bump.
2011-03-17 Ilkka Ollakkaavcodec: mark skiploopfilter as non-advanced option...
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2011-03-16 Jean-Baptiste KempfFFMPEG_COMMON_MEMBERS => AVCODEC_COMMON_MEMBERS
2011-01-16 Jean-Baptiste KempfMark ffmpeg-fast and ffmpeg-hw as normal preferences.
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-22 Rémi Denis-CourmontRemove unused change_integer_list parameter
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...
next