summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* workaround sign bugMichael Niedermayer2007-02-06
* 10l use of uninitalized varMichael Niedermayer2007-02-06
* kill debuging codeMichael Niedermayer2007-02-06
* wma encoderMichael Niedermayer2007-02-06
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-06
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-06
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-06
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-06
* Wrong flag testedKostya Shishkov2007-02-06
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-06
* oops, revert accidental checkinMåns Rullgård2007-02-05
* fix multichannel decodingMåns Rullgård2007-02-05
* move static variables to private context structMåns Rullgård2007-02-05
* remove preprocessor cruftMåns Rullgård2007-02-05
* cosmetics: don't needlessly open new blocksMåns Rullgård2007-02-05
* cosmetic: indent sensibly so code can be read at allMåns Rullgård2007-02-05
* BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun2007-02-05
* fix use of uninitialized variablesSascha Sommer2007-02-05
* Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet2007-02-05
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-05
* table fixKostya Shishkov2007-02-05
* 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