summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* cosmetics: Fix another common typo, dependAnt --> dependEnt.Diego Biurrun2007-02-24
* Replace deprecated PIX_FMT names by the newer variants.Diego Biurrun2007-02-07
* Add the const specifier as needed to reduce the number of warnings.Panagiotis Issaris2007-01-30
* Silence GCC when incorrectly complaining that the "line" variable could be usedPanagiotis Issaris2007-01-25
* Bring down the number of snow.c warnings from 27 to 17 by using the constPanagiotis Issaris2007-01-25
* Brings down the number of snow.c warnings from 33 to 27 by putting parenthesesPanagiotis Issaris2007-01-25
* Change the Snow encoder to always use the available MotionEstContext pointer.Panagiotis Issaris2007-01-18
* dead code removialMichael Niedermayer2007-01-03
* store a few values in the header as difference to the lastMichael Niedermayer2007-01-02
* rename always_inline to av_always_inline and move to common.hMåns Rullgård2006-12-08
* revert bad checkinMåns Rullgård2006-11-14
* move some CFLAGS settings away from config.* writing sectionMåns Rullgård2006-11-14
* rename squareTbl -> ff_squareTblMåns Rullgård2006-11-12
* outputs bit spent on various encoding functions (motion vectors, overhead, etc)Tom Harper2006-11-02
* Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme2006-11-01
* -1 is a valid return value in ratecontrol_1pass() -> 100l for takisMichael Niedermayer2006-10-12
* Rename ABS macro to FFABS.Diego Biurrun2006-10-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Remove unused variables and the corresponding warnings along with them.Diego Biurrun2006-10-03
* Handle possible failure of ff_eval.Panagiotis Issaris2006-09-26
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-01
* fix snow 1pass rc: the qlog used and the one written to the bitstream weren't...Loren Merritt2006-09-01
* Fix some "'static' is not at beginning of declaration" warnings.Diego Biurrun2006-08-08
* support doing motion estimation and compensation without any residual transfo...Michael Niedermayer2006-06-04
* Snow: don't try to encode lossless with 9/7 wavelet, because it isn't lossless.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: scale predicted mv based on which reference frame the neighbors used.Loren Merritt2006-05-30
* Snow: cosmeticsLoren Merritt2006-05-30
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-30
* Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt2006-05-30
* Snow multiple reference framesLoren Merritt2006-05-28
* Snow 1pass ratecontrolLoren Merritt2006-05-28
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-13
* Snow mmx + sse2 part 2Robert Edele2006-03-20
* First part of a series of speed-enchancing patches.Robert Edele2006-03-16
* dont pass intra flag if its always 0Michael Niedermayer2006-03-14
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-13
* obey vqscale in 2nd passLoren Merritt2006-03-13
* av_free -> av_freepMichael Niedermayer2006-03-11
* fix %8 != 0 w/hMichael Niedermayer2006-03-11
* add static keyword to some functionsDieter2006-01-30
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-24
* fix convergence of snow iterative_meLoren Merritt2006-01-21
* revert 1.83 because it's not neededLoren Merritt2006-01-21
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-19
* obmc-aware 4mvLoren Merritt2006-01-17
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* bugs found by valgrindMichael Niedermayer2006-01-12
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-12