]> git.sesse.net Git - vlc/history - modules/codec/avcodec/video.c
avcodec: disable threading when decoding in hardware(fixes #8786)
[vlc] / modules / codec / avcodec / video.c
2010-01-16 Jean-Baptiste KempfQt4: win32 simplification
2009-12-30 Rémi Denis-Courmontlavc: kill config_Get
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-08 Laurent AimarFixed avcodec compilation with vaapi enabled.
2009-11-28 Laurent AimarCosmetics.
2009-11-25 Laurent AimarCalled vlc_va_Setup as soon as possible (avcodec).
2009-11-25 Laurent AimarAdded DXVA2 support to our avcodec wrapper.
2009-11-10 Laurent AimarModified our vaapi wrapper in avcodec to be more generic.
2009-10-26 Rafaël Carréavcodec: do not flush buffers if codec hasn't been...
2009-10-06 Ilkka OllakkaRevert "avcodec: initialise p_dec.fmt_in if it's missin...
2009-10-06 Ilkka OllakkaRevert "avcodec: initialize fmt_in.video.i_aspect to 0"
2009-10-06 Ilkka Ollakkaavcodec: initialize fmt_in.video.i_aspect to 0
2009-10-06 Ilkka Ollakkaavcodec: initialise p_dec.fmt_in if it's missing, not...
2009-09-23 Ilkka Ollakkaavcodec: set codec_id and codec_type in context also
2009-09-03 Rémi Duraffortavcodec_video: cosmetics (use var_CreateGet whe applica...
2009-09-03 Rémi Duraffortavcodec: use AV_VERSION_INT.
2009-08-31 Laurent AimarReally fix avcodec avec block_Realloc change.
2009-08-31 Laurent AimarRevert "ffmpeg: fix corruption in earlier memory copy...
2009-08-31 Rémi Denis-Courmontffmpeg: fix corruption in earlier memory copy removal
2009-08-30 Rémi Denis-Courmontavcodec: use block_Realloc() on input blocks.
2009-07-18 Laurent AimarCosmetics.
2009-07-17 Laurent AimarDo not uselessly disable direct rendering in avcodec.
2009-06-18 Laurent AimarFixed a typo.
2009-06-18 Laurent AimarUsed AVCodecContext::ticks_per_frame when available.
2009-06-18 Laurent AimarCosmetics.
2009-06-15 Jean-Paul Samanavcodec: free p_sys->p_ff_pic in some error paths
2009-06-02 Laurent AimarAvoid an error (no ffmpeg-hw option) when not compiling...
2009-06-01 Laurent AimarCompilation fix for old ffmpeg version.
2009-06-01 Laurent AimarAdded (but disabled at compilation time) VA-API support...
2009-06-01 Laurent AimarFlush picture buffers when closing the avcodec decoder.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-05-03 Jean-Baptiste KempfFFmpeg: create --ffmpeg-fast to enable CODEC_FLAG2_FAST
2009-04-19 Laurent AimarAlways link/unlink picture in ffmpeg_GetFrame/ReleaseBuf.
2009-04-05 Antoine CellerierFix flickering when decoding TSCC. (Backport if we...
2009-03-23 Laurent AimarRevert [f5060d12c31af094d9105143c88371487ff2c72c] ...
2009-03-23 Laurent AimarFixed skip_frame setting (avcodec).
2009-03-14 Laurent AimarImproved preroll in avcodec.
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...
2009-01-10 Laurent AimarRemoved unused field (avcodec).
2008-12-14 Laurent AimarRemoved useless real video code in avcodec.
2008-12-14 Laurent AimarFixed frame rate output value.
2008-12-13 Rémi DuraffortUse calloc instead of malloc+memset.
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-19 Rémi Denis-CourmontFactorize avcodec chroma table - another 2kb
2008-10-19 Rémi Denis-CourmontUnused variable
2008-10-09 Laurent AimarRemoved debug leftover (avcodec).
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-09 Alexis Ballierffmpeg: API change
2008-09-07 Laurent AimarCleaned up/fixed palettized video support.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-01 Laurent AimarFixed timestamp in ffmpeg reget_buffer callback.
2008-09-01 Laurent AimarRemoved a debug commit in ffmpeg (do not force display...
2008-08-29 Laurent AimarFixed segfault when doing rendering without respecting...
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
2008-08-21 Laurent AimarAdded BLOCK_FLAG_END_OF_SEQUENCE and use it for mpeg2.
2008-08-19 Derk-Jan Hartmanffmpeg chroma: stupid test mistake for the decoder...
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-03 Derk-Jan Hartmanavcodec: use cast to avoid warning about this const...
2008-08-03 Derk-Jan Hartmanavcodec: dummy palette is const
2008-07-28 Laurent AimarFixed recovery after end of preroll (seek).
2008-07-11 Laurent AimarClean up chroma handling in ffmpeg (as a bonus, fixed...
2008-07-10 Laurent AimarLet swscale handle video conversion when available...
2008-07-03 Laurent AimarFix avcodec cinepak decoding and favour it.
2008-06-29 Laurent AimarAdded reget_buffer implementation for correct PTS for...
2008-06-28 Rémi DuraffortCheck malloc return value.
2008-06-28 Rémi DuraffortFix memleak when the codec can't be loaded.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-09 Antoine CellerierRemove old post processing code remains from avcodec...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...