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
/
cavs.h
Age
Commit message (
Expand
)
Author
2012-10-06
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-10-06
Give all anonymously typedeffed structs in headers a name
Diego Biurrun
2012-08-26
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-08-26
cavs: Move inline functions only used in one file out of the header
Diego Biurrun
2012-08-26
cavs: Move data tables used in only one place to that file
Diego Biurrun
2011-05-13
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-05-12
Replace int_fast integer types with their sized standard posix counterparts.
Diego Biurrun
2011-05-02
replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*
Stefano Sabatini
2011-05-02
Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.
Stefano Sabatini
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2010-08-03
Move cavs dsp functions to their own struct
Måns Rullgård
2010-03-06
Remove DECLARE_ALIGNED_{8,16} macros
Måns Rullgård
2010-02-18
fix intra prediction modes with inter-MB neighbors,
Stefan Gehrer
2010-02-15
add heuristic to discern the old sample clips from streams encoded
Stefan Gehrer
2009-02-10
introduce a macroblock index to avoid a few x*width+y calculations
Stefan Gehrer
2009-02-10
do not check for minimum slice start code, 0x00000100 is valid
Stefan Gehrer
2009-01-16
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
Stefan Gehrer
2009-01-16
rename vector_t to cavs_vector
Stefan Gehrer
2008-12-15
Avoid POSIX-reserved _t in identifier names.
Diego Biurrun
2008-08-31
Globally rename the header inclusion guard names.
Stefano Sabatini
2007-10-17
Add FFMPEG_ prefix to all multiple inclusion guards.
Diego Biurrun
2007-07-25
have less functions as inline
Stefan Gehrer
2007-07-08
trivial warning fixes
Måns Rullgård
2007-07-08
prepare splitting decoder-only parts into own file:
Stefan Gehrer
2007-07-07
prepare splitting decoder-only parts into own file:
Stefan Gehrer
2007-07-07
move dequantization into its own inline function
Stefan Gehrer
2007-07-07
cosmetic: rename VLC tables to make clear they
Stefan Gehrer
2007-07-07
setting special motion vectors in intra macroblocks
Stefan Gehrer
2007-07-07
setting intra prediction modes to default values
Stefan Gehrer
2007-07-07
move modification of intra prediction modes into
Stefan Gehrer
2007-07-07
move preparation of chroma intra prediction into its
Stefan Gehrer
2007-07-07
move existing inline functions from cavs.c to cavs.h
Stefan Gehrer
2007-07-07
move context structure definition from cavs.c to cavs.h
Stefan Gehrer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-05-08
move defines and enums out of cavsdata.h
Aurelien Jacobs