OSDN Git Service

rtpdec: Don't pass non-const pointers to fmtp attribute parsing functions
[android-x86/external-ffmpeg.git] / libavcodec / cavsdsp.c
2014-07-25 Diego Biurrunqpeldsp: Mark source pointer in qpel_mc_func function...
2014-07-18 Diego Biurrunidct: Convert IDCT permutation #defines to an enum
2014-06-30 Diego Biurrundsputil: Split off IDCT bits into their own context
2014-03-22 Diego Biurrundsputil: Move ff_zigzag_direct and ff_crop_tab declarat...
2014-03-13 Diego Biurrundsputil: cosmetics: Lose camelCase on ff_cropTbl and...
2013-04-30 Diego Biurrunavcodec: Drop unnecessary ff_ name prefixes from static...
2013-04-08 Martin Storsjölavc: Make pointers to ff_cropTbl const
2013-03-12 Luca Barbatodsputil: convert remaining functions to use ptrdiff_t...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-10-08 Janne Grunaux86: cavs: call ff_cavsdsp_init_x86() under if (ARCH_X86)
2012-09-07 Mans Rullgardcavsdsp: set idct permutation independently of dsputil
2012-08-15 Martin StorsjöDon't include common.h from avutil.h
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-08-25 Måns RullgårdRemove duplicate definitions of fullpel MC functions
2010-08-03 Måns RullgårdMove cavs dsp functions to their own struct
2010-03-06 Måns RullgårdMove some dsp func prototypes to dsputil.h; they are...
2010-01-13 Zuxy MengMore av_cold for infrequently called functions.
2009-02-10 Stefan Gehreravoid duplicating dsputil's clear_block
2007-07-05 Diego Biurrunlicense header consistency cosmetics
2007-02-25 Reimar DöffingerAdd av_ prefix to clip functions
2006-11-12 Måns Rullgårdrename cropTbl -> ff_cropTbl
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-07-29 Stefan Gehrersome MMX optimizations for the CAVS decoder
2006-07-04 Michael Niedermayeradd rounding bias earlier in the idct, avoids many...
2006-07-03 Michael NiedermayerCAVS decoder by (Stefan Gehrer stefan.gehrer gmx.de)
2006-07-01 Michael Niedermayernew files for the CAVS decoder by (Stefan Gehrer <stefa...