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-04-27avcodec: Constify AVCodecsAndreas Rheinhardt
2020-11-29avcodec/pafvideo: Cleanup generically on init failureAndreas Rheinhardt
2020-11-29avcodec/pafvideo: Mark decoder as init-threadsafeAndreas Rheinhardt
2019-11-09avcodec/pafvideo: Only clear frame when it was written toMichael Niedermayer
2019-09-04avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer
2019-06-04avcodec/pafvideo: Clear frame buffer laterMichael Niedermayer
2019-05-09avcodec/pafvideo: Check input space for decode_0() before slow operationsMichael Niedermayer
2018-02-11avcodec/pafvideo: Check allocated frame sizeMichael Niedermayer
2017-10-15avcodec/pafvideo: Check for bitstream end in decode_0()Michael Niedermayer
2017-06-06avcodec/pafvideo: Fix assertion failureMichael Niedermayer
2017-06-04avcodec/pafvideo: Check packet size and frame code before ff_reget_buffer()Michael Niedermayer
2015-07-27Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer
2015-07-27lavc: AV-prefix all codec capabilitiesVittorio Giovara
2014-08-19avcodec/pafvideo: remove unused headerPaul B Mahol
2014-07-06Merge commit 'b0633f83f277c05bf1f617a99c7aedd2db8306e3'Michael Niedermayer
2014-07-06paf: split audio and video decoderNidhi Makhijani