summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
* pre-calculate downmix coefficient sums. 2% faster 5.1-to-stereo downmixing.Justin Ruggles2008-03-011-6/+11
* Use 24-bit fixed-point transform coefficients until just before MDCT. ThisJustin Ruggles2008-03-011-45/+37
* more aspect ratios added in one of the ammendmentsLoren Merritt2008-03-012-2/+5
* Make AMR-NB block size const and 8 bits.Benoit Fouet2008-02-291-1/+1
* Define block size for AMR-WB (use IF2 table).Benoit Fouet2008-02-291-0/+1
* suppress the second warningMichael Niedermayer2008-02-281-1/+3
* Use cltd instead of cdq asm mnemonic, ICC and gcc support both, butReimar Döffinger2008-02-281-3/+3
* 1000l parenthesisBaptiste Coudurier2008-02-281-1/+1
* code is ok for 4bpp in mov too, fix 16grey.movBaptiste Coudurier2008-02-281-2/+4
* Add more riff IDs to support remuxing.Benjamin Larsson2008-02-271-0/+3
* better includeMichael Niedermayer2008-02-261-1/+1
* include dependencies ...Michael Niedermayer2008-02-261-0/+3
* Add multiple inclusion guards.Diego Biurrun2008-02-261-0/+5
* Add explanatory comment to '#define FLOAT float'.Diego Biurrun2008-02-261-0/+1
* less preprocessor magic in version number macrosMåns Rullgård2008-02-261-4/+10
* Stuffing bytes to not violate minimum legality rate.Michael Niedermayer2008-02-261-0/+21
* Remove another temporary variable with which gcc has problems.Michael Niedermayer2008-02-261-4/+5
* cosmetics: Demplayerify indentation.Diego Biurrun2008-02-261-224/+227
* Add comments to some #endif directives.Diego Biurrun2008-02-261-2/+2
* cosmetics: spelling/grammarDiego Biurrun2008-02-261-26/+27
* Alternative and faster (on gcc x86) plane rotation.Michael Niedermayer2008-02-261-0/+10
* Get rid of another useless variable.Michael Niedermayer2008-02-261-8/+8
* Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer2008-02-261-14/+14
* One variable less. No real change to the actual code.Michael Niedermayer2008-02-261-15/+18
* floating point AAN IDCTMichael Niedermayer2008-02-267-0/+180
* decode mng color decorrelationLoren Merritt2008-02-263-3/+36
* Remove START_TIMER and STOP_TIMER macros.Diego Biurrun2008-02-261-92/+3
* simplifyLoren Merritt2008-02-261-1/+1
* split encoding part of dsputil_mmx into its own fileAurelien Jacobs2008-02-254-1409/+1436
* Remove commented-out av_log calls.Diego Biurrun2008-02-251-12/+0
* Fix trellis quant + AAN DCT.Michael Niedermayer2008-02-251-3/+22
* Make diego happy.Michael Niedermayer2008-02-251-2/+2
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-251-3/+2
* Clarify which BSD license.Michael Niedermayer2008-02-251-1/+1
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-251-0/+3
* png filtersLoren Merritt2008-02-252-25/+140
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-252-2/+2
* remove a memcpyLoren Merritt2008-02-251-2/+2
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-241-0/+15
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-242-32/+32
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-244-21/+21
* Fix bug I introduced in r11962.Vitor Sessak2008-02-241-1/+1
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-231-0/+2
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-221-8/+1
* cleaner way of writing packed-byte constants.Loren Merritt2008-02-221-2/+3
* indentLoren Merritt2008-02-211-10/+10
* pseudo-simd add_bytes and diff_bytesLoren Merritt2008-02-211-13/+20
* simd and unroll png_filter_rowLoren Merritt2008-02-214-38/+196
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-211-2/+6
* revert 12156Michael Niedermayer2008-02-202-2/+0
OpenPOWER on IntegriCloud