| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Replace dprintf with av_dlog | Luca Barbato | 2011-01-29 | 1 | -3/+3 |
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+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 |
* | Add av_ prefix to bswap macros | Måns Rullgård | 2010-07-10 | 1 | -1/+1 |
* | Add new decoder property max_lowres and do not init decoder if requested valu... | Carl Eugen Hoyos | 2010-07-07 | 1 | -0/+1 |
* | pngdec: Add support for PIX_FMT_Y400A | Andreas Öman | 2010-04-14 | 1 | -0/+2 |
* | Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. | Jean-Daniel Dupas | 2010-03-31 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | pngdec.c : release allocated buffers. | Jai Menon | 2009-12-01 | 1 | -1/+13 |
* | Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros. | Diego Biurrun | 2009-07-30 | 1 | -16/+10 |
* | Support RGB48 PNG decoding | Kostya Shishkov | 2009-06-30 | 1 | -0/+10 |
* | png decoder use get_buffer, set CODEC_CAP_DR1 | Baptiste Coudurier | 2009-06-05 | 1 | -1/+1 |
* | Fix unaligned dsputil call. | Vitor Sessak | 2009-05-24 | 1 | -3/+8 |
* | Add support to CorePNG P-frames. | Thilo Borgmann | 2009-04-10 | 1 | -5/+29 |
* | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann | 2009-04-07 | 1 | -1/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Remove useless casts. | avcoder | 2008-07-10 | 1 | -5/+5 |
* | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-12 | 1 | -1/+1 |
* | Add long names to some AVCodec declarations. | Stefano Sabatini | 2008-04-29 | 1 | -1/+2 |
* | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng | 2008-03-21 | 1 | -1/+1 |
* | decode mng color decorrelation | Loren Merritt | 2008-02-26 | 1 | -3/+33 |
* | remove a memcpy | Loren Merritt | 2008-02-25 | 1 | -2/+2 |
* | simd and unroll png_filter_row | Loren Merritt | 2008-02-21 | 1 | -38/+77 |
* | const | Michael Niedermayer | 2008-02-01 | 1 | -4/+4 |
* | typo fixes | Diego Biurrun | 2007-07-17 | 1 | -1/+1 |
* | hardly anything in PNGContext is shared; split it | Måns Rullgård | 2007-07-15 | 1 | -6/+46 |
* | separate en/decoder specific parts from png.c | Måns Rullgård | 2007-07-15 | 1 | -0/+512 |