summaryrefslogtreecommitdiff
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAge
* 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
* indentationAndreas Öman2007-06-18
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-16
* fix some printf format specifiersMåns Rullgård2007-06-16
* misc typo fixesDiego Biurrun2007-06-12
* misc spelling fixesDiego Biurrun2007-06-12
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-07
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman2007-06-03
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-30
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-29
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-23
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-17
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-14
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-11
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-10
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-05
* Remove unused variable.Diego Biurrun2007-05-02
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-29
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-27
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-26
* add a check before find_frame_end callLimin Wang2007-04-11