37732 Commits (5694427dc384cb6f35fc84d87615854d53c2de3a)

Author SHA1 Message Date
Paul B Mahol 2b790b1c9e avcodec/xpmdec: do not allow number of colors to be higher than allocated 8 years ago
Paul B Mahol fbc1f323db avcodec/xpmdec: rename yet another function 8 years ago
Paul B Mahol 9d7e71a233 avcodec/xpmdec: rename convert to hex_char_to_number 8 years ago
Paul B Mahol 7133ab435a avcodec/xpmdec: improve comment for one function and also fix 2 identation issues 8 years ago
Paul B Mahol e73325b971 avcodec/xpmdec: skip everything before signature 8 years ago
Paul B Mahol 01b069c1b8 avcodec/codec_desc: add mime type for X-BitMap 8 years ago
Paul B Mahol 404d2b977f avcodec/codec_desc: add mime type for X-PixMap 8 years ago
Paul B Mahol eda78c8b7f avcodec/xpmdec: make convert function more picky about its input 8 years ago
Paras Chadha 5dab7b91ad avcodec: add XPM decoder and demuxer 8 years ago
Paul B Mahol 807d5dcde9 avcodec/scpr: use correct linesize for prev frame 8 years ago
Michael Niedermayer ce010655a6 avcodec/dca_xll: Fix runtime error: signed integer overflow: 2147286116 + 6298923 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 44e2105189 avcodec/amrwbdec: Fix runtime error: left shift of negative value -1 8 years ago
Michael Niedermayer f4c2302ee2 avcodec/dca_xll: Fix runtime error: signed integer overflow: 1762028192 + 698372290 cannot be represented in type 'int' 8 years ago
Michael Niedermayer 47cc9c1d77 avcodec/wavpack: Fix runtime error: signed integer overflow: -2147483648 + -83886075 cannot be represented in type 'int' 8 years ago
Martin Storsjö 26ee83acc4 aarch64: vp9itxfm: Reorder iadst16 coeffs 8 years ago
Martin Storsjö b2e20d8984 arm: vp9itxfm: Reorder iadst16 coeffs 8 years ago
Martin Storsjö f952273019 aarch64: vp9itxfm: Reorder the idct coefficients for better pairing 8 years ago
Martin Storsjö 4f693b56bd arm: vp9itxfm: Reorder the idct coefficients for better pairing 8 years ago
Martin Storsjö 2905657b90 aarch64: vp9itxfm: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö 600f4c9b03 arm: vp9itxfm: Avoid reloading the idct32 coefficients 8 years ago
Martin Storsjö a88db8b9a0 arm: vp9lpf: Implement the mix2_44 function with one single filter pass 8 years ago
Martin Storsjö f32690a298 aarch64: vp9lpf: Use dup+rev16+uzp1 instead of dup+lsr+dup+trn1 8 years ago
Martin Storsjö 3fbbad2984 arm/aarch64: vp9lpf: Keep the comparison to E within 8 bit 8 years ago
Martin Storsjö c8d6eec85d aarch64: vp9lpf: Fix broken indentation/vertical alignment 8 years ago
Martin Storsjö 9f3a886364 aarch64: vp9lpf: Interleave the start of flat8in into the calculation above 8 years ago
Martin Storsjö 83399cf569 arm: vp9lpf: Interleave the start of flat8in into the calculation above 8 years ago
Martin Storsjö 92ab8374b1 arm: vp9lpf: Use orrs instead of orr+cmp 8 years ago
Martin Storsjö f0ecbb13cf arm/aarch64: vp9lpf: Calculate !hev directly 8 years ago
Martin Storsjö 148cc0bb89 aarch64: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling 8 years ago
Martin Storsjö 758302e4bc arm: vp9itxfm: Optimize 16x16 and 32x32 idct dc by unrolling 8 years ago
Martin Storsjö 045e33ae3f aarch64: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter 8 years ago
Martin Storsjö bff0771590 arm: vp9mc: Calculate less unused data in the 4 pixel wide horizontal filter 8 years ago
Martin Storsjö ac6cb8ae5b aarch64: vp9mc: Simplify the extmla macro parameters 8 years ago
Martin Storsjö 16ef000799 aarch64: vp9itxfm: Fix incorrect vertical alignment 8 years ago
Martin Storsjö d0fbf7f34e aarch64: vp9itxfm: Update a comment to refer to a register with a different name 8 years ago
Martin Storsjö 6752318c73 aarch64: vp9itxfm: Use the right lane sizes in 8x8 for improved readability 8 years ago
Martin Storsjö 19a0f9529c aarch64: vp9itxfm: Use a single lane ld1 instead of ld1r where possible 8 years ago
Martin Storsjö 3006e5253a aarch64: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function 8 years ago
Martin Storsjö 1d8ab576a7 arm: vp9itxfm: Share instructions for loading idct coeffs in the 8x8 function 8 years ago
Martin Storsjö 9532a7d4d0 aarch64: vp9itxfm: Do separate functions for half/quarter idct16 and idct32 8 years ago
Martin Storsjö 824589556c arm: vp9itxfm: Do a simpler half/quarter idct16/idct32 when possible 8 years ago
Martin Storsjö a681c793a3 aarch64: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function 8 years ago
Martin Storsjö 3bd9b39108 arm: vp9itxfm: Move the load_add_store macro out from the itxfm16 pass2 function 8 years ago
Martin Storsjö dc47bf3872 aarch64: vp9itxfm: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö f8fcee0daf arm: vp9itxfm: Make the larger core transforms standalone functions 8 years ago
Martin Storsjö 52c7366c83 aarch64: vp9itxfm: Restructure the idct32 store macros 8 years ago
Martin Storsjö 31e41350d2 arm: vp9itxfm: Avoid .irp when it doesn't save any lines 8 years ago
Michael Niedermayer 6e913f2129 avcodec/vp56: Reset have_undamaged_frame on resolution changes 8 years ago
Michael Niedermayer dc0b9b218c avcodec/h264_ps: Forward errors from decode_scaling_list() 8 years ago
Aaron Boxer 195784ec95 libavcodec/libopenjpegenc: enable lossless option, remove layer option, and improve defaults 8 years ago