35960 Commits (608708009f69ba4cecebf05120c696167494c897)
 

Author SHA1 Message Date
Michael Niedermayer 608708009f adpcm: Fix crash 13 years ago
Michael Niedermayer 29179239f5 proresdec: add UPDATE_CACHE, should fix decoding with -Os 13 years ago
Michael Niedermayer 7c29313b38 Merge remote-tracking branch 'qatar/master' 13 years ago
Michael Niedermayer f371396dfb rl2demux: Fix FPE 13 years ago
Mans Rullgard 2a216ca2ef APIchanges: fill in revision for AVFrame.age deprecation 13 years ago
Mans Rullgard 8400b126ac avcodec: deprecate AVFrame.age 13 years ago
Michael Niedermayer a9ef21bbe2 Merge remote-tracking branch 'tjoppen/proper_mxf_track_linking' 13 years ago
Michael Niedermayer 1c73391d7d siff: Fix excessive memory allocation. 13 years ago
Michael Niedermayer af3f2a87da mov: detect EOF in mov_read_dref() 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
Anton Khirnov 93fc5a9ff6 lavf: force threads to 1 in avformat_find_stream_info() 13 years ago
Ronald S. Bultje d49352c7cc swscale: fix overflows in vertical scaling at top/bottom edges. 13 years ago
Michael Karcher f40e7eb573 lavf: add OpenMG audio muxer. 13 years ago
Anton Khirnov ee20b332c8 omadec: split data that will be used in the muxer to a separate file. 13 years ago
Anton Khirnov 08f7af0c37 lavf: rename oma.c -> omadec.c 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
Carl Eugen Hoyos b6b0067511 Assume architecture arm for machine hardware name iPad*. 13 years ago
Nicolas George 6d7b50117a sbgdec: change -1 into AVERROR(EINVAL). 13 years ago
Michael Niedermayer 4734fb0ece sbgdec: Replace ELOOP by -1 to fix compilation on win32. 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 1bdc212a39 Merge remote-tracking branch 'qatar/master' 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
Stefano Sabatini 21dfd1591e lavd/lavfi: fix incomplete comment 13 years ago
Stefano Sabatini 86b7db616d lavd/lavfi: fix typo in error message 13 years ago
Mans Rullgard 0ea5b44275 build: link test programs with static libraries 13 years ago
Mans Rullgard e064d46e61 dct-test: remove unused variable cropTbl 13 years ago
Ronald S. Bultje 72dafea0fc swscale: fix overflow in gray16 vertical scaling. 13 years ago
Michael Niedermayer e09ffa4524 msvideo1enc: Check that dimensions are a multiple of 4. 13 years ago
Nicolas George 9cb6a39c46 sbgdec: replace EOVERFLOW with ENOMEM. 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 77d88b872d swscale: fix integer overflows in RGB pixel writing. 13 years ago
Janne Grunau b4dc68803b swscale: add endian conversion for RGB555 and RGB444 pixel formats 13 years ago
Ronald S. Bultje be1bafc303 swscale: fix overflows in output of RGB48 pixels. 13 years ago