Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2015-08-07avutil/float_dsp: Remove use of deprecated av_set_cpu_flags_mask()Michael Niedermayer
2015-08-05x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov
2015-08-04x86inc: Drop SECTION_TEXT macroHenrik Gramner
2015-08-04x86inc: Support arbitrary stack alignmentsHenrik Gramner
2015-08-03x86: move XOP emulation code back to x86incJames Almer
2015-08-03avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert
2015-08-03x86inc: Various minor backports from x264Henrik Gramner
2015-08-03x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner
2015-08-02Merge commit '3e853ff7acc56b180950ab39e7282f1b938c8784'Hendrik Leppkes
2015-08-02Merge commit 'd9e8b47e3144262d6bc4681740411d4bdafad6ac'Hendrik Leppkes
2015-08-02Merge commit '5d8bea3bb2357bb304f8f771a4107039037c5549'Hendrik Leppkes
2015-08-02Merge commit 'b469832de993dabbfe037bef59c68e90e82ebca5'Hendrik Leppkes
2015-08-02Merge commit 'ae365453c370c85f278bff7fbf9e20d9d335cb2a'Hendrik Leppkes
2015-08-02Merge commit '7a7df34c91e16ea8936f59524145a2cdd6b790f9'Hendrik Leppkes
2015-07-31des: extend av_des_init() doxyJames Almer
2015-07-31des: add av_des_alloc()James Almer
2015-07-31xtea: add av_xtea_alloc()James Almer
2015-07-31rc4: extend av_rc4_init() doxyJames Almer
2015-07-31rc4: add av_rc4_alloc()James Almer
2015-07-31blowfish: add av_blowfish_alloc()James Almer
2015-07-30hmac: add missing version bump and APIChanges entryJames Almer
2015-07-30avutil/hmac: fix API/ABI compatibility with the forkJames Almer
2015-07-30avutil/hmac: support another ABI difference to the forkMichael Niedermayer
2015-07-29fate: add test vectors for HMAC SHA and SHA-2James Almer
2015-07-29hmac: add support for SHA-2James Almer
2015-07-26x86/float_dsp: add missing colon to labelsJames Almer
2015-07-25avutil/softfloat: Add a test for av_sincos_sf()Michael Niedermayer
2015-07-24avutil: add ayuv64le and ayuv64be packed pixel formatPaul B Mahol
2015-07-23avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for VP9 lpf functionsShivraj Patil
2015-07-23avutil/softfloat: move av_sincos_sf() back to headerJames Almer
2015-07-22Add support for TEA (Tiny Encryption Algorithm)Vesselin Bontchev
2015-07-21Merge commit '219b39a71a5694b1c14a07b86477f665a5b6849b'Michael Niedermayer
2015-07-21parseutil: Use non ambiguous aliases for uhdLuca Barbato
2015-07-20avutil/arm/intmath: return int for uint8 / uint16 clipMichael Niedermayer
2015-07-20avcodec: Implementation of AAC_fixed_decoder (SBR-module)Djordje Pesut
2015-07-20Merge commit 'e93ca480c91397f82f2ea5b6a8b82ac6d0e2bfd2'Michael Niedermayer
2015-07-20parseutil: Add more resolution aliasesLuca Barbato
2015-07-19avutil/x86/bswap: force inline asm versions with ICCJames Almer
2015-07-19avutil/intmath: check for ICC before GCCJames Almer
2015-07-18avutil/frame: Update AVFrame docs library referencesMichael Niedermayer
2015-07-14avutil/fifo: Fix the case where func() returns less bytes than requested in a...Zhang Rui
2015-07-14avutil/mem_internal: add missing header includesJames Almer
2015-07-13avutil/frame: fix crash with av_frame_unref(NULL)Michael Niedermayer
2015-07-13Factor duplicated ff_fast_malloc() out into mem_internal.hMichael Niedermayer
2015-07-11avutil/mem: Fix potential overflow in overallocation codeMichael Niedermayer
2015-07-09Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer
2015-07-09x86: Serialize rdtsc in read_time()Henrik Gramner
2015-07-07Put a space between string literals and macros.Chris Watkins
2015-07-07avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for idctdsp functionsShivraj Patil
2015-07-06avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for me_cmp functionsShivraj Patil