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_reget_buffer() to decode.hAndreas Rheinhardt
2022-07-18avcodec: Make init-threadsafety the defaultAndreas Rheinhardt
2022-07-09avcodec: Add const to decoder packet data pointersAndreas 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-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
2021-06-29avcodec/cpia: Fix missing src_size updateMichael Niedermayer
2021-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2021-02-20avcodec/cpia: Mark decoder as init-threadsafeAndreas Rheinhardt
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-05-20avcodec/cpia: Check input size also against linesizes and EOLMichael Niedermayer
2017-04-23avcodec: do not use AVFrame accessorMuhammad Faiz
2016-03-29fix some a/an typosLou Logan
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2014-04-07lavc/cpia: use avpriv_report_missing_feature()Stephan Hilb
2014-04-07lavc/cpia: fix typo in log messageStephan Hilb
2013-10-04cosmetics: group remaining .name and .long_name.Clément Bœsch
2013-03-13lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch
2013-03-12Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer
2013-03-02cpia: use AVFrame accessor functionsMichael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for rest of video decodersPaul B Mahol
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-09-01cpia: move reget_buffer after header checkStephan Hilb
2012-08-31Add CPiA video decoderStephan Hilb