| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'f81be06cf614919d71ded29b8f595bef40123ad8' | James Almer | 2017-03-19 | 1 | -2/+2 |
|\ |
|
| * | cavs: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -2/+2 |
* | | avcodec/cavs: Check for av_malloc* failure in ff_cavs_init_top_lines() | Michael Niedermayer | 2015-01-10 | 1 | -1/+1 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -2/+2 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -2/+2 |
* | | avcodec/cavs: make cavs_chroma_qp non static | Michael Niedermayer | 2014-06-28 | 1 | -0/+1 |
* | | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' | Michael Niedermayer | 2014-06-19 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Split clear_block*/fill_block* off into a separate context | Diego Biurrun | 2014-06-18 | 1 | -0/+2 |
| * | lavc: Convert some remaining strides to ptrdiff_t | Ronald S. Bultje | 2013-10-15 | 1 | -1/+1 |
* | | cavsdec: fix qp fixed slice handling | Michael Niedermayer | 2014-06-09 | 1 | -0/+1 |
* | | Convert multiplier for MV from int to ptrdiff_t. | Ronald S. Bultje | 2013-09-28 | 1 | -1/+1 |
* | | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27' | Michael Niedermayer | 2013-02-07 | 1 | -0/+2 |
|\| |
|
| * | dsputil: Separate h264chroma | Diego Biurrun | 2013-02-06 | 1 | -0/+2 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -1/+1 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -1/+1 |
* | | Merge commit '5e6ee38bd3cef0dd05f1dd7977c71f3479eb6d01' | Michael Niedermayer | 2012-12-31 | 1 | -1/+0 |
|\| |
|
| * | cavsdec: export picture type in the output frame | Anton Khirnov | 2012-12-30 | 1 | -1/+0 |
* | | Merge commit '7d8482640058d66867602a6f58446c9342d9d146' | Michael Niedermayer | 2012-12-31 | 1 | -6/+19 |
|\| |
|
| * | cavs: deMpegEncContextize | Anton Khirnov | 2012-12-30 | 1 | -6/+19 |
* | | Merge commit 'f1d8763a02b5fce9a7d9789e049d74a45b15e1e8' | Michael Niedermayer | 2012-12-19 | 1 | -1/+1 |
|\| |
|
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-06 | 1 | -1/+1 |
|\| |
|
| * | Give all anonymously typedeffed structs in headers a name | Diego Biurrun | 2012-10-06 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-26 | 1 | -60/+0 |
|\| |
|
| * | 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 |
* | | Merge remote branch 'qatar/master' | Michael Niedermayer | 2011-05-13 | 1 | -5/+6 |
|\| |
|
| * | 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 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
|/ |
|
* | 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 |