]> git.sesse.net Git - ffmpeg/history - libavcodec/snow.c
assertion when playing AVC/H.264 streams fix by (Loren Merritt <lorenm at u dot washi...
[ffmpeg] / libavcodec / snow.c
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