| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -9/+11 |
* | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -1/+4 |
* | mdec: set color_range | Vittorio Giovara | 2014-03-16 | 1 | -0/+1 |
* | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -33/+13 |
* | Remove unnecessary dsputil.h #includes | Diego Biurrun | 2013-02-26 | 1 | -1/+0 |
* | mdec: return meaningful error codes. | Anton Khirnov | 2013-01-29 | 1 | -11/+13 |
* | mdec: cosmetics, reformat | Anton Khirnov | 2013-01-29 | 1 | -80/+83 |
* | mdec: merge mdec_common_init() into decode_init(). | Anton Khirnov | 2013-01-29 | 1 | -9/+3 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -4/+4 |
* | 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 | -1/+1 |
* | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -10/+10 |
* | Remove unnecessary AVFrame pointer casts. | Diego Biurrun | 2012-03-01 | 1 | -1/+1 |
* | 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 |
* | 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 |