summaryrefslogtreecommitdiff
path: root/libavcodec/motionpixels.c
Commit message (Expand)AuthorAge
* avcodec: Make init-threadsafety the defaultAndreas Rheinhardt2022-07-18
* avcodec/codec_internal: Use union for FFCodec decode/encode callbacksAndreas Rheinhardt2022-04-05
* avcodec/codec_internal: Make FFCodec.decode use AVFrame*Andreas Rheinhardt2022-04-05
* avcodec/codec_internal: Add FFCodec, hide internal part of AVCodecAndreas Rheinhardt2022-03-21
* avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.hAndreas Rheinhardt2022-03-21
* Replace all occurences of av_mallocz_array() by av_calloc()Andreas Rheinhardt2021-09-20
* avcodec: Constify AVCodecsAndreas Rheinhardt2021-04-27
* avcodec/motionpixels: Simplify creating VLC tablesAndreas Rheinhardt2020-12-08
* avcodec/motionpixels: Make decoder init-threadsafeAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Use symbols tableAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Don't check for errors for complete VLCAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Be more strict when parsing Huffman treesAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Only create VLC iff it is going to be usedAndreas Rheinhardt2020-11-24
* avcodec/motionpixels: Cleanup generically after init failureAndreas Rheinhardt2020-09-15
* avcodec/motionpixels: Mark 2 functions as always_inlineMichael Niedermayer2019-09-28
* avcodec/decode: add a flags parameter to ff_reget_buffer()James Almer2019-09-04
* avcodec/motionpixels: Check for vlc error in mp_get_vlc()Michael Niedermayer2019-06-25
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-27
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* | Merge commit '9abc80f1ed673141326341e26a05c3e1f78576d0'Michael Niedermayer2015-02-21
|\|
| * libavcodec: Make use of av_clip functionsPeter Meerwald2015-02-21
* | Merge commit 'c67b449bebbe0b35c73b203683e77a0a649bc765'Michael Niedermayer2014-06-23
|\|
| * dsputil: Split bswap*_buf() off into a separate contextDiego Biurrun2014-06-22
| * motionpixels: clip VLC codes.Anton Khirnov2013-11-21
* | avcodec/motionpixels: use av_mallocz_array()Michael Niedermayer2014-04-23
* | Merge commit '4a4841d4e0f0dc50998511bf6c48b518012024db'Michael Niedermayer2013-11-17
|\|
| * motionpixels: use the AVFrame API properly.Anton Khirnov2013-11-16
* | avcodec/motionpixels: use av_fast_padded_malloc()Paul B Mahol2013-10-30
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
| * lavc decoders: properly initialize AVFrame.Anton Khirnov2013-03-08
* | avcodec/mationpixels: free memory after malloc failuresPiotr Bandurski2013-09-14
* | avcodec/mationpixels: check for malloc failuresPiotr Bandurski2013-09-14
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-13
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-12
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* | motionpixels: Check that the vlc table has been fully initedMichael Niedermayer2013-02-09
* | motionpixels: Propagate errors in vlc table initMichael Niedermayer2013-02-09
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-05
|\|
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* | motionpixels: use meaningful error codePaul B Mahol2012-12-01
* | motionpixels/mp_decode_frame_helper: assert that the first pixel doesnt reuse...Michael Niedermayer2012-10-19
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* | motionpixels: check extradata sizeMichael Niedermayer2012-05-28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-03
|\|
| * motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-07
|\|