aboutsummaryrefslogtreecommitdiff
path: root/libavcodec/vble.c
AgeCommit message (Expand)Author
2015-02-14avcodec: Don't anonymously typedef structsDiego Biurrun
2014-05-27dsputil: Split off HuffYUV decoding bits into their own contextDiego Biurrun
2013-10-03cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2012-12-04lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-04lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
2012-11-27vble: Do not abort decoding when version is not 1Piotr Bandurski
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-02-15dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-12lavc: replace some remaining FF_I_TYPE with AV_PICTURE_TYPE_IAnton Khirnov
2011-12-22Drop ALT_ prefix from BITSTREAM_READER_LE name.Diego Biurrun
2011-11-30vble: use dsp.add_hfyu_median_prediction() this allows asm optimizations to b...Michael Niedermayer
2011-11-30vble: remove flags copy, its not used in any speed relevant code.Michael Niedermayer
2011-11-30vble: merge len and val arraysDerek Buitenhuis
2011-11-30vble: remove unused variable len.Michael Niedermayer
2011-11-11vble: remove vble_error_closeJanne Grunau
2011-11-11VBLE DecoderDerek Buitenhuis