| Commit message (Expand) | Author | Age | Files | Lines |
* | vble: Convert to the new bitstream reader | Alexandra Hájková | 2016-11-24 | 1 | -13/+13 |
* | get_bits: Move BITSTREAM_READER_LE definition before all relevant #includes | Diego Biurrun | 2016-06-07 | 1 | -2/+1 |
* | Replace any remaining avpicture function with imgutils | Vittorio Giovara | 2015-10-21 | 1 | -2/+4 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | avcodec: Don't anonymously typedef structs | Diego Biurrun | 2015-02-14 | 1 | -1/+1 |
* | dsputil: Split off HuffYUV decoding bits into their own context | Diego Biurrun | 2014-05-27 | 1 | -5/+5 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -27/+8 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov | 2012-12-04 | 1 | -1/+2 |
* | vble: Do not abort decoding when version is not 1 | Piotr Bandurski | 2012-11-27 | 1 | -4/+2 |
* | Move av_reverse table to libavcodec | Diego Biurrun | 2012-10-12 | 1 | -1/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_I | Anton Khirnov | 2012-01-12 | 1 | -1/+1 |
* | Drop ALT_ prefix from BITSTREAM_READER_LE name. | Diego Biurrun | 2011-12-22 | 1 | -1/+1 |
* | vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b... | Michael Niedermayer | 2011-11-30 | 1 | -18/+16 |
* | vble: remove flags copy, its not used in any speed relevant code. | Michael Niedermayer | 2011-11-30 | 1 | -3/+1 |
* | vble: merge len and val arrays | Derek Buitenhuis | 2011-11-30 | 1 | -19/+6 |
* | vble: remove unused variable len. | Michael Niedermayer | 2011-11-30 | 1 | -2/+0 |
* | vble: remove vble_error_close | Janne Grunau | 2011-11-11 | 1 | -14/+14 |
* | VBLE Decoder | Derek Buitenhuis | 2011-11-11 | 1 | -0/+248 |