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 (Expand)Author
2013-11-28h264_refs: make sure not to write over the bounds of the default ref listAnton Khirnov
2013-11-18lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov
2013-08-20avcodec: Remove some commented-out debug cruftDiego Biurrun
2013-04-27h264_refs: Do not print check_opcodes() return valueDiego Biurrun
2013-03-21h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov
2013-03-11h264_refs: cosmetics, reformatAnton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-02-15h264: deMpegEncContextizeAnton Khirnov
2013-01-15h264: fix ff_generate_sliding_window_mmcos() prototype.Anton Khirnov
2013-01-14h264: don't clobber mmco opcode tables for non-first slice headers.Ronald S. Bultje
2012-09-27h264_refs: Fix debug tprintf argument typesDiego Biurrun
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-08-19h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-08-18h264: hide reference frame errors unless requestedDustin Brody
2011-08-12h264: add missing brackets.Ronald S. Bultje
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-10h264: do not print "too many references" warning for intra-only.Ronald S. Bultje
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2010-07-05Perform sliding window operation during frame gap handling.Michael Niedermayer
2010-07-05Factorize ff_generate_sliding_window_mmcos() out.Michael Niedermayer
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Fix implicit weight for b frames in mbaff.Michael Niedermayer
2010-03-04Reorder indexes in weight tables.Michael Niedermayer
2010-03-03Merge weight & offset tables, 15 cpu cycles faster.Michael Niedermayer
2010-01-12Split all the reference picture handling off h264.c.Michael Niedermayer