summaryrefslogtreecommitdiff
path: root/libavcodec/vqavideo.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-3/+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: Rename AVCodecDefault->FFCodecDefaultAndreas Rheinhardt2022-03-211-1/+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
* avcodec/vqavideo: reset accounting on errorMichael Niedermayer2021-12-231-3/+4
* avcodec/vqavideo: Use GetByteContext and check for endMichael Niedermayer2021-11-291-5/+10
* avcodec/vqavideo: Remove dead codeAndreas Rheinhardt2021-11-281-6/+1
* avcodec/vqavideo: Decode 15-bit VQA3 filesPekka Väänänen2021-10-281-30/+238
* avcodec/vqavideo: Cleanup generically on init failureAndreas Rheinhardt2021-05-021-9/+4
* avcodec/vqavideo: Mark decoder as init-threadsafeAndreas Rheinhardt2021-05-021-0/+1
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/vqavideo: Limit resolutionMichael Niedermayer2019-09-051-0/+6
* avcodec/vqavideo: Set video sizeMichael Niedermayer2019-08-051-1/+1
* lavc: use av_fourcc2str() where appropriateClément Bœsch2017-03-291-6/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | avcodec/vqavideo: Check chunk sizeMichael Niedermayer2015-05-131-0/+6
* | avcodec/vqavideo: Use ff_tlog() for byte and opcode tracingMichael Niedermayer2015-04-281-6/+6
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-6/+6
|\ \ | |/
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-6/+6
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | avcodec/vqavideo: use av_mallocz() for decode_buffer()Michael Niedermayer2014-01-011-1/+1
* | avcodec/vqavideo: clear uninitialized parts of the decode bufferMichael Niedermayer2013-12-211-1/+3
* | avcodec/vqavideo: check destination size on all exit pathesMichael Niedermayer2013-12-211-1/+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 'c4abc9098cacb227dba39bac6aea16b2bceba0d0'Michael Niedermayer2013-07-081-2/+9
|\ \ | |/
| * vqavideo: check the versionLuca Barbato2013-07-071-0/+11
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-27/+17
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-26/+17
* | Merge commit '488f87be873506abb01d67708a67c10a4dd29283'Michael Niedermayer2013-02-181-2/+4
|\ \ | |/
| * vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-02-171-0/+12
* | vqavideo: check chunk sizes before reading chunksMichael Niedermayer2013-01-251-0/+10
* | Merge commit '9dbbda235d93d628777b986e502213f1ed390973'Michael Niedermayer2013-01-071-5/+5
|\ \ | |/
| * vqavideo: return meaningful error codes.Anton Khirnov2013-01-061-7/+7
* | 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
* | vqavideo: Reinitialise the actually used partial codebook bytestream-reader.Carl Eugen Hoyos2012-11-221-3/+1
* | vqavideo: return more meaningful error codesPaul B Mahol2012-10-301-6/+6
* | avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer2012-10-141-1/+1