summaryrefslogtreecommitdiffstats
path: root/libavcodec/frwu.c
Commit message (Expand)AuthorAgeFilesLines
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* 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-22/+2
* 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
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* frwu: use MKTAG to check marker instead of AV_RL32Paul B Mahol2012-03-121-2/+1
* frwu: lowercase the FRWU codec namePiotr Bandurski2012-02-021-2/+2
* frwu: Employ more meaningful return values.Paul B Mahol2012-02-011-9/+11
* frwu: check if allocation was successfulPaul B Mahol2012-01-271-0/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+7
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
* 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
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Add decoder for "forward uncompressed".Reimar Döffinger2009-10-131-0/+123
OpenPOWER on IntegriCloud