summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
...
* The code under FRAME_MBAFF for temporal direct mode MBs is needed for PAFF as...Michael Niedermayer2008-08-041-3/+1
* Remove redundant code.Michael Niedermayer2008-08-041-4/+0
* Fill ref_count/ref_poc for both fields of frames.Michael Niedermayer2008-08-041-0/+4
* Fix static leaks in h264.c.Art Clarke2008-08-041-9/+54
* Use ref_poc and ref_count from the correct field.Michael Niedermayer2008-08-041-3/+4
* Fix dist_scale_factor for long term reference pictures.Michael Niedermayer2008-08-041-1/+1
* Use the correct collocated field in pred_direct_motion() when it differs in p...Michael Niedermayer2008-08-041-3/+4
* Remove useless mb_field_decoding_flag setting code that was at the wrong spot.Michael Niedermayer2008-08-031-4/+2
* mb_field_decoding_flag was not initializedMichael Niedermayer2008-08-031-0/+1
* Picture.ref_count/ref_poc have to be stored per field (actually also perMichael Niedermayer2008-08-021-8/+11
* Simplify intra PCM MB handling.Michael Niedermayer2008-07-301-68/+10
* Use #define instead of a constant. Patch by Paul Kendall.Paul Kendall2008-07-291-1/+1
* Small h264 decoding speed optimization: while->do/whileJason Garrett-Glaser2008-07-281-3/+3
* Initialize outputed_poc to INT_MIN at decoder initialization.Jeff Downs2008-07-271-0/+1
* left_block intialisation optimisation.Paul Kendall2008-07-271-33/+11
* And.... Fix another spec reference to be more specific and correct.Jeff Downs2008-07-261-1/+1
* Fix reference to spec to be more specific and correct.Jeff Downs2008-07-261-1/+1
* Simple refactoring to resolve a FIXME. Patch by Paul Kendall.Paul Kendall2008-07-261-2/+1
* indentMichael Niedermayer2008-07-261-78/+76
* chroma_format_idc=0 aka grayscale support.Michael Niedermayer2008-07-261-5/+24
* Revert r14404Michael Niedermayer2008-07-251-2/+3
* Remove another 2 incorrect checks.Michael Niedermayer2008-07-251-3/+2
* Print an error if a reference picture is missing.Michael Niedermayer2008-07-251-2/+4
* Remove mysterious ref->data[0] check.Michael Niedermayer2008-07-251-2/+2
* 10l typo, fix compilationMichael Niedermayer2008-07-251-1/+1
* Remove another stupidity, long_ref==0 check 4 lines after assert(long_ref==0).Michael Niedermayer2008-07-251-1/+1
* indentMichael Niedermayer2008-07-251-3/+3
* Rewrite fill_default_ref_list(), the old code was obfuscated beyondMichael Niedermayer2008-07-251-190/+62
* Do not scare the user with error messages when everything is ok.Michael Niedermayer2008-07-251-0/+2
* Make remove_short() match remove_long() in that it calls unreference_pic().Michael Niedermayer2008-07-251-11/+10
* Removing yet another weird field pic special case,Michael Niedermayer2008-07-251-14/+12
* Make remove_long() call unreference_pic() internally.Michael Niedermayer2008-07-251-23/+16
* Merge oddly duplicated remove_long/remove_long_at_index() function.Michael Niedermayer2008-07-251-19/+11
* Remove strange long_ref=0.Michael Niedermayer2008-07-251-1/+0
* indentMichael Niedermayer2008-07-251-12/+12
* 10000l, forgotton }Michael Niedermayer2008-07-251-0/+1
* Remove another of these obfuscated special cases for field picturesMichael Niedermayer2008-07-251-14/+1
* Simplify mmco setup code used in IDR pictures.Michael Niedermayer2008-07-251-2/+2
* Remove redundant h->mmco_index= 0.Michael Niedermayer2008-07-251-5/+2
* Assert that long_ref has been cleared for released pics.Michael Niedermayer2008-07-251-0/+1
* Clear long_ref when a frame is no longer a long_ref.Michael Niedermayer2008-07-251-2/+5
* Make sure mmco index is 0 (instead of uninitialized) in all error returns.Michael Niedermayer2008-07-251-0/+1
* Simplify strange obfuscated code in MMCO_LONG handling.Michael Niedermayer2008-07-251-15/+3
* Set field_poc (it was half uninitialized before) and use itMichael Niedermayer2008-07-241-11/+9
* Minor simplification of code in init_poc().Michael Niedermayer2008-07-241-6/+5
* cosmetics (indent and 2 empty lines)Michael Niedermayer2008-07-241-6/+8
* init_poc() vs. idr() cleanupMichael Niedermayer2008-07-241-13/+3
* Fix loop filter with CAVLC 8x8dct.Michael Niedermayer2008-07-241-1/+40
* misc spelling/grammar fixesDiego Biurrun2008-07-241-23/+23
* Reset prev_frame_num for idr frames as required by the spec.Michael Niedermayer2008-07-241-0/+1