summaryrefslogtreecommitdiff
path: root/libavcodec/cavs.h
Commit message (Expand)AuthorAge
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-01
* Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8'James Almer2017-03-19
|\
| * cavs: Change type of stride parameters to ptrdiff_tDiego Biurrun2016-08-26
* | avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines()Michael Niedermayer2015-01-10
* | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e'Michael Niedermayer2014-07-01
|\|
| * dsputil: Split off IDCT bits into their own contextDiego Biurrun2014-06-30
* | avcodec/cavs: make cavs_chroma_qp non staticMichael Niedermayer2014-06-28
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-19
|\|
| * 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
* | cavsdec: fix qp fixed slice handlingMichael Niedermayer2014-06-09
* | Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-28
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-07
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-06
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-23
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-22
* | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-31
|\|
| * cavsdec: export picture type in the output frameAnton Khirnov2012-12-30
* | Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer2012-12-31
|\|
| * cavs: deMpegEncContextizeAnton Khirnov2012-12-30
* | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer2012-12-19
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-06
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-06
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-26
|\|
| * 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
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * 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
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-02
|/
* 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