summaryrefslogtreecommitdiff
path: root/libavcodec/dxa.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use the new AVFrame key_frame flag in all decoders and encodersJames Almer2023-05-041-5/+5
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-4/+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-2/+2
* 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/dxa: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-1/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/dxa: Cleanup generically after init failureAndreas Rheinhardt2020-09-181-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-1/+1
* | avcodec/dxa: check dimensionsMichael Niedermayer2014-10-281-0/+5
* | avcodec/dxa: check for overread in decode_13()Michael Niedermayer2013-12-191-2/+8
* | avcodec/dxa: add padding to decomp_bufMichael Niedermayer2013-12-191-1/+3
* | Merge commit '2d2a92f72199823a92e4e226c32e42a27ec801c0'Michael Niedermayer2013-11-171-2/+2
|\ \ | |/
| * dxa: use the AVFrame API properly.Anton Khirnov2013-11-161-8/+12
* | 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
* | Merge commit 'c34a96a5ddfa390ce2a352eca79190766c9056d4'Michael Niedermayer2013-08-181-6/+14
|\ \ | |/
| * dxa: fix decoding of first I-frame by separating I/P-frame decodingJanne Grunau2013-08-171-10/+15
* | avcodec/dxa: Support printing picture debug infoMichael Niedermayer2013-08-171-0/+4
* | dxa: fix support of decoding all frames even in the absence of referencesMichael Niedermayer2013-08-171-1/+2
* | dxa: only fail with an error about reference frames if the reference frame wo...Michael Niedermayer2013-08-171-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-171-0/+4
|\ \ | |/
| * dxa: Make sure the reference frame existsLuca Barbato2013-08-161-0/+4
* | dxa: make code independent of sizeof(AVFrame)Paul B Mahol2013-07-061-10/+13
* | dxa: check vectors of 2x2 motion blocksMichael Niedermayer2013-05-071-0/+5
* | dxa: check vectors of 4x4 motion blocksMichael Niedermayer2013-05-071-0/+5
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-28/+24
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-27/+24
* | Merge commit 'a0cabd0a27587525e90a44660c795d40d2f44fe2'Michael Niedermayer2013-01-261-2/+2
|\ \ | |/
| * dxa: return meaningful error codes.Anton Khirnov2013-01-261-7/+7
* | dxa: port to bytestream2 APIPaul B Mahol2012-12-061-19/+18
* | lavc/dxa: return meaningful error codesPaul B Mahol2012-12-051-8/+9
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | dxa: check reference frame availability before use.Michael Niedermayer2012-11-301-0/+4
* | dxa: dont try to use the previous frame if there is none.Michael Niedermayer2012-11-151-1/+1
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1