summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.c
Commit message (Expand)AuthorAge
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* fix multiple slices per frameStefan Gehrer2009-02-10
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* moves mid_pred() into mathops.h (with arch specific code split by directory)Aurelien Jacobs2009-01-18
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-21
* * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)Roman Shaposhnik2007-08-09
* replacing the use of deprecated unaligned*() routines by LD64 and AV_RB32Roman Shaposhnik2007-07-30
* have less functions as inlineStefan Gehrer2007-07-25
* split decoder-specific parts into their own fileStefan Gehrer2007-07-08
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-08
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-07
* move dequantization into its own inline functionStefan Gehrer2007-07-07
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-07
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-07
* setting intra prediction modes to default valuesStefan Gehrer2007-07-07
* move modification of intra prediction modes intoStefan Gehrer2007-07-07
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-07
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-07
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-07
* make vector constants globalStefan Gehrer2007-07-07
* license header consistency cosmeticsDiego Biurrun2007-07-05
* move cavs parser in it's own fileAurelien Jacobs2007-05-09
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-08
* make some parser parameters const to avoid casting const to non-constAurelien Jacobs2007-05-07
* ff_frame_rate_tab is now declared in mpegvideo.hAurelien Jacobs2007-05-05
* avoid a clash between two definitions of SEQ_START_CODEAurelien Jacobs2007-05-05
* Add av_ prefix to clip functionsReimar Döffinger2007-02-25
* rename ff_cavs_flush to cavs_flush and make it staticStefan Gehrer2006-11-12
* move all cavs-parsing to cavs.cStefan Gehrer2006-11-12
* rename cropTbl -> ff_cropTblMåns Rullgård2006-11-12
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* some MMX optimizations for the CAVS decoderStefan Gehrer2006-07-29
* avoid double copying of left border in luma predictionStefan Gehrer2006-07-14
* replace run by run+1 in VLC tablesStefan Gehrer2006-07-14
* change partition flags SYM -> FWD|SYMStefan Gehrer2006-07-14
* set mvP2 also in PSKIP macroblockStefan Gehrer2006-07-14
* avoid overflows of qp and pic_typeStefan Gehrer2006-07-14
* simplifyMichael Niedermayer2006-07-09
* avoid redundant local variablesMichael Niedermayer2006-07-09
* simplifyMichael Niedermayer2006-07-09
* hopefully better for platforms not supporting misaligned readStefan Gehrer2006-07-06
* make use of 16x16 motion comp functions, 16x8 and 8x16 do not seem to be wort...Stefan Gehrer2006-07-06
* even more cbp safetyStefan Gehrer2006-07-05
* missed removing this line in my last commitStefan Gehrer2006-07-05
* return -1 on bitstream errors instead of continuing, as the following stuff a...Michael Niedermayer2006-07-04
* simplify intra prediction mode decodingMichael Niedermayer2006-07-04
* check cbp for validity, avoids possible out of array reads / segfaultsMichael Niedermayer2006-07-04
* minor simplificationnMichael Niedermayer2006-07-04