summaryrefslogtreecommitdiffstats
path: root/libavcodec/binkdsp.h
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5'Clément Bœsch2017-03-291-1/+3
|\ | | | | | | | | | | | | * commit 'baab87c4f30e75ea309294b06adcd01ce678bdc5': bink: Have function pointer prototype match implementation Merged-by: Clément Bœsch <u@pkh.me>
| * bink: Have function pointer prototype match implementationDiego Biurrun2016-11-021-1/+3
| | | | | | | | libavcodec/binkdsp.c(156) : warning C4028: formal parameter 1 different from declaration
* | Merge commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b'Michael Niedermayer2014-05-301-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'cb52a17cb62297802b0a77e5af9850d87c3f925b': dsputil: Move Bink-specific add_pixels8 to binkdsp Conflicts: libavcodec/dsputil.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * dsputil: Move Bink-specific add_pixels8 to binkdspDiego Biurrun2014-05-291-0/+1
| |
* | Reinstate proper FFmpeg license for all files.Thilo Borgmann2013-08-301-4/+4
|/
* use my full first name instead of short one in copyrightsKostya Shishkov2013-06-011-1/+1
|
* Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+1
|
* dsputil: move a bink-only function to binkdspMans Rullgard2011-07-271-0/+1
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* bink: make IDCT take 32-bit inputKostya Shishkov2011-07-271-0/+39
Since IDCT transforming 32-bit input to 8-bit output is unusual and unpractical for most codecs, move Bink IDCT into separate context. Get rid of an additional permutation table while at it since SIMD support for Bink IDCT is unlikely to be implemented in foreseeable future. Quantisation tables also have to change type to signed for proper dequantisation of DCT coefficients. Signed-off-by: Mans Rullgard <mans@mansr.com>
OpenPOWER on IntegriCloud