log
graph
tags
bookmarks
branches
changeset
browse
zip
bz2
help
Mercurial
>
libavcodec.hg
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 3635:
(0)
-3000
-1000
-300
-100
-15
+15
+100
+300
+1000
+3000
tip
age
author
description
2006-08-26
michael
10l found by valgrind
libavcodec
2006-08-26
michael
remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too
libavcodec
2006-08-26
michael
2nd try of skip_bits_long() for the ALT reader
libavcodec
2006-08-26
michael
make A32 reader align its ptr during init no matter what missaligned mess is given to it
libavcodec
2006-08-26
michael
3rd try :)
libavcodec
2006-08-26
michael
2nd try for a skip_bits_long() for the A32 reader
libavcodec
2006-08-26
michael
move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs
libavcodec
2006-08-26
michael
prevent bitstream reader to be overriden
libavcodec
2006-08-25
michael
avoid branch
libavcodec
2006-08-25
michael
move variable declarations so that their scope is smaller
libavcodec
2006-08-25
michael
move the +400 out of the innermost loop
libavcodec
2006-08-25
michael
avoid reading exponent twice
libavcodec
2006-08-25
michael
reduce size of vlc table, thats slightly faster here
libavcodec
2006-08-25
michael
try to avoid l3_unscale() by using a table
libavcodec
2006-08-25
michael
replace l3_unscale(1, exponents[pos]) by LUT
libavcodec
less
more
| rev 3635:
(0)
-3000
-1000
-300
-100
-15
+15
+100
+300
+1000
+3000
tip