summaryrefslogtreecommitdiffstats
path: root/libavcodec/nuv.c
Commit message (Expand)AuthorAgeFilesLines
* nuv: check buffer size before checking content.Michael Niedermayer2012-04-171-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-02-161-5/+5
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-271-1/+1
|\ \ | |/
| * nuv: check per-frame header for validity.Reimar Döffinger2011-11-261-3/+3
| * nuv: use FFALIGN.Reimar Döffinger2011-11-261-2/+2
* | nuv: do not use data not initialized by LZO decompression.Reimar Döffinger2011-11-051-1/+1
* | nuv: Fix combination of size changes and LZO compression.Reimar Döffinger2011-11-051-12/+26
* | Check NUV per-frame header for validity.Reimar Döffinger2011-11-051-2/+2
* | Use FFALIGN.Reimar Döffinger2011-11-051-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-241-7/+7
|\ \ | |/
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Merge libavcore into libavutilReinhard Tartler2011-02-161-1/+1
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-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
OpenPOWER on IntegriCloud