Age | Commit message (Expand) | Author |
2013-10-03 | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun |
2013-03-08 | lavc decoders: work with refcounted frames. | Anton Khirnov |
2013-02-26 | Remove unnecessary dsputil.h #includes | Diego Biurrun |
2013-01-26 | cyuv: return meaningful error codes. | Anton Khirnov |
2012-12-04 | lavc: fix decode_frame() third parameter semantics for video decoders | Anton Khirnov |
2012-12-04 | lavc: add a wrapper for AVCodecContext.get_buffer(). | Anton Khirnov |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-15 | Don't include common.h from avutil.h | Martin Storsjö |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
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ò |
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-01-08 | Release cyuv/aura decoder buffer | Daniel Verkamp |
2009-12-23 | Add Auravision Aura decoding support | Kostya Shishkov |
2009-12-23 | There is no need to print FFmpeg or codec name in error message | Kostya Shishkov |
2009-12-23 | cosmetics: correct formatting a bit | Kostya Shishkov |
2009-07-22 | Remove useless #include <unistd.h> from many files | Måns Rullgård |
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-10-02 | Remove useless cyuv_decode_end function | Reimar Döffinger |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-04-27 | Add long names to many AVCodec declarations. | Stefano Sabatini |
2008-03-21 | Apply 'cold' attribute to init/uninit functions in libavcodec | Zuxy Meng |
2008-03-05 | remove more useless mpegvideo.h includes | Aurelien Jacobs |
2008-02-01 | const | Michael Niedermayer |
2007-07-05 | Group all copyright and author notices together. | Diego Biurrun |
2007-05-10 | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun |
2007-04-07 | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-09-27 | fix some signedness warnings | Måns Rullgård |
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 | tinfoil patch: accept no widths that are no multiples of 4 | Mike Melanson |
2004-05-21 | data_size = 0 cleanup | Michael Niedermayer |
2004-05-02 | Add buffer hints, enable DR1 | Roberto Togni |
2003-11-03 | av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) | Michel Bardiaux |
2003-05-24 | Warning and compatibility fixes. | Falk Hüffner |
2003-05-06 | release buffer cleanup | Michael Niedermayer |
2003-03-06 | per file doxy | Michael Niedermayer |
2003-02-11 | * UINTX -> uintx_t INTX -> intx_t | Zdenek Kabelac |
2003-02-09 | Creative YUV (CYUV) decoder by (Mike Melanson <melanson at pcisys dot net>) | Michael Niedermayer |