20939 Commits (1e6cbb01e9119a731c68be97bec27865b8ba986c)

Author SHA1 Message Date
Michael Niedermayer 1e6cbb01e9 j2kdec: make curtilenum integer. 12 years ago
Michael Niedermayer 0de0ae5a20 tag_tree_decode: check node being non null 12 years ago
Michael Niedermayer a6cac64f69 compute_lpc_coefs: assert that normalize and fail have a supported combination 12 years ago
Michael Niedermayer 93ef29b6f4 noise_bsf: fix division by 0 12 years ago
Michael Chinen c73b1a1d80 flac_parser.c: fix issue with looping output for small files. 12 years ago
Thilo Borgmann 41bf943f70 bgmc: fix sizeof arguments (should fix CIDs: 700724 and 608084) 12 years ago
Hendrik Leppkes 572781b25f h264: fix parsing of old lossless profile (profile_idc == 144) 12 years ago
Peter Ross 6bf43441f0 eatgq: raise error on unsupported macroblock mode 12 years ago
Peter Ross 0ea55365b9 ansi: by design nb_args may exceed the size of the args array, so guard accordingly 12 years ago
Paul B Mahol de3b1116da eatgq: fix small overread 12 years ago
Paul B Mahol dd5aff001e svq1dec: use log level that have more common sense 12 years ago
Paul B Mahol 7b9fc769e4 svq1dec: use more common way to check if result is not zero 12 years ago
Paul B Mahol 8f4020d8a4 svq1dec: check return value of get_bits1() in more common way 12 years ago
Paul B Mahol e2bf1082cc svq1dec: return more meaningful error codes 12 years ago
Michael Niedermayer 2217a2249d dpxenc: fix signed c99 overflows 12 years ago
Michael Niedermayer 014b178f84 g723_1: fix overflow in square_root() 12 years ago
Michael Niedermayer 2fed05f53a avoid more "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Michael Niedermayer b12d92efd6 avoid "0xFF << 24" as it is considered a integer overflow in C99 12 years ago
Michael Niedermayer d3d715ff13 mpeg4videodec: Recalculate timebase in case of guessing time increment bits 12 years ago
Thilo Borgmann feaff427c0 alsdec: fix clipping of weightings for MCC decoding 12 years ago
Michael Niedermayer 20ec0d2a75 mpegvideo: fix motion_val checks 12 years ago
Michael Niedermayer f4d73f0fb5 mpegvideo: check return value of ff_MPV_common_init() 12 years ago
Michael Niedermayer 8cda27b753 avcodec_find_best_pix_fmt_of_2: fix handling or PIX_FMT_NONE 12 years ago
Michael Niedermayer b3eb4f54c0 flashsv: check deflateInit() return value 12 years ago
Michael Niedermayer 6581b6cef4 dnxhdenc: assert ff_dnxhd_get_cid_table() return value 12 years ago
Michael Niedermayer 1037e484f0 dnxhddata_ Fix mixup of sizeof() and array elements in ff_dnxhd_find_cid() 12 years ago
Michael Niedermayer 670b927aa2 ffv1: make sure gob_count is not 0 12 years ago
Paul B Mahol 2c85727f6c lavc/codec_desc: add/update properties of some codecs 12 years ago
Paul B Mahol a5e0046a73 xbmdec: s/av_reverse/ff_reverse 12 years ago
Diego Biurrun 52d113ee06 avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2() 12 years ago
Paul B Mahol 93931143fe lavc: return s->get_buffer() error code if it errors out 12 years ago
Paul B Mahol f58f90238f pngenc: write sample aspect ratio 12 years ago
Paul B Mahol 8288c2b6cb pngdec: read sample aspect ratio 12 years ago
Sami Pietilä 3cc0252732 vp8dec: reset loopfilter delta values at keyframes 12 years ago
Paul B Mahol 79133fd0e5 pcxenc: store sample aspect ratio 12 years ago
Paul B Mahol f2f711cde2 pcx: read sample aspect ratio 12 years ago
Paul B Mahol 92b3d8bc53 bethsoftvideo: return meaningfull error codes 12 years ago
Paul B Mahol efb0e4e7af truemotion2: use more meaningful return codes 12 years ago
Mashiat Sarker Shakkhar 5d2be71b9e vc1: Use codec ID from AVCodecContext while parsing frame header 12 years ago
Justin Ruggles 61d5313d94 dca: allocate a secondary buffer for extra channels when downmixing 12 years ago
Michael Niedermayer 8dc8994427 jpegls: increase run_index to 4 12 years ago
Michael Niedermayer 4acfe3d193 jpegls: fix off limit 12 years ago
Michael Niedermayer 9f9307ff2a rv30_decode_intra_types: make check tighter 12 years ago
Michael Niedermayer 3f01042142 ff_celp_lp_synthesis_filterf: change loop end check 12 years ago
Michael Niedermayer 3f350a482f ff_celp_lp_synthesis_filterf: check that filter_length is within the supported range 12 years ago
Michael Niedermayer 54b2d317ed ffv1: avoid checking a double for equality 12 years ago
Michael Niedermayer c2340831b8 aacsbr: change order of operation to prevent out of array read 12 years ago
Georg Lippitsch 24778c32d8 Fix writing 12 bit DPX 12 years ago
Georg Lippitsch 05b7315412 Fix DPX decoder 12 years ago
Mans Rullgard 7e76fc528d mpegvideo: remove write-only variable 12 years ago