summaryrefslogtreecommitdiffstats
path: root/libavcodec/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-9/+9
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-061-2/+9
* nuv: return meaningful error codes.Anton Khirnov2013-01-141-13/+17
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-041-2/+2
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-3/+3
* Don't include common.h from avutil.hMartin Storsjö2012-08-151-0/+1
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* nuv: K&R formatting cosmeticsDiego Biurrun2012-08-061-70/+96
* nuv: check RTjpeg header for validityJanne Grunau2012-08-061-4/+5
* Revert "nuv: check per-frame header for validity."Janne Grunau2012-08-061-3/+3
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-4/+4
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* nuv: check per-frame header for validity.Reimar Döffinger2011-11-261-3/+3
* nuv: use FFALIGN.Reimar Döffinger2011-11-261-2/+2
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-241-7/+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
* Merge libavcore into libavutilReinhard Tartler2011-02-151-1/+1
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-241-2/+1
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-071-1/+1
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-061-1/+2
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger2009-09-101-1/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger2009-03-041-1/+1
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-021-1/+1
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-021-2/+2
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-051-6/+16
* 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-3/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+1
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* constMichael Niedermayer2008-02-011-2/+2
* constsMichael Niedermayer2008-02-011-1/+1
* dsputil must be initialized before calling rtjpeg init.Reimar Döffinger2007-09-091-1/+1
* Properly handle nuv file with changing resolutionReimar Döffinger2007-09-091-27/+47
* Make sure rtjpeg quality is a valid valueReimar Döffinger2007-09-091-0/+1
* Fix extreme stupidity: buffer size check must of course be before buffer use!Reimar Döffinger2007-09-091-2/+2
* 10l, add check forgotten in last commitReimar Döffinger2007-09-091-0/+4
* First ugly and slow attempt to fix nuv files with extra frameheaderReimar Döffinger2007-09-091-0/+41
* Simplify nuv: factor out LZO decompressionReimar Döffinger2007-09-091-14/+9
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Get rid of unnecessary pointer casts.Nicholas Tung2007-04-081-3/+3
* Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung2007-04-071-1/+0
* Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris2007-03-041-1/+1
OpenPOWER on IntegriCloud