summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* Clear long_ref when a frame is no longer a long_ref.Michael Niedermayer2008-07-25
* Make sure mmco index is 0 (instead of uninitialized) in all error returns.Michael Niedermayer2008-07-25
* Simplify strange obfuscated code in MMCO_LONG handling.Michael Niedermayer2008-07-25
* Set field_poc (it was half uninitialized before) and use itMichael Niedermayer2008-07-24
* Minor simplification of code in init_poc().Michael Niedermayer2008-07-24
* cosmetics (indent and 2 empty lines)Michael Niedermayer2008-07-24
* init_poc() vs. idr() cleanupMichael Niedermayer2008-07-24
* Fix loop filter with CAVLC 8x8dct.Michael Niedermayer2008-07-24
* misc spelling/grammar fixesDiego Biurrun2008-07-24
* Reset prev_frame_num for idr frames as required by the spec.Michael Niedermayer2008-07-24
* Better explanation for buf_size==0 code.Michael Niedermayer2008-07-23
* 100l cross_idr simplification had a typoMichael Niedermayer2008-07-23
* Remove truncated support, use an AVParser if you used that, it is the same.Michael Niedermayer2008-07-23
* Simplify cross_idr calculation.Michael Niedermayer2008-07-23
* Remove redundant keyframe checks.Michael Niedermayer2008-07-23
* Support gaps in the frame num.Michael Niedermayer2008-07-23
* Reset frame_num for MMCO 5.Michael Niedermayer2008-07-22
* 3rd try to get the loop filter ref/mv check working correctly.Michael Niedermayer2008-07-22
* qscale has a range of 0..51 we thus do not need a 256 entry table and neither...Michael Niedermayer2008-07-22
* Setting chroma_qp to 0 for PCM blocks is really an interesting minorMichael Niedermayer2008-07-22
* Deobfusate chroma_qp_table[1] init code.Michael Niedermayer2008-07-22
* Revert r13542: Spatial direct mode probably also works with PAFF.Carl Eugen Hoyos2008-07-21
* Loop filtering with multiple slice types fix.Michael Niedermayer2008-07-21
* Use slice_type_nos instead of slice_type where it makes no difference.Michael Niedermayer2008-07-21
* SI/SP slice support. (not bitexact)Michael Niedermayer2008-07-21
* Remove superfluous ().Michael Niedermayer2008-07-21
* Simplify slice type checks.Michael Niedermayer2008-07-21
* More correct ref comparison in the loop filter.Michael Niedermayer2008-07-21
* Simplify spatial direct ref selection with FFMIN3()Michael Niedermayer2008-07-21
* Fix used references indexes in the loop filter.Michael Niedermayer2008-07-20
* Fix h264_loop_filter_strength_mmx2() so it works with PAFF.Michael Niedermayer2008-07-19
* Take the brain amputated spec literally if the user asks for it (-strict 1).Michael Niedermayer2008-07-19
* Make the automatic has_b_frames increasing code increase it up to theMichael Niedermayer2008-07-19
* Try to fix my latest 100l fate SVQ3 breakage.Michael Niedermayer2008-07-19
* Remove apparently unneeded out!=NULL check.Michael Niedermayer2008-07-19
* Simplify picture output code.Michael Niedermayer2008-07-19
* Remove useless #if 0 code.Michael Niedermayer2008-07-19
* Do not forget marking disposed delayed pics as unused.Michael Niedermayer2008-07-19
* indentMichael Niedermayer2008-07-19
* simplifyMichael Niedermayer2008-07-19
* Remove delayed_output_pic, I do not understand what this variable was good for.Michael Niedermayer2008-07-19
* Drop out of order pics even if bitstream_restriction_flag is set.Michael Niedermayer2008-07-19
* Make frames non reference by default, so they are disposed of automaticallyMichael Niedermayer2008-07-18
* indentMichael Niedermayer2008-07-16
* SVQ3 uses the JPEG variant of YUV 4:2:0.Michael Niedermayer2008-07-16
* Move the size of the H264Context delayed_pic array into a #define.Alexander Strange2008-07-15
* H264: fix index range assert() in remove_short_at_index()Måns Rullgård2008-07-14
* H264: Fix decoding with CABAC/delta_qp/PCM macroblocks.Jason Garrett-Glaser2008-07-11
* fix IPCM_decode_error.h264Michael Niedermayer2008-07-09
* Cosmetics: split a long line.Alexander Strange2008-07-02