Age | Commit message (Expand) | Author |
2012-10-08 | Merge commit '716d413c13981da15323c7a3821860536eefdbbb' | Michael Niedermayer |
2012-10-08 | Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat | Anton Khirnov |
2012-08-16 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-15 | Don't include common.h from avutil.h | Martin Storsjö |
2012-08-07 | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer |
2012-08-07 | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov |
2012-08-06 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-08-06 | nuv: K&R formatting cosmetics | Diego Biurrun |
2012-08-06 | nuv: check RTjpeg header for validity | Janne Grunau |
2012-08-06 | Revert "nuv: check per-frame header for validity." | Janne Grunau |
2012-08-01 | nuv: Fix playback of RTjpeg from current MythTV, | Reimar Döffinger |
2012-08-01 | nuv: check size of buffer before accessing it instead of after. | Reimar Döffinger |
2012-04-17 | nuv: check buffer size before checking content. | Michael Niedermayer |
2012-04-07 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-04-06 | cosmetics: Align codec declarations | Martin Storsjö |
2012-02-16 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-02-15 | rtjpeg: Add ff_ prefix to nonstatic symbols | Martin Storsjö |
2012-02-15 | dsputil: Add ff_ prefix to the dsputil*_init* functions | Martin Storsjö |
2012-01-29 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2012-01-27 | cosmetics: Remove extra newlines at EOF | Alex Converse |
2011-11-27 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-11-26 | nuv: check per-frame header for validity. | Reimar Döffinger |
2011-11-26 | nuv: use FFALIGN. | Reimar Döffinger |
2011-11-05 | nuv: do not use data not initialized by LZO decompression. | Reimar Döffinger |
2011-11-05 | nuv: Fix combination of size changes and LZO compression. | Reimar Döffinger |
2011-11-05 | Check NUV per-frame header for validity. | Reimar Döffinger |
2011-11-05 | Use FFALIGN. | Reimar Döffinger |
2011-07-30 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-29 | lavc: use designated initialisers for all codecs. | Anton Khirnov |
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 |