322 Commits (cde9e7800128f5466d97279918e1d20fc250a33b)

Author SHA1 Message Date
Andreas Öman d4a688d029 fix cabac decoding with some Blue-Ray sources 18 years ago
Panagiotis Issaris d04d5bcd0e Fix the self tests which are contained in some codecs and are using random(). 18 years ago
Andreas Öman 9a5a05d0b3 fix visual painting of MVs from h264: they are painted twice too long 18 years ago
Benoit Fouet 93f4823935 bring back h264 build 18 years ago
Måns Rullgård bad700e346 trivial warning fixes 18 years ago
Andreas Öman 4691a77db4 Add support for streams with different chroma_qp_index_offset 18 years ago
Andreas Öman 042ef4b720 Precompute a chroma_qp table with index offset for each pps, 18 years ago
Andreas Öman 4bbdf13f9e Compute the dequant coefficient table ptr outside the loop, 18 years ago
Diego Biurrun e5a389a1b7 license header consistency cosmetics 18 years ago
Andreas Öman b69378e295 Don't swap back un-deblocked lines for intra prediction when 18 years ago
Andreas Öman 24456882f3 Do not reuse the rbsp de-escape buffer if both 18 years ago
Andreas Öman 995a30c06b Decouple bit context from h264 context in decode_ref_pic_marking() 18 years ago
Andreas Öman 1c48415bb9 indentation 18 years ago
Andreas Öman b41c1db38d Factor out init_scan_tables(), patch by Andreas Öman %andreas A olebyn.nu% 18 years ago
Måns Rullgård 706da4af32 fix some printf format specifiers 18 years ago
Diego Biurrun 90b5b51eab misc typo fixes 18 years ago
Diego Biurrun 755bfeabcc misc spelling fixes 18 years ago
Andreas Öman 93cc10fa9c h264: use 'simple' in border backup / xchg 18 years ago
Andreas Öman 83b3401731 filter_mb_fast() doesn't handle h->deblocking_filter==2 (skip slice edges), so delegate that case to filter_mb(). 18 years ago
Carl Eugen Hoyos 154e30f6c2 rename attribute_unused to av_unused and moves its declaration to common.h 18 years ago
Andreas Öman 7978debdc2 allocate PPS and SPS dynamically 18 years ago
Panagiotis Issaris cb1a74cf8c Export the four remaining H.264 decoder intra prediction functions for reuse in 18 years ago
Reimar Döffinger 2c32b173d9 Move attribute_unused to variable declarations in macros instead of 18 years ago
Reimar Döffinger e36d79c837 Change some leftover __attribute__((unused)) and __attribute__((used)) to 18 years ago
Diego Biurrun a2e4c0ddae Remove duplicate #includes, avcodec.h #includes common.h. 18 years ago
Aurelien Jacobs 26b4fe821c split h264.c to move parser in its own file 18 years ago
Aurelien Jacobs c53d2d9042 make some parser parameters const to avoid casting const to non-const 18 years ago
Diego Biurrun 5a6a6cc7dc Fix multiple "‘inline/static’ is not at beginning of declaration" warnings. 18 years ago
Diego Biurrun e24465962d Remove unused variable. 18 years ago
Mean dcc3a30b58 prevent going out of the buffer if the nal size does not fit in the buffer. 18 years ago
Diego Biurrun e69364b700 Mark code parts that cannot work on AMD64 due to broken relocations as such. 18 years ago
Diego Biurrun 784b7f77c8 10l: Rename missed occurrences of CONFIG_EBX_AVAILABLE to HAVE_EBX_AVAILABLE. 18 years ago
Limin Wang 3b77e48f0a add a check before find_frame_end call 18 years ago
Reinhard Nissl ad1ea1f155 When dst_length == 0 bit_length has to be 0, too, but the current code still 18 years ago
Reinhard Nissl 6ac9696e77 Remove a NAL unit's trailing zero bytes even when dst_length is 1. 18 years ago
Reinhard Nissl ff82e429cb scenario: A properly coded frame is followed by an end of sequence NAL unit, 18 years ago
Diego Biurrun e42dba481f typos/grammar 18 years ago
Stefan Huehner 2b100ab2bf changes some function declarations from () to (void) as per ansi c. 18 years ago
Panagiotis Issaris 449659919c Fix compilation when using the --disable-opts parameter. This to help those 18 years ago
Baptiste Coudurier b21c9af936 reindent after last commit 18 years ago
Baptiste Coudurier 1153be3be1 h264 complete frames parsing support 18 years ago
Michael Niedermayer 56c70e1d3a check for no frame and prevent segfault 18 years ago
Michael Niedermayer 66a4b2c179 support feeding individual NAL units to the decoder instead of just complete frames 18 years ago
Michel Bardiaux a9c9a2400b Supply context to tprintf 18 years ago
Reimar Döffinger f66e4f5f9e Add av_ prefix to clip functions 18 years ago
Michael Niedermayer 0268a54a65 rewrite find_frame_end() 18 years ago
Alexander Strange bd91fee3d7 h264 optimization: common case hl_decode_mb patch by (Alexander Strange astrange ithinksw com) 18 years ago
Michael Niedermayer 97bbb8851b output delayed frames 18 years ago
Diego Biurrun 0afd2a92bd cosmetics: Fix a common typo, sepErate --> sepArate. 18 years ago
Loren Merritt 4672503d8c simplify in fill_caches 18 years ago