| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Make sure rtjpeg quality is a valid value | Reimar Döffinger | 2007-09-09 | 1 | -0/+1 |
* | Fix extreme stupidity: buffer size check must of course be before buffer use! | Reimar Döffinger | 2007-09-09 | 1 | -2/+2 |
* | 10l, add check forgotten in last commit | Reimar Döffinger | 2007-09-09 | 1 | -0/+4 |
* | First ugly and slow attempt to fix nuv files with extra frameheader | Reimar Döffinger | 2007-09-09 | 1 | -0/+41 |
* | Simplify nuv: factor out LZO decompression | Reimar Döffinger | 2007-09-09 | 1 | -14/+9 |
* | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun | 2007-05-10 | 1 | -1/+0 |
* | Get rid of unnecessary pointer casts. | Nicholas Tung | 2007-04-08 | 1 | -3/+3 |
* | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung | 2007-04-07 | 1 | -1/+0 |
* | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris | 2007-03-04 | 1 | -1/+1 |
* | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi | 2007-01-19 | 1 | -2/+2 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger | 2006-03-27 | 1 | -0/+214 |