summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Move lzo decompression to libavutilReimar Döffinger2007-01-31
* Make sure we do not accidentially "fix" cnt to something < 0Reimar Döffinger2007-01-31
* Simplify checks, use that we know that cnt will not be < 0Reimar Döffinger2007-01-31
* Remove boundary checks that are actually done "well enough"Reimar Döffinger2007-01-31
* Documentation fix: Copy functions should "work" fine for cnt == 0Reimar Döffinger2007-01-31
* Optimize LZO copy operationsReimar Döffinger2007-01-31
* Exit on failed libfaad check.Diego Biurrun2007-01-31
* Move libfaad2 check out of the GPL check.Ramiro Polla2007-01-31
* 10l to whoever wrote this (wrong fps, fixes nirvana.nuv)Michael Niedermayer2007-01-31
* Fix memcpy out-of-bounds.Michel Bardiaux2007-01-31
* another >> vs >Michael Niedermayer2007-01-31
* simpify state and make code 2% fasterMichael Niedermayer2007-01-31
* Add two extra needed bounds checksReimar Döffinger2007-01-31
* replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my dou...Michael Niedermayer2007-01-31
* Add code to testcode to ease comparing with liblzo.Reimar Döffinger2007-01-31
* Add some context to av_log calls.Michel Bardiaux2007-01-31
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-31
* slightly reformat --help output for ease of understandingDiego Biurrun2007-01-30
* Clarify usage of external libs whose functionality exists natively.Diego Biurrun2007-01-30
* Clarify that libogg is for muxing only.Diego Biurrun2007-01-30
* Clarify --help output about Vorbis and Theora.Diego Biurrun2007-01-30
* Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris2007-01-30
* Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield2007-01-30
* Fix misbehaviour in url_fseek() when seeking fails.Ronald S. Bultje2007-01-30
* protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else theRonald S. Bultje2007-01-30
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård2007-01-29
* theoretically save one cycleMåns Rullgård2007-01-29
* trigger for the audio scope vissualizationMichael Niedermayer2007-01-29
* Missing prototype addedLuca Barbato2007-01-29
* fix seeking in wmaMichael Niedermayer2007-01-29
* Fix BI-frames decoding for Adv. profileKostya Shishkov2007-01-29
* Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux2007-01-29
* Check that js_vlc_bits from the extradata is in a valid range.Benjamin Larsson2007-01-29
* Get rid of the COOKextradata struct. And use valid C to parse the extradata.Benjamin Larsson2007-01-29
* Kill a warning and don't use modulus.Benjamin Larsson2007-01-29
* decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.Benjamin Larsson2007-01-29
* ARMv6 SIMD IDCTMåns Rullgård2007-01-28
* stray fflush spotted by AurelLuca Barbato2007-01-28
* Make example and test build and link correctlyLuca Barbato2007-01-28
* av_logifyLuca Barbato2007-01-28
* simplify conditionDiego Biurrun2007-01-28
* Seeking support in WavPackKostya Shishkov2007-01-28
* Use a function for repeated AltiVec output and condition check.Diego Biurrun2007-01-28
* Fix wrong condition check in the memalign error output.Diego Biurrun2007-01-28
* LZO optimization: check input buffer bounds less frequently if paddedReimar Döffinger2007-01-28
* spelling and formatting cosmeticsDiego Biurrun2007-01-28
* Use ! disabled() where appropriate.Diego Biurrun2007-01-28
* Use disabled() to check for GPL.Diego Biurrun2007-01-28
* Make use of enabled_any().Diego Biurrun2007-01-28