summaryrefslogtreecommitdiff
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
* Make x11grab output its warning that it couldn't find the mouse pointer onlyPanagiotis Issaris2007-02-02
* 0x00000103 is not an escape markerKostya Shishkov2007-02-02
* Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng2007-02-02
* packets must be correctly interleavedMichael Niedermayer2007-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
* Simplify GPl check.Ramiro Polla2007-02-01
* use avcodec_decode_audio2()Michael Niedermayer2007-02-01
* extract aspect ratioMichael Niedermayer2007-01-31
* 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
* 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