summaryrefslogtreecommitdiff
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAge
...
* 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
* allow 2pass ratecontrol. also fixes psnr displayed by mencoder.Loren Merritt2005-04-15
* replace complicated pointer dereference + index stuff by pointers in unpack_c...Michael Niedermayer2005-04-14
* minor optimizationMichael Niedermayer2005-04-14
* optimizing unpack_coeffs()Michael Niedermayer2005-04-14
* Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)Yartrebo2005-04-13
* rescale coefficients during IDWT, that way the lifting steps are much simpler...Michael Niedermayer2005-04-10
* increasing precission of the quantization parameterMichael Niedermayer2005-04-09
* fix QROOT != 8Michael Niedermayer2005-04-09
* 10% faster unpack_coeffsMichael Niedermayer2005-04-05
* fixing lossless snowMichael Niedermayer2005-04-05
* merge vertical lifting steps and a little cleanupMichael Niedermayer2005-04-04
* Snow Slicing patch by (Yartrebo) yartrebo earthlink netYartrebo2005-04-03
* slice-based idwt (10% faster decoding)Loren Merritt2005-03-15
* -strict -1 comment fixMichael Niedermayer2005-02-24
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-23
* 10l patch by (matthieu castet <castet.matthieu free fr>)Matthieu Castet2005-01-16
* various security fixes and precautionary checksMichael Niedermayer2005-01-12
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-03
* fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})Michael Niedermayer2004-11-25
* CABAC -> range coderMichael Niedermayer2004-10-30
* unusedMichael Niedermayer2004-09-24
* merge predict_plane() with DWTELEM->8bit conversation (21% faster)Michael Niedermayer2004-09-23
* 8 -> FRAC_BITSMichael Niedermayer2004-09-21