| Commit message (Expand) | Author | Age | Files | Lines |
* | nuv: Reuse the DSPContext from RTJpegContext | Diego Biurrun | 2014-03-22 | 1 | -8/+4 |
* | dsputil: Move intreadwrite.h #include from header file to .c files | Diego Biurrun | 2014-03-13 | 1 | -0/+1 |
* | nuv: use the AVFrame API properly. | Anton Khirnov | 2013-11-16 | 1 | -17/+20 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | nuv: check ff_rtjpeg_decode_frame_yuv420 return value | Luca Barbato | 2013-09-07 | 1 | -2/+4 |
* | nuv: Use av_fast_realloc | Luca Barbato | 2013-08-13 | 1 | -5/+10 |
* | nuv: Reset the frame on resize | Luca Barbato | 2013-08-13 | 1 | -0/+1 |
* | nuv: Pad the lzo outbuf | Luca Barbato | 2013-08-13 | 1 | -3/+5 |
* | nuv: Do not ignore lzo decompression failures | Luca Barbato | 2013-08-13 | 1 | -1/+3 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -9/+9 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | nuv: do not rely on get_buffer() initializing the frame. | Anton Khirnov | 2013-02-06 | 1 | -2/+9 |
* | nuv: return meaningful error codes. | Anton Khirnov | 2013-01-14 | 1 | -13/+17 |
* | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov | 2012-12-04 | 1 | -2/+2 |
* | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov | 2012-10-08 | 1 | -3/+3 |
* | Don't include common.h from avutil.h | Martin Storsjö | 2012-08-15 | 1 | -0/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | nuv: K&R formatting cosmetics | Diego Biurrun | 2012-08-06 | 1 | -70/+96 |
* | nuv: check RTjpeg header for validity | Janne Grunau | 2012-08-06 | 1 | -4/+5 |
* | Revert "nuv: check per-frame header for validity." | Janne Grunau | 2012-08-06 | 1 | -3/+3 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -1/+1 |
* | rtjpeg: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -4/+4 |
* | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | nuv: check per-frame header for validity. | Reimar Döffinger | 2011-11-26 | 1 | -3/+3 |
* | nuv: use FFALIGN. | Reimar Döffinger | 2011-11-26 | 1 | -2/+2 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun | 2011-06-24 | 1 | -7/+7 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Merge libavcore into libavutil | Reinhard Tartler | 2011-02-15 | 1 | -1/+1 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Use av_fast_malloc instead of av_realloc. | Reimar Döffinger | 2011-01-24 | 1 | -2/+1 |
* | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini | 2010-09-07 | 1 | -1/+1 |
* | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini | 2010-08-06 | 1 | -1/+2 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Simplify: reget_buffer behaves exactly like get_buffer if the buffer was | Reimar Döffinger | 2009-09-10 | 1 | -1/+1 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Set AVFrame.reference correctly for nuv decoder. | Reimar Döffinger | 2009-03-04 | 1 | -1/+1 |
* | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun | 2009-03-02 | 1 | -1/+1 |
* | Add av_ prefix to LZO stuff and thus make it officially part of the public API. | Reimar Döffinger | 2009-02-02 | 1 | -2/+2 |
* | Fix nuv decoder to use reget_buffer for non-keyframes and correctly | Reimar Döffinger | 2008-09-05 | 1 | -6/+16 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -3/+2 |
* | Add long names to many AVCodec declarations. | Stefano Sabatini | 2008-04-27 | 1 | -0/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -2/+2 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -2/+2 |
* | consts | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | dsputil must be initialized before calling rtjpeg init. | Reimar Döffinger | 2007-09-09 | 1 | -1/+1 |
* | Properly handle nuv file with changing resolution | Reimar Döffinger | 2007-09-09 | 1 | -27/+47 |