8602 Commits (dd9bdeb9f38f0047013cc49bd2a34baa73fe38f3)
 

Author SHA1 Message Date
Michael Niedermayer 3d7232ff00 add FIXME 18 years ago
Kostya Shishkov 77ccd3ba54 General approach to parsing chunks in VC-1 AP 18 years ago
Michael Niedermayer 14c49573d8 some (probably exploitable) out of array write fixes 18 years ago
Måns Rullgård 7348ed6e94 missed a redundant load 18 years ago
Måns Rullgård 7c6c0dd9e7 revert accidental checkin 18 years ago
Måns Rullgård ac62b62600 save one cycle 18 years ago
Måns Rullgård 173fd724f5 remove redundant loads 18 years ago
Kostya Shishkov b956373b6f Check for out-of-bounds access 18 years ago
Michel Bardiaux 286c71074a Add decode_end method to bmp decoder. Patch by Michel Bardiaux, 18 years ago
Baptiste Coudurier 09d7aa7e30 correctly set profile/level for hd 18 years ago
Michel Bardiaux 65d999d6cf Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux, 18 years ago
Ramiro Polla 541184974c Simplify GPl check. 18 years ago
Michael Niedermayer 5d55e966e1 use avcodec_decode_audio2() 18 years ago
Michael Niedermayer 30e88789c9 extract aspect ratio 18 years ago
Måns Rullgård 118a49b0b7 optimize IDCT of rows with mostly zero coefficients 18 years ago
Reimar Döffinger 4302963daa Move lzo decompression to libavutil 18 years ago
Reimar Döffinger c215e40316 Make sure we do not accidentially "fix" cnt to something < 0 18 years ago
Reimar Döffinger c0a8b87600 Simplify checks, use that we know that cnt will not be < 0 18 years ago
Reimar Döffinger 56f8647aaa Remove boundary checks that are actually done "well enough" 18 years ago
Reimar Döffinger 9b2c14df60 Documentation fix: Copy functions should "work" fine for cnt == 0 18 years ago
Reimar Döffinger 1db8c21c1f Optimize LZO copy operations 18 years ago
Diego Biurrun ff3dac657d Exit on failed libfaad check. 18 years ago
Ramiro Polla a2234ceb64 Move libfaad2 check out of the GPL check. 18 years ago
Michael Niedermayer 8643594ce3 10l to whoever wrote this (wrong fps, fixes nirvana.nuv) 18 years ago
Michel Bardiaux e8f917d6fd Fix memcpy out-of-bounds. 18 years ago
Michael Niedermayer 960e48f8f0 another >> vs > 18 years ago
Michael Niedermayer bf47272f3c simpify state and make code 2% faster 18 years ago
Reimar Döffinger 5fe9c42ceb Add two extra needed bounds checks 18 years ago
Michael Niedermayer 801778bc83 replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my doubts that gcc can replace the shifts as x is signed, it could in theory but well its gcc ... 18 years ago
Reimar Döffinger d62a0c1e5d Add code to testcode to ease comparing with liblzo. 18 years ago
Michel Bardiaux f0ee3ea619 Add some context to av_log calls. 18 years ago
Michel Bardiaux e96cc09dd2 Make BMP decoder use bytestream. Patch by Michel Bardiaux 18 years ago
Diego Biurrun 31235134fd slightly reformat --help output for ease of understanding 18 years ago
Diego Biurrun b44d58e61e Clarify usage of external libs whose functionality exists natively. 18 years ago
Diego Biurrun ba5fd8c5df Clarify that libogg is for muxing only. 18 years ago
Diego Biurrun 71757822ac Clarify --help output about Vorbis and Theora. 18 years ago
Panagiotis Issaris eabf65608d Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian 18 years ago
Ian Caulfield 4ee97612c7 Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not 18 years ago
Ronald S. Bultje 68fcdbf1e5 Fix misbehaviour in url_fseek() when seeking fails. 18 years ago
Ronald S. Bultje eabbae730c protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the 18 years ago
Panagiotis Issaris 9dd6c80453 Add the const specifier as needed to reduce the number of warnings. 18 years ago
Måns Rullgård 204ce38f53 typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru 18 years ago
Måns Rullgård 34b1b8fda8 theoretically save one cycle 18 years ago
Michael Niedermayer ac50bcc834 trigger for the audio scope vissualization 18 years ago
Luca Barbato a58b82f874 Missing prototype added 18 years ago
Michael Niedermayer f8f0a0bdfd fix seeking in wma 18 years ago
Kostya Shishkov b024824bed Fix BI-frames decoding for Adv. profile 18 years ago
Michel Bardiaux d8b7b352a8 Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be. 18 years ago
Benjamin Larsson 753c9d3260 Check that js_vlc_bits from the extradata is in a valid range. 18 years ago
Benjamin Larsson 862be28b19 Get rid of the COOKextradata struct. And use valid C to parse the extradata. 18 years ago