| Commit message (Expand) | Author | Age | Files | Lines |
* | Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego Pettenò | Diego Pettenò | 2008-10-04 | 1 | -6/+6 |
* | Rename copy_picture to ff_copy_picture. | Carl Eugen Hoyos | 2008-10-02 | 1 | -2/+2 |
* | Remove unused variable. | Diego Biurrun | 2008-09-26 | 1 | -1/+1 |
* | Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. | Michael Niedermayer | 2008-09-25 | 1 | -1/+1 |
* | Do not free sps & pps on width/height changes. | Michael Niedermayer | 2008-09-25 | 1 | -6/+8 |
* | Initialize next/last_picture* as the generic code does not always | Michael Niedermayer | 2008-09-25 | 1 | -0/+9 |
* | Print which slices are IDR not just the slice type. | Michael Niedermayer | 2008-09-25 | 1 | -2/+2 |
* | Fix CAVLC+8x8+MBAFF loop filter. | Michael Niedermayer | 2008-09-25 | 1 | -2/+4 |
* | Field -> MBAFF direct mode can use data from fields that are not | Michael Niedermayer | 2008-09-24 | 1 | -1/+1 |
* | A few empty lines for readability. | Michael Niedermayer | 2008-09-22 | 1 | -0/+5 |
* | Another try to fix temporal direct mode references. | Michael Niedermayer | 2008-09-22 | 1 | -42/+50 |
* | Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. | Michael Niedermayer | 2008-09-22 | 1 | -5/+10 |
* | indent | Michael Niedermayer | 2008-09-21 | 1 | -5/+5 |
* | Correct comment in the direct mode code. | Michael Niedermayer | 2008-09-21 | 1 | -1/+1 |
* | Simplify initialization of a few direct mode related variables. | Michael Niedermayer | 2008-09-21 | 1 | -2/+0 |
* | Make MBAFF temporal direct mode closer to the spec. | Michael Niedermayer | 2008-09-21 | 1 | -29/+42 |
* | Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_r... | Michael Niedermayer | 2008-09-21 | 1 | -3/+4 |
* | Set poc for field references in MBAFF. | Michael Niedermayer | 2008-09-21 | 1 | -0/+2 |
* | Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. | Michael Niedermayer | 2008-09-19 | 1 | -1/+0 |
* | Remove check and error message for "MBAFF + !direct_8x8_inference is not impl... | Michael Niedermayer | 2008-09-19 | 1 | -3/+0 |
* | Make pps/sps scaling_matrix initialization closer to the spec. | Michael Niedermayer | 2008-09-18 | 1 | -6/+6 |
* | Ensure that extradata is not parsed twice. | Michael Niedermayer | 2008-09-18 | 1 | -1/+2 |
* | Fix incorrect printing of brainfart cropping error in some cases in progressi... | Jason Garrett-Glaser | 2008-09-11 | 1 | -1/+1 |
* | Rename error_resilience to error_recognition. | Michael Niedermayer | 2008-09-08 | 1 | -1/+1 |
* | Fix artifacts of MPEG4-720I-DN-SV8K.trp caused by lack of IDR pictures and | Michael Niedermayer | 2008-09-04 | 1 | -0/+1 |
* | Try to support invalid h264 that does not mark IDR with POC=0. | Michael Niedermayer | 2008-09-02 | 1 | -3/+3 |
* | 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 |