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-08-27avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-07avcodec/flashsv: Clear pointersMichael Niedermayer
2022-07-07avcodec/flashsv: Check inflate() for failureMichael Niedermayer
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-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-19avcodec/flashsv: Use ff_inflate_init/end()Andreas Rheinhardt
2022-03-16configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö
2022-03-15avcodec/flashsv: Avoid deflating dataAndreas Rheinhardt
2022-03-15avcodec/flashsv: Avoid copying packetAndreas Rheinhardt
2021-05-02avcodec/flashsv: Mark decoders as init-threadsafeAndreas Rheinhardt
2021-05-02avcodec/flashsv: Return error if initializing zlib failsAndreas Rheinhardt
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-03-09avcodec: Constify some AVPacketsAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-07-19avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv2Michael Niedermayer
2019-07-19avcodec/flashsv: add FF_CODEC_CAP_INIT_CLEANUP to flashsv1Michael Niedermayer
2018-09-08avcodec/flashsv: check return value of flashsv_decode_init()Paul B Mahol
2015-11-14avcodec/flashsv: Check size before updating itMichael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2015-04-20Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer
2015-04-19lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara
2013-12-19avcodec/flashsv: check decode_hybrid() for overreadMichael Niedermayer
2013-12-09Merge commit '9b8d11a76ae7bca8bbb58abb822138f8b42c776c'Michael Niedermayer
2013-12-09avcodec: Use av_reallocp where suitableAlexandra Khirnova
2013-11-17Merge commit 'd48c20630214a4effcc920e93a5044bee4e2002e'Michael Niedermayer
2013-11-16flashsv: use the AVFrame API properly.Anton Khirnov
2013-11-05avcodec/flashsv: use av_freep() for tmpblockPaul B Mahol
2013-11-05avcodec/flashsv: fix typoPaul B Mahol
2013-11-05avcodec/flashsv: stop using deprecated avcodec_set_dimensionsPaul B Mahol
2013-11-05avcodec/flashsv: use init_get_bits8()Paul B Mahol
2013-11-02Merge commit '037fea388e0df2a22441bc1ed86794152161baf1'Michael Niedermayer
2013-11-02Merge commit '57070b1468edc6ac8cb3696c817f3c943975d4c1'Michael Niedermayer
2013-11-02Merge commit '4a64e67988dd01005efb1ae831bff14c1656b573'Michael Niedermayer
2013-11-02flashsv: K&R formatting cosmeticsLuca Barbato
2013-11-01flashsv: Check diff_start diff_height valuesMichael Niedermayer
2013-11-01flashsv: Refactor a littleLuca Barbato
2013-10-04Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-08-21avcodec/flashsv: check diff_start/heightMichael Niedermayer
2013-03-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-03-14avcodec: av_log_missing_feature(1) ---> avpriv_request_sample()Diego Biurrun
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer