| Commit message (Expand) | Author | Age | Files | Lines |
* | Enable filter_mb_fast if CODEC_FLAG2_FAST is set. | Michael Niedermayer | 2008-12-15 | 1 | -1/+1 |
* | Add a few const qualifiers in appropriate places. | Anders Grönberg | 2008-12-14 | 1 | -1/+1 |
* | Check that cpb_count is within the allowed range. | Michael Niedermayer | 2008-12-05 | 1 | -3/+12 |
* | Get rid of now unneeded pps/sps correctness code as pps/sps will not | Michael Niedermayer | 2008-12-01 | 1 | -28/+19 |
* | Allocate parameter sets sanely instead of using alloc_parameter_set(). | Michael Niedermayer | 2008-12-01 | 1 | -28/+26 |
* | Fix segfault due to deallocated entries in delayed_pic after size change. | Michael Niedermayer | 2008-11-30 | 1 | -0/+1 |
* | Move encoder-specific quantize_c and related tables to the H.264 encoder. | Diego Biurrun | 2008-11-26 | 1 | -79/+0 |
* | Use golomb_to_pict_type instead of its duplicate, slice_type_map. | Diego Biurrun | 2008-11-24 | 1 | -2/+1 |
* | Fix H.264 decoding. | Carl Eugen Hoyos | 2008-11-13 | 1 | -1/+1 |
* | Making it easier to send arbitrary structures as work orders to MT workers | Roman Shaposhnik | 2008-11-12 | 1 | -2/+3 |
* | h264: Implement decoding of picture timing SEI message. | Andreas Öman | 2008-11-04 | 1 | -13/+114 |
* | Replace literally hardcoded max slice number by named constant. | Michael Niedermayer | 2008-10-28 | 1 | -11/+14 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -3/+3 |
* | 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 |