summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* 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
* Make diego happy.Michael Niedermayer2008-02-25
* compile various fdct only when encoders are enabledAurelien Jacobs2008-02-25
* Clarify which BSD license.Michael Niedermayer2008-02-25
* Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer2008-02-25
* png filtersLoren Merritt2008-02-25
* Install headers in $prefix/include/$libnameMåns Rullgård2008-02-25
* remove a memcpyLoren Merritt2008-02-25
* fix memory leaks in vp3 decoderMåns Rullgård2008-02-24
* __asm __volatile -> asm volatile part 2Reimar Döffinger2008-02-24
* __asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger2008-02-24
* Fix bug I introduced in r11962.Vitor Sessak2008-02-24
* Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson2008-02-23
* Remove apparently unneeded and buggy align.Michael Niedermayer2008-02-22
* cleaner way of writing packed-byte constants.Loren Merritt2008-02-22
* indentLoren Merritt2008-02-21
* pseudo-simd add_bytes and diff_bytesLoren Merritt2008-02-21
* simd and unroll png_filter_rowLoren Merritt2008-02-21
* Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer2008-02-21
* revert 12156Michael Niedermayer2008-02-20
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-20
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-20
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-20
* Clean up lib* version definitionsMåns Rullgård2008-02-19
* Fix ;;Michael Niedermayer2008-02-19
* Fix warnings:Reimar Döffinger2008-02-19
* Remove duplicate ;Reimar Döffinger2008-02-19
* Add casts to avoid warnings:Reimar Döffinger2008-02-19
* Missing constReimar Döffinger2008-02-19
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-19
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-19