summaryrefslogtreecommitdiff
path: root/libavcodec/truemotion1.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+0
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-0/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+1
* 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-4/+3
* 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
* avcodec/truemotion1: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/truemotion1: Cleanup generically after init failureAndreas Rheinhardt2020-08-301-3/+2
* avcodec/truemotion1: Check that the input has enough space for a minimal inde...Michael Niedermayer2019-10-081-0/+2
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/truemotion1: Fix multiple runtime error: signed integer overflow: 124...Michael Niedermayer2017-05-161-2/+2
* avcodec/truemotion1: Fix multiple runtime error: left shift of negative value -1Michael Niedermayer2017-05-101-5/+5
* truemotion1: fix leaking frame on init failureAndreas Cadhalpun2016-12-051-1/+3
* avcodec/truemotion1: Initialize mb_change_byte only when neededMichael Niedermayer2015-11-051-1/+2
* avcodec/truemotion1: Simplify code using AV_PIX_FMT_0RGB32Michael Niedermayer2015-09-101-1/+1
* avcodec/truemotion1: use BGR0/0RGBMichael Niedermayer2015-09-101-1/+1
* avcodec/truemotion1: Fix undefined behavior (left shift of negative value)Michael Niedermayer2015-09-021-4/+4
* avcodec/truemotion1: Check for even widthMichael Niedermayer2015-09-011-0/+4
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2'Michael Niedermayer2014-06-201-0/+2
|\ \ | |/
| * Add av_image_check_sar() and use it to validate SARJustin Ruggles2014-06-201-0/+2
* | Merge commit '2240e2078d53d3cfce8ff1dda64e58fa72038602'Michael Niedermayer2014-02-051-1/+6
|\ \ | |/
| * truemotion1: check the header sizeAnton Khirnov2014-02-041-0/+5
* | Merge commit 'c918e08b9cc9ce8d06159c51da55ec5ab018039a'Michael Niedermayer2013-11-221-24/+17
|\ \ | |/
| * truemotion1: make sure index does not go out of boundsAnton Khirnov2013-11-211-8/+17
* | Merge commit '508b37557bf36eae83c18e64d42f27b44a321d81'Michael Niedermayer2013-11-171-10/+12
|\ \ | |/
| * truemotion1: use the AVFrame API properly.Anton Khirnov2013-11-161-10/+12
* | Merge commit '757d5e8ef98ba2ab0dd0e85a46290c4f4a7e82be'Michael Niedermayer2013-11-011-3/+4
|\ \ | |/
| * truemotion1: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-311-3/+4
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | truemotion1: check av_fast_malloc() return valuePaul B Mahol2013-08-231-0/+4
* | truemotion1: use av_freep()Paul B Mahol2013-08-231-1/+1
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+2
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '3b199d29cd597a3518136d78860e172060b9e83d'Michael Niedermayer2013-03-121-1/+0
|\ \ | |/
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-1/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-10/+7
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-10/+7
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+1
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+1
* | Merge commit '57d11e5e28bfe0bc445ad78fc033aafa73068bb4'Michael Niedermayer2013-01-071-12/+12
|\ \ | |/
| * truemotion1: return meaningful error codesAnton Khirnov2013-01-061-12/+12
* | Merge commit 'f3298f12997eb4b7ad203766f768f92e3dd72a2a'Michael Niedermayer2012-12-241-1/+1
|\ \ | |/
| * Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-231-1/+1