index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
cavs.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
libavcodec: Make use of av_clip functions
Peter Meerwald
2015-02-21
1
-3
/
+3
*
lavc: fix bitshifts amount bigger than the type
Vittorio Giovara
2014-11-18
1
-2
/
+3
*
dsputil: Split off IDCT bits into their own context
Diego Biurrun
2014-06-30
1
-3
/
+4
*
dsputil: Split clear_block*/fill_block* off into a separate context
Diego Biurrun
2014-06-18
1
-0
/
+1
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
1
-0
/
+1
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-1
/
+1
*
lavc: Edge emulation with dst/src linesize
Ronald S. Bultje
2013-11-15
1
-3
/
+4
*
cavs: more K&R formatting cosmetics
Diego Biurrun
2013-10-15
1
-45
/
+44
*
cavs: K&R formatting cosmetics
Luca Barbato
2013-10-13
1
-191
/
+225
*
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-04-08
1
-1
/
+1
*
lavc decoders: work with refcounted frames.
Anton Khirnov
2013-03-08
1
-12
/
+6
*
cavs: initialize various context tables to 0
Anton Khirnov
2013-02-23
1
-9
/
+9
*
dsputil: Separate h264chroma
Diego Biurrun
2013-02-06
1
-10
/
+17
*
Drop DCTELEM typedef
Diego Biurrun
2013-01-22
1
-1
/
+1
*
cavs: deMpegEncContextize
Anton Khirnov
2012-12-30
1
-38
/
+59
*
cavs: cosmetics, reformat top part
Anton Khirnov
2012-12-30
1
-132
/
+145
*
lavc: introduce VideoDSPContext
Ronald S. Bultje
2012-12-20
1
-3
/
+3
*
Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat
Anton Khirnov
2012-10-08
1
-1
/
+1
*
cavs: convert cavsdata.h to a .c file
Mans Rullgard
2012-08-26
1
-1
/
+0
*
cavs: Move inline functions only used in one file out of the header
Diego Biurrun
2012-08-26
1
-0
/
+9
*
cavs: Move data tables used in only one place to that file
Diego Biurrun
2012-08-26
1
-19
/
+49
*
cavs: Remove unused code.
Aneesh Dogra
2012-03-31
1
-20
/
+19
*
mpegvideo: Add ff_ prefix to nonstatic functions
Martin Storsjö
2012-02-15
1
-1
/
+1
*
cosmetics: drop some pointless parentheses
Diego Biurrun
2012-01-07
1
-2
/
+2
*
Eliminate FF_COMMON_FRAME macro.
Diego Biurrun
2011-07-11
1
-12
/
+12
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Move ff_emulated_edge_mc() into DSPContext.
Ronald S. Bultje
2011-01-28
1
-3
/
+3
*
Move cavs dsp functions to their own struct
Måns Rullgård
2010-08-03
1
-18
/
+19
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
Replace @returns by @return.
Benoit Fouet
2010-03-30
1
-1
/
+1
*
avoid using DECLARE_ALIGNED on stack variable as suggested by Reimar
Stefan Gehrer
2010-02-15
1
-4
/
+4
*
Move array specifiers outside DECLARE_ALIGNED() invocations
Måns Rullgård
2010-01-22
1
-1
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
introduce a macroblock index to avoid a few x*width+y calculations
Stefan Gehrer
2009-02-10
1
-3
/
+2
*
fix multiple slices per frame
Stefan Gehrer
2009-02-10
1
-2
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
1
-1
/
+1
*
moves mid_pred() into mathops.h (with arch specific code split by directory)
Aurelien Jacobs
2009-01-18
1
-0
/
+1
*
rename XXX_t enums to cavs_XXX to fix POSIX namespace issue
Stefan Gehrer
2009-01-16
1
-4
/
+4
*
rename vector_t to cavs_vector
Stefan Gehrer
2009-01-16
1
-13
/
+14
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
* renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
Roman Shaposhnik
2007-08-09
1
-1
/
+1
*
replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32
Roman Shaposhnik
2007-07-30
1
-1
/
+1
*
have less functions as inline
Stefan Gehrer
2007-07-25
1
-0
/
+177
*
split decoder-specific parts into their own file
Stefan Gehrer
2007-07-08
1
-637
/
+0
*
prepare splitting decoder-only parts into own file:
Stefan Gehrer
2007-07-08
1
-14
/
+14
*
prepare splitting decoder-only parts into own file:
Stefan Gehrer
2007-07-07
1
-45
/
+45
*
move dequantization into its own inline function
Stefan Gehrer
2007-07-07
1
-19
/
+6
*
cosmetic: rename VLC tables to make clear they
Stefan Gehrer
2007-07-07
1
-5
/
+5
*
setting special motion vectors in intra macroblocks
Stefan Gehrer
2007-07-07
1
-9
/
+1
*
setting intra prediction modes to default values
Stefan Gehrer
2007-07-07
1
-3
/
+2
[next]