Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2008-02-26Get rid of another useless variable.Michael Niedermayer
2008-02-26Avoid a=b+c but rather use a+=b (gcc is too stupid to do this itself),Michael Niedermayer
2008-02-26One variable less. No real change to the actual code.Michael Niedermayer
2008-02-26floating point AAN IDCTMichael Niedermayer
2008-02-26decode mng color decorrelationLoren Merritt
2008-02-26Remove START_TIMER and STOP_TIMER macros.Diego Biurrun
2008-02-26simplifyLoren Merritt
2008-02-26split encoding part of dsputil_mmx into its own fileAurelien Jacobs
2008-02-26Remove commented-out av_log calls.Diego Biurrun
2008-02-26Fix trellis quant + AAN DCT.Michael Niedermayer
2008-02-26Make diego happy.Michael Niedermayer
2008-02-26compile various fdct only when encoders are enabledAurelien Jacobs
2008-02-25Clarify which BSD license.Michael Niedermayer
2008-02-25Allow use of my AAN DCT under BSD, AMD has agreed to write and contributeMichael Niedermayer
2008-02-25png filtersLoren Merritt
2008-02-25Install headers in $prefix/include/$libnameMåns Rullgård
2008-02-25remove a memcpyLoren Merritt
2008-02-24fix memory leaks in vp3 decoderMåns Rullgård
2008-02-24__asm __volatile -> asm volatile part 2Reimar Döffinger
2008-02-24__asm __volatile -> asm volatile, improves code consistency and worksReimar Döffinger
2008-02-24Fix bug I introduced in r11962.Vitor Sessak
2008-02-24Riff ids for wmapro and wmavoice, this adds support for stream copy of these ...Benjamin Larsson
2008-02-22Remove apparently unneeded and buggy align.Michael Niedermayer
2008-02-22cleaner way of writing packed-byte constants.Loren Merritt
2008-02-21indentLoren Merritt
2008-02-21pseudo-simd add_bytes and diff_bytesLoren Merritt
2008-02-21simd and unroll png_filter_rowLoren Merritt
2008-02-21Disabling all SSE* code for old gcc to avoid alignment issues.Michael Niedermayer
2008-02-20revert 12156Michael Niedermayer
2008-02-20Forgot this, which is needed for merging field pics too.Michael Niedermayer
2008-02-20Make find_frame_end() merge 2 mpeg2 field pictures. This should make mpeg2Michael Niedermayer
2008-02-20Make timestamp interpolation work with mpeg2 field pictures.Michael Niedermayer
2008-02-20Clean up lib* version definitionsMåns Rullgård
2008-02-20Fix ;;Michael Niedermayer
2008-02-20Fix warnings:Reimar Döffinger
2008-02-20Remove duplicate ;Reimar Döffinger
2008-02-20Add casts to avoid warnings:Reimar Döffinger
2008-02-20Missing constReimar Döffinger
2008-02-19Reduce the number of senselessly scanned bytes.Michael Niedermayer
2008-02-19arg 10000l. Fix wrong fix committed in r12141Guillaume Poirier
2008-02-19fix broken indentationGuillaume Poirier
2008-02-1910l: fix always false test: Binary & has lower precedence than ==Guillaume Poirier
2008-02-19Refactor vcprm and vcii macros by using the AVV macro.Diego Biurrun
2008-02-19Refactor the FOUROF macro using the AVV macro.Diego Biurrun
2008-02-19Remove stray #undef.Diego Biurrun
2008-02-19fix crash on non-AltiVec powered machines: MPV_common_init_altivec doesn't ch...Alexander Strange
2008-02-17remove duplicate AV_STRINGIFY() definitionMåns Rullgård
2008-02-16clean up definition of DECLARE_ALIGNED_8 and STRIDE_ALIGNMåns Rullgård
2008-02-16FLAT objects cannot have multiple sections, so using the L1 attributes breaksMike Frysinger
2008-02-16100lVitor Sessak