summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* always decode extradata when of non-avc stream (like RTSP)Francois Oligny-Lemieux2007-02-09
* packets with half pcm samples are invalidMichael Niedermayer2007-02-09
* factor out common subexprssion (gcc of course is too stupid to do this ...)Michael Niedermayer2007-02-09
* merge asm fragments in H264_CHROMA_MC2_TMPL()Michael Niedermayer2007-02-09
* sanity checkMichael Niedermayer2007-02-09
* fix segfault with lol-ffplay2.mpg (dunno if this is exploitable, probably not...Michael Niedermayer2007-02-09
* fix parsing of RealAudio AC-3/DolbyNetJustin Ruggles2007-02-09
* Directly access av_log_level instead of calling av_log_{set, get}_level()Luca Abeni2007-02-08
* Fix incorrect use of ff_get_fourcc that made mjpgb not play on big endian.Reimar Döffinger2007-02-07
* vorbis suffers from the same sign flip issue as wma (so this lame workaround,...Michael Niedermayer2007-02-07
* doxygenizeMichael Niedermayer2007-02-07
* Add a comment about swapped numerator and denominator.Diego Biurrun2007-02-07
* missing spacesDiego Biurrun2007-02-07
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* 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