summaryrefslogtreecommitdiff
path: root/libavcodec/bfi.c
Commit message (Expand)AuthorAge
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-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
* bfi: return meaningful error codes.Anton Khirnov2013-01-06
* 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
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-12
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-08
* bfi: K&R cosmeticsAneesh Dogra2012-01-01
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-06
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* bfi decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-05
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-22
* Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Add .longname to bfi_decoder declaration.Sisir Koppaka2008-04-22
* BFI video decoder.Sisir Koppaka2008-04-18