summaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs.c
Commit message (Expand)AuthorAgeFilesLines
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-2/+2
* 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 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
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-071-14/+1
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-071-158/+0
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-071-73/+0
* make vector constants globalStefan Gehrer2007-07-071-19/+19
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* move cavs parser in it's own fileAurelien Jacobs2007-05-091-81/+0
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-081-1/+2
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-071-3/+3
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-051-1/+0
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-051-1/+1
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-3/+3
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-121-2/+2
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-121-43/+81
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-121-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-291-3/+8
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-141-21/+22
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-141-4/+2
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-141-14/+6
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-141-10/+6
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-141-2/+6
* simplifyMichael Niedermayer2006-07-091-33/+16
OpenPOWER on IntegriCloud