summaryrefslogtreecommitdiffstats
path: root/libavcodec/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-221-8/+4
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-131-0/+1
* nuv: use the AVFrame API properly.Anton Khirnov2013-11-161-17/+20
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-071-2/+4
* nuv: Use av_fast_reallocLuca Barbato2013-08-131-5/+10
* nuv: Reset the frame on resizeLuca Barbato2013-08-131-0/+1
* nuv: Pad the lzo outbufLuca Barbato2013-08-131-3/+5
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-131-1/+3
* 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
OpenPOWER on IntegriCloud