| Commit message (Expand) | Author | Age | Files | Lines |
* | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | mdec: enable frame-level multithreading. | Alexander Strange | 2011-05-18 | 1 | -3/+17 |
* | mdec.c: fix overread. | Ronald S. Bultje | 2011-05-18 | 1 | -1/+2 |
* | 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 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This | Vitor Sessak | 2011-01-02 | 1 | -1/+3 |
* | 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 | -1/+1 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | Release buffer when the codec is closed. | Reimar Döffinger | 2010-01-23 | 1 | -0/+2 |
* | Use qstride = 0 and allocate only a single line for qscale_table since | Reimar Döffinger | 2010-01-23 | 1 | -3/+3 |
* | Move array specifiers outside DECLARE_ALIGNED() invocations | Måns Rullgård | 2010-01-22 | 1 | -1/+1 |
* | mdec: remove unused members from struct MDECContext | Måns Rullgård | 2009-08-25 | 1 | -2/+0 |
* | Add a av_fast_malloc function and replace several uses of av_fast_realloc, | Reimar Döffinger | 2009-04-12 | 1 | -1/+3 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | Rename ff_init_vlcs function to the more descriptive name ff_mpeg12_init_vlcs. | Diego Biurrun | 2008-08-20 | 1 | -1/+1 |
* | cosmetics: comment spelling/grammar fixes | Diego Biurrun | 2008-08-20 | 1 | -6/+6 |
* | Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately. | Diego Biurrun | 2008-08-19 | 1 | -1/+2 |
* | Remove pointless AVFrame* casting. | Alexander Strange | 2008-06-27 | 1 | -4/+4 |
* | Remove duplicate emms. | Alexander Strange | 2008-06-27 | 1 | -2/+0 |
* | Remove commented-out code. | Alexander Strange | 2008-06-27 | 1 | -12/+1 |
* | Export qscale so that postprocessing works. | Alexander Strange | 2008-06-27 | 1 | -2/+2 |
* | Remove unused PutBitContext. | Alexander Strange | 2008-06-27 | 1 | -1/+0 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add codec long name, patch by Stefano Sabatini, stefano.sabatini-lala poste it. | Stefano Sabatini | 2008-05-14 | 1 | -0/+1 |
* | Increase alignment for DCT block arrays from 8 to 16 | Alexander Strange | 2008-04-08 | 1 | -1/+1 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -3/+3 |
* | add FF_ prefix to all (frame)_TYPE usage | Aurelien Jacobs | 2008-03-09 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Fix missing chroma in version 3 STR. | Alexander Strange | 2007-12-05 | 1 | -3/+4 |
* | Group all copyright and author notices together. | Diego Biurrun | 2007-07-05 | 1 | -2/+2 |
* | add proper ff_ prefix to new extern symbols | Aurelien Jacobs | 2007-07-05 | 1 | -1/+1 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | MSVC-compatible __align8/__align16 declaration | Steve L'Homme | 2006-02-05 | 1 | -3/+3 |
* | warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it | Diego Biurrun | 2006-01-25 | 1 | -1/+1 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -17/+17 |
* | set pix_fmt | Michael Niedermayer | 2005-08-13 | 1 | -0/+1 |
* | avoid UPDATE_CACHE() in GET_RL_VLC() if not needed | Michael Niedermayer | 2005-04-18 | 1 | -1/+1 |
* | avoid buf_size == 0 checks in every decoder | Michael Niedermayer | 2005-01-23 | 1 | -5/+0 |
* | lowres width/height cleanup 3rd try | Michael Niedermayer | 2004-09-27 | 1 | -2/+2 |
* | more data_size=0 cleanup | Michael Niedermayer | 2004-05-21 | 1 | -2/+0 |
* | cleanup & memleak fix | Michael Niedermayer | 2004-04-30 | 1 | -2/+0 |
* | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux | 2003-11-03 | 1 | -2/+2 |
* | quiet | Mike Melanson | 2003-10-15 | 1 | -1/+1 |
* | 100l | Michael Niedermayer | 2003-09-01 | 1 | -1/+1 |
* | more fixes | Michael Niedermayer | 2003-09-01 | 1 | -10/+11 |
* | some fixes (still buggy though) | Michael Niedermayer | 2003-09-01 | 1 | -23/+4 |