summaryrefslogtreecommitdiffstats
path: root/libavcodec/vble.c
Commit message (Expand)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-27/+8
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* vble: Do not abort decoding when version is not 1Piotr Bandurski2012-11-271-4/+2
* Move av_reverse table to libavcodecDiego Biurrun2012-10-121-1/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov2012-01-121-1/+1
* Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun2011-12-221-1/+1
* vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer2011-11-301-18/+16
* vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer2011-11-301-3/+1
* vble: merge len and val arraysDerek Buitenhuis2011-11-301-19/+6
* vble: remove unused variable len.Michael Niedermayer2011-11-301-2/+0
* vble: remove vble_error_closeJanne Grunau2011-11-111-14/+14
* VBLE DecoderDerek Buitenhuis2011-11-111-0/+248
OpenPOWER on IntegriCloud