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
2022-10-24avcodec/cavs: Only keep what is needed from IDCTDSP-APIAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-05-08lavc/cavsdec: Add profile checkJun Zhao
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt
2022-03-22avcodec/internal: Move FF_SIGNBIT and ff_log2_run to mathops.hAndreas Rheinhardt
2022-03-21avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt
2022-03-21avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt
2022-02-11avcodec/cavsdec: Fix error messageAndreas Rheinhardt
2022-02-11avcodec/cavsdec: Mark decoder as init-threadsafeAndreas Rheinhardt
2022-02-11avcodec/cavsdec: Cleanup generically on init failureAndreas Rheinhardt
2022-02-08avcodec/internal.h: Move avpriv_find_start_code() to startcode.hAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-07-29avcodec/cavsdec, h264*, hevc_parser: Use get_ue_golomb_31 where possibleAndreas Rheinhardt
2019-10-17avcodec/cavsdec: Set ret on errors in decode_pic()Michael Niedermayer
2019-10-16avcodec/cavsdec: Check remaining bitstream in the main loop in decode_pic()Michael Niedermayer
2019-08-29avcodec/cavsdec: Limit the number of access units per packet to 2Michael Niedermayer
2018-11-04avcodec/cavsdec: Propagate error codes inside decode_mb_i()Michael Niedermayer
2018-02-22avcodec/cavsdec: Check alpha/beta offsetMichael Niedermayer
2017-08-15avcodec/cavsdec: Check P/B frame mb decode which return error codesMichael Niedermayer
2017-08-15avcodec/cavsdec: Check I frame mb decode for errorsMichael Niedermayer
2017-05-31avcodec/cavsdec: Fix runtime error: signed integer overflow: 59 + 2147483600 ...Michael Niedermayer
2017-05-13avcodec/cavsdec: Fix runtime error: signed integer overflow: 31 + 2147483640 ...Michael Niedermayer
2017-05-08avcodec/cavsdec: Check sym_factorMichael Niedermayer
2017-05-05avcodec/cavsdec: Fix undefined behavior from integer overflowMichael Niedermayer
2017-03-19Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer
2016-10-22avcodec/cavsdec: Clear MMX state after MB decode loopMichael Niedermayer
2016-10-21cavsdec: unref frame before referencing againAndreas Cadhalpun
2016-08-26cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun
2015-09-16Merge commit 'e60a6e7545dd6f5b25e3a65de9c6fdcc6e2e9d6b'Hendrik Leppkes
2015-09-13mpegvideo: Drop mpegvideo.h where not neededVittorio Giovara
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-05-14avcodec/cavsdec: Use ff_set_dimensions()Michael Niedermayer
2015-05-14avcodec/cavsdec: Check frame_rate_codeMichael Niedermayer
2015-05-14avcodec/cavsdec: Check esc_codeMichael Niedermayer
2015-01-10avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()Michael Niedermayer
2014-11-18Merge commit '85dc006b1a829726dd5e3a9b0fcc6a1dbfe6dffa'Michael Niedermayer
2014-11-18lavc: fix bitshifts amount bigger than the typeVittorio Giovara
2014-10-15Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer
2014-10-15lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov
2014-06-28avcodec/cavs: make cavs_chroma_qp non staticMichael Niedermayer
2014-06-26avcodec/cavs: fix B_SUB_DIRECT col-MB is Intra MB case.Yao Wang
2014-06-19Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer
2014-06-19dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun
2014-06-18avcodec/cavsdec: simplify % 512 operationsMichael Niedermayer
2014-06-17avcodec/cavsdec: fix low delay decodingMichael Niedermayer