summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* Fix chroma mv offsets for PAFF in a way that is compatible with MBAFF byJeff Downs2007-10-15
* Fix mix-up of values in r10690 (deblocking for PAFF).Martin Zlomek2007-10-15
* Simplify tests for field macroblocksJeff Downs2007-10-13
* Interlaced pictures (not just MBAFF) + spatial direct mode is notJeff Downs2007-10-12
* Set pict->interlaced_frame if returned frame is MBAFF or PAFF.Carl Eugen Hoyos2007-10-10
* fix incorrect check for abs_diff_pic_num overflowJeff Downs2007-10-09
* reindentAndreas Öman2007-10-09
* Enable PAFF decodingCarl Eugen Hoyos2007-10-09
* Manage Picture buffers for fields as well as frames. Pair complementary field...Jeff Downs2007-10-08
* Fix deblocking for PAFF contentMartin Zlomek2007-10-08
* Re-indent after PAFF MMCO implementation patch.Jeff Downs2007-10-07
* Augment MMCO execution to work with both fields and frames. Part of PAFFJeff Downs2007-10-07
* Cosmetic renaming variable so that it makes more sense for forthcoming PAFF m...Jeff Downs2007-10-06
* Augment mmcodecoding process to work properly with fields. Part of PAFF imple...Jeff Downs2007-10-06
* Edge emulation for fields. Part of PAFF implementationJeff Downs2007-10-06
* Set Picture.poc for fields and field pairs. Part of PAFF implementation.Jeff Downs2007-10-06
* Modifies macroblock addressing and current macroblock y-position for field de...Jeff Downs2007-10-06
* Support function and changes to reference picture reordering for PAFF.Jeff Downs2007-10-05
* Reindent fill_default_ref_list after changes for PAFFJeff Downs2007-10-05
* Support functions and changes to default reference list creation for PAFF.Jeff Downs2007-10-05
* Reorganize long reference management to minimize code duplication in upcoming...Jeff Downs2007-10-04
* Fix Picture.key_frame setting to be compatible with frame and field contexts....Jeff Downs2007-10-04
* Fix h->curr_pic_num for field pictures. Necessary for proper PAFF support.Jeff Downs2007-10-04
* Rename variable to make sense in both field and frame contexts (support of PA...Jeff Downs2007-10-04
* Further modularize short reference list management for upcoming PAFF implemen...Jeff Downs2007-10-04
* Re-indent unreference_pic.Jeff Downs2007-10-04
* Modify unreference_pic implementation with PAFF in mind.Jeff Downs2007-10-04
* Partial PAFF implementation at macroblock level.Jeff Downs2007-10-04
* remove unused code, spotted by Jeff Downs, heydowns a borg d comAndreas Öman2007-10-02
* Rename MMCO stuff to prepare for h264/PAFF implementation.Jeff Downs2007-10-02
* Remove redundant test.Panagiotis Issaris2007-09-27
* h264/PAFF preparation: use DELAYED_PIC_REF to mark non-refs frames as held fo...Jeff Downs2007-09-26
* reindentAndreas Öman2007-09-25
* factor out dequant table lookup outside loops, gives a 1-2% speed-upAndreas Öman2007-09-24
* Apply skip_loop_filter before checking if we can parallelize with the selectedReimar Döffinger2007-09-22
* Simplify H.264 decode_cabac_mb_cbp_luma(), giving a ~0.5% speedup.Andreas Öman2007-09-21
* fix image corruption when with multi-threaded decoding.Andreas Öman2007-09-16
* IndentationAndreas Öman2007-09-07
* Let H.264 decoder skip deblocking across slicesAndreas Öman2007-09-07
* Avoid a crash when H264 MMC operation causes the short term referenceJeff Downs2007-09-05
* Add slice-based parallel H.264 decodingAndreas Öman2007-09-05
* Move H.264 intra prediction functions into their own contextKostya Shishkov2007-09-05
* Silence warnings about NAL_SVC_NON_IDR in H.264.Carl Eugen Hoyos2007-09-04
* Remove error raising when explicitely skipping frameCarl Eugen Hoyos2007-09-03
* CONFIG_7REGS -> HAVE_7REGSRamiro Polla2007-08-15
* Statements like a = b = c = d = e; store from right-to-left, so ifAlexander Strange2007-08-14
* Don't check the return value of decode_cabac_residual since it alwaysAlexander Strange2007-08-12
* debug: tell how much bits are skipped with unknown nal codeAlex Beregszaszi2007-08-08
* use ENABLE_GRAYMichael Niedermayer2007-08-01
* fix cabac decoding with some Blue-Ray sourcesAndreas Öman2007-07-30