16746 Commits (b0aaf304a778f0a49d42c032aa83efa62c3291c4)

Author SHA1 Message Date
Nicolas George b0aaf304a7 Replace PATCHWELCOME by relevant error codes. 13 years ago
Michael Niedermayer 154c0a8c98 replace ENOTSUP by AVERROR_PATCHWELCOME 13 years ago
Michael Niedermayer a8469223f6 alac: Check for bitstream overread 13 years ago
Michael Niedermayer 65f0f9183b tm2: Check remaining size before init_get_bits() 13 years ago
Carl Eugen Hoyos 6168e5812a Fix off-by-one error when decoding rigth-to-left targa. 13 years ago
Janne Grunau 729ebb2f18 h264: clear trailing bits in partially parsed NAL units 13 years ago
Aneesh Dogra 0a6aff6936 vc1: Handle WVC1 interlaced stream 13 years ago
Aneesh Dogra 00aad121d8 xl: Fix overreads 13 years ago
Michael Niedermayer 1d0ae92a25 eamad: pass & check errors 13 years ago
Michael Niedermayer 03a9c9932d eamad: fix excessive memory allocation. 13 years ago
Asen Lekov 25c2d76b68 qcelpdec: K&R formatting cosmetics 13 years ago
Diego Biurrun 2fd291846b qcelpdec: cosmetics: drop some pointless parentheses 13 years ago
Diego Biurrun 30bbd5cbc0 x86: conditionally compile dnxhd encoder optimizations 13 years ago
Michael Niedermayer f85334f58e tqi: Fix passing errors from the MB decode. This silences some valgrind warnings. 13 years ago
Michael Niedermayer 608708009f adpcm: Fix crash 13 years ago
Michael Niedermayer 29179239f5 proresdec: add UPDATE_CACHE, should fix decoding with -Os 13 years ago
Janne Grunau 358ea75e9e Revert "h264: skip start code search if the size of the nal unit is known" 13 years ago
Janne Grunau 87eebb3454 h264: skip start code search if the size of the nal unit is known 13 years ago
Paul B. Mahol 2e7905eee8 cljr: fix buf_size sanity check 13 years ago
Shitiz Garg 652d81b2c2 cljr: Check if width and height are positive integers 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Michael Niedermayer 7859740c6a adx_parser: rewrite. 13 years ago
Michael Niedermayer 6b6b84ae16 adxdec: Fix division by zero 13 years ago
Michael Niedermayer bdd62a615a adxdec: Do not require extradata. 13 years ago
Michael Niedermayer 3bf1d787b5 adx_parser: Fix infinite loop. 13 years ago
Justin Ruggles bc78ceec2b 4xm: remove unneeded check for remaining unused data. 13 years ago
Uoti Urpala 488a5b3fdd tmv decoder: set correct pix_fmt 13 years ago
Carl Eugen Hoyos 1af0ace3a4 Fix channel order for some less common TrueHD layouts. 13 years ago
Hendrik Leppkes b9d8af0327 mlpdec: fix channel order for wide 7.1 truehd layouts 13 years ago
Carl Eugen Hoyos 9a972b5111 Cosmetics: Fix indentation after last commit. 13 years ago
Carl Eugen Hoyos 290e7eb77b Fix possible endless loop when decoding amr. 13 years ago
Michael Niedermayer 549749c68e mpeg12: disable checked reader. 13 years ago
Michael Niedermayer 06192e42fd mpeg4: disable checked bitstream reader, overreads are not possible. 13 years ago
Michael Niedermayer 8e7776036b h263: disable slow checked reader, overreads are not possible in 13 years ago
Michael Niedermayer 38331d2036 h264: disable checking reader, overreads are not possible 13 years ago
Michael Niedermayer 1a2484fc4e get_bits: drop the a32 reader. 13 years ago
Michael Niedermayer 53509d20ca v210dec: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
Michael Niedermayer c9dc66375b v210enc: Fix warning: ‘val’ may be used uninitialized in this function [-Wuninitialized] 13 years ago
Michael Niedermayer bd35dfeaa0 tta: Fix several warning: initialization from incompatible pointer type [enabled by default] 13 years ago
Michael Niedermayer 8beeec8821 sunrast: Fix warning: comparison of unsigned expression < 0 is always false [-Wtype-limits] 13 years ago
Michael Niedermayer 0db7b30700 lagarith: rgb24 support 13 years ago
Mans Rullgard e064d46e61 dct-test: remove unused variable cropTbl 13 years ago
Michael Niedermayer e09ffa4524 msvideo1enc: Check that dimensions are a multiple of 4. 13 years ago
Mans Rullgard 86a10281c7 get_bits: remove LAST_SKIP_CACHE macro 13 years ago
Michael Niedermayer 56bf2c2a19 motion_est: avoid generating motion vectors that point between widthxheight and mb_widthxmb_height. 13 years ago
Mans Rullgard 5d8122db5c get_bits: remove strange/obsolete comments 13 years ago
Mans Rullgard e42bb0ee01 get_bits: whitespace (mostly) cosmetics 13 years ago
Mans Rullgard adb28c49bd get_bits: remove unnecessary #includes 13 years ago
Mans Rullgard ac08f798bb mp3dec: hack: fix decoding with safe bitstream reader 13 years ago
Shitiz Garg e614fac2e6 adpcm: Check for channels to be a non-zero integer 13 years ago