]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/cavs.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavcodec / cavs.c
2009-04-13 stefanoRename bitstream.h to get_bits.h.
2009-02-10 stefangintroduce a macroblock index to avoid a few x*width...
2009-02-10 stefangfix multiple slices per frame
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-18 aurelmoves mid_pred() into mathops.h (with arch specific...
2009-01-16 stefangrename XXX_t enums to cavs_XXX to fix POSIX namespace...
2009-01-16 stefangrename vector_t to cavs_vector
2008-03-21 zuxyApply 'cold' attribute to init/uninit functions in...
2007-08-09 romansh * renaming (ST|LD)(16|32|64) -> AV_(R|W)N(16|32|64)
2007-07-30 romansh replacing the use of deprecated unaligned*() routines...
2007-07-25 stefanghave less functions as inline
2007-07-08 stefangsplit decoder-specific parts into their own file
2007-07-08 stefangprepare splitting decoder-only parts into own file:
2007-07-07 stefangprepare splitting decoder-only parts into own file:
2007-07-07 stefangmove dequantization into it's own inline function
2007-07-07 stefangcosmetic: rename VLC tables to make clear they
2007-07-07 stefangsetting special motion vectors in intra macroblocks
2007-07-07 stefangsetting intra prediction modes to default values
2007-07-07 stefangmove modification of intra prediction modes into
2007-07-07 stefangmove preparation of chroma intra prediction into it's
2007-07-07 stefangmove existing inline functions from cavs.c to cavs.h
2007-07-07 stefangmove context structure definition from cavs.c to cavs.h
2007-07-07 stefangmake vector constants global
2007-07-05 diegolicense header consistency cosmetics
2007-05-09 aurelmove cavs parser in it's own file
2007-05-08 aurelmove defines and enums out of cavsdata.h
2007-05-07 aurelmake some parser parameters const to avoid casting...
2007-05-05 aurelff_frame_rate_tab is now declared in mpegvideo.h
2007-05-05 aurelavoid a clash between two definitions of SEQ_START_CODE
2007-02-25 reimarAdd av_ prefix to clip functions
2006-11-12 stefangrename ff_cavs_flush to cavs_flush and make it static
2006-11-12 stefangmove all cavs-parsing to cavs.c
2006-11-12 mrurename cropTbl -> ff_cropTbl
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-07-29 stefangsome MMX optimizations for the CAVS decoder
2006-07-14 stefangavoid double copying of left border in luma prediction
2006-07-14 stefangreplace run by run+1 in VLC tables
2006-07-14 stefangchange partition flags SYM -> FWD|SYM
2006-07-14 stefangset mvP2 also in PSKIP macroblock
2006-07-14 stefangavoid overflows of qp and pic_type
2006-07-09 michaelsimplify
2006-07-09 michaelavoid redundant local variables
2006-07-09 michaelsimplify
2006-07-06 stefanghopefully better for platforms not supporting misaligne...
2006-07-06 stefangmake use of 16x16 motion comp functions, 16x8 and 8x16...
2006-07-05 stefangeven more cbp safety
2006-07-05 stefangmissed removing this line in my last commit
2006-07-04 michaelreturn -1 on bitstream errors instead of continuing...
2006-07-04 michaelsimplify intra prediction mode decoding
2006-07-04 michaelcheck cbp for validity, avoids possible out of array...
2006-07-04 michaelminor simplificationn
2006-07-03 stefangcleanup macroblock layer: merged decode of skipped MBs
2006-07-03 stefangcosmetic patch:
2006-07-03 michaelCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-02 mruremove unneeded casts
2006-07-02 mruget rid of veccpy(), replace with simple assignment
2006-07-01 michaelnew files for the CAVS decoder by (Stefan Gehrer <stefa...