summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.h
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-1/+0
|\
| * dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-1/+0
* | Merge commit 'da5be235250a61d6994408b054e3e3acf2e0f90f'Michael Niedermayer2014-03-261-6/+0
|\ \ | |/
| * dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-261-6/+0
* | Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'Michael Niedermayer2014-03-221-16/+0
|\ \ | |/
| * dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-221-16/+0
* | Merge commit '322a1dda973e802db7b57f2007fad3efcd5bab81'Michael Niedermayer2014-03-221-2/+0
|\ \ | |/
| * dsputil: Refactor duplicated CALL_2X_PIXELS / PIXELS16 macrosDiego Biurrun2014-03-221-2/+0
* | Merge commit 'f9279ee74936b4990fc46287c27816ef828cc06c'Michael Niedermayer2014-03-221-6/+1
|\ \ | |/
| * dsputil: Move ff_zigzag_direct and ff_crop_tab declarations to mathops.hDiego Biurrun2014-03-221-6/+1
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-201-1/+2
|\ \ | |/
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-1/+2
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-201-4/+8
|\ \ | |/
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-4/+8
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-2/+2
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-2/+2
* | Merge commit '503dda7d4f5b4d76eed0239e9da66993a182b009'Michael Niedermayer2014-03-141-53/+99
|\ \ | |/
| * dsputil.h: K&R formatting cosmeticsDiego Biurrun2014-03-131-53/+99
* | Merge commit '8199bb7be0db423bcbbd252d092386634fcf1d68'Michael Niedermayer2014-03-141-39/+46
|\ \ | |/
| * dsputil.h: Clean up commentsDiego Biurrun2014-03-131-39/+46
* | Merge commit 'ed9625eb62be1e1c44cecdd73ea0d80077a15d48'Michael Niedermayer2014-03-131-1/+0
|\ \ | |/
| * dsputil: Move intreadwrite.h #include from header file to .c filesDiego Biurrun2014-03-131-1/+0
| * dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-2/+0
* | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer2014-03-131-1/+0
|\ \ | |/
| * Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-1/+0
* | Merge commit 'd6096a67422534918405abb46dafbbac4608cbc3'Michael Niedermayer2014-03-131-1/+0
|\ \ | |/
| * Remove all SH4 architecture optimizationsDiego Biurrun2014-03-131-1/+0
* | Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-201-2/+0
* | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputilMichael Niedermayer2014-01-201-0/+2
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer2013-12-091-14/+0
|\ \ | |/
| * dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-14/+0
| * Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-1/+0
* | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer2013-11-081-3/+0
|\ \ | |/
| * dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-3/+0
* | Merge commit 'a64f6a04ac5773aeff2003897455dadb9609f18b'Michael Niedermayer2013-08-291-1/+1
|\ \ | |/
| * dsputil: x86: Hide arch-specific initialization detailsDiego Biurrun2013-08-281-1/+1
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-3/+0
|\ \ | |/
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-3/+0
| * dsputil: Remove dct_bitsRonald S. Bultje2013-04-191-5/+0
| * dsputil: Remove hpel functions (moved to hpeldsp)Ronald S. Bultje2013-04-191-49/+0
| * hpeldsp: Add half-pel functions (currently copies of dsputil)Ronald S. Bultje2013-04-191-6/+1
| * dsputil: Make square put/avg_pixels functions local to h264qpelRonald S. Bultje2013-04-101-14/+4
| * lavc: Move ff_cropTbl and ff_zigzag_direct from dsputil to mathtablesRonald S. Bultje2013-04-081-1/+1
* | Add avpriv_dsputil_init() and use it in lavfi where relevant.Clément Bœsch2013-04-141-0/+1
* | Merge commit 'ed16c2dbf47cdd7c48825b4da6e7036698e5dde1'Michael Niedermayer2013-04-051-2/+0
|\ \ | |/
| * h261: Remove H.261 loop filter from dsputilDiego Biurrun2013-04-051-2/+0
* | dsputil: remove duplicate or unused functions.Ronald S. Bultje2013-03-141-5/+0
* | Merge commit 'a8b6015823e628047a45916404c00044c5e80415'Michael Niedermayer2013-03-131-12/+12
|\ \ | |/
| * dsputil: convert remaining functions to use ptrdiff_t stridesLuca Barbato2013-03-121-12/+12
| * h264: Add add_pixels4/8() to h264dsp, and remove add_pixels4 from dsputilRonald S. Bultje2013-02-191-1/+0
OpenPOWER on IntegriCloud