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-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-07-28avcodec/vp56: Move VP5-9 range coder functions to a header of their ownAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-04-05avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas 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-13avcodec/vp[56]: Mark decoders as init-threadsafeAndreas Rheinhardt
2022-02-13avcodec/vp6: Avoid code duplication when initializing VP56 contextsAndreas Rheinhardt
2022-02-13avcodec/vp6: Avoid allocation for alpha_contextAndreas Rheinhardt
2022-02-13avcodec/vp56: Cleanup generically in case of init failureAndreas Rheinhardt
2022-02-13avcodec/vp6: Check initializing VP6A contextAndreas Rheinhardt
2022-02-11avcodec/vp6: return value check for av_malloczJiasheng Jiang
2021-08-26avcodec/vp6: return value check for init_get_bitsmaryam ebrahimzadeh
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2019-08-22avcodec/vp5/6/8: use vpX_rac_is_end()Michael Niedermayer
2019-01-26avcodec/vp6: select idct based (loosely) on number of coefficients decodedPeter Ross
2017-03-19Merge commit '721d57e608dc4fd6c86f27c5ae76ef559d646220'James Almer
2017-03-19Merge commit 'd9d26a3674f31f482f54e936fcb382160830877a'James Almer
2017-03-13avcodec/vp6: clear dimensions on failed resolution change in vp6_parse_header()Michael Niedermayer
2017-03-07avcodec/vp568: Check that there is enough data for ff_vp56_init_range_decoder()Michael Niedermayer
2017-02-25avcodec/vp56: Fix sign typoMichael Niedermayer
2017-01-25avcodec/vp56: Check for the bitstream end, pass error codes onMichael Niedermayer
2016-08-26vp56: Separate VP5 and VP6 dsp initializationDiego Biurrun
2016-08-26vp56: Change type of stride parameters to ptrdiff_tDiego Biurrun
2015-09-03huffman: allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer
2015-09-03huffman: use a named identifer for the bits constantMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-11-21avcodec/vp6: Use av_freep(), avoid leaving stale pointersMichael Niedermayer
2014-05-13Use rac_get_prob branchy version when used within a conditional branch.Matt Oliver
2013-11-01Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be'Michael Niedermayer
2013-10-31vp56: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-10Merge commit '41a10f3ba149a2012de499d0b4ad4955d81f28d5'Michael Niedermayer
2013-10-10vp6: Support cropping to AVCodecContext.width/heightMartin Storsjö
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-28avcodec/huffman: Allow specifying nb_bits to ff_huff_build_tree()Michael Niedermayer
2013-05-21avcodec/huffman: use named identifer for the bits constantMichael Niedermayer
2013-04-15vp3: Use full transpose for all IDCTsRonald S. Bultje
2013-03-14Merge commit '63d744e2be39466e3a734c2987cd713e0bac101e'Michael Niedermayer
2013-03-13av_log_missing_feature() ---> avpriv_report_missing_feature()Diego Biurrun
2013-03-13vp3/x86: use full transpose for all IDCTs.Ronald S. Bultje
2013-03-13vp6: remove unused variableMichael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-07Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer
2013-02-06dsputil: Separate h264chromaDiego Biurrun