summaryrefslogtreecommitdiff
path: root/libavcodec/wnv1.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_get_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+1
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-181-1/+0
* avcodec/wnv1: Check for width =1Michael Niedermayer2022-07-121-0/+3
* 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/+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: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/wnv1: Make decoder init-threadsafeAndreas Rheinhardt2020-12-081-3/+14
* avcodec/wnv1: Apply offset during init, not later every timeAndreas Rheinhardt2020-12-081-3/+3
* avcodec/wnv1: Make array for initializing VLC smallerAndreas Rheinhardt2020-12-081-13/+8
* avcodec/wnv1: Move temporary variables from context to stackAndreas Rheinhardt2020-08-301-23/+17
* avcodec/wnv1: Use LE bitstream reader, avoid copying packet, fix memleakAndreas Rheinhardt2020-08-301-21/+7
* avcodec/wnv1: More strict buffer size checkMichael Niedermayer2017-05-281-1/+1
* avcodec/wnv1: Fix runtime error: left shift of negative value -1Michael Niedermayer2017-05-051-1/+1
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-2/+2
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/wnv1: use init_get_bits8()Paul B Mahol2015-02-041-1/+3
* | avcodec/wnv1: clear padding area of rbufMichael Niedermayer2013-12-261-0/+1
* | 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 '91be1103fd1f79d381edf268c32f4166b6c3b6d8'Michael Niedermayer2013-09-231-2/+2
|\ \ | |/
| * wnv1: Make sure the input packet is large enoughMartin Storsjö2013-09-221-0/+5
* | wnv1: remove unused avctx from codec private contextPaul B Mahol2013-08-301-4/+0
* | Merge commit '6d97484d72e33f7dde9493a9ead1a72e2f029605'Michael Niedermayer2013-03-141-2/+4
|\ \ | |/
| * avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-131-2/+4
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-1/+0
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-21/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-20/+2
| * wnv1: return meaningful error codes.Anton Khirnov2013-01-061-4/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-12-241-20/+22
|\ \ | |/
| * wnv1: cosmetics, reformatAnton Khirnov2012-12-241-20/+22
* | 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
* | wnv1: return more meaningful error codesPaul B Mahol2012-12-011-4/+4
* | Merge commit 'd5c62122a7b26704bf867a1262df358623bf5edf'Michael Niedermayer2012-10-131-3/+3
|\ \ | |/
| * Move av_reverse table to libavcodecDiego Biurrun2012-10-121-3/+3
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | wmv1: check that the input buffer is large enoughMichael Niedermayer2012-06-011-0/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1