540 Commits (74aa41bae4c3c57f3765633963719ea824bab410)

Author SHA1 Message Date
Diego Biurrun e7327dbba7 Remove unused variable. 16 years ago
Michael Niedermayer 2967101173 The deblock filter does not need all the intra availability stuff so do 16 years ago
Michael Niedermayer faa7e39466 Simplify constrained_intra_pred code in fill_caches(). 16 years ago
Michael Niedermayer d1d10e9125 Support MBAFF + constrained intra prediction. 16 years ago
Michael Niedermayer beca9a286c Mask bits of reference indexes properly to avoid negative numbers entangling 17 years ago
Michael Niedermayer e248cb601e Remove a few more lines of unneeded code in fill_caches() for MBAFF. 17 years ago
Michael Niedermayer d50cdd82de Use the correct reference tables for interlaced MBAFF MBs in the loop filter. 17 years ago
Michael Niedermayer 0281d32550 Do not execute the part of fill_caches() for the loopfilter that overwrites 17 years ago
Michael Niedermayer 3d11b8ce13 Remove more code that has become useless after the pairless MBAFF loop 17 years ago
Michael Niedermayer 5f7f9719ac Remove odd pairwise deblock filtering applied to MBAFF MBs. 17 years ago
Michael Niedermayer 2ccd25d02b Use local variabes for *stride, where local variables exist. 17 years ago
Michael Niedermayer 7d54ecc9cb indent 17 years ago
Michael Niedermayer 9b5fab918b Simplify l1mv/l1ref calculation. 17 years ago
Michael Niedermayer c210fa61cf simplify y_shift/ref_shift code 17 years ago
Michael Niedermayer cc615d2ce8 indent 17 years ago
Michael Niedermayer d00eac6c96 Factorize some code between temporal and spatial direct mode. 17 years ago
Michael Niedermayer 8354477edc Port b4/b8_stride code from spatial direct mode to temporal. 17 years ago
Michael Niedermayer 42de393dcb Use frame_num and reference instead of poc for matching frames for direct 17 years ago
Michael Niedermayer 6c86c44b83 *2 /2 is wrong for PAFF references, so do not do it. 17 years ago
Michael Niedermayer f0538030da Port col_parity code from spatial mode to temporal mode, 17 years ago
Michael Niedermayer 301e1057b8 The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as well. 17 years ago
Michael Niedermayer fa6a6c59e0 Remove redundant code. 17 years ago
Michael Niedermayer 7762cc3dd4 Fill ref_count/ref_poc for both fields of frames. 17 years ago
Art Clarke 910e366817 Fix static leaks in h264.c. 17 years ago
Michael Niedermayer 45260d4faa Use ref_poc and ref_count from the correct field. 17 years ago
Michael Niedermayer 4c0d57bdef Fix dist_scale_factor for long term reference pictures. 17 years ago
Michael Niedermayer 71041842ec Use the correct collocated field in pred_direct_motion() when it differs in parity. 17 years ago
Michael Niedermayer aa6de49e95 Remove useless mb_field_decoding_flag setting code that was at the wrong spot. 17 years ago
Michael Niedermayer 44e9dcf13a mb_field_decoding_flag was not initialized 17 years ago
Michael Niedermayer 2879c75ff3 Picture.ref_count/ref_poc have to be stored per field (actually also per 17 years ago
Michael Niedermayer c1708e8dc8 Simplify intra PCM MB handling. 17 years ago
Paul Kendall 9bec77fe8d Use #define instead of a constant. Patch by Paul Kendall. 17 years ago
Jason Garrett-Glaser aa6a89aa79 Small h264 decoding speed optimization: while->do/while 17 years ago
Jeff Downs 18c7be6501 Initialize outputed_poc to INT_MIN at decoder initialization. 17 years ago
Paul Kendall 143d7f1443 left_block intialisation optimisation. 17 years ago
Jeff Downs e791eb1ed4 And.... Fix another spec reference to be more specific and correct. 17 years ago
Jeff Downs 25f8bceb1c Fix reference to spec to be more specific and correct. 17 years ago
Paul Kendall 4a1aa38bda Simple refactoring to resolve a FIXME. Patch by Paul Kendall. 17 years ago
Michael Niedermayer fef744d404 indent 17 years ago
Michael Niedermayer 0af6967ee7 chroma_format_idc=0 aka grayscale support. 17 years ago
Michael Niedermayer af8c5e08d7 Revert r14404 17 years ago
Michael Niedermayer d9022d38fb Remove another 2 incorrect checks. 17 years ago
Michael Niedermayer 79b5c77692 Print an error if a reference picture is missing. 17 years ago
Michael Niedermayer 6edac8e104 Remove mysterious ref->data[0] check. 17 years ago
Michael Niedermayer 99157e499c 10l typo, fix compilation 17 years ago
Michael Niedermayer 91ea868eeb Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). 17 years ago
Michael Niedermayer b3e93fd408 indent 17 years ago
Michael Niedermayer d4f7d83866 Rewrite fill_default_ref_list(), the old code was obfuscated beyond 17 years ago
Michael Niedermayer 37dcf83077 Do not scare the user with error messages when everything is ok. 17 years ago
Michael Niedermayer d9e3242213 Make remove_short() match remove_long() in that it calls unreference_pic(). 17 years ago