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-11-06avcodec/vc1dec: Remove VC-1 decoders->H.263 decoder dependencyAndreas Rheinhardt
2022-11-06avcodec/mpegvideo_dec: Don't use MotionEstContext as scratch spaceAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Split VC-1 decoders from msmpeg4Andreas Rheinhardt
2022-11-06avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 outAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Return early upon errorAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Factor (re)initializing code outAndreas Rheinhardt
2022-11-06avcodec/vc1dec: Don't open and close decoder during initAndreas Rheinhardt
2022-11-06avcodec/vc1: Move ff_vc1_init_common() to vc1dec.cAndreas Rheinhardt
2022-11-06avcodec/vc1: Move setting res_fasttx-IDCT functions to vc1dec.cAndreas Rheinhardt
2022-09-21avcodec/blockdsp: Remove unused AVCodecContext parameterAndreas Rheinhardt
2022-09-03avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt
2022-08-27avcodec/internal: Move ff_get_format() to decode.hAndreas Rheinhardt
2022-08-03avcodec/intrax8: Remove unused IDCTDSPContextAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
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-04-01avcodec/vc1: Introduce fast path for unescaping bitstream bufferBen Avison
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-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-02-18avcodec/msmpeg4dec: Make initializing VLCs thread-safeAndreas Rheinhardt
2022-02-13avcodec/mpegvideo: Move decoder-only stuff to a new headerAndreas Rheinhardt
2022-02-13avcodec/msmpeg4.h: Move decoder-only parts to a new headerAndreas Rheinhardt
2022-01-13avcodec/mpegvideo, svq3: Remove unused next_p_frame_damagedAndreas Rheinhardt
2021-12-17avcodec/mpegvideo_enc, vc1dec: Remove always-false checkAndreas Rheinhardt
2021-08-26avcodec/vc1dec: return value check for init_get_bitsmaryam ebrahimzadeh
2021-08-22avcodec/vc1dec: ff_print_debug_info() does not support WMV3 field_modeMichael Niedermayer
2021-08-10avcodec/vc1dec: Disable error concealment for *IMAGEMichael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-04-12avcodec/vc1: Remove unused hrd fieldsAndreas Rheinhardt
2021-04-12avcodec/vc1: Don't pretend ff_vc1_init_common() can failAndreas Rheinhardt
2021-04-08avcodec/vc1dec: Fix memleak upon allocation errorAndreas Rheinhardt
2021-03-25avcodec/vc1dec: Postpone allocating sprite frame to avoid segfaultAndreas Rheinhardt
2021-01-01Mark some pointers as constAndreas Rheinhardt
2020-04-26lavc: Rename hwaccel.h to hwconfig.hMark Thompson
2020-01-18avcodec/vc1dec: Allocate only as much space as is unescapedMichael Niedermayer
2020-01-12libavcodec/vc1: Remove bits variableMichael Niedermayer
2020-01-12avcodec/vc1dec: Check field_mode for spritesMichael Niedermayer
2020-01-12avcodec/vc1dec: Limit bits by the actual bitstream sizeMichael Niedermayer
2019-12-28avcodec/vc1dec: Fix "return -1" casesMichael Niedermayer
2019-12-28avcodec/vc1dec: Free sprite_output_frame on errorMichael Niedermayer
2019-12-27avcodec/vc1dec: remove the unneeded ()Limin Wang
2019-08-31avcodec/vc1dec: Require res_sprite for wmv3imagesMichael Niedermayer
2018-06-29avcodec/vc1: fix check for missing CBPTABJerome Borsboom
2018-06-17avcodec/vc1: support multi-slice field interlaced pictures with hwaccelJerome Borsboom
2018-05-20avcodec/vc1: fix calculation of the last line of a sliceJerome Borsboom
2018-04-25avcodec/vc1: store additional bitstream elements during MB decodingJerome Borsboom
2017-11-27avcodec/vc1dec: fix preprocessor checks and hw_configs lists for the hwaccelsJames Almer
2017-11-27lavc: Add hardware config metadata for decoders supporting hardware outputMark Thompson