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