summaryrefslogtreecommitdiff
path: root/libavcodec/mvcdec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-2/+2
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-1/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-2/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-2/+2
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-3/+2
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-12/+12
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-161-0/+2
* avcodec/mvcdec: Mark decoders as init-threadsafeAndreas Rheinhardt2021-05-021-0/+2
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-2/+2
* avcodec/mvcdec: simplify, no need to use reget bufferPaul B Mahol2016-05-221-23/+9
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '911fa05b514e1be009e00b79d7004b93717c023b'Michael Niedermayer2014-04-191-1/+1
|\ \ | |/
| * mvc: Specify the pixel format for the mv-mvc* testsMartin Storsjö2014-04-191-1/+1
* | Merge commit '86a0432688216562926d4aee36118f01be6d5e1b'Michael Niedermayer2014-04-191-67/+73
|\ \ | |/
| * Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross2014-04-191-0/+293
* avcodec/mvcdec: stop using deprecated avcodec_set_dimensions()Paul B Mahol2013-11-011-2/+3
* cosmetics: group remaining .name and .long_name.Clément Bœsch2013-10-041-2/+2
* lavc & lavf: replace deprecated av_log* functionsPaul B Mahol2013-03-151-1/+1
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-5/+2
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-13/+15
* Fix typo in mvc decoder.Carl Eugen Hoyos2012-12-181-1/+1
* Silicon Graphics Motion Video Compressor 1 & 2 decoderPeter Ross2012-12-171-0/+287