396 Commits (2b12d6fc79817d14b555b13847e6b328fbc3d2bd)

Author SHA1 Message Date
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
Reimar Döffinger b18e5c031c Avoid calling decode_slice when context_initialized is not set. 18 years ago
Michael Niedermayer 6de062957b fix 16 CABAC_BIT * 10l bug introduced in r6578 18 years ago
Måns Rullgård 849f10351d rename always_inline to av_always_inline and move to common.h 18 years ago
Panagiotis Issaris acd8d10ffb Making rem6 and div6 globally visible and thus adding prefixes. 18 years ago
Panagiotis Issaris 14e95e2c92 Removing unused code 18 years ago
Panagiotis Issaris a074f143dd Export symbols of several H.264 intra prediction functions 18 years ago
Alexander Chemeris a083f53c45 fix crash when decoding a truncated H264 slice 18 years ago
Panagiotis Issaris 3ee5c5b739 Removing unused code 18 years ago
Panagiotis Issaris 550e66cb59 Change NAL unit type defines to an enum and move to a header file for usage 18 years ago