20940 Commits (bc077ca6b5f8bb3afdc557f29468aed956012d3d)

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