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
2012-04-04h264: fix seeking in low delay streams without IDRMichael Niedermayer
2012-01-02h264: Fix frame sync / random access handling.Michael Niedermayer
2011-12-31h264: Fix seeking in 00017.MTSMichael Niedermayer
2011-12-10h264: switch from qatars has_b_frames calculation back to mine.Michael Niedermayer
2011-12-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-03h264: fix frame reordering code.Ronald S. Bultje
2011-10-26h264: Guess receovery points.Michael Niedermayer
2011-10-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-22lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody
2011-10-05h264: remove assert() on ref_frame_count.Michael Niedermayer
2011-09-29h264: fix FIXME and use list_count in ff_h264_fill_mbaff_ref_list()Michael Niedermayer
2011-08-19h264: correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-08-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-18h264: hide reference frame errors unless requestedDustin Brody
2011-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-12h264: add missing brackets.Ronald S. Bultje
2011-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-08-09h264: propagate error return values for AV_LOG_ERROR-triggering eventsDustin Brody
2011-07-28h264 - correct the check for invalid long term frame index in MMCO decodeJeff Downs
2011-07-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-11Eliminate FF_COMMON_FRAME macro.Diego Biurrun
2011-05-11Merge remote branch 'qatar/master'Michael Niedermayer
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-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-05-01H264: Fix intra only decoding.Michael Niedermayer
2011-05-01H264:Print short+long+max values when they dont match up.Michael Niedermayer
2011-05-01H264:use av_assert0() for frame num checkMichael Niedermayer
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