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.c
Age
Commit message (
Expand
)
Author
2013-04-08
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-03-08
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-02-23
cavs: initialize various context tables to 0
Anton Khirnov
2013-02-06
dsputil: Separate h264chroma
Diego Biurrun
2013-01-22
Drop DCTELEM typedef
Diego Biurrun
2012-12-30
cavs: deMpegEncContextize
Anton Khirnov
2012-12-30
cavs: cosmetics, reformat top part
Anton Khirnov
2012-12-20
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-10-08
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-08-26
cavs: convert cavsdata.h to a .c file
Mans Rullgard
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
2012-03-31
cavs: Remove unused code.
Aneesh Dogra
2012-02-15
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-01-07
cosmetics: drop some pointless parentheses
Diego Biurrun
2011-07-11
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-28
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2010-08-03
Move cavs dsp functions to their own struct
Måns Rullgård
2010-04-20
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-03-30
Replace @returns by @return.
Benoit Fouet
2010-02-15
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar
Stefan Gehrer
2010-01-22
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-02-10
introduce a macroblock index to avoid a few x*width+y calculations
Stefan Gehrer
2009-02-10
fix multiple slices per frame
Stefan Gehrer
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-18
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
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-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2007-08-09
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-07-30
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
Roman Shaposhnik
2007-07-25
have less functions as inline
Stefan Gehrer
2007-07-08
split decoder-specific parts into their own file
Stefan Gehrer
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-07
make vector constants global
Stefan Gehrer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2007-05-09
move cavs parser in it's own file
Aurelien Jacobs
2007-05-08
move defines and enums out of cavsdata.h
Aurelien Jacobs
2007-05-07
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
[next]