]> git.sesse.net Git - ffmpeg/history - libavcodec/vble.c
avcodec: Don't anonymously typedef structs
[ffmpeg] / libavcodec / vble.c
2015-02-14 Diego Biurrunavcodec: Don't anonymously typedef structs
2014-05-27 Diego Biurrundsputil: Split off HuffYUV decoding bits into their...
2013-10-03 Diego Biurruncosmetics: Group .name and .long_name together in codec...
2013-03-08 Anton Khirnovlavc decoders: work with refcounted frames.
2012-12-04 Anton Khirnovlavc: fix decode_frame() third parameter semantics...
2012-12-04 Anton Khirnovlavc: add a wrapper for AVCodecContext.get_buffer().
2012-11-27 Piotr Bandurskivble: Do not abort decoding when version is not 1
2012-10-12 Diego BiurrunMove av_reverse table to libavcodec
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-02-15 Martin Storsjödsputil: Add ff_ prefix to the dsputil*_init* functions
2012-01-12 Anton Khirnovlavc: replace some remaining FF_I_TYPE with AV_PICTURE_...
2011-12-22 Diego BiurrunDrop ALT_ prefix from BITSTREAM_READER_LE name.
2011-12-01 Michael Niedermayervble: use dsp.add_hfyu_median_prediction() this allows...
2011-12-01 Michael Niedermayervble: remove flags copy, its not used in any speed...
2011-12-01 Derek Buitenhuisvble: merge len and val arrays
2011-12-01 Michael Niedermayervble: remove unused variable len.
2011-11-11 Janne Grunauvble: remove vble_error_close
2011-11-11 Derek BuitenhuisVBLE Decoder