aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-151-0/+1
* bring back h264 buildBenoit Fouet2007-07-091-0/+1
* trivial warning fixesMåns Rullgård2007-07-081-1/+0
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-061-47/+67
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-061-21/+29
* Compute the dequant coefficient table ptr outside the loop,Andreas Öman2007-07-061-2/+4
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+0
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-211-2/+12
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-201-3/+6