summaryrefslogtreecommitdiff
path: root/libavcodec/pngdsp.c
Commit message (Collapse)AuthorAge
* png: K&R formatting cosmeticsVittorio Giovara2014-03-16
|
* dsputil/pngdsp: fix signed/unsigned type in end comparisonMichael Niedermayer2013-11-28
| | | | Fixes out of array accesses and integer overflows.
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
|
* x86: call most of the x86 dsp init functions under if (ARCH_X86)Janne Grunau2012-10-08
| | | | Rename the called dsp init functions to *_init_x86.
* png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29