Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2021-02-16avcodec/vp8: Move end check into MB loop in vp78_decode_mv_mb_modes()Michael Niedermayer
2021-01-01Mark some pointers as constAndreas Rheinhardt
2021-01-01lavu: move LOCAL_ALIGNED from internal.h to mem_internal.hAnton Khirnov
2020-09-23libavcodec/vp8dec: fix the multi-thread HWAccel decode errorShaofei Wang
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-04-10pthread_frame: merge the functionality for normal decoder init and init_threa...Anton Khirnov
2020-04-10lavc: replace AVCodecInternal.allocate_progress with an internal capAnton Khirnov
2019-11-28avcodec/vp8: fix multiple ff_thread_finish_setup() callsZhao Zhili
2019-08-22avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer
2019-08-03avcodec/vp8: do vp7_fade_frame() laterMichael Niedermayer
2018-12-16avcodec/vp7: Check for end of input in vp78_decode_mv_mb_modes()Michael Niedermayer
2018-09-12avcodec/vp8: Check bitstream input in vp7_fade_frame() before time consuming ...Michael Niedermayer
2018-07-07libavcodec/vp8: Do not compute line pointers per pixel in fade()Michael Niedermayer
2018-02-17avcodec/vp8: Check for bitstream end before vp7_fade_frame()Michael Niedermayer
2017-12-15lavc/vp8: Support resolution changes in the VP8 decoder hwaccelJun Zhao
2017-11-27avcodec/nvdec: Implement vp8 hwaccelPhilip Langdale
2017-11-27vaapi: Add VP8 decode hwaccelMark Thompson
2017-11-27vp8: Add hwaccel hooksMark Thompson
2017-09-26Merge commit 'fd9212f2edfe9b107c3c08ba2df5fd2cba5ab9e3'James Almer
2017-05-10avcodec/webp: Always set pix_fmtMichael Niedermayer
2017-04-06vp8: make mv_min/max thread-local if using partition threading.Ronald S. Bultje
2017-04-06vp8: make wait/thread_mb_pos atomic.Ronald S. Bultje
2017-03-19Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527'James Almer
2017-03-10avcodec/vp8: Fix hang with slice threadsThomas Guilbert
2017-03-07avcodec/vp8: Check for the bitstream end per MB in decode_mb_row_no_filter()Michael Niedermayer
2017-03-07avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer
2017-03-07avcodec/vp8: remove redundant checkMichael Niedermayer
2017-03-01avcodec/vp8: Check for bitsteam end in decode_mb_row_no_filter()Michael Niedermayer
2017-02-01Mark some arrays that never change as const.Anton Khirnov
2016-09-08lavc/vaapi: Add VP8 decode hwaccelMark Thompson
2016-09-08vp8: Add hwaccel hooksMark Thompson
2016-08-26vp8: Change type of stride parameters to ptrdiff_tDiego Biurrun
2016-06-21Merge commit '5afb94c817abffad030c6b94d7003dca8aace3d5'Clément Bœsch
2016-05-05Mark read-only tables as staticDiego Biurrun
2016-04-24Merge commit 'f4d581cda3897f66c1dda7586b93f86a591dbbef'Derek Buitenhuis
2016-03-25lavc: Deduplicate zigzag_scan tableDiego Biurrun
2015-10-04avcodec: use HAVE_THREADS header guards to silence -Wunused-functionGanesh Ajjanagadde
2015-10-01avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setupMichael Niedermayer
2015-08-18Merge commit '7bf9647264308d2df74b2b50669f2d02a7ecc90b'Hendrik Leppkes
2015-08-16vp7: bound checking in vp7_decode_frame_headerFederico Tomassetti
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-07-18avcodec/vp8: Check buffer size in vp8_decode_frame_header()Michael Niedermayer
2015-07-18avcodec/vp8: Fix null pointer dereference in ff_vp8_decode_free()Michael Niedermayer
2015-06-09vp8: change mv_{min,max}.{x,y} type to intAndreas Cadhalpun
2015-05-06avcodec/vp8: Suppress empty body warningsMichael Niedermayer
2015-03-14lavc: use LOCAL_ALIGNED instead of DECLARE_ALIGNEDChristophe Gisquet
2015-03-11avcodec/vp8: Fix undefined shifts in vp8_mc_luma()Michael Niedermayer
2015-01-18avcodec/vp8: remove double ;;Clément Bœsch