summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
* 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
* use h264 MC functions for 2xX Xx2 blocks in snow tooMichael Niedermayer2006-01-08
* use h264 MC functions for rectangular blocks tooMichael Niedermayer2006-01-07
* 10l (assertion failure)Michael Niedermayer2006-01-07
* cleanupMichael Niedermayer2006-01-04
* :%s/check_block_2p/check_block_inter/gFrançois Revol2005-12-30
* this fixes compilation with gcc 2.95 which seems to not like array casting......François Revol2005-12-30
* mem corruption fixMichael Niedermayer2005-12-30
* 4mv + iter ME 10l fix (still not bugfree but better)Michael Niedermayer2005-12-29
* 10lMichael Niedermayer2005-12-28
* iterative overlapped block based motion estimation for snowMichael Niedermayer2005-12-28
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* 10lMichael Niedermayer2005-12-19
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* check block_max_depth (fixes crash)Michael Niedermayer2005-12-03
* make selftest code compile againMichael Niedermayer2005-12-03
* fix unused variable warningsAurelien Jacobs2005-09-21
* reducing minimum supported picture sizeMichael Niedermayer2005-08-21
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-08
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-25
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-24
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-17
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-15