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