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-01-31Add const qualifier, fix warnings:Baptiste Coudurier
2008-01-23Remove unused variables in test code.Diego Biurrun
2008-01-21Consistently use TEST as the preprocessor condition to enable test code.Diego Biurrun
2008-01-14Remove green clouds.Michael Niedermayer
2007-12-06prevent warnings about functions being possibly unusedMichael Niedermayer
2007-12-06thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer
2007-11-23main() --> main(void)Diego Biurrun
2007-11-17Remove unused functions, fixes the warnings:Diego Biurrun
2007-11-16avoid some halfpel related #ifdefAurelien Jacobs
2007-11-15Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun
2007-11-10Add comments to some #endif directives.Diego Biurrun
2007-11-10cosmetics: Fix vissual --> visual typo.Diego Biurrun
2007-11-10Improve unsupported (pixel) format error message.Stefano Sabatini
2007-10-11warning fixes:Diego Biurrun
2007-09-24some experimental iterative quantization codeMichael Niedermayer
2007-09-09make changing spatial_decomposition_count per frame workMichael Niedermayer
2007-09-09do not ignore return of decode_header()Michael Niedermayer
2007-09-09do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer
2007-09-09allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer
2007-09-09perform init after reading the values needed for initMichael Niedermayer
2007-09-09unneeded and impossible during init ...Michael Niedermayer
2007-09-09unusedMichael Niedermayer
2007-09-09allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer
2007-09-09remove ()Michael Niedermayer
2007-09-09spatial_decomposition_count != 5 bugfixMichael Niedermayer
2007-09-09scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer
2007-09-08rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer
2007-09-08store halfpel filter coefficients in the header as well as theMichael Niedermayer
2007-09-08remove outcommented codeMichael Niedermayer
2007-09-08indentionMichael Niedermayer
2007-09-08cleanup mc_block()Michael Niedermayer
2007-09-05add a 8 taps filter for testingMichael Niedermayer
2007-09-05Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer
2007-09-05code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer
2007-09-01CosmeticsLuca Barbato
2007-08-25cleanup (remove some old experimentation related code)Michael Niedermayer
2007-08-25we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer
2007-08-25use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer
2007-08-23use more bits on the encoder sideMichael Niedermayer
2007-08-22simplifyMichael Niedermayer
2007-08-21Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer
2007-08-21get rid of idiotc double subtractionMichael Niedermayer
2007-07-28Ahem, fix typos overlooked in last commit.Diego Biurrun
2007-07-28cosmetics: misc typo fixesDiego Biurrun
2007-07-19Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris
2007-07-09trivial warning fixesMåns Rullgård
2007-07-06include snow encoder only if it is not disabledAurelien Jacobs
2007-06-12misc spelling fixesDiego Biurrun
2007-05-31fix assert() 2nd tryMichael Niedermayer
2007-05-29fix assertion failureMichael Niedermayer