33155 Commits (5ca5d432e028ffdd4067b87aed6702168c3207b6)
 

Author SHA1 Message Date
Laurent Aimar 5ca5d432e0 Fix out of bound reads/writes in the TIFF decoder. 14 years ago
Laurent Aimar 4a7876c6e4 Check for out of bound writes in the QDM2 decoder. 14 years ago
Laurent Aimar 491eaf35ae Fix out of bound reads in the QDM2 decoder. 14 years ago
Laurent Aimar 346876ec16 Fix out of bound reads due to integer overflow in the ADPCM IMA Electronic Arts EACS decoder. 14 years ago
Laurent Aimar a5d46235f3 Check for out of bound reads in the Electronic Arts CMV decoder. 14 years ago
Laurent Aimar 113d7be624 Prevent NULL dereferences when missing the reference frame in the Electronic Arts CMV decoder. 14 years ago
Laurent Aimar e9064c9ce8 Fix potential pointer arithmetic overflows in the Electronic Arts CMV decoder. 14 years ago
Laurent Aimar 39993860e1 Prevent infinite loop in the ANM decoder. 14 years ago
Laurent Aimar d39d7122e3 Fix double free on error in Deluxe Paint Animation demuxer. 14 years ago
Laurent Aimar 7afe9e5638 Check for out of bound reads in AVS decoder. 14 years ago
Laurent Aimar 5d44c061cf Check for out of bound writes in the avs demuxer. 14 years ago
Laurent Aimar 1cce7def0a Check for corrupted data in avs demuxer. 14 years ago
Michael Niedermayer 834b3760a7 swresample: check for invalid sample formats. 14 years ago
Michael Niedermayer 2a93f28a4b avformat_free_context: favor av_freep() 14 years ago
Michael Niedermayer 3b6c0ba382 oggenc: favor av_freep() 14 years ago
Michael Niedermayer 17d51938d2 swr_test: test planar audio 14 years ago
Michael Niedermayer a75b254c74 swr: minor fixes to get planar audio working 14 years ago
Michael Niedermayer 7322483d72 mpegvideo: increase emu edge buffer size 14 years ago
Reimar Döffinger 812010c17e Remove unused variable. 14 years ago
Alex Converse 3b0e242825 lavf/utils: Drop old hack for implicit HE-AAC signaling. 14 years ago
Michael Niedermayer 53d5c463b2 doc: add swresample doc 14 years ago
Michael Niedermayer 78972a69e3 lavf/utils: ignore subtitle timestamps in timings calculation 14 years ago
Maksym Veremeyenko dacf076614 fix memory leak in oggenc 14 years ago
Jean First f65c6f751f Enable multithreding when decoding with libopenjpeg 14 years ago
Jean First 125ea3ee06 Warn the user if lowres > max_lowres, set lowres to max_lowres and continue 14 years ago
Laurent Aimar f42b3195d3 Fix out of bound writes in fix_bitshift() of the shorten decoder. 14 years ago
Michael Niedermayer c329972687 g729: dont force all cpu optims to off but override just the one that doesnt work. 14 years ago
Michael Niedermayer 8045af65d4 ppc: fix usage of dsp_mask 14 years ago
Michael Niedermayer 30ba924bc8 Merge remote-tracking branch 'qatar/master' 14 years ago
Laurent Aimar 5d7e3d7167 Check for out of bound reads in the Tiertex Limited SEQ decoder. 14 years ago
Laurent Aimar 62234a4d3a Fix the size of workspace buffers in the motion pixels decoder. 14 years ago
Laurent Aimar e60619f9b4 Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffer used in motion pixels decoder. 14 years ago
Laurent Aimar 3035c4034b Check for out of bounds writes in the Delphine Software International CIN decoder. 14 years ago
Laurent Aimar 8e5f093c2c Check for out of bounds reads in the Delphine Software International CIN decoder. 14 years ago
Laurent Aimar 44e2f0c3cd Check for out of bound reads in the QuickDraw decoder. 14 years ago
Michael Niedermayer 9714a78bbb Revert "general.texi: we dont have a g729 encoder yet" 14 years ago
Michael Niedermayer 68bbaac7e5 fate: only test 10seconds of the g729 data, the reference files are too huge otherwise. 14 years ago
Michael Niedermayer 9cff6d9eff libstagefright: change Libav to FFmpeg in copyright header with permission of author. 14 years ago
Michael Niedermayer 96b0764196 fate: g729 test 14 years ago
Michael Niedermayer 0f68a2bc8b g723_1_demuxer: rco is also a commonly used extension. 14 years ago
Tomas Härdin e571305a71 mov: Only touch extradata in mov_read_extradata() if codec_id is what we expect 14 years ago
Laurent Aimar c8b835954a Check for out of bound reads in xan_huffman_decode() of the xan decoder. 14 years ago
Compn 7afe23808a add LJ2K and LJ2C to jpeg2000 decoder 14 years ago
Michael Niedermayer 04b4353f07 g723.1: very minor simplify of gen_acb_excitation() 14 years ago
Michael Niedermayer 631eee6e90 g723.1: use MULL(a,b,15) for MULL2() 14 years ago
Michael Niedermayer cb58adaaa3 g723.1: simplify scale_vector() 14 years ago
Michael Niedermayer 431f8af824 g723.1: replace loop of normalize_bits( by av_log2() 14 years ago
Vitor Sessak 6e505547f1 g723.1: cleanup square_root() 14 years ago
Michael Niedermayer c02c52f7b2 g723.1_ use skip_bits1() 14 years ago
Michael Niedermayer fac3ac3970 g723.1: use get_bits1() 14 years ago