aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/cavs.h
Commit message (Expand)AuthorAgeFilesLines
* Convert multiplier for MV from int to ptrdiff_t.Ronald S. Bultje2013-09-281-1/+1
* Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-0/+2
|\
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-0/+2
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
|\|
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
* | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01'Michael Niedermayer2012-12-311-1/+0
|\|
| * cavsdec: export picture type in the output frameAnton Khirnov2012-12-301-1/+0
* | Merge commit '7d8482640058d66867602a6f58446c9342d9d146'Michael Niedermayer2012-12-311-6/+19
|\|
| * cavs: deMpegEncContextizeAnton Khirnov2012-12-301-6/+19
* | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8'Michael Niedermayer2012-12-191-1/+1
|\|
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-061-1/+1
|\|
| * Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-261-60/+0
|\|
| * cavs: Move inline functions only used in one file out of the headerDiego Biurrun2012-08-261-48/+0
| * cavs: Move data tables used in only one place to that fileDiego Biurrun2012-08-261-12/+0
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-131-5/+6
|\|
| * Replace int_fast integer types with their sized standard posix counterparts.Diego Biurrun2011-05-121-5/+6
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
|/
* Move cavs dsp functions to their own structMåns Rullgård2010-08-031-0/+2
* Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård2010-03-061-1/+1
* fix intra prediction modes with inter-MB neighbors,Stefan Gehrer2010-02-181-2/+7
* add heuristic to discern the old sample clips from streams encodedStefan Gehrer2010-02-151-0/+1
* introduce a macroblock index to avoid a few x*width+y calculationsStefan Gehrer2009-02-101-3/+2
* do not check for minimum slice start code, 0x00000100 is validStefan Gehrer2009-02-101-1/+0
* rename XXX_t enums to cavs_XXX to fix POSIX namespace issueStefan Gehrer2009-01-161-12/+12
* rename vector_t to cavs_vectorStefan Gehrer2009-01-161-8/+8
* Avoid POSIX-reserved _t in identifier names.Diego Biurrun2008-12-151-5/+5
* Globally rename the header inclusion guard names.Stefano Sabatini2008-08-311-3/+3
* Add FFMPEG_ prefix to all multiple inclusion guards.Diego Biurrun2007-10-171-3/+3
* have less functions as inlineStefan Gehrer2007-07-251-172/+6
* trivial warning fixesMåns Rullgård2007-07-081-2/+0
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-081-0/+9
* prepare splitting decoder-only parts into own file:Stefan Gehrer2007-07-071-0/+9
* move dequantization into its own inline functionStefan Gehrer2007-07-071-0/+20
* cosmetic: rename VLC tables to make clear theyStefan Gehrer2007-07-071-2/+2
* setting special motion vectors in intra macroblocksStefan Gehrer2007-07-071-0/+11
* setting intra prediction modes to default valuesStefan Gehrer2007-07-071-0/+5
* move modification of intra prediction modes intoStefan Gehrer2007-07-071-0/+24
* move preparation of chroma intra prediction into itsStefan Gehrer2007-07-071-0/+17
* move existing inline functions from cavs.c to cavs.hStefan Gehrer2007-07-071-0/+160
* move context structure definition from cavs.c to cavs.hStefan Gehrer2007-07-071-0/+73
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* move defines and enums out of cavsdata.hAurelien Jacobs2007-05-081-0/+154