| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove unused variable. | Diego Biurrun | 2008-08-13 | 1 | -1/+0 |
* | The deblock filter does not need all the intra availability stuff so do | Michael Niedermayer | 2008-08-11 | 1 | -1/+1 |
* | Simplify constrained_intra_pred code in fill_caches(). | Michael Niedermayer | 2008-08-11 | 1 | -9/+10 |
* | Support MBAFF + constrained intra prediction. | Michael Niedermayer | 2008-08-11 | 1 | -4/+29 |
* | Mask bits of reference indexes properly to avoid negative numbers entangling | Michael Niedermayer | 2008-08-10 | 1 | -2/+2 |
* | Remove a few more lines of unneeded code in fill_caches() for MBAFF. | Michael Niedermayer | 2008-08-10 | 1 | -4/+4 |
* | Use the correct reference tables for interlaced MBAFF MBs in the loop filter. | Michael Niedermayer | 2008-08-10 | 1 | -8/+13 |
* | Do not execute the part of fill_caches() for the loopfilter that overwrites | Michael Niedermayer | 2008-08-10 | 1 | -1/+1 |
* | Remove more code that has become useless after the pairless MBAFF loop | Michael Niedermayer | 2008-08-09 | 1 | -8/+0 |
* | Remove odd pairwise deblock filtering applied to MBAFF MBs. | Michael Niedermayer | 2008-08-09 | 1 | -169/+81 |
* | Use local variabes for *stride, where local variables exist. | Michael Niedermayer | 2008-08-05 | 1 | -9/+9 |
* | indent | Michael Niedermayer | 2008-08-05 | 1 | -4/+4 |
* | Simplify l1mv/l1ref calculation. | Michael Niedermayer | 2008-08-05 | 1 | -11/+7 |
* | simplify y_shift/ref_shift code | Michael Niedermayer | 2008-08-05 | 1 | -11/+2 |
* | indent | Michael Niedermayer | 2008-08-05 | 1 | -63/+63 |
* | Factorize some code between temporal and spatial direct mode. | Michael Niedermayer | 2008-08-05 | 1 | -103/+74 |
* | Port b4/b8_stride code from spatial direct mode to temporal. | Michael Niedermayer | 2008-08-05 | 1 | -3/+8 |
* | Use frame_num and reference instead of poc for matching frames for direct | Michael Niedermayer | 2008-08-05 | 1 | -3/+5 |
* | *2 /2 is wrong for PAFF references, so do not do it. | Michael Niedermayer | 2008-08-04 | 1 | -2/+5 |
* | Port col_parity code from spatial mode to temporal mode, | Michael Niedermayer | 2008-08-04 | 1 | -5/+5 |
* | The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as... | Michael Niedermayer | 2008-08-04 | 1 | -3/+1 |
* | Remove redundant code. | Michael Niedermayer | 2008-08-04 | 1 | -4/+0 |
* | Fill ref_count/ref_poc for both fields of frames. | Michael Niedermayer | 2008-08-04 | 1 | -0/+4 |
* | Fix static leaks in h264.c. | Art Clarke | 2008-08-04 | 1 | -9/+54 |
* | Use ref_poc and ref_count from the correct field. | Michael Niedermayer | 2008-08-04 | 1 | -3/+4 |
* | Fix dist_scale_factor for long term reference pictures. | Michael Niedermayer | 2008-08-04 | 1 | -1/+1 |
* | Use the correct collocated field in pred_direct_motion() when it differs in p... | Michael Niedermayer | 2008-08-04 | 1 | -3/+4 |
* | Remove useless mb_field_decoding_flag setting code that was at the wrong spot. | Michael Niedermayer | 2008-08-03 | 1 | -4/+2 |
* | mb_field_decoding_flag was not initialized | Michael Niedermayer | 2008-08-03 | 1 | -0/+1 |
* | Picture.ref_count/ref_poc have to be stored per field (actually also per | Michael Niedermayer | 2008-08-02 | 1 | -8/+11 |
* | Simplify intra PCM MB handling. | Michael Niedermayer | 2008-07-30 | 1 | -68/+10 |
* | Use #define instead of a constant. Patch by Paul Kendall. | Paul Kendall | 2008-07-29 | 1 | -1/+1 |
* | Small h264 decoding speed optimization: while->do/while | Jason Garrett-Glaser | 2008-07-28 | 1 | -3/+3 |
* | Initialize outputed_poc to INT_MIN at decoder initialization. | Jeff Downs | 2008-07-27 | 1 | -0/+1 |
* | left_block intialisation optimisation. | Paul Kendall | 2008-07-27 | 1 | -33/+11 |
* | And.... Fix another spec reference to be more specific and correct. | Jeff Downs | 2008-07-26 | 1 | -1/+1 |
* | Fix reference to spec to be more specific and correct. | Jeff Downs | 2008-07-26 | 1 | -1/+1 |
* | Simple refactoring to resolve a FIXME. Patch by Paul Kendall. | Paul Kendall | 2008-07-26 | 1 | -2/+1 |
* | indent | Michael Niedermayer | 2008-07-26 | 1 | -78/+76 |
* | chroma_format_idc=0 aka grayscale support. | Michael Niedermayer | 2008-07-26 | 1 | -5/+24 |
* | Revert r14404 | Michael Niedermayer | 2008-07-25 | 1 | -2/+3 |
* | Remove another 2 incorrect checks. | Michael Niedermayer | 2008-07-25 | 1 | -3/+2 |
* | Print an error if a reference picture is missing. | Michael Niedermayer | 2008-07-25 | 1 | -2/+4 |
* | Remove mysterious ref->data[0] check. | Michael Niedermayer | 2008-07-25 | 1 | -2/+2 |
* | 10l typo, fix compilation | Michael Niedermayer | 2008-07-25 | 1 | -1/+1 |
* | Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0). | Michael Niedermayer | 2008-07-25 | 1 | -1/+1 |
* | indent | Michael Niedermayer | 2008-07-25 | 1 | -3/+3 |
* | Rewrite fill_default_ref_list(), the old code was obfuscated beyond | Michael Niedermayer | 2008-07-25 | 1 | -190/+62 |
* | Do not scare the user with error messages when everything is ok. | Michael Niedermayer | 2008-07-25 | 1 | -0/+2 |
* | Make remove_short() match remove_long() in that it calls unreference_pic(). | Michael Niedermayer | 2008-07-25 | 1 | -11/+10 |