summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '3e853ff7acc56b180950ab39e7282f1b938c8784'Hendrik Leppkes2015-08-021-0/+1
|\
| * des: extend av_des_init() doxyJames Almer2015-07-311-0/+1
* | Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes2015-08-022-3/+33
|\ \ | |/
| * des: add av_des_alloc()James Almer2015-07-312-3/+33
* | Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'Hendrik Leppkes2015-08-022-0/+22
|\ \ | |/
| * xtea: add av_xtea_alloc()James Almer2015-07-312-0/+22
* | Merge commit 'b469832de993dabbfe037bef59c68e90e82ebca5'Hendrik Leppkes2015-08-021-0/+1
|\ \ | |/
| * rc4: extend av_rc4_init() doxyJames Almer2015-07-311-0/+1
* | Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'Hendrik Leppkes2015-08-022-3/+34
|\ \ | |/
| * rc4: add av_rc4_alloc()James Almer2015-07-312-3/+34
* | Merge commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9'Hendrik Leppkes2015-08-023-1/+29
|\ \ | |/
| * blowfish: add av_blowfish_alloc()James Almer2015-07-313-1/+29
| * hmac: add missing version bump and APIChanges entryJames Almer2015-07-301-1/+1
| * fate: add test vectors for HMAC SHA and SHA-2James Almer2015-07-291-10/+36
| * hmac: add support for SHA-2James Almer2015-07-292-5/+28
* | avutil/hmac: fix API/ABI compatibility with the forkJames Almer2015-07-293-30/+44
* | avutil/hmac: support another ABI difference to the forkMichael Niedermayer2015-07-301-0/+5
* | x86/float_dsp: add missing colon to labelsJames Almer2015-07-261-1/+1
* | avutil/softfloat: Add a test for av_sincos_sf()Michael Niedermayer2015-07-251-0/+12
* | avutil: add ayuv64le and ayuv64be packed pixel formatPaul B Mahol2015-07-243-1/+30
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil2015-07-231-0/+3
* | avutil/softfloat: move av_sincos_sf() back to headerJames Almer2015-07-223-51/+48
* | Add support for TEA (Tiny Encryption Algorithm)Vesselin Bontchev2015-07-213-0/+287
* | Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer2015-07-211-2/+2
|\ \ | |/
| * parseutil: Use non ambiguous aliases for uhdLuca Barbato2015-07-211-2/+2
* | avutil/arm/intmath: return int for uint8 / uint16 clipMichael Niedermayer2015-07-201-4/+4
* | avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut2015-07-201-0/+8
* | Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer2015-07-201-0/+4
|\ \ | |/
| * parseutil: Add more resolution aliasesLuca Barbato2015-07-201-0/+4
* | avutil/x86/bswap: force inline asm versions with ICCJames Almer2015-07-181-1/+1
* | avutil/intmath: check for ICC before GCCJames Almer2015-07-181-9/+9
* | avutil/frame: Update AVFrame docs library referencesMichael Niedermayer2015-07-181-7/+7
* | avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui2015-07-141-1/+2
* | avutil/mem_internal: add missing header includesJames Almer2015-07-131-0/+3
* | avutil/frame: fix crash with av_frame_unref(NULL)Michael Niedermayer2015-07-131-0/+3
* | Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer2015-07-132-16/+44
* | avutil/mem: Fix potential overflow in overallocation codeMichael Niedermayer2015-07-111-2/+2
* | Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer2015-07-091-1/+6
|\ \ | |/
| * x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* | Put a space between string literals and macros.Chris Watkins2015-07-071-2/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil2015-07-071-0/+37
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil2015-07-061-0/+59
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functionsShivraj Patil2015-07-061-0/+34
* | Merge commit '832129431fd5c693b12c32a1563944c631feaf36'Michael Niedermayer2015-07-031-1/+1
|\ \ | |/
| * lavu: Add version information for av_version_info()Vittorio Giovara2015-07-031-1/+1
* | Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'Michael Niedermayer2015-07-032-5/+5
|\ \ | |/
| * lavu: add an API function to return the Libav version stringwm42015-07-022-0/+14
* | lavu: Makefile: skip atomic.c if native atomics are availableRodger Combs2015-07-011-1/+2
* | avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil2015-07-011-0/+94
* | lavu: add an API function to return the FFmpeg version stringwm42015-07-012-0/+12
OpenPOWER on IntegriCloud