summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* Remove green clouds.Michael Niedermayer2008-01-14
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-06
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-06
* main() --> main(void)Diego Biurrun2007-11-23
* Remove unused functions, fixes the warnings:Diego Biurrun2007-11-16
* avoid some halfpel related #ifdefAurelien Jacobs2007-11-15
* Put halfpel_interpol under the same #ifdef as its usage, fixes the warning:Diego Biurrun2007-11-15
* Add comments to some #endif directives.Diego Biurrun2007-11-10
* cosmetics: Fix vissual --> visual typo.Diego Biurrun2007-11-10
* Improve unsupported (pixel) format error message.Stefano Sabatini2007-11-10
* warning fixes:Diego Biurrun2007-10-11
* some experimental iterative quantization codeMichael Niedermayer2007-09-23
* make changing spatial_decomposition_count per frame workMichael Niedermayer2007-09-09
* do not ignore return of decode_header()Michael Niedermayer2007-09-09
* do not force the halfpel filter coeffs to be retransmitted on every frameMichael Niedermayer2007-09-09
* allow changing of the spatial_decomposition_count and quantization tablesMichael Niedermayer2007-09-09
* perform init after reading the values needed for initMichael Niedermayer2007-09-09
* unneeded and impossible during init ...Michael Niedermayer2007-09-09
* unusedMichael Niedermayer2007-09-09
* allocate slice buffer after parsing the header containing needed parametersMichael Niedermayer2007-09-09
* remove ()Michael Niedermayer2007-09-09
* spatial_decomposition_count != 5 bugfixMichael Niedermayer2007-09-09
* scaling obmc tables under #if 0 also by 4 (yes they where forgotten apparently)Michael Niedermayer2007-09-09
* rename HTAPS -> HTAPS_MAX (later is correct after the previous change)Michael Niedermayer2007-09-08
* store halfpel filter coefficients in the header as well as theMichael Niedermayer2007-09-08
* remove outcommented codeMichael Niedermayer2007-09-08
* indentionMichael Niedermayer2007-09-08
* cleanup mc_block()Michael Niedermayer2007-09-08
* add a 8 taps filter for testingMichael Niedermayer2007-09-05
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-05
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-05
* CosmeticsLuca Barbato2007-09-01
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-25
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-25
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-25
* use more bits on the encoder sideMichael Niedermayer2007-08-23
* simplifyMichael Niedermayer2007-08-22
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-21
* get rid of idiotc double subtractionMichael Niedermayer2007-08-20
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-28
* cosmetics: misc typo fixesDiego Biurrun2007-07-28
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-19
* trivial warning fixesMåns Rullgård2007-07-08
* include snow encoder only if it is not disabledAurelien Jacobs2007-07-05
* misc spelling fixesDiego Biurrun2007-06-12
* fix assert() 2nd tryMichael Niedermayer2007-05-30
* fix assertion failureMichael Niedermayer2007-05-29
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-10
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24