summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* remove more useless mpegvideo.h includesAurelien Jacobs2008-03-05
* move EDGE_WIDTH definition allong with draw_edges where it belongsAurelien Jacobs2008-03-05
* remove #include "mpegvideo.h" where it is not neededAurelien Jacobs2008-03-05
* move relevant declarations to mpeg12data.hAurelien Jacobs2008-03-05
* move run length table constants to rl.hAurelien Jacobs2008-03-04
* move ff_emulated_edge_mc() to dsputilAurelien Jacobs2008-03-04
* Remove unused elements from tables.Michael Niedermayer2008-03-04
* Detect and prevent reading over the end of counts_*. We pass the errorMichael Niedermayer2008-03-04
* Prevent segfault due to reading over the end of the input buffer.Michael Niedermayer2008-03-04
* fix wmv3 dependenciesAurelien Jacobs2008-03-04
* Fix compilation on powerpc.Aurelien Jacobs2008-03-04
* remove old draw_edges declaration cruftAurelien Jacobs2008-03-04
* move ff_init_scantable() into dsputilAurelien Jacobs2008-03-04
* move draw_edges() into dsputilAurelien Jacobs2008-03-04
* dsputil.h is a local headerAurelien Jacobs2008-03-03
* include required headerAurelien Jacobs2008-03-03
* remove invalid free() forgotten in r12300Måns Rullgård2008-03-03
* Provide non null class name to avoid crash with ffmpeg -h.Michael Niedermayer2008-03-03
* use scale factor instead of sum for downmix level adjustment. avoids divisionJustin Ruggles2008-03-01
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-01
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-01
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-01
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-29
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-29
* suppress the second warningMichael Niedermayer2008-02-28
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-28
* 1000l parenthesisBaptiste Coudurier2008-02-28
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-28
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-27
* better includeMichael Niedermayer2008-02-26
* include dependencies ...Michael Niedermayer2008-02-26
* Add multiple inclusion guards.Diego Biurrun2008-02-26
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-26
* less preprocessor magic in version number macrosMåns Rullgård2008-02-26
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-26
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-26
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-26
* Add comments to some #endif directives.Diego Biurrun2008-02-26
* cosmetics: spelling/grammarDiego Biurrun2008-02-26
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-26
* Get rid of another useless variable.Michael Niedermayer2008-02-26
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-26
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-26
* floating point AAN IDCTMichael Niedermayer2008-02-26
* decode mng color decorrelationLoren Merritt2008-02-26
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-26
* simplifyLoren Merritt2008-02-26
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-25
* Remove commented-out av_log calls.Diego Biurrun2008-02-25
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-25