aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/motionpixels.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-031-0/+6
|\|
| * motionpixels: Clip YUV values after applying a gradient.Alex Converse2012-05-021-0/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\|
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\|
| * dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
| * vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-1/+1
| * motionpixels: Prevent calling init_vlc() with invalid parametersLaurent Aimar2011-10-071-0/+2
| * motionpixels: Fix the size of workspace buffersLaurent Aimar2011-10-071-2/+4
| * motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temp...Laurent Aimar2011-10-071-0/+1
| * Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar2011-10-061-1/+2
* | Try to set AVFrame.reference to correct values.Reimar Döffinger2011-11-051-1/+1
* | Fix the size of workspace buffers in the motion pixels decoder.Laurent Aimar2011-09-301-2/+4
* | Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer u...Laurent Aimar2011-09-301-0/+1
* | Prevent calling init_vlc() with invalid parameters in motionpixels decoder.Laurent Aimar2011-09-291-0/+2
* | Fixed deference of NULL pointer in motionpixels decoder.Laurent Aimar2011-09-101-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\|
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1