summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
...
* indentionMichael Niedermayer2007-09-081-44/+44
* cleanup mc_block()Michael Niedermayer2007-09-081-35/+150
* add a 8 taps filter for testingMichael Niedermayer2007-09-051-0/+8
* Replace constants by HTAPS (half pel interpolation filter taps) where appropr...Michael Niedermayer2007-09-051-23/+32
* code to do halfpel interpolation per frame (unfinished and under ifdef but itMichael Niedermayer2007-09-051-3/+61
* CosmeticsLuca Barbato2007-09-011-14/+56
* cleanup (remove some old experimentation related code)Michael Niedermayer2007-08-251-301/+2
* we only have 2 wavelets, the 3rd was just for experimentation ...Michael Niedermayer2007-08-251-1/+1
* use 16bit IDWT (a SIMD implementation of it should be >2x faster then withMichael Niedermayer2007-08-251-125/+184
* use more bits on the encoder sideMichael Niedermayer2007-08-231-1/+8
* simplifyMichael Niedermayer2007-08-221-1/+1
* Change rounding of the horizontal DWT to match the vertical one.Michael Niedermayer2007-08-211-6/+6
* get rid of idiotc double subtractionMichael Niedermayer2007-08-201-2/+2
* Ahem, fix typos overlooked in last commit.Diego Biurrun2007-07-281-2/+2
* cosmetics: misc typo fixesDiego Biurrun2007-07-281-2/+2
* Fix the self tests which are contained in some codecs and are using random().Panagiotis Issaris2007-07-191-0/+1
* trivial warning fixesMåns Rullgård2007-07-081-2/+2
* include snow encoder only if it is not disabledAurelien Jacobs2007-07-051-1/+1
* misc spelling fixesDiego Biurrun2007-06-121-3/+3
* fix assert() 2nd tryMichael Niedermayer2007-05-301-1/+1
* fix assertion failureMichael Niedermayer2007-05-291-9/+4
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-6/+6
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-241-2/+2
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-071-1/+1
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-301-9/+9
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-251-1/+1
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-251-20/+20
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-251-6/+6
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-181-4/+4
* dead code removialMichael Niedermayer2007-01-031-3/+1
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-021-14/+36
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-081-11/+11
* revert bad checkinMåns Rullgård2006-11-141-2/+2
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-141-2/+2
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-121-1/+1
* outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper2006-11-021-0/+4
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-011-3/+3
* -1 is a valid return value in ratecontrol_1pass() -> 100l for takisMichael Niedermayer2006-10-121-2/+2
* Rename ABS macro to FFABS.Diego Biurrun2006-10-111-27/+27
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-031-2/+0
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-261-2/+10
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-011-139/+15
* fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...Loren Merritt2006-09-011-9/+27
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-081-1/+1
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-041-0/+15
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-301-0/+7
* Snow: cosmeticsLoren Merritt2006-05-301-15/+15
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-301-9/+38