summaryrefslogtreecommitdiff
path: root/libavcodec/nuv.c
Commit message (Expand)AuthorAge
* cosmetics: Fix spelling mistakesVittorio Giovara2016-05-04
* nuv: Replace avpicture functions with imgutilsVittorio Giovara2015-10-21
* lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-27
* avcodec: Don't anonymously typedef structsDiego Biurrun2015-02-14
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* nuv: Reuse the DSPContext from RTJpegContextDiego Biurrun2014-03-22
* dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-13
* nuv: use the AVFrame API properly.Anton Khirnov2013-11-16
* cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* nuv: check ff_rtjpeg_decode_frame_yuv420 return valueLuca Barbato2013-09-07
* nuv: Use av_fast_reallocLuca Barbato2013-08-13
* nuv: Reset the frame on resizeLuca Barbato2013-08-13
* nuv: Pad the lzo outbufLuca Barbato2013-08-13
* nuv: Do not ignore lzo decompression failuresLuca Barbato2013-08-13
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-26
* nuv: do not rely on get_buffer() initializing the frame.Anton Khirnov2013-02-06
* nuv: return meaningful error codes.Anton Khirnov2013-01-14
* lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov2012-12-04
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Don't include common.h from avutil.hMartin Storsjö2012-08-15
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* nuv: K&R formatting cosmeticsDiego Biurrun2012-08-06
* nuv: check RTjpeg header for validityJanne Grunau2012-08-06
* Revert "nuv: check per-frame header for validity."Janne Grunau2012-08-06
* cosmetics: Align codec declarationsMartin Storsjö2012-04-06
* rtjpeg: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-15
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-15
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* nuv: check per-frame header for validity.Reimar Döffinger2011-11-26
* nuv: use FFALIGN.Reimar Döffinger2011-11-26
* lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-29
* doxygen: Consistently use '@' instead of '\' for Doxygen markup.Diego Biurrun2011-06-24
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Merge libavcore into libavutilReinhard Tartler2011-02-15
* Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-26
* Use av_fast_malloc instead of av_realloc.Reimar Döffinger2011-01-24
* Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini2010-09-07
* Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini2010-08-06
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Simplify: reget_buffer behaves exactly like get_buffer if the buffer wasReimar Döffinger2009-09-10
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-07
* Set AVFrame.reference correctly for nuv decoder.Reimar Döffinger2009-03-04
* Change a bunch of codec long_names to be more consistent and descriptive.Diego Biurrun2009-03-02
* Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger2009-02-02
* Fix nuv decoder to use reget_buffer for non-keyframes and correctlyReimar Döffinger2008-09-05
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-12
* Use full path for #includes from another directory.Diego Biurrun2008-05-09