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
2008-12-06Check that cpb_count is within the allowed range.Michael Niedermayer
2008-12-01Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer
2008-12-01Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer
2008-12-01Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer
2008-11-26Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun
2008-11-24Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun
2008-11-13Fix H.264 decoding.Carl Eugen Hoyos
2008-11-12Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik
2008-11-04h264: Implement decoding of picture timing SEI message.Andreas Öman
2008-10-29Replace literally hardcoded max slice number by named constant.Michael Niedermayer
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-04Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò
2008-10-02Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos
2008-09-26Remove unused variable.Diego Biurrun
2008-09-26Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer
2008-09-25Do not free sps & pps on width/height changes.Michael Niedermayer
2008-09-25Initialize next/last_picture* as the generic code does not alwaysMichael Niedermayer
2008-09-25Print which slices are IDR not just the slice type.Michael Niedermayer
2008-09-25Fix CAVLC+8x8+MBAFF loop filter.Michael Niedermayer
2008-09-25Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer
2008-09-23A few empty lines for readability.Michael Niedermayer
2008-09-23Another try to fix temporal direct mode references.Michael Niedermayer
2008-09-22Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer
2008-09-22indentMichael Niedermayer
2008-09-22Correct comment in the direct mode code.Michael Niedermayer
2008-09-22Simplify initialization of a few direct mode related variables.Michael Niedermayer
2008-09-21Make MBAFF temporal direct mode closer to the spec.Michael Niedermayer
2008-09-21Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_r...Michael Niedermayer
2008-09-21Set poc for field references in MBAFF.Michael Niedermayer
2008-09-19Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.Michael Niedermayer
2008-09-19Remove check and error message for "MBAFF + !direct_8x8_inference is not impl...Michael Niedermayer
2008-09-18Make pps/sps scaling_matrix initialization closer to the spec.Michael Niedermayer
2008-09-18Ensure that extradata is not parsed twice.Michael Niedermayer
2008-09-11Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser
2008-09-08Rename error_resilience to error_recognition.Michael Niedermayer
2008-09-04Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer
2008-09-02Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer
2008-08-13Remove unused variable.Diego Biurrun
2008-08-11The deblock filter does not need all the intra availability stuff so doMichael Niedermayer
2008-08-11Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer
2008-08-11Support MBAFF + constrained intra prediction.Michael Niedermayer
2008-08-10Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer
2008-08-10Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer
2008-08-10Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer
2008-08-10Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer
2008-08-09Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer
2008-08-09Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer
2008-08-05Use local variabes for *stride, where local variables exist.Michael Niedermayer
2008-08-05indentMichael Niedermayer
2008-08-05Simplify l1mv/l1ref calculation.Michael Niedermayer