summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
Commit message (Expand)AuthorAge
* dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-18
* lavc: Convert some remaining strides to ptrdiff_tRonald S. Bultje2013-10-15
* dsputil: Separate h264chromaDiego Biurrun2013-02-06
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* cavsdec: export picture type in the output frameAnton Khirnov2012-12-30
* cavs: deMpegEncContextizeAnton Khirnov2012-12-30
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-26
* cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-26
* Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-12
* Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-02
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* Move cavs dsp functions to their own structMåns Rullgård2010-08-03
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-06
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-18
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-15
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-10
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-10
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-16
* rename vector_t to cavs_vectorStefan Gehrer2009-01-16
* Avoid POSIX-reserved _t in identifier names.Diego Biurrun2008-12-15
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-31
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-17
* have less functions as inlineStefan Gehrer2007-07-25
* trivial warning fixesMåns Rullgård2007-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
* license header consistency cosmeticsDiego Biurrun2007-07-05
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-08