summaryrefslogtreecommitdiff
path: root/libavcodec/motionpixels.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/motionpixels: Mask pixels to valid valuesMichael Niedermayer2023-02-231-1/+1
* avcodec/codec_internal: Add macro to set AVCodec.long_nameAndreas Rheinhardt2022-09-031-1/+1
* avcodec/internal: Move ff_reget_buffer() to decode.hAndreas Rheinhardt2022-08-271-1/+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
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-201-3/+3
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-271-1/+1
* avcodec/motionpixels: Simplify creating VLC tablesAndreas Rheinhardt2020-12-081-10/+9
* avcodec/motionpixels: Make decoder init-threadsafeAndreas Rheinhardt2020-11-241-2/+10
* avcodec/motionpixels: Use symbols tableAndreas Rheinhardt2020-11-241-7/+10
* avcodec/motionpixels: Don't check for errors for complete VLCAndreas Rheinhardt2020-11-241-2/+0
* avcodec/motionpixels: Be more strict when parsing Huffman treesAndreas Rheinhardt2020-11-241-1/+1
* avcodec/motionpixels: Only create VLC iff it is going to be usedAndreas Rheinhardt2020-11-241-2/+1
* avcodec/motionpixels: Cleanup generically after init failureAndreas Rheinhardt2020-09-151-8/+3
* avcodec/motionpixels: Mark 2 functions as always_inlineMichael Niedermayer2019-09-281-2/+2
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-041-1/+1
* avcodec/motionpixels: Check for vlc error in mp_get_vlc()Michael Niedermayer2019-06-251-0/+2
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-211-6/+6
|\ \ | |/
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-211-6/+6
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-231-4/+5
|\ \ | |/
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-221-4/+5
| * motionpixels: clip VLC codes.Anton Khirnov2013-11-211-0/+1
* | avcodec/motionpixels: use av_mallocz_array()Michael Niedermayer2014-04-231-3/+3
* | Merge commit '4a4841d4e0f0dc50998511bf6c48b518012024db'Michael Niedermayer2013-11-171-22/+28
|\ \ | |/
| * motionpixels: use the AVFrame API properly.Anton Khirnov2013-11-161-22/+28
* | avcodec/motionpixels: use av_fast_padded_malloc()Paul B Mahol2013-10-301-2/+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
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-081-0/+1
* | avcodec/mationpixels: free memory after malloc failuresPiotr Bandurski2013-09-141-1/+5
* | avcodec/mationpixels: check for malloc failuresPiotr Bandurski2013-09-141-0/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-6/+5
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-8/+7
* | motionpixels: Check that the vlc table has been fully initedMichael Niedermayer2013-02-091-0/+4
* | motionpixels: Propagate errors in vlc table initMichael Niedermayer2013-02-091-7/+14
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | motionpixels: use meaningful error codePaul B Mahol2012-12-011-3/+3
* | motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse...Michael Niedermayer2012-10-191-0/+2
* | 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
* | motionpixels: check extradata sizeMichael Niedermayer2012-05-281-0/+5