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-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
2008-08-05simplify y_shift/ref_shift codeMichael Niedermayer
2008-08-05indentMichael Niedermayer
2008-08-05Factorize some code between temporal and spatial direct mode.Michael Niedermayer
2008-08-05Port b4/b8_stride code from spatial direct mode to temporal.Michael Niedermayer
2008-08-05Use frame_num and reference instead of poc for matching frames for directMichael Niedermayer
2008-08-05*2 /2 is wrong for PAFF references, so do not do it.Michael Niedermayer
2008-08-05Port col_parity code from spatial mode to temporal mode,Michael Niedermayer
2008-08-05The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as...Michael Niedermayer
2008-08-05Remove redundant code.Michael Niedermayer
2008-08-05Fill ref_count/ref_poc for both fields of frames.Michael Niedermayer
2008-08-05Fix static leaks in h264.c.Art Clarke
2008-08-04Use ref_poc and ref_count from the correct field.Michael Niedermayer
2008-08-04Fix dist_scale_factor for long term reference pictures.Michael Niedermayer
2008-08-04Use the correct collocated field in pred_direct_motion() when it differs in p...Michael Niedermayer
2008-08-03Remove useless mb_field_decoding_flag setting code that was at the wrong spot.Michael Niedermayer
2008-08-03mb_field_decoding_flag was not initializedMichael Niedermayer
2008-08-03Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer
2008-07-30Simplify intra PCM MB handling.Michael Niedermayer
2008-07-29Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall
2008-07-28Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser
2008-07-27Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs
2008-07-27left_block intialisation optimisation.Paul Kendall
2008-07-26And.... Fix another spec reference to be more specific and correct.Jeff Downs
2008-07-26Fix reference to spec to be more specific and correct.Jeff Downs
2008-07-26Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall
2008-07-26indentMichael Niedermayer
2008-07-26chroma_format_idc=0 aka grayscale support.Michael Niedermayer
2008-07-26Revert r14404Michael Niedermayer
2008-07-26Remove another 2 incorrect checks.Michael Niedermayer
2008-07-26Print an error if a reference picture is missing.Michael Niedermayer
2008-07-26Remove mysterious ref->data[0] check.Michael Niedermayer
2008-07-2610l typo, fix compilationMichael Niedermayer
2008-07-26Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer
2008-07-26indentMichael Niedermayer