| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | cavsdec: export picture type in the output frame | Anton Khirnov | 2012-12-30 | 1 | -1/+0 |
* | cavs: deMpegEncContextize | Anton Khirnov | 2012-12-30 | 1 | -6/+19 |
* | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | cavs: Move inline functions only used in one file out of the header | Diego Biurrun | 2012-08-26 | 1 | -48/+0 |
* | cavs: Move data tables used in only one place to that file | Diego Biurrun | 2012-08-26 | 1 | -12/+0 |
* | Replace int_fast integer types with their sized standard posix counterparts. | Diego Biurrun | 2011-05-12 | 1 | -5/+6 |
* | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | Move cavs dsp functions to their own struct | Måns Rullgård | 2010-08-03 | 1 | -0/+2 |
* | Remove DECLARE_ALIGNED_{8,16} macros | Måns Rullgård | 2010-03-06 | 1 | -1/+1 |
* | fix intra prediction modes with inter-MB neighbors, | Stefan Gehrer | 2010-02-18 | 1 | -2/+7 |
* | add heuristic to discern the old sample clips from streams encoded | Stefan Gehrer | 2010-02-15 | 1 | -0/+1 |
* | introduce a macroblock index to avoid a few x*width+y calculations | Stefan Gehrer | 2009-02-10 | 1 | -3/+2 |
* | do not check for minimum slice start code, 0x00000100 is valid | Stefan Gehrer | 2009-02-10 | 1 | -1/+0 |
* | rename XXX_t enums to cavs_XXX to fix POSIX namespace issue | Stefan Gehrer | 2009-01-16 | 1 | -12/+12 |
* | rename vector_t to cavs_vector | Stefan Gehrer | 2009-01-16 | 1 | -8/+8 |
* | Avoid POSIX-reserved _t in identifier names. | Diego Biurrun | 2008-12-15 | 1 | -5/+5 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | have less functions as inline | Stefan Gehrer | 2007-07-25 | 1 | -172/+6 |
* | trivial warning fixes | Måns Rullgård | 2007-07-08 | 1 | -2/+0 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-08 | 1 | -0/+9 |
* | prepare splitting decoder-only parts into own file: | Stefan Gehrer | 2007-07-07 | 1 | -0/+9 |
* | move dequantization into its own inline function | Stefan Gehrer | 2007-07-07 | 1 | -0/+20 |
* | cosmetic: rename VLC tables to make clear they | Stefan Gehrer | 2007-07-07 | 1 | -2/+2 |
* | setting special motion vectors in intra macroblocks | Stefan Gehrer | 2007-07-07 | 1 | -0/+11 |
* | setting intra prediction modes to default values | Stefan Gehrer | 2007-07-07 | 1 | -0/+5 |
* | move modification of intra prediction modes into | Stefan Gehrer | 2007-07-07 | 1 | -0/+24 |
* | move preparation of chroma intra prediction into its | Stefan Gehrer | 2007-07-07 | 1 | -0/+17 |
* | move existing inline functions from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 1 | -0/+160 |
* | move context structure definition from cavs.c to cavs.h | Stefan Gehrer | 2007-07-07 | 1 | -0/+73 |
* | license header consistency cosmetics | Diego Biurrun | 2007-07-05 | 1 | -1/+1 |
* | move defines and enums out of cavsdata.h | Aurelien Jacobs | 2007-05-08 | 1 | -0/+154 |