305 Commits (26ef3220cf6ad4a3cb1580086c244394f5aa3094)

Author SHA1 Message Date
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
Michael Niedermayer fda51641b1 factorize more calls to fill_rectangle() 18 years ago
Michael Niedermayer d19f5acb36 factorize fill_rectangle() calls 18 years ago
Michael Niedermayer 8d6947bc7d factorize fill_rectangle() 18 years ago
Michael Niedermayer 3425501d3b replace list<2 checks by list<list_count 18 years ago
Michael Niedermayer 187696fa72 fix 2nd ref_count check 18 years ago
Michael Niedermayer 0565c64834 fix ref_count check 18 years ago
Michael Niedermayer 65a0f3fd47 factorize mv_cache and mvd_cache init 18 years ago
Michael Niedermayer 43ff071456 simplify 18 years ago
Francois Oligny-Lemieux 6ff9b4226b always decode extradata when of non-avc stream (like RTSP) 18 years ago
Michael Niedermayer 08eb8fcdbf fix segfault with darkkben.free.fr/corrupted_h264.mp4 18 years ago
Michael Niedermayer 2f29af3952 flame 18 years ago
Michael Niedermayer 6f9ca74bec check num_reorder_frames for validity 18 years ago
Michael Niedermayer 9170e34537 adding assert to protect delayed_pic 18 years ago
Michael Niedermayer 88e7a4d18c checking bitstream values and other related changes 18 years ago
Alex Beregszaszi fead30d444 rename BE/LE_8/16/32 to AV_RL/B_8/16/32 18 years ago
Guillaume Poirier 50eaa857c0 remove useless cast that makes code unreadable 18 years ago
Francois Oligny-Lemieux ac658be5db harden h264 decoding to prevent some crashes when input data is corrupted. 18 years ago