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