| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Move tables to a separate file | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -5/+5 |
* | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -2/+2 |
* | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -4/+1 |
* | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |
* | msmpeg4: Split decoding related functions to a separate file | Martin Storsjö | 2013-03-27 | 1 | -919/+0 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -5/+10 |
* | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -6/+1 |
* | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -4/+0 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -12/+12 |
* | msmpeg4: Split encoding backend code off from general backend code. | Diego Biurrun | 2012-03-01 | 1 | -685/+15 |
* | msmpeg4: Replace forward declaration by proper #include. | Diego Biurrun | 2012-02-28 | 1 | -3/+1 |
* | msmpeg4: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -9/+9 |
* | vc1: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -3/+3 |
* | msmpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -54/+54 |
* | mpeg4: Add ff_ prefixes to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -1/+1 |
* | vlc/rl: Add ff_ prefix to the nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -8/+8 |
* | get_bits: remove LAST_SKIP_CACHE macro | Mans Rullgard | 2011-12-17 | 1 | -1/+1 |
* | lavc: convert error_recognition to err_recognition. | Dustin Brody | 2011-12-12 | 1 | -1/+1 |
* | msmpeg4: Don't set up run-level info for level 0. | Alex Converse | 2011-11-07 | 1 | -1/+1 |
* | Remove some stray unnecessary ffmpeg references. | Diego Biurrun | 2011-11-02 | 1 | -2/+2 |
* | lavc: use avpriv_ prefix for ff_copy_bits and align_put_bits. | Anton Khirnov | 2011-10-20 | 1 | -1/+1 |
* | msmpeg4: remove leftover unused debug variable declaration | Diego Biurrun | 2011-09-21 | 1 | -4/+0 |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -36/+32 |
* | Eliminate FF_COMMON_FRAME macro. | Diego Biurrun | 2011-07-11 | 1 | -3/+3 |
* | Remove unused variables | Mans Rullgard | 2011-06-02 | 1 | -3/+1 |
* | msmpeg4: reindent. | Anton Khirnov | 2011-05-24 | 1 | -8/+8 |
* | lavc: remove msmpeg4v1 encoder. | Anton Khirnov | 2011-05-24 | 1 | -8/+0 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -14/+14 |
* | Remove some disabled printf debug cruft. | Diego Biurrun | 2011-04-29 | 1 | -15/+0 |
* | Eliminate pointless '#if 1' statements without matching '#else'. | Diego Biurrun | 2011-04-26 | 1 | -4/+3 |
* | Check for successful h263 init in msmpeg4 init | Alberto Delmas | 2011-04-12 | 1 | -1/+2 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -4/+4 |
* | Remove redundant checks against MIN_CACHE_BITS | Mans Rullgard | 2011-01-23 | 1 | -10/+0 |
* | msmpeg4v1: fix undefined behaviour in msmpeg4_decode_picture_header() | Måns Rullgård | 2010-08-24 | 1 | -2/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+4 |
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -4/+4 |
* | Implement cool new vlc code. | Michael Niedermayer | 2010-02-04 | 1 | -3/+1 |
* | Move AVCodecs from h263dec.c to msmpeg4.c and disentangle init decode init. | Michael Niedermayer | 2010-01-08 | 1 | -1/+60 |
* | Use h263 tables in msmpeg4v1 dont duplicate them halfway. | Michael Niedermayer | 2010-01-08 | 1 | -16/+2 |
* | Rename most non static h263 tables so their name contains h263. | Michael Niedermayer | 2010-01-08 | 1 | -14/+14 |
* | Rename DCtab_*, its a global variable and it helps understanding if mpeg4 | Michael Niedermayer | 2010-01-08 | 1 | -4/+4 |
* | Split the mpeg4 encoder and decoder off h263.c | Michael Niedermayer | 2010-01-07 | 1 | -2/+2 |