summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* avutil/fixed_dsp: Check for av_malloc() failureMichael Niedermayer2015-02-221-0/+4
* Merge commit '76ce9bd8e26dcb3652240a1072840ff4011d7cdc'Michael Niedermayer2015-02-211-0/+8
|\
| * libavutil: Add ARM av_clip_intp2_armPeter Meerwald2015-02-211-0/+8
* | Merge commit 'bf07d813f6c88b5a76980f321cf7272d799c4216'Michael Niedermayer2015-02-211-0/+17
|\ \ | |/
| * libavutil: Add av_clip_intp2Peter Meerwald2015-02-211-0/+17
* | Merge commit '5b1d9ceec715846a58fe029bc3889ed6fa62436a'Michael Niedermayer2015-02-193-2/+10
|\ \ | |/
| * pixfmt: add a pixel format for QSV hwaccelAnton Khirnov2015-02-193-1/+10
* | avutil/sha: Protect macro arguments with ()Michael Niedermayer2015-02-181-6/+6
* | libavutil: optimize twofish cipherSupraja Meedinti2015-02-181-11/+41
* | x86inc: Correctly warn on use of SSE2 instructions in SSE functionsChristophe Gisquet2015-02-171-2/+4
* | avutil/aes: Add () to protect the ROT() argumentsMichael Niedermayer2015-02-171-2/+2
* | avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() argumentsMichael Niedermayer2015-02-171-1/+1
* | avutil/intmath: Add () to protect the ff_log2() argumentMichael Niedermayer2015-02-171-1/+1
* | avutil/murmur3: Add () to protect the ROT() argumentsMichael Niedermayer2015-02-171-1/+1
* | avutil/version: Add () to protect the AV_VERSION_INT() argumentsMichael Niedermayer2015-02-171-1/+1
* | avutil/log: add () to protect the argument of AV_LOG_C()Michael Niedermayer2015-02-171-1/+1
* | avutil/fixed_dsp: Use av_clip_int16() instead of the non optimized av_clip_in...Michael Niedermayer2015-02-151-2/+2
* | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer2015-02-142-4/+4
|\ \ | |/
| * Don't anonymously typedef structsDiego Biurrun2015-02-142-4/+4
* | Merge commit '0232ba62a28527579e34d44700b48017cc727e5f'Michael Niedermayer2015-02-111-1/+3
|\ \ | |/
| * frame: clarify buf documentationAnton Khirnov2015-02-081-1/+3
* | avutil/error: list most common error code in error_entries when strerror_r() ...Michael Niedermayer2015-02-101-0/+4
* | libavutil: camellia: remove unwanted memory loadsSupraja Meedinti2015-02-101-4/+2
* | pixdesc: clarify AV_PIX_FMT_FLAG_ALPHA doxygenwm42015-02-102-3/+14
* | avutil: check pixdescs in a different placewm42015-02-102-3/+3
* | avutil: move internal function out of public headerwm42015-02-103-3/+3
* | avutil/camellia: Remove redundant castsMichael Niedermayer2015-02-091-4/+4
* | avutil/camellia: Fix indention & whitespaceMichael Niedermayer2015-02-091-13/+13
* | libavutil: optimize camellia cipherSupraja Meedinti2015-02-091-10/+27
* | pixdesc: Include more functions in FF_DISABLE_DEPRECATION_WARNINGSTimothy Gu2015-02-071-1/+1
* | avutil/pixfmt: Clarify meaning of the A/X bit in RGB555 / remove wording abou...Michael Niedermayer2015-02-071-4/+4
* | avutil/pixfmt: Clarify the meaning of the alpha bits in rgb444 and similar fo...Michael Niedermayer2015-02-071-4/+4
* | avutil/pixfmt: Clarify the meaning of the "alpha" bit in rgb555/bgr555Michael Niedermayer2015-02-071-4/+4
* | avutil/pixfmt: Clarify the meaning of the alpha byte in RGB0 and similar formatsMichael Niedermayer2015-02-071-4/+4
* | avutil/opt: Fix type used to access AV_OPT_TYPE_SAMPLE_FMTMichael Niedermayer2015-02-061-2/+2
* | avutil/opt: Fix types used to access AV_OPT_TYPE_PIXEL_FMTMichael Niedermayer2015-02-061-2/+2
* | x86: lavu/x264asm: fix ymm register instantiationChristophe Gisquet2015-02-041-1/+1
* | avutil/mem: replace remaining void **/*** casts by memcpy()Michael Niedermayer2015-02-031-8/+12
* | lavu/x86/x86inc: deprecate INIT_AVXJames Darnley2015-02-021-8/+0
* | x264asm: warn when inappropriate instruction used in function with specified ...Anton Mitrofanov2015-02-021-286/+295
* | Merge commit '60392480181f24ebf3ab48d8ac3614705de90152'Michael Niedermayer2015-02-011-11/+18
|\ \ | |/
| * mem: fix pointer pointer aliasing violationsRĂ©mi Denis-Courmont2015-02-011-13/+19
| * lavu: Check av_dict_set allocationsLuca Barbato2015-01-291-6/+11
* | libavutil: Added twofish symmetric block cipherSupraja Meedinti2015-01-293-0/+448
* | avutil/aes: Rename crypt()Michael Niedermayer2015-01-281-3/+3
* | Merge commit '728685f37ab333ca35980bd01766c78d197f784a'Michael Niedermayer2015-01-272-1/+7
|\ \ | |/
| * Add a side data type for audio service type.Anton Khirnov2015-01-272-1/+7
* | avutil/pixdesc: rewrite AV_PIX_FMT_FLAG_PSEUDOPAL documentationMichael Niedermayer2015-01-241-3/+7
* | avutil/buffer: factor buffer_replace() outMichael Niedermayer2015-01-231-5/+16
* | avutil/pixfmt: Support the AV_PIX_FMT_GBRAP* formats with AV_HAVE_INCOMPATIBL...Michael Niedermayer2015-01-151-0/+3