]> git.sesse.net Git - ffmpeg/history - libavcodec/snow.c
a few #ifdef CONFIG_X_ENCODER, patch by (Roine Gustafsson <roine users.sourceforge...
[ffmpeg] / libavcodec / snow.c
2005-05-08 Michael Niedermayer#defines for strict_std_compliance and split between...
2005-04-25 Michael NiedermayerPIX_FMT_NONE and related fixes
2005-04-25 Yartrebotighter snow slicing patch by (Yartrebo || yartrebo...
2005-04-24 Mike MelansonMinistry of English Composition, reporting for duty...
2005-04-17 Yartrebofix overflow in mc_block() patch by (Yartrebo )yartrebo...
2005-04-15 Michael Niedermayerstore the number of runs to avoid storing the last...
2005-04-15 Loren Merrittallow 2pass ratecontrol. also fixes psnr displayed...
2005-04-14 Michael Niedermayerreplace complicated pointer dereference + index stuff...
2005-04-14 Michael Niedermayerminor optimization
2005-04-14 Michael Niedermayeroptimizing unpack_coeffs()
2005-04-13 YartreboSnow segfault bug in revision 1.43 patch by (Yartrebo...
2005-04-10 Michael Niedermayerrescale coefficients during IDWT, that way the lifting...
2005-04-09 Michael Niedermayerincreasing precission of the quantization parameter
2005-04-09 Michael Niedermayerfix QROOT != 8
2005-04-05 Michael Niedermayer10% faster unpack_coeffs
2005-04-05 Michael Niedermayerfixing lossless snow
2005-04-04 Michael Niedermayermerge vertical lifting steps and a little cleanup
2005-04-03 YartreboSnow Slicing patch by (Yartrebo) yartrebo earthlink net
2005-03-15 Loren Merrittslice-based idwt (10% faster decoding)
2005-02-24 Michael Niedermayer-strict -1 comment fix
2005-01-23 Michael Niedermayeravoid buf_size == 0 checks in every decoder
2005-01-16 Matthieu Castet10l patch by (matthieu castet <castet.matthieu free...
2005-01-12 Michael Niedermayervarious security fixes and precautionary checks
2005-01-03 Gianluigi TiesiDisable encoders patch by (Gianluigi Tiesi <mplayer...
2004-11-25 Michael Niedermayerfix for build on IRIX by (Michel Bardiaux {mbardiaux...
2004-10-30 Michael NiedermayerCABAC -> range coder
2004-09-24 Michael Niedermayerunused
2004-09-23 Michael Niedermayermerge predict_plane() with DWTELEM->8bit conversation...
2004-09-21 Michael Niedermayer8 -> FRAC_BITS
2004-09-19 D Richard Felker IIIconsistent use of types patch by (D Richard Felker...
2004-09-17 Loren Merrittsimplify getsymbol patch by (Loren Merritt <lorenm...
2004-09-15 Michael Niedermayerper picture psnr
2004-09-12 Michael Niedermayer100l (forgot to set the 8x8 mc functions, so ME did...
2004-09-12 Michael Niedermayeruse h264 MC code if possible
2004-09-12 Michael Niedermayeruse pointer arithmetic in mc_block(), 25% faster
2004-09-05 Michael Niedermayer20% faster predict_plane()
2004-08-31 Michael Niedermayer10l (keyframes and context resets)
2004-08-28 Michael Niedermayercleanup
2004-08-28 Michael Niedermayer10l
2004-08-27 Michael Niedermayermerge decode_subband() and dequantize()
2004-08-27 Michael Niedermayer11% faster decode_subband()
2004-08-27 Michael Niedermayer5% faster decode_subband()
2004-08-27 Michael Niedermayer46% faster decode_subband()
2004-08-27 Michael Niedermayer50% faster decode_subband()
2004-08-26 Michael Niedermayerquad tree based motion compensation (currently only...
2004-08-25 Michael Niedermayeredge bugfix
2004-08-03 Michael Niedermayercleanup
2004-08-02 Michael Niedermayerlossless support
2004-08-02 Michael Niedermayercleanup
2004-08-02 Michael Niedermayerimproved magnitude coding, 0.2% lower bitrate (foreman...
2004-08-02 Michael Niedermayercleanup
2004-08-02 Michael Niedermayervarious subband encoders (all either worse or complicat...
2004-07-28 Michael Niedermayer1/0 fix
2004-07-28 Michael Niedermayerdont segfault without -strict -1
2004-07-27 Michael Niedermayeroptimize quantizaton (about 3x faster)
2004-07-27 Michael Niedermayercleanup
2004-07-27 Michael Niedermayeruse parent sample to predict significance & magnitude
2004-07-27 Michael Niedermayerlog2() & bsd
2004-07-27 Michael Niedermayerbetter context model (0.2-1% lower bitrate)
2004-07-26 Michael Niedermayertypo
2004-07-25 Michael Niedermayermy experimental wavelet codec