Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-26avutil: remove timer.h include from internal.hJanne Grunau
Added libavutil/timer.h include to all files with {START,STOP}_TIMER.
2013-11-16ffv1: use the AVFrame API properly.Anton Khirnov
2013-10-16ffv1: Assume bitdepth 0 means 8bitLuca Barbato
CC: libav-stable@libav.org Reported-by: debian/726189
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-15pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov
2013-03-08ffv1: fix calculating slice dimensions for version 2Anton Khirnov
It got broken in 0f13cd3187192ba0cc2b043430de6e279e7b97c3. CC:libav-stable@libav.org
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2012-12-21miscellaneous typo fixesDiego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
It's got_frame, not data size
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov
It will be useful in the upcoming transition to refcounted AVFrames.
2001-01-01ffv1: set the range coder state in decode_slice_headerLuca Barbato
2012-10-20ffv1: update to ffv1 version 3Luca Barbato
Based on code from Carl Eugen Hoyos, Michael Niedermayer and Paul B Mahol.
2012-10-20ffv1: propagate errorsLuca Barbato
2012-10-20ffv1: split decoder and encoderLuca Barbato