summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion2rt.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-1/+1
* avcodec/internal: Move ff_set_dimensions() to decode.hAndreas Rheinhardt2022-08-271-6/+0
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-051-1/+1
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-051-2/+1
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-211-6/+6
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-211-0/+1
* Remove unnecessary mem.h inclusionsAndreas Rheinhardt2021-07-221-1/+0
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/truemotion2rt: Fix rounding in input size checkMichael Niedermayer2018-12-011-1/+1
* avcodec/truemotion2rt: Check input buffer sizeMichael Niedermayer2018-02-271-0/+3
* Merge commit '40dd5166d2ba4f9035b93748840e408cd8be40e5'James Almer2016-09-281-3/+8
|\
| * truemotion2rt: Use ff_set_dimensionsVittorio Giovara2016-06-211-3/+8
* | lavc/truemotion2rt: mark AVPacket* as constClément Bœsch2016-07-141-1/+1
* | Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch2016-07-141-58/+62
|\ \ | |/
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-201-0/+225
* lavc: move 2 more BITSTREAM_READER_LE definitionsClément Bœsch2016-06-291-1/+1
* avcodec/truemotion2rt: also export key frame infoPaul B Mahol2016-05-221-0/+1
* avcodec: add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-04-211-0/+220