15500 Commits (4b4a6ebd68ca1d901b291f9bb4f5225daf876b8b)

Author SHA1 Message Date
  Justin Ruggles 32b484464c nellymoserdec: use NELLY_BUF_LEN instead of 128 13 years ago
  Justin Ruggles ded0800d44 nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate. 13 years ago
  Justin Ruggles 84464b2e7f nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples. 13 years ago
  Justin Ruggles 8b31c086b6 nellymoser: check output buffer size before decoding 13 years ago
  Luca Barbato 0e5cc174bb win32: improve threading algorithm warning 13 years ago
  Michael Niedermayer 0a19b4b0ba 4xm decoder: fix data size for i2 frames. 13 years ago
  Michael Niedermayer 1008f639e2 4xm decoder: print some error messages in case of errors. 13 years ago
  Laurent Aimar 9c661e952f Check for out of bound accesses in the 4xm decoder. 13 years ago
  Laurent Aimar b399cbfba5 Prevent block size from inreasing in the shorten decoder. 13 years ago
  Laurent Aimar 581898ae88 Check for out of bound reads in PTX decoder. 13 years ago
  Laurent Aimar e1d5bbeb39 Fix the check for missing references in ff_er_frame_end() for H264. 13 years ago
  Laurent Aimar 90a69b2f61 Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers used in 4xm decoder. 13 years ago
  Laurent Aimar 4a8ff0636d Prevent NULL dereference when the huffman table is invalid in the 4xm decoder. 13 years ago
  Michael Niedermayer 8c851ef5a8 h264: increase ref_poc size to 32 as it can be per field. 13 years ago
  Michael Niedermayer 3af2de76ac h264: set unused ref_counts to 0 as a precautionary meassure. 13 years ago
  Michael Niedermayer 78f08c06e6 ff_dot_product(): change return value to int64_t 13 years ago
  Vitor Sessak edf1a8e361 g729dec: initialize bit reader with the correct buffer size 13 years ago
  Michael Niedermayer 4159719473 g723.1_data: remove unneeded L 13 years ago
  Michael Niedermayer c9c7a776db h264: try reading SPS with wrong escaping, it sometimes works better 13 years ago
  Anton Khirnov b036a7180c lavc: add video/audio/encoding flags to global_quality option 13 years ago
  Luca Barbato 6450f26c9a libvpxenc: use libvpx's own defaults for some parameters 13 years ago
  Luca Barbato e3eb015ba4 vpxenc: add private options 13 years ago
  Michael Niedermayer fe70c1f45f g729dec: prevent out of array access 13 years ago
  Laurent Aimar 5ca5d432e0 Fix out of bound reads/writes in the TIFF decoder. 13 years ago
  Laurent Aimar 4a7876c6e4 Check for out of bound writes in the QDM2 decoder. 13 years ago
  Laurent Aimar 491eaf35ae Fix out of bound reads in the QDM2 decoder. 13 years ago
  Laurent Aimar 346876ec16 Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Arts EACS decoder. 13 years ago
  Laurent Aimar a5d46235f3 Check for out of bound reads in the Electronic Arts CMV decoder. 13 years ago
  Laurent Aimar 113d7be624 Prevent NULL dereferences when missing the reference frame in the Electronic Arts CMV decoder. 13 years ago
  Laurent Aimar e9064c9ce8 Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder. 13 years ago
  Laurent Aimar 39993860e1 Prevent infinite loop in the ANM decoder. 13 years ago
  Laurent Aimar 7afe9e5638 Check for out of bound reads in AVS decoder. 13 years ago
  Michael Niedermayer 7322483d72 mpegvideo: increase emu edge buffer size 13 years ago
  Justin Ruggles 08bd22a61b dpcm: return error if packet is too small 13 years ago
  Justin Ruggles 0354fb7ebe dpcm: use smaller data types for static tables 13 years ago
  Justin Ruggles 5a54d51017 dpcm: use sol_table_16 directly instead of through the DPCMContext. 13 years ago
  Justin Ruggles f47f7efd14 dpcm: replace short with int16_t 13 years ago
  Justin Ruggles 8d77d12a2b dpcm: check to make sure channels is 1 or 2. 13 years ago
  Justin Ruggles 4bad464e7f dpcm: misc pretty-printing 13 years ago
  Justin Ruggles 1de8401c56 dpcm: remove unnecessary variable by using bytestream functions. 13 years ago
  Justin Ruggles fc6faee0d1 dpcm: move codec-specific variable declarations to their corresponding decoding blocks. 13 years ago
  Justin Ruggles 989bb7bd04 dpcm: consistently use the variable name 'n' for the next input byte. 13 years ago
  Justin Ruggles 04b24cf94b dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. 13 years ago
  Justin Ruggles 76db17dc7d dpcm: calculate and check actual output data size prior to decoding. 13 years ago
  Justin Ruggles 3db8db406f dpcm: factor out the stereo flag calculation 13 years ago
  Justin Ruggles b09c7eefb7 dpcm: cosmetics: rename channel_number to ch 13 years ago
  Reimar Döffinger 812010c17e Remove unused variable. 13 years ago
  Carl Eugen Hoyos bcb1555489 dxva2_h264: pass the correct 8x8 scaling lists 13 years ago
  Mans Rullgard bf5d46d8e6 dca: NEON optimised high freq VQ decoding 13 years ago
  Justin Ruggles 6326afd5e9 avcodec: reject audio packets with NULL data and non-zero size 13 years ago