summaryrefslogtreecommitdiffstats
path: root/libavcodec/bfi.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-18/+11
* bfi: return meaningful error codes.Anton Khirnov2013-01-061-6/+6
* 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
* 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
* avpacket, bfi, bgmc, rawenc: K&R prettyprinting cosmeticsDiego Biurrun2012-04-121-20/+14
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-8/+8
* bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra2012-01-081-12/+14
* bfi: K&R cosmeticsAneesh Dogra2012-01-011-11/+12
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-151-1/+1
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Prevent a crash by sanity checking buffer reads.Daniel Kang2011-01-061-1/+10
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* bfi decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier2009-06-051-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-2/+3
* Add missing av_cold in static init/close functions.Daniel Verkamp2009-02-221-2/+2
* Fix (with av_uninit()) false positive warning about uninitialized variable:Patrik Kullman2009-02-101-1/+1
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Add .longname to bfi_decoder declaration.Sisir Koppaka2008-04-221-0/+1
* BFI video decoder.Sisir Koppaka2008-04-181-0/+181
OpenPOWER on IntegriCloud