aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h264.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Decouple bit context from h264 context in decode_ref_pic_marking()Andreas Öman2007-06-191-8/+8
* indentationAndreas Öman2007-06-181-23/+23
* Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu%Andreas Öman2007-06-161-44/+50
* fix some printf format specifiersMåns Rullgård2007-06-161-1/+1
* misc typo fixesDiego Biurrun2007-06-121-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-8/+8
* h264: use 'simple' in border backup / xchgAndreas Öman2007-06-071-7/+7
* filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), s...Andreas Öman2007-06-031-2/+5
* rename attribute_unused to av_unused and moves its declaration to common.hCarl Eugen Hoyos2007-05-301-14/+14
* allocate PPS and SPS dynamicallyAndreas Öman2007-05-291-15/+37
* Export the four remaining H.264 decoder intra prediction functions for reuse inPanagiotis Issaris2007-05-231-8/+8
* Move attribute_unused to variable declarations in macros instead ofReimar Döffinger2007-05-171-15/+12
* Change some leftover __attribute__((unused)) and __attribute__((used)) toReimar Döffinger2007-05-141-4/+4
* Remove duplicate #includes, avcodec.h #includes common.h.Diego Biurrun2007-05-111-1/+0
* split h264.c to move parser in its own fileAurelien Jacobs2007-05-101-473/+3
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-4/+4
* Fix multiple "‘inline/static’ is not at beginning of declaration" warnings.Diego Biurrun2007-05-051-3/+3
* Remove unused variable.Diego Biurrun2007-05-021-2/+0
* prevent going out of the buffer if the nal size does not fit in the buffer.Mean2007-04-291-1/+1
* Mark code parts that cannot work on AMD64 due to broken relocations as such.Diego Biurrun2007-04-271-1/+1
* 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE.Diego Biurrun2007-04-261-1/+1
* add a check before find_frame_end callLimin Wang2007-04-111-1/+2
* When dst_length == 0 bit_length has to be 0, too, but the current code stillReinhard Nissl2007-04-091-1/+1
* Remove a NAL unit's trailing zero bytes even when dst_length is 1.Reinhard Nissl2007-04-091-1/+1
* scenario: A properly coded frame is followed by an end of sequence NAL unit,Reinhard Nissl2007-04-091-1/+1
* typos/grammarDiego Biurrun2007-04-071-1/+1
* changes some function declarations from () to (void) as per ansi c.Stefan Huehner2007-04-041-1/+1
* Fix compilation when using the --disable-opts parameter. This to help thosePanagiotis Issaris2007-03-291-1/+1
* reindent after last commitBaptiste Coudurier2007-03-141-9/+9
* h264 complete frames parsing supportBaptiste Coudurier2007-03-141-0/+4
* check for no frame and prevent segfaultMichael Niedermayer2007-03-031-0/+5
* support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer2007-03-021-31/+34
* Supply context to tprintfMichel Bardiaux2007-02-271-59/+59
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-17/+17