aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec/dsputil: add 12bit simple idctMichael Niedermayer2013-09-061-0/+5
* avcodec/dsputil: fix signedness in sizeof() comparissionsMichael Niedermayer2013-08-301-2/+2
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-08-291-7/+14
|\
| * cosmetics: Place arch initialization calls in alphabetical orderDiego Biurrun2013-08-291-7/+14
* | Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer2013-08-291-1/+1
|\|
| * dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-1/+1
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-3/+6
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-3/+6
* | Merge commit '088f38a4f9f54bb923405c67c9e72d96d90aa284'Michael Niedermayer2013-05-011-4/+4
|\|
| * avcodec: Drop unnecessary ff_ name prefixes from static functionsDiego Biurrun2013-04-301-4/+4
* | Merge commit 'd4d186d185df98492d8935a87c5b5cf369db9748'Michael Niedermayer2013-04-201-3/+3
|\|
| * dsputil: Remove non-8bpp draw_edgeRonald S. Bultje2013-04-191-2/+2
| * dsputil: Merge 9-10 bpp functions for get_pixels and draw_edgeRonald S. Bultje2013-04-191-8/+2
| * dsputil: Remove unused 32-bit functionsRonald S. Bultje2013-04-191-8/+9
| * dsputil: Remove dct_bitsRonald S. Bultje2013-04-191-10/+2
| * dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-191-18/+0
* | Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-0/+5
* | Merge commit '6d25c9db11e87ec58652de6588448225137b0c57'Michael Niedermayer2013-04-111-4/+4
|\|
| * dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-101-1/+18
| * lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-081-18/+0
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-081-6/+6
* | Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer2013-04-051-29/+0
|\|
| * h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-051-29/+0
* | dsputil: Fix "warning: initialization discards const qualifier from pointer t...Michael Niedermayer2013-04-021-6/+6
* | dsputil: remove non-8bpp draw_edge.Ronald S. Bultje2013-03-151-4/+4
* | dsputil: remove duplicate or unused functions.Ronald S. Bultje2013-03-141-42/+9
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-57/+114
|\|
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-53/+106
* | dsputil: remove hpel functions (moved to hpeldsp).Ronald S. Bultje2013-03-131-18/+0
* | dsputil: make square put/avg_pixels functions local to h264qpel.Ronald S. Bultje2013-03-091-1/+14
* | Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtables.Ronald S. Bultje2013-03-061-18/+0
* | Merge commit '2ed008204d5467be03a0a3af1e293b2f7038d0a0'Michael Niedermayer2013-02-201-2/+1
|\|
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-2/+22
* | Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputil.Ronald S. Bultje2013-02-121-3/+24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-02-091-0/+1
|\|
| * dsputil: Move fdct function declarations to dct.hDiego Biurrun2013-02-091-0/+1
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\|
| * dsputil: Move LOCAL_ALIGNED macros to libavutilDiego Biurrun2013-02-081-0/+1
* | Merge commit '059866eb17cd3c66422a61d3e9c3305f55830a50'Michael Niedermayer2013-02-091-0/+14
|\|
| * dsputil: Move WRAPPER8_16_SQ macro to the only place it is usedDiego Biurrun2013-02-081-0/+14
* | Merge commit '35685a3c2a1ec09f3c62dcfc4368fe9e92bcddf6'Michael Niedermayer2013-02-091-0/+1
|\|
| * dsputil: Move ff_shrink* function declarations to separate headerDiego Biurrun2013-02-071-0/+1
* | Merge commit 'b9ba5253dd1232be4b48cfe61c31ff4b3de3d10a'Michael Niedermayer2013-02-091-0/+1
|\|
| * dsputil: Move copy_block functions to a separate headerDiego Biurrun2013-02-071-0/+1
* | Merge commit '0b016eb99d38738e2c53e36549a4732a0f863b2e'Michael Niedermayer2013-02-091-29/+0
|\|
| * dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-071-29/+0
* | Merge commit '79dad2a932534d1155079f937649e099f9e5cc27'Michael Niedermayer2013-02-071-7/+0
|\|
| * dsputil: Separate h264chromaDiego Biurrun2013-02-061-7/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-241-33/+1
|\|
| * dsputil: Separate h264 qpelMans Rullgard2013-01-241-27/+1