summaryrefslogtreecommitdiffstats
path: root/libavcodec/dsputil.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-04-051-13/+0
|\
| * dsputil: Move DV-specific ff_zigzag248_direct table to dvdataDiego Biurrun2014-04-041-13/+0
* | Merge commit '92ba965103d3884609730ba9bf293772dc78a9ef'Michael Niedermayer2014-03-261-0/+38
|\ \ | |/
| * dsputil: Move draw_edges and clear_block* out of dsputil_templateDiego Biurrun2014-03-261-0/+38
* | Merge commit 'da5be235250a61d6994408b054e3e3acf2e0f90f'Michael Niedermayer2014-03-261-22/+0
|\ \ | |/
| * dsputil: Move RV40-specific bits into rv40dspDiego Biurrun2014-03-261-22/+0
* | Merge commit '2c01ad8b206d326700974438f7193f22be416eb1'Michael Niedermayer2014-03-261-13/+5
|\ \ | |/
| * dsputil_template: Detemplatize the codeDiego Biurrun2014-03-261-13/+5
* | Merge commit 'e7373585f827d4ec05d952daa3877e8decfe3c08'Michael Niedermayer2014-03-261-1/+2
|\ \ | |/
| * dsputil_template: Move bits that are used templatized into separate fileDiego Biurrun2014-03-261-1/+2
* | Merge commit 'd3c3c1664a958923f234283e66fbcbfe69a6927f'Michael Niedermayer2014-03-261-0/+1
|\ \ | |/
| * dsputil: Move hpel_template #include out of dsputil_templateDiego Biurrun2014-03-261-0/+1
* | Merge commit '57f09608e1600d1cf1679885a46f5004d522d68f'Michael Niedermayer2014-03-221-298/+1
|\ \ | |/
| * dsputil: Move thirdpel-related bits into their own contextDiego Biurrun2014-03-221-298/+1
* | Merge commit '82bb3048013201c0095d2853d4623633d912252f'Michael Niedermayer2014-03-201-36/+31
|\ \ | |/
| * dsputil: Use correct type in me_cmp_func function pointerDiego Biurrun2014-03-201-36/+31
* | Merge commit '5169e688956be3378adb3b16a93962fe0048f1c9'Michael Niedermayer2014-03-201-4/+6
|\ \ | |/
| * dsputil: Propagate bit depth information to all (sub)init functionsDiego Biurrun2014-03-201-4/+6
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-141-12/+12
|\ \ | |/
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-131-12/+12
* | Merge commit '635ec127d4bc0c49ae0ac4a50acd3da1ca8c2150'Michael Niedermayer2014-03-141-71/+34
|\ \ | |/
| * dsputil: Merge variable declarations and initializationsDiego Biurrun2014-03-131-71/+34
* | Merge commit 'bb12c2e9c00e3d3c393885849b8fa31cd849dc92'Michael Niedermayer2014-03-141-1574/+1916
|\ \ | |/
| * dsputil: K&R formatting cosmeticsDiego Biurrun2014-03-131-1572/+1911
* | Merge commit '0a8f91b1fbc1b627d8db8c734c812beb32102936'Michael Niedermayer2014-03-141-4/+1
|\ \ | |/
| * dsputil: Remove disabled avg_no_rnd_qpel leftoversDiego Biurrun2014-03-131-4/+1
| * dsputil: Drop ff_check_alignment() functionDiego Biurrun2014-03-131-23/+0
* | Merge commit 'b4dd424d96f09f9bafb88e47f37df65dc4529143'Michael Niedermayer2014-03-131-2/+0
|\ \ | |/
| * Remove all SPARC architecture optimizationsDiego Biurrun2014-03-131-2/+0
* | Merge commit 'd6096a67422534918405abb46dafbbac4608cbc3'Michael Niedermayer2014-03-131-2/+0
|\ \ | |/
| * Remove all SH4 architecture optimizationsDiego Biurrun2014-03-131-2/+0
* | Move add/diff_int16 to lossless_videodspMichael Niedermayer2014-01-201-41/+0
* | avcodec/dsputil/huffyuv: move diff int16 and add int16 to dsputilMichael Niedermayer2014-01-201-0/+41
* | Merge commit '4958f35a2ebc307049ff2104ffb944f5f457feb3'Michael Niedermayer2013-12-091-14/+0
|\ \ | |/
| * dsputil: Move apply_window_int16 to ac3dspDiego Biurrun2013-12-081-14/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-021-5/+0
|\ \ | |/
| * dsputil: x86: Move ff_inv_zigzag_direct16 table init to mpegvideoDiego Biurrun2013-12-021-5/+0
* | Merge commit 'd1916d13e28b87f4b1b214231149e12e1d536b4b'Michael Niedermayer2013-11-281-2/+2
|\ \ | |/
| * dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2013-11-281-2/+2
| * Remove all Alpha architecture optimizationsDiego Biurrun2013-11-131-2/+0
* | Merge commit '0338c396987c82b41d322630ea9712fe5f9561d6'Michael Niedermayer2013-11-081-79/+0
|\ \ | |/
| * dsputil: Split off H.263 bits into their own H263DSPContextDiego Biurrun2013-11-081-79/+0
* | 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
OpenPOWER on IntegriCloud