summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Get rid of now unneeded pps/sps correctness code as pps/sps will notMichael Niedermayer2008-12-01
* Allocate parameter sets sanely instead of using alloc_parameter_set().Michael Niedermayer2008-12-01
* Fix segfault due to deallocated entries in delayed_pic after size change.Michael Niedermayer2008-11-30
* Move encoder-specific quantize_c and related tables to the H.264 encoder.Diego Biurrun2008-11-26
* Use golomb_to_pict_type instead of its duplicate, slice_type_map.Diego Biurrun2008-11-24
* Fix H.264 decoding.Carl Eugen Hoyos2008-11-13
* Making it easier to send arbitrary structures as work orders to MT workersRoman Shaposhnik2008-11-12
* h264: Implement decoding of picture timing SEI message.Andreas Öman2008-11-04
* Replace literally hardcoded max slice number by named constant.Michael Niedermayer2008-10-28
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-21
* Mark ff_div6 and ff_rem6 static in h264.c. Patch by Diego PettenòDiego Pettenò2008-10-04
* Rename copy_picture to ff_copy_picture.Carl Eugen Hoyos2008-10-02
* Remove unused variable.Diego Biurrun2008-09-26
* Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.Michael Niedermayer2008-09-25
* Do not free sps & pps on width/height changes.Michael Niedermayer2008-09-25
* Initialize next/last_picture* as the generic code does not alwaysMichael Niedermayer2008-09-25
* Print which slices are IDR not just the slice type.Michael Niedermayer2008-09-25
* Fix CAVLC+8x8+MBAFF loop filter.Michael Niedermayer2008-09-25
* Field -> MBAFF direct mode can use data from fields that are notMichael Niedermayer2008-09-24
* A few empty lines for readability.Michael Niedermayer2008-09-22
* Another try to fix temporal direct mode references.Michael Niedermayer2008-09-22
* Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes.Michael Niedermayer2008-09-22
* indentMichael Niedermayer2008-09-21
* Correct comment in the direct mode code.Michael Niedermayer2008-09-21
* Simplify initialization of a few direct mode related variables.Michael Niedermayer2008-09-21
* Make MBAFF temporal direct mode closer to the spec.Michael Niedermayer2008-09-21
* Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_r...Michael Niedermayer2008-09-21
* Set poc for field references in MBAFF.Michael Niedermayer2008-09-21
* Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF.Michael Niedermayer2008-09-19
* Remove check and error message for "MBAFF + !direct_8x8_inference is not impl...Michael Niedermayer2008-09-19
* Make pps/sps scaling_matrix initialization closer to the spec.Michael Niedermayer2008-09-18
* Ensure that extradata is not parsed twice.Michael Niedermayer2008-09-18
* Fix incorrect printing of brainfart cropping error in some cases in progressi...Jason Garrett-Glaser2008-09-11
* 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