summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* useless as this file wont be compiled if this is not trueMichael Niedermayer2007-02-04
* Save frame header info in context variablesKostya Shishkov2007-02-04
* Set frame rate from extradataKostya Shishkov2007-02-04
* factorize switch_buffer()Michael Niedermayer2007-02-03
* fix decoding of takethat.mp3Michael Niedermayer2007-02-03
* These messages are just for debug purposesKostya Shishkov2007-02-03
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-03
* VC-1 parserKostya Shishkov2007-02-03
* 0x00000103 is not an escape markerKostya Shishkov2007-02-02
* add FIXMEMichael Niedermayer2007-02-02
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-02
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-02
* missed a redundant loadMåns Rullgård2007-02-02
* revert accidental checkinMåns Rullgård2007-02-01
* save one cycleMåns Rullgård2007-02-01
* remove redundant loadsMåns Rullgård2007-02-01
* Check for out-of-bounds accessKostya Shishkov2007-02-01
* Add decode_end method to bmp decoder. Patch by Michel Bardiaux,Michel Bardiaux2007-02-01
* correctly set profile/level for hdBaptiste Coudurier2007-02-01
* Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,Michel Bardiaux2007-02-01
* optimize IDCT of rows with mostly zero coefficientsMåns Rullgård2007-01-31
* 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
* 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
* Make BMP decoder use bytestream. Patch by Michel BardiauxMichel Bardiaux2007-01-31
* 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
* 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
* 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
* LZO optimization: check input buffer bounds less frequently if paddedReimar Döffinger2007-01-28
* Sort out the diffrent cook versions.Benjamin Larsson2007-01-28
* Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.Benjamin Larsson2007-01-28
* Get rid of one warning.Benjamin Larsson2007-01-27