summaryrefslogtreecommitdiffstats
path: root/libavcodec/cyuv.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Mark some codecs with threadsafe init as suchDerek Buitenhuis2017-02-071-0/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-2/+2
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Correct few "ffmpeg" typosPaul B Mahol2014-08-241-1/+1
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-2/+2
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-2/+2
* | lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-30/+11
|\ \ | |/
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-27/+9
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\ \ | |/
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit 'ade402804a0e811cd00862c90559121a793054a6'Michael Niedermayer2013-01-261-4/+5
|\ \ | |/
| * cyuv: return meaningful error codes.Anton Khirnov2013-01-261-4/+5
* | 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
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-2/+2
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | cyuv: implement raw cyuvMichael Niedermayer2012-09-301-2/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-161-0/+1
|\ \ | |/
| * Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-20/+16
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-20/+16
| * 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-2/+2
* | lavc: set defaults in internal codec framesStefano Sabatini2011-05-071-0/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* 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-2/+2
* Release cyuv/aura decoder bufferDaniel Verkamp2010-01-081-2/+12
* Add Auravision Aura decoding supportKostya Shishkov2009-12-231-1/+22
* There is no need to print FFmpeg or codec name in error messageKostya Shishkov2009-12-231-1/+1
* cosmetics: correct formatting a bitKostya Shishkov2009-12-231-6/+5
* Remove useless #include <unistd.h> from many filesMåns Rullgård2009-07-221-1/+0
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* Remove useless cyuv_decode_end functionReimar Döffinger2008-10-021-8/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-1/+1
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-1/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-051-1/+0
* constMichael Niedermayer2008-02-011-4/+4
* Group all copyright and author notices together.Diego Biurrun2007-07-051-6/+4
OpenPOWER on IntegriCloud