]> 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
2013-06-20 Rémi Denis-Courmontavcodec: disable threading when decoding in hardware...
2013-06-20 Jean-Paul Samanavcodec/video.c: correct error message when vlc_va_Get...
2013-06-18 Jean-Baptiste KempfAvcodec: disable multi-threading for MPEG-4 Video
2013-06-15 Rémi Denis-Courmontavcodec: option name is avcodec-hw
2013-06-11 Rémi Denis-Courmontavcodec: adjust MT contention scope
2013-06-11 Rémi Denis-Courmontavcodec: unused variable
2013-06-04 Rafaël Carréavcodec: set pkt_pts in old libavcodec versions
2013-06-04 Rafaël Carréavcodec video dec: remove useless assignement in destructor
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: split out some direct rendering...
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: split out va code
2013-06-04 Rafaël Carréffmpeg_GetFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_ReleaseFrameBuf: simplify
2013-06-04 Rafaël Carréffmpeg_GetFormat: deindent
2013-04-29 Rémi Denis-Courmontavcodec: H.263 can be accelerated too
2013-04-28 Rafaël Carréavcodec: do not use deprecated reordered_opaque
2013-04-27 Rémi Denis-Courmontavcodec: pass profile and level to hardware acceleration
2013-03-27 Janne Grunauavcodec: hw accel with frame multithreading works since...
2013-03-27 Jean-Baptiste KempfAvcodec: Fix double FPS display
2013-03-25 Jean-Baptiste KempfRestore compatibility with some version of FFmpeg
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated qstride / qscale_table
2013-03-09 Rémi Denis-Courmontavcodec: drop deprecated qscale_type
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-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-15 Rémi Denis-Courmontavcodec: fix warnings
2013-01-10 Rémi Denis-Courmontavcodec: allow hardware acceleration plugin to use...
2013-01-04 Rémi Denis-Courmontavcodec: split TestFfmpegChroma() in two functions
2013-01-04 Rémi Denis-Courmontavcodec: print picture format name when unsupported...
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-24 Jean-Baptiste KempfUpdate required version of libavcodec to 53.34
2012-10-16 Rémi Denis-Courmontavcodec: probe acceleration module only once
2012-10-12 Rémi Denis-Courmontavcodec: move hardware decoding into dedicated plugins...
2012-10-12 Rémi Denis-Courmontavcodec: make vlc_va_t a VLC object
2012-10-12 Rémi Denis-Courmontavcodec: unify interface for video acceleration
2012-10-12 Rémi Denis-Courmontavcodec: reduce indentation, fix spelling
2012-10-12 Rémi Denis-Courmontavcodec: useless #include
2012-10-12 Rémi Denis-Courmontavcodec: move xlib check to vaapi.c
2012-10-12 Rémi Denis-Courmontavcodec: use av_get_pix_fmt_name(), fix potential out...
2012-09-06 Jean-Baptiste Kempfs/FFmpeg/libavcodec where applicable
2012-08-16 Konstantin PavlovExplicitely include libavutil/mem.h where needed.
2012-08-16 Jean-Baptiste KempfAvcodec: use the standard includes
2012-07-31 Sebastien Zwickertavcodec: Mac OS X Video Acceleration (VDA) support...
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-04-17 Rafaël CarréSanitize FFmpeg modules options
2012-03-02 Rafaël Carréavcodec: fix error resilience setting (renamed a while...
2012-02-23 Jean-Baptiste KempfAVcodec: limit the number of auto-detected threads...
2012-02-12 Jean-Baptiste KempfAvcodec: deactivate DR on cinepack
2012-01-29 Rafaël Carréavcodec: update to libavcodec 54
2012-01-27 Jean-Baptiste KempfAvcodec: Fix slice-decoding of hwAccel + -mt
2012-01-19 Jean-Baptiste KempfAVcodec: disable slice_thread + HW decoding in MPEG-2
2012-01-10 Laurent AimarImproved default threads count when using automatic...
2012-01-10 Laurent AimarClip number of thread to 16 when using threaded decodin...
2012-01-10 Laurent AimarSet decoder_t::i_extra_picture_buffers in avcodec decoder.
2011-12-12 Rafaël CarréRevert "Disable direct-rendering on ProRes"
2011-12-11 Rafaël CarréRevert "avcodec_get_edge_width() was added in libavcode...
2011-12-10 Rafaël Carréavcodec_get_edge_width() was added in libavcodec 52...
2011-12-10 Rafaël Carréavcodec: fix direct rendering with some codecs
2011-12-10 Jean-Baptiste KempfDisable direct-rendering on ProRes
2011-12-07 Rafaël CarréDxva2 is only available in Windows Vista and above
2011-10-13 Jean-Baptiste KempfAvcodec: deactivate DR for Camtasia
2011-09-13 Laurent AimarUsed the AVCodecContext given to AVCodecContext::get_bu...
2011-09-13 Laurent AimarUsed the AVCodecContext given to AVCodecContext::get_fo...
2011-09-13 Laurent AimarCosmetics (avcodec decoder).
2011-07-01 Jean-Paul Samancodec/avcodec/video.c: correct typo in comment
2011-06-24 Laurent AimarUsed the AVCodecContext given to AVCodecContext::get_bu...
2011-06-05 Laurent AimarFixed compilation with avcodec without MT support.
2011-06-05 Laurent AimarDisabled frame threaded decoding when ffmpeg-hw is...
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
2011-01-06 Gildas Bazincodec/avcodec: fix late frames skipping with h264 ...
2010-12-28 Jean-Baptiste Kempflavc implements emu-edge in VP8 now
2010-12-02 Jean-Paul Samanmodules/codec/avcodec: Move HAVE_AVCODEC_MT to avcodec.h
2010-10-30 Rémi Denis-CourmontVAAPI: use vlc_xlib_init()
2010-09-23 Gildas BazinFix playback of RealVideo with B frames (pts were not...
2010-08-09 Jai MenonAVCodec : Move ffmpeg_OpenCodec to avcodec.c and mark...
2010-07-20 Jean-Baptiste KempfForce avcodec to be at least 52.25.0 and avfomat 52...
2010-07-10 Rémi Denis-CourmontFix compilation
2010-07-10 Ilkka Ollakkaavcodec: disable direct rendering for VP80
2010-06-12 Laurent AimarWorkaround a potential segfault when using VAAPI/DXVA2...
2010-06-03 Laurent AimarCheck "xlib" before trying vaapi.
2010-05-20 Laurent AimarWorkaround non set reordered_opaque value with some...
2010-05-16 Laurent AimarFlush avcodec on discontinuity.
2010-05-14 Laurent AimarDisabled GPU acceleration when using ffmpeg-mt.
2010-05-03 Laurent AimarAdded support for ffmpeg-mt.
2010-05-03 Laurent AimarUsed reordered_opaque for timestamp managment in avcodec.
2010-04-24 Laurent AimarSimplification in avcodec.
2010-04-23 Laurent AimarFixed avcodec picture reference counts.
2010-04-16 Jean-Baptiste KempfAvcodec: bump required version to 52.2.0
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-03-04 Laurent AimarAlways use direct rendering with H264 in avcodec (close...
2010-02-26 Laurent AimarAllowed H264 direct rendering for non reference frames...
2010-02-26 Laurent AimarAllowed I422 direct rendering support when possible...
2010-02-26 Laurent AimarAdded logs about direct rendering usage (avcodec).
2010-02-26 Laurent AimarCheck for codec specific pitches alignment in avcodec.
2010-02-26 Laurent AimarCorrectly test for picture compatibility with avcodec...
2010-01-20 Laurent AimarFixed VA description in avcodec.
2010-01-16 Jean-Baptiste KempfPartial revert of debug that was never meant to be...
next