summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* mips/float_dsp: fix vector_fmul_window_mips on mips64James Cowgill2015-03-18
* OpenCL uninit bug fix - clear is_compiled flagsrikanth2015-03-16
* mips/asmdefs: use _ABI64 as defined by gccJames Cowgill2015-03-12
* avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-12
* avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_bu...Michael Niedermayer2015-03-12
* Merge commit 'dcae2e32f7d8a1ca5fb8c1e4aa81313be854dd73'Michael Niedermayer2015-03-07
|\
| * arm: Suppress tags about used cpu arch and extensionsMartin Storsjö2015-03-07
* | mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_James Cowgill2015-03-07
* | Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit"Michael Niedermayer2015-03-07
* | configure: Make compilable with VS2015 (missing hunk)Peter Tissen2015-03-06
* | avutil/opencl: is_compiled flag not being cleared in av_opencl_uninitSrikanth G2015-03-06
* | mips: port optimizations to mips n64James Cowgill2015-03-06
* | avutil/opt: Do not print inf in selftestMichael Niedermayer2015-03-05
* | mips/float_dsp: fix a bug in vector_fmul_window_mipsNedeljko Babic2015-03-05
* | avutil: Extract gamma determination from PNG encoder for future use. Adds pri...Kevin Wheatley2015-03-05
* | pixelutils: Comment on (lack of) sad_8x8_sse2Peter Cordes2015-03-04
* | pixelutils: indent comments in pixdesc.h to be clearerPeter Cordes2015-03-04
* | avutil/common: minor simplification in av_clip_intp2_c()Michael Niedermayer2015-03-02
* | avutil/opt: also test av_opt_show2()Michael Niedermayer2015-03-01
* | avutil/opt: Remove odd trailing whitespace bytes from flags help descriptionMichael Niedermayer2015-03-01
* | avutil/opt: Also test/compare the av_log output i the selftestMichael Niedermayer2015-03-01
* | avutil/ppc/intreadwrite: remove AV_??64 overriding codeMichael Niedermayer2015-03-01
* | avutil/imgutils: correctly check for negative SAR componentsMichael Niedermayer2015-02-28
* | libavutil: add x86 optimized av_popcountJames Almer2015-02-25
* | avutil/common: Fix integer overflow in av_clip_int8/16_cMichael Niedermayer2015-02-25
* | avutil/fixed_dsp: Check for av_malloc() failureMichael Niedermayer2015-02-22
* | Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc'Michael Niedermayer2015-02-21
|\|
| * libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-21
* | Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216'Michael Niedermayer2015-02-21
|\|
| * libavutil: Add av_clip_intp2Peter Meerwald2015-02-21
* | Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a'Michael Niedermayer2015-02-19
|\|
| * pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-19
* | avutil/sha: Protect macro arguments with ()Michael Niedermayer2015-02-18
* | libavutil: optimize twofish cipherSupraja Meedinti2015-02-18
* | x86inc: Correctly warn on use of SSE2 instructions in SSE functionsChristophe Gisquet2015-02-17
* | avutil/aes: Add () to protect the ROT() argumentsMichael Niedermayer2015-02-17
* | avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() argumentsMichael Niedermayer2015-02-17
* | avutil/intmath: Add () to protect the ff_log2() argumentMichael Niedermayer2015-02-17
* | avutil/murmur3: Add () to protect the ROT() argumentsMichael Niedermayer2015-02-17
* | avutil/version: Add () to protect the AV_VERSION_INT() argumentsMichael Niedermayer2015-02-17
* | avutil/log: add () to protect the argument of AV_LOG_C()Michael Niedermayer2015-02-17
* | avutil/fixed_dsp: Use av_clip_int16() instead of the non optimized av_clip_in...Michael Niedermayer2015-02-15
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-14
|\|
| * Don't anonymously typedef structsDiego Biurrun2015-02-14
* | Merge commit '0232ba62a28527579e34d44700b48017cc727e5f'Michael Niedermayer2015-02-11
|\|
| * frame: clarify buf documentationAnton Khirnov2015-02-08
* | avutil/error: list most common error code in error_entries when strerror_r() ...Michael Niedermayer2015-02-10
* | libavutil: camellia: remove unwanted memory loadsSupraja Meedinti2015-02-10
* | pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygenwm42015-02-10
* | avutil: check pixdescs in a different placewm42015-02-10