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
/
vp56.h
Age
Commit message (
Expand
)
Author
2008-12-12
rename Vp56Model to VP56Model for consistency
Aurelien Jacobs
2008-12-11
cosmetics: vertical alignment
Aurelien Jacobs
2008-12-11
avoid POSIX reserved _t suffix
Aurelien Jacobs
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2008-03-05
remove #include "mpegvideo.h" where it is not needed
Aurelien Jacobs
2008-02-01
const
Michael Niedermayer
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-10-14
add support for VP6 with huffman encoded blocks
Aurelien Jacobs
2007-09-25
add a new vp6a codec (add alpha plan support to vp6)
Aurelien Jacobs
2007-09-24
move all model related tables into their own struct
Aurelien Jacobs
2007-09-24
some simplifications and uniformisation
Aurelien Jacobs
2007-07-25
remove wrong const qualifier
Aurelien Jacobs
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-06-02
Use AV_xx throughout libavcodec
Ramiro Polla
2007-02-25
Use pointers to avoid copying AVFrame.
Aurelien Jacobs
2007-01-14
add support for another variant of vp6
Aurelien Jacobs
2006-12-17
Add support for VP60 and VP61.
Aurelien Jacobs
2006-10-24
Don't include inttypes.h/stdint.h directly, there is an abstraction in
Steve L'Homme
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-25
rename vector to vect to avoid clash with Apple gcc
Aurelien Jacobs
2006-09-09
VP5 and VP6 video decoder
Aurelien Jacobs