summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Snow: cosmeticsLoren Merritt2006-05-301-22/+22
* Snow: fix subband weighting in wavelet cmp functions. use 32x32 cmp in iterat...Loren Merritt2006-05-301-6/+17
* Snow: 10l. 1pass ratecontrol failed to set snow's internal quant.Loren Merritt2006-05-301-4/+8
* Snow multiple reference framesLoren Merritt2006-05-281-93/+183
* Snow 1pass ratecontrolLoren Merritt2006-05-281-15/+72
* sanity checks, some might have been exploitable ...Michael Niedermayer2006-05-131-1/+1
* Snow mmx + sse2 part 2Robert Edele2006-03-201-65/+81
* First part of a series of speed-enchancing patches.Robert Edele2006-03-161-133/+51
* dont pass intra flag if its always 0Michael Niedermayer2006-03-141-13/+13
* seed iterative_me with mvs from conventional search.Loren Merritt2006-03-131-0/+11
* obey vqscale in 2nd passLoren Merritt2006-03-131-1/+2
* av_free -> av_freepMichael Niedermayer2006-03-111-3/+3
* fix %8 != 0 w/hMichael Niedermayer2006-03-111-3/+3
* add static keyword to some functionsDieter2006-01-301-6/+6
* Remove all stray tabs and trailing whitespace, this time for good.Diego Biurrun2006-01-241-2/+2
* fix convergence of snow iterative_meLoren Merritt2006-01-211-1/+8
* revert 1.83 because it's not neededLoren Merritt2006-01-211-16/+0
* detect when iterative_me fails to converge, and stop searchingLoren Merritt2006-01-191-0/+16
* obmc-aware 4mvLoren Merritt2006-01-171-32/+176
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* bugs found by valgrindMichael Niedermayer2006-01-121-10/+11
* faster iterative_me: avoid duplicate mc of neighboring blocks.Loren Merritt2006-01-121-59/+148
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-081-6/+8
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-071-6/+36
* 10l (assertion failure)Michael Niedermayer2006-01-071-1/+1
* cleanupMichael Niedermayer2006-01-041-25/+8
* :%s/check_block_2p/check_block_inter/gFrançois Revol2005-12-301-12/+12
* this fixes compilation with gcc 2.95 which seems to not like array casting......François Revol2005-12-301-11/+17
* mem corruption fixMichael Niedermayer2005-12-301-35/+37
* 4mv + iter ME 10l fix (still not bugfree but better)Michael Niedermayer2005-12-291-2/+2
* 10lMichael Niedermayer2005-12-281-1/+1
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-281-44/+379
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-2/+2
OpenPOWER on IntegriCloud