| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/scpr: use correct linesize for prev frame | Paul B Mahol | 2017-03-12 | 1 | -1/+1 |
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 629... | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/amrwbdec: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698... | Michael Niedermayer | 2017-03-12 | 1 | -1/+1 |
* | avcodec/wavpack: Fix runtime error: signed integer overflow: -2147483648 + -8... | Michael Niedermayer | 2017-03-12 | 1 | -2/+2 |
* | aarch64: vp9itxfm: Reorder iadst16 coeffs | Martin Storsjö | 2017-03-11 | 1 | -6/+6 |
* | arm: vp9itxfm: Reorder iadst16 coeffs | Martin Storsjö | 2017-03-11 | 1 | -6/+6 |
* | aarch64: vp9itxfm: Reorder the idct coefficients for better pairing | Martin Storsjö | 2017-03-11 | 1 | -62/+62 |
* | arm: vp9itxfm: Reorder the idct coefficients for better pairing | Martin Storsjö | 2017-03-11 | 1 | -62/+62 |
* | aarch64: vp9itxfm: Avoid reloading the idct32 coefficients | Martin Storsjö | 2017-03-11 | 1 | -67/+43 |
* | arm: vp9itxfm: Avoid reloading the idct32 coefficients | Martin Storsjö | 2017-03-11 | 1 | -126/+120 |
* | arm: vp9lpf: Implement the mix2_44 function with one single filter pass | Martin Storsjö | 2017-03-11 | 2 | -3/+195 |
* | aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 | Martin Storsjö | 2017-03-11 | 1 | -12/+9 |
* | arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit | Martin Storsjö | 2017-03-11 | 2 | -37/+14 |
* | aarch64: vp9lpf: Fix broken indentation/vertical alignment | Martin Storsjö | 2017-03-11 | 1 | -2/+2 |
* | aarch64: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-03-11 | 1 | -3/+11 |
* | arm: vp9lpf: Interleave the start of flat8in into the calculation above | Martin Storsjö | 2017-03-11 | 1 | -2/+6 |
* | arm: vp9lpf: Use orrs instead of orr+cmp | Martin Storsjö | 2017-03-11 | 1 | -8/+4 |
* | arm/aarch64: vp9lpf: Calculate !hev directly | Martin Storsjö | 2017-03-11 | 2 | -6/+4 |
* | aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-03-11 | 1 | -18/+36 |
* | arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling | Martin Storsjö | 2017-03-11 | 1 | -18/+36 |
* | aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-03-11 | 1 | -2/+13 |
* | arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter | Martin Storsjö | 2017-03-11 | 1 | -11/+22 |
* | aarch64: vp9mc: Simplify the extmla macro parameters | Martin Storsjö | 2017-03-11 | 1 | -25/+25 |
* | aarch64: vp9itxfm: Fix incorrect vertical alignment | Martin Storsjö | 2017-03-11 | 1 | -3/+3 |
* | aarch64: vp9itxfm: Update a comment to refer to a register with a different name | Martin Storsjö | 2017-03-11 | 1 | -2/+2 |
* | aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability | Martin Storsjö | 2017-03-11 | 1 | -8/+8 |
* | aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible | Martin Storsjö | 2017-03-11 | 1 | -8/+8 |
* | aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 func... | Martin Storsjö | 2017-03-11 | 1 | -2/+1 |
* | arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function | Martin Storsjö | 2017-03-11 | 1 | -2/+1 |
* | aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 | Martin Storsjö | 2017-03-11 | 1 | -59/+466 |
* | arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible | Martin Storsjö | 2017-03-11 | 1 | -54/+537 |
* | aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 f... | Martin Storsjö | 2017-03-11 | 1 | -45/+45 |
* | arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function | Martin Storsjö | 2017-03-11 | 1 | -36/+36 |
* | aarch64: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-03-11 | 1 | -17/+25 |
* | arm: vp9itxfm: Make the larger core transforms standalone functions | Martin Storsjö | 2017-03-11 | 1 | -17/+26 |
* | aarch64: vp9itxfm: Restructure the idct32 store macros | Martin Storsjö | 2017-03-11 | 1 | -40/+40 |
* | arm: vp9itxfm: Avoid .irp when it doesn't save any lines | Martin Storsjö | 2017-03-11 | 1 | -12/+12 |
* | avcodec/vp56: Reset have_undamaged_frame on resolution changes | Michael Niedermayer | 2017-03-11 | 1 | -0/+2 |
* | avcodec/h264_ps: Forward errors from decode_scaling_list() | Michael Niedermayer | 2017-03-11 | 1 | -18/+26 |
* | libavcodec/libopenjpegenc: enable lossless option, remove layer option, and i... | Aaron Boxer | 2017-03-09 | 1 | -10/+7 |
* | avcodec/vp8: Fix hang with slice threads | Thomas Guilbert | 2017-03-10 | 1 | -1/+3 |
* | avcodec/movtextdec: run mov_text_cleanup() before overwriting pointers | Michael Niedermayer | 2017-03-09 | 1 | -0/+2 |
* | avcodec/mpeg4videodec: Fix runtime error: signed integer overflow: -135088512... | Michael Niedermayer | 2017-03-09 | 1 | -1/+11 |
* | avcodec/h264_mvpred: Fix runtime error: left shift of negative value -1 | Michael Niedermayer | 2017-03-09 | 1 | -1/+1 |
* | avcodec/mjpegdec: Fix runtime error: left shift of negative value -127 | Michael Niedermayer | 2017-03-09 | 1 | -2/+2 |
* | avcodec/mpegaudiodec_template: Check for negative e | Michael Niedermayer | 2017-03-09 | 1 | -1/+1 |
* | avcodec/cuvid: add support for cropping/resizing | Timo Rothenpieler | 2017-03-09 | 1 | -19/+66 |
* | avcodec: clarify some decoding/encoding API details | wm4 | 2017-03-09 | 1 | -9/+35 |
* | aacdec: do not mutate input packet metadata | wm4 | 2017-03-09 | 3 | -7/+7 |