summaryrefslogtreecommitdiffstats
path: root/libavcodec/snow.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 10lMichael Niedermayer2005-12-191-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-215/+215
* check block_max_depth (fixes crash)Michael Niedermayer2005-12-031-0/+5
* make selftest code compile againMichael Niedermayer2005-12-031-8/+10
* fix unused variable warningsAurelien Jacobs2005-09-211-11/+12
* reducing minimum supported picture sizeMichael Niedermayer2005-08-211-12/+24
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-2/+2
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-251-0/+2
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-251-34/+38
* Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson2005-04-241-1/+1
* fix overflow in mc_block() patch by (Yartrebo )yartrebo earthlink netYartrebo2005-04-171-4/+12
* store the number of runs to avoid storing the last run valueMichael Niedermayer2005-04-151-5/+14
* allow 2pass ratecontrol. also fixes psnr displayed by mencoder.Loren Merritt2005-04-151-3/+42
* replace complicated pointer dereference + index stuff by pointers in unpack_c...Michael Niedermayer2005-04-141-33/+33
* minor optimizationMichael Niedermayer2005-04-141-7/+6
* optimizing unpack_coeffs()Michael Niedermayer2005-04-141-9/+12
* Snow segfault bug in revision 1.43 patch by (Yartrebo /yartrebo earthlink net/)Yartrebo2005-04-131-4/+4
* rescale coefficients during IDWT, that way the lifting steps are much simpler...Michael Niedermayer2005-04-101-9/+45
* increasing precission of the quantization parameterMichael Niedermayer2005-04-091-1/+1
* fix QROOT != 8Michael Niedermayer2005-04-091-24/+26
* 10% faster unpack_coeffsMichael Niedermayer2005-04-051-11/+31
* fixing lossless snowMichael Niedermayer2005-04-051-1/+1
* merge vertical lifting steps and a little cleanupMichael Niedermayer2005-04-041-22/+27
* Snow Slicing patch by (Yartrebo) yartrebo earthlink netYartrebo2005-04-031-65/+682
* slice-based idwt (10% faster decoding)Loren Merritt2005-03-151-43/+129
* -strict -1 comment fixMichael Niedermayer2005-02-241-1/+1
* avoid buf_size == 0 checks in every decoderMichael Niedermayer2005-01-231-5/+0
* 10l patch by (matthieu castet <castet.matthieu free fr>)Matthieu Castet2005-01-161-2/+2
* various security fixes and precautionary checksMichael Niedermayer2005-01-121-3/+12
* Disable encoders patch by (Gianluigi Tiesi <mplayer netfarm it>)Gianluigi Tiesi2005-01-031-0/+2
* fix for build on IRIX by (Michel Bardiaux {mbardiaux peaktime be})Michael Niedermayer2004-11-251-0/+4
* CABAC -> range coderMichael Niedermayer2004-10-301-87/+104
* unusedMichael Niedermayer2004-09-241-2/+0
* merge predict_plane() with DWTELEM->8bit conversation (21% faster)Michael Niedermayer2004-09-231-31/+36
* 8 -> FRAC_BITSMichael Niedermayer2004-09-211-12/+19
* consistent use of types patch by (D Richard Felker III <dalias at aerifal dot...D Richard Felker III2004-09-191-34/+34
* simplify getsymbol patch by (Loren Merritt <lorenm at u dot washington dot edu>)Loren Merritt2004-09-171-17/+8
* per picture psnrMichael Niedermayer2004-09-151-1/+1
* 100l (forgot to set the 8x8 mc functions, so ME did use the mpeg ones ...)Michael Niedermayer2004-09-121-3/+13
* use h264 MC code if possibleMichael Niedermayer2004-09-121-25/+7
* use pointer arithmetic in mc_block(), 25% fasterMichael Niedermayer2004-09-121-16/+24
* 20% faster predict_plane()Michael Niedermayer2004-09-051-72/+171
* 10l (keyframes and context resets)Michael Niedermayer2004-08-311-10/+13
* cleanupMichael Niedermayer2004-08-281-509/+9
* 10lMichael Niedermayer2004-08-281-3/+8
* merge decode_subband() and dequantize()Michael Niedermayer2004-08-271-12/+22
OpenPOWER on IntegriCloud