Age | Commit message (Expand) | Author |
2011-06-24 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-24 | doxygen: Consistently use '@' instead of '\' for Doxygen markup. | Diego Biurrun |
2011-05-02 | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini |
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-02-16 | Merge libavcore into libavutil | Reinhard Tartler |
2011-02-15 | Merge libavcore into libavutil | Reinhard Tartler |
2011-01-28 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-26 | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò |
2011-01-24 | Use av_fast_malloc instead of av_realloc. | Reimar Döffinger |
2011-01-24 | Use av_fast_malloc instead of av_realloc. | Reimar Döffinger |
2010-09-07 | Use new imgutils.h API names, fix deprecation warnings. | Stefano Sabatini |
2010-08-06 | Remove use of the deprecated function avcodec_check_dimensions(), use | Stefano Sabatini |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2009-09-10 | Simplify: reget_buffer behaves exactly like get_buffer if the buffer was | Reimar Döffinger |
2009-04-07 | Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an | Thilo Borgmann |
2009-03-04 | Set AVFrame.reference correctly for nuv decoder. | Reimar Döffinger |
2009-03-02 | Change a bunch of codec long_names to be more consistent and descriptive. | Diego Biurrun |
2009-02-02 | Add av_ prefix to LZO stuff and thus make it officially part of the public API. | Reimar Döffinger |
2008-09-05 | Fix nuv decoder to use reget_buffer for non-keyframes and correctly | Reimar Döffinger |
2008-06-12 | Make AVCodec long_names definition conditional depending on CONFIG_SMALL. | Stefano Sabatini |
2008-05-09 | Use full path for #includes from another directory. | Diego Biurrun |
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-02-01 | const | Michael Niedermayer |
2008-02-01 | consts | Michael Niedermayer |
2007-09-09 | dsputil must be initialized before calling rtjpeg init. | Reimar Döffinger |
2007-09-09 | Properly handle nuv file with changing resolution | Reimar Döffinger |
2007-09-09 | Make sure rtjpeg quality is a valid value | Reimar Döffinger |
2007-09-09 | Fix extreme stupidity: buffer size check must of course be before buffer use! | Reimar Döffinger |
2007-09-09 | 10l, add check forgotten in last commit | Reimar Döffinger |
2007-09-09 | First ugly and slow attempt to fix nuv files with extra frameheader | Reimar Döffinger |
2007-09-09 | Simplify nuv: factor out LZO decompression | Reimar Döffinger |
2007-05-10 | Remove redundant #inclusion of common.h, avcodec.h already #includes it. | Diego Biurrun |
2007-04-08 | Get rid of unnecessary pointer casts. | Nicholas Tung |
2007-04-07 | Remove superfluous setting of has_b_frames in codecs without B-frames. | Nicholas Tung |
2007-03-04 | Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img" | Panagiotis Issaris |
2007-01-19 | rename BE/LE_8/16/32 to AV_RL/B_8/16/32 | Alex Beregszaszi |
2006-10-07 | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun |
2006-03-27 | NuppelVideo/MythTVVideo support, including rtjpeg decoder | Reimar Döffinger |