aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2007-02-05BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun
2007-02-05fix use of uninitialized variablesSascha Sommer
2007-02-05Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet
2007-02-05Set codec dimensions in extradata parsingKostya Shishkov
2007-02-05table fixKostya Shishkov
2007-02-04useless as this file wont be compiled if this is not trueMichael Niedermayer
2007-02-04Save frame header info in context variablesKostya Shishkov
2007-02-04Set frame rate from extradataKostya Shishkov
2007-02-03factorize switch_buffer()Michael Niedermayer
2007-02-03fix decoding of takethat.mp3Michael Niedermayer
2007-02-03These messages are just for debug purposesKostya Shishkov
2007-02-03Set codec dimensions if provided by extradataKostya Shishkov
2007-02-03VC-1 parserKostya Shishkov
2007-02-020x00000103 is not an escape markerKostya Shishkov
2007-02-02add FIXMEMichael Niedermayer
2007-02-02General approach to parsing chunks in VC-1 APKostya Shishkov
2007-02-02some (probably exploitable) out of array write fixesMichael Niedermayer
2007-02-02missed a redundant loadMåns Rullgård
2007-02-01revert accidental checkinMåns Rullgård
2007-02-01save one cycleMåns Rullgård
2007-02-01remove redundant loadsMåns Rullgård
2007-02-01Check for out-of-bounds accessKostya Shishkov
2007-02-01Add decode_end method to bmp decoder. Patch by Michel Bardiaux,Michel Bardiaux
2007-02-01correctly set profile/level for hdBaptiste Coudurier
2007-02-01Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux
2007-01-31optimize IDCT of rows with mostly zero coefficientsMåns Rullgård
2007-01-31Move lzo decompression to libavutilReimar Döffinger
2007-01-31Make sure we do not accidentially "fix" cnt to something < 0Reimar Döffinger
2007-01-31Simplify checks, use that we know that cnt will not be < 0Reimar Döffinger
2007-01-31Remove boundary checks that are actually done "well enough"Reimar Döffinger
2007-01-31Documentation fix: Copy functions should "work" fine for cnt == 0Reimar Döffinger
2007-01-31Optimize LZO copy operationsReimar Döffinger
2007-01-31Fix memcpy out-of-bounds.Michel Bardiaux
2007-01-31another >> vs >Michael Niedermayer
2007-01-31simpify state and make code 2% fasterMichael Niedermayer
2007-01-31Add two extra needed bounds checksReimar Döffinger
2007-01-31replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my dou...Michael Niedermayer
2007-01-31Add code to testcode to ease comparing with liblzo.Reimar Döffinger
2007-01-31Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux
2007-01-30Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by IanPanagiotis Issaris
2007-01-30Fix a bug in the DVD subtitle decoder where subtitles with odd heights would notIan Caulfield
2007-01-30Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris
2007-01-29typo fix by Dmitry Antipov dmantipov =a= yandex =d= ruMåns Rullgård
2007-01-29theoretically save one cycleMåns Rullgård
2007-01-29Fix BI-frames decoding for Adv. profileKostya Shishkov
2007-01-29Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.Michel Bardiaux
2007-01-29Check that js_vlc_bits from the extradata is in a valid range.Benjamin Larsson
2007-01-29Get rid of the COOKextradata struct. And use valid C to parse the extradata.Benjamin Larsson
2007-01-29Kill a warning and don't use modulus.Benjamin Larsson
2007-01-29decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.Benjamin Larsson