aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* packets with half pcm samples are invalidMichael Niedermayer2007-02-091-0/+6
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-091-2/+3
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-091-40/+29
* sanity checkMichael Niedermayer2007-02-091-0/+5
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not...Michael Niedermayer2007-02-091-0/+4
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-091-5/+6
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-081-1/+1
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-071-1/+1
* vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer2007-02-071-2/+2
* doxygenizeMichael Niedermayer2007-02-072-34/+46
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-071-0/+2
* missing spacesDiego Biurrun2007-02-071-2/+2
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-0716-69/+69
* workaround sign bugMichael Niedermayer2007-02-061-1/+1
* 10l use of uninitalized varMichael Niedermayer2007-02-061-2/+2
* kill debuging codeMichael Niedermayer2007-02-061-2/+2
* wma encoderMichael Niedermayer2007-02-068-482/+983
* Revised patch for HD DVD .EVO demuxing by (Ian Caulfield <lowercase name sepe...Michael Niedermayer2007-02-061-0/+1
* simplify and remove useless index in AV_W*Michael Niedermayer2007-02-061-48/+15
* Progressive frames disguised as interlaced are supportedKostya Shishkov2007-02-061-5/+3
* B-frames could not be determined from broken_link/closed_entry, use fixed valueKostya Shishkov2007-02-061-3/+4
* Wrong flag testedKostya Shishkov2007-02-061-1/+1
* ensure that data[0] is set to NULL for next frameAurelien Jacobs2007-02-061-0/+1
* oops, revert accidental checkinMåns Rullgård2007-02-051-104/+40
* fix multichannel decodingMåns Rullgård2007-02-052-164/+190
* move static variables to private context structMåns Rullgård2007-02-051-28/+37
* remove preprocessor cruftMåns Rullgård2007-02-051-8/+0
* cosmetics: don't needlessly open new blocksMåns Rullgård2007-02-051-48/+43
* cosmetic: indent sensibly so code can be read at allMåns Rullgård2007-02-051-187/+177
* BMP encoder by Michel Bardiaux, mbardiaux mediaxim beDiego Biurrun2007-02-054-3/+103
* fix use of uninitialized variablesSascha Sommer2007-02-051-0/+5
* Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.Benoit Fouet2007-02-051-5/+0
* Set codec dimensions in extradata parsingKostya Shishkov2007-02-051-0/+2
* table fixKostya Shishkov2007-02-051-1/+1
* useless as this file wont be compiled if this is not trueMichael Niedermayer2007-02-041-2/+0
* Save frame header info in context variablesKostya Shishkov2007-02-041-5/+4
* Set frame rate from extradataKostya Shishkov2007-02-041-3/+9
* factorize switch_buffer()Michael Niedermayer2007-02-031-24/+16
* fix decoding of takethat.mp3Michael Niedermayer2007-02-031-2/+10
* These messages are just for debug purposesKostya Shishkov2007-02-031-2/+2
* Set codec dimensions if provided by extradataKostya Shishkov2007-02-031-2/+2
* VC-1 parserKostya Shishkov2007-02-033-2/+95
* 0x00000103 is not an escape markerKostya Shishkov2007-02-021-2/+1
* add FIXMEMichael Niedermayer2007-02-021-1/+1
* General approach to parsing chunks in VC-1 APKostya Shishkov2007-02-021-40/+124
* some (probably exploitable) out of array write fixesMichael Niedermayer2007-02-021-2/+23
* missed a redundant loadMåns Rullgård2007-02-021-1/+1
* revert accidental checkinMåns Rullgård2007-02-011-1/+0
* save one cycleMåns Rullgård2007-02-011-2/+6
* remove redundant loadsMåns Rullgård2007-02-012-2/+9