summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
...
* 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
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-15
* bring back h264 buildBenoit Fouet2007-07-09
* trivial warning fixesMåns Rullgård2007-07-08
* Add support for streams with different chroma_qp_index_offsetAndreas Öman2007-07-06
* Precompute a chroma_qp table with index offset for each pps,Andreas Öman2007-07-06
* Compute the dequant coefficient table ptr outside the loop,Andreas Öman2007-07-06
* license header consistency cosmeticsDiego Biurrun2007-07-05
* Don't swap back un-deblocked lines for intra prediction whenAndreas Öman2007-06-21
* Do not reuse the rbsp de-escape buffer if bothAndreas Öman2007-06-20
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-19