summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* 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
* Forgot this, which is needed for merging field pics too.Michael Niedermayer2008-02-201-8/+0
* Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer2008-02-201-16/+30
* Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer2008-02-202-1/+6
* Clean up lib* version definitionsMåns Rullgård2008-02-191-2/+4
* Fix ;;Michael Niedermayer2008-02-196-10/+10
* Fix warnings:Reimar Döffinger2008-02-191-2/+2
* Remove duplicate ;Reimar Döffinger2008-02-191-2/+2
* Add casts to avoid warnings:Reimar Döffinger2008-02-191-1/+1
* Missing constReimar Döffinger2008-02-191-1/+1
* Reduce the number of senselessly scanned bytes.Michael Niedermayer2008-02-191-1/+1
* arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier2008-02-191-1/+1
* fix broken indentationGuillaume Poirier2008-02-191-1/+1
* 10l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier2008-02-191-1/+1
* Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun2008-02-181-11/+2
* Refactor the FOUROF macro using the AVV macro.Diego Biurrun2008-02-181-6/+2
* Remove stray #undef.Diego Biurrun2008-02-181-1/+0
* fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange2008-02-181-0/+2
* remove duplicate AV_STRINGIFY() definitionMåns Rullgård2008-02-171-3/+0
* clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård2008-02-161-39/+6
* FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger2008-02-166-9/+45
* 100lVitor Sessak2008-02-151-33/+0
* Simplify avcodec_default_get_buffer()Vitor Sessak2008-02-151-17/+19
* Add header for declaration of ff_xxxx functions in imgconvert.cVitor Sessak2008-02-151-0/+66
* This should not be part of the public APIVitor Sessak2008-02-151-2/+2
* My commit in r11942 broke compilation.Vitor Sessak2008-02-151-2/+2