index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
vp3.c
Age
Commit message (
Expand
)
Author
2003-05-24
Warning and compatibility fixes.
Falk Hüffner
2003-05-19
fix subtle logic problem in block unpacker that leads to incorrect token
Mike Melanson
2003-05-12
fix image buffer leak on keyframes, add more error condition checks
Mike Melanson
2003-05-11
fix motion vector decoding bug and reinstate interframes
Mike Melanson
2003-05-11
get those permutations straight
Mike Melanson
2003-05-10
squashed a bunch of subtle array indexing bugs, fixed block mapping
Mike Melanson
2003-05-10
dump the shady binary search logic (the part that binary searches
Mike Melanson
2003-05-08
correct the custom coding mode alphabet, add some validation on the
Mike Melanson
2003-05-07
looking better all the time! motion compensation is starting to work
Mike Melanson
2003-05-07
fixed buffer allocation logic (hopefully) so that decoder does not crash
Mike Melanson
2003-05-06
fix decoder so that ffmpeg does not crash, at least not right away
Mike Melanson
2003-05-05
first pass at a new VP3 video decoder
Mike Melanson