summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer2012-12-311-47/+58
|\
| * cavs: deMpegEncContextizeAnton Khirnov2012-12-301-38/+59
* | Merge commit '64bb3fa6b7f5b2db22b7577585d5861be24eebd8'Michael Niedermayer2012-12-311-132/+145
|\ \ | |/
| * cavs: cosmetics, reformat top partAnton Khirnov2012-12-301-132/+145
* | Merge commit '6906b19346ae8a330bfaa1c16ce535be10789723'Michael Niedermayer2012-12-211-3/+3
|\ \ | |/
| * lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-3/+3
* | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer2012-12-191-1/+11
|\ \ | |/
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\ \ | |/
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-261-20/+58
|\ \ | |/
| * cavs: convert cavsdata.h to a .c fileMans Rullgard2012-08-261-1/+0
| * cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-261-0/+9
| * cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-261-19/+49
* | cavs: fix memleakMichael Niedermayer2012-08-081-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-011-20/+19
|\ \ | |/
| * cavs: Remove unused code.Aneesh Dogra2012-03-311-20/+19
* | cavsdec: initialize all tables to zeros.Michael Niedermayer2012-03-301-9/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-1/+1
|\ \ | |/
| * mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-081-2/+2
|\ \ | |/
| * cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-121-12/+12
|\ \ | |/
| * Eliminate FF_COMMON_FRAME macro.Diego Biurrun2011-07-111-12/+12
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-281-3/+3
* | Move ff_emulated_edge_mc() into DSPContext.Ronald S. Bultje2011-01-301-3/+3
|/
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-18/+19
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Replace @returns by @return.Benoit Fouet2010-03-301-1/+1
* avoid using DECLARE_ALIGNED on stack variable as suggested by ReimarStefan Gehrer2010-02-151-4/+4
* Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård2010-01-221-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-101-3/+2
* fix multiple slices per frameStefan Gehrer2009-02-101-2/+0
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-011-1/+1
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-181-0/+1
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-161-4/+4
* rename vector_t to cavs_vectorStefan Gehrer2009-01-161-13/+14
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-2/+2
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-091-1/+1
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-301-1/+1
* have less functions as inlineStefan Gehrer2007-07-251-0/+177
* split decoder-specific parts into their own fileStefan Gehrer2007-07-081-637/+0
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-081-14/+14
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-071-45/+45
* move dequantization into its own inline functionStefan Gehrer2007-07-071-19/+6
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-071-5/+5
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-071-9/+1
* setting intra prediction modes to default valuesStefan Gehrer2007-07-071-3/+2
* move modification of intra prediction modes intoStefan Gehrer2007-07-071-18/+1