summaryrefslogtreecommitdiffstats
path: root/libavcodec/frwu.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-1/+1
* FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-1/+1
* Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-22/+2
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-22/+2
* | Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer2012-12-051-2/+2
|\ \ | |/
| * lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | Support switching field order when decoding frwu.Carl Eugen Hoyos2012-11-251-1/+28
* | frwu: do not set interlacing flags.Michael Niedermayer2012-11-221-2/+0
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-131-2/+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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-021-9/+11
|\ \ | |/
| * frwu: Employ more meaningful return values.Paul B Mahol2012-02-011-9/+11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-0/+2
|\ \ | |/
| * frwu: check if allocation was successfulPaul B Mahol2012-01-271-0/+2
* | lowercase FRWU stringami_stuff2011-11-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+7
|\ \ | |/
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | lavc: lowercase the FRWU codec nameami_stuff2011-05-011-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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