summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Rename error_resilience to error_recognition.Michael Niedermayer2008-09-08
* Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures andMichael Niedermayer2008-09-04
* Try to support invalid h264 that does not mark IDR with POC=0.Michael Niedermayer2008-09-02
* Remove unused variable.Diego Biurrun2008-08-13
* The deblock filter does not need all the intra availability stuff so doMichael Niedermayer2008-08-11
* Simplify constrained_intra_pred code in fill_caches().Michael Niedermayer2008-08-11
* Support MBAFF + constrained intra prediction.Michael Niedermayer2008-08-11
* Mask bits of reference indexes properly to avoid negative numbers entanglingMichael Niedermayer2008-08-10
* Remove a few more lines of unneeded code in fill_caches() for MBAFF.Michael Niedermayer2008-08-10
* Use the correct reference tables for interlaced MBAFF MBs in the loop filter.Michael Niedermayer2008-08-10
* Do not execute the part of fill_caches() for the loopfilter that overwritesMichael Niedermayer2008-08-10
* Remove more code that has become useless after the pairless MBAFF loopMichael Niedermayer2008-08-09
* Remove odd pairwise deblock filtering applied to MBAFF MBs.Michael Niedermayer2008-08-09
* Use local variabes for *stride, where local variables exist.Michael Niedermayer2008-08-05
* indentMichael Niedermayer2008-08-05
* Simplify l1mv/l1ref calculation.Michael Niedermayer2008-08-05
* simplify y_shift/ref_shift codeMichael Niedermayer2008-08-05
* indentMichael Niedermayer2008-08-05
* Factorize some code between temporal and spatial direct mode.Michael Niedermayer2008-08-05
* Port b4/b8_stride code from spatial direct mode to temporal.Michael Niedermayer2008-08-05
* Use frame_num and reference instead of poc for matching frames for directMichael Niedermayer2008-08-05
* *2 /2 is wrong for PAFF references, so do not do it.Michael Niedermayer2008-08-04
* Port col_parity code from spatial mode to temporal mode,Michael Niedermayer2008-08-04
* The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as...Michael Niedermayer2008-08-04
* Remove redundant code.Michael Niedermayer2008-08-04
* Fill ref_count/ref_poc for both fields of frames.Michael Niedermayer2008-08-04
* Fix static leaks in h264.c.Art Clarke2008-08-04
* Use ref_poc and ref_count from the correct field.Michael Niedermayer2008-08-04
* Fix dist_scale_factor for long term reference pictures.Michael Niedermayer2008-08-04
* Use the correct collocated field in pred_direct_motion() when it differs in p...Michael Niedermayer2008-08-04
* Remove useless mb_field_decoding_flag setting code that was at the wrong spot.Michael Niedermayer2008-08-03
* mb_field_decoding_flag was not initializedMichael Niedermayer2008-08-03
* Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer2008-08-02
* Simplify intra PCM MB handling.Michael Niedermayer2008-07-30
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-29
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-28
* Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs2008-07-27
* left_block intialisation optimisation.Paul Kendall2008-07-27
* And.... Fix another spec reference to be more specific and correct.Jeff Downs2008-07-26
* Fix reference to spec to be more specific and correct.Jeff Downs2008-07-26
* Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall2008-07-26
* indentMichael Niedermayer2008-07-26
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-26
* Revert r14404Michael Niedermayer2008-07-25
* Remove another 2 incorrect checks.Michael Niedermayer2008-07-25
* Print an error if a reference picture is missing.Michael Niedermayer2008-07-25
* Remove mysterious ref->data[0] check.Michael Niedermayer2008-07-25
* 10l typo, fix compilationMichael Niedermayer2008-07-25
* Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer2008-07-25
* indentMichael Niedermayer2008-07-25