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-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
2015-07-06avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideoencdsp functionsShivraj Patil
2015-07-03Merge commit '832129431fd5c693b12c32a1563944c631feaf36'Michael Niedermayer
2015-07-03lavu: Add version information for av_version_info()Vittorio Giovara
2015-07-03Merge commit '1316df7aa98c4784f190d107206d0bb12c590b89'Michael Niedermayer
2015-07-03lavu: add an API function to return the Libav version stringwm4
2015-07-01lavu: Makefile: skip atomic.c if native atomics are availableRodger Combs
2015-07-01avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for mpegvideo functionsShivraj Patil
2015-07-01lavu: add an API function to return the FFmpeg version stringwm4
2015-06-29avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for pixblock functionsShivraj Patil
2015-06-27avutil/x86/intmath: add missing check for inline assemblyJames Almer
2015-06-27avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer
2015-06-26avutil/log: modify AV_LOG_MAX_OFFSET for AV_LOG_TRACEZhang Rui
2015-06-20avutil/fixed_dsp: remove ff_ prefix from static functionJames Almer
2015-06-19avutil/avstring: Do not print NULLMichael Niedermayer
2015-06-19avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for hpel functionsShivraj Patil
2015-06-19avutil/crc: Fix type of p table so its content fits without overflwoingMichael Niedermayer
2015-06-19avutil/avstring: Fix undefined shiftMichael Niedermayer
2015-06-19avutil/aes: Fix typesMichael Niedermayer
2015-06-19avutil/adler32: Fix data type in test codeMichael Niedermayer
2015-06-18avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for qpel functionsShivraj Patil
2015-06-16doc: avoid incorrect phrase 'allows to'Andreas Cadhalpun
2015-06-14doc: fix spelling errorsAndreas Cadhalpun
2015-06-14softfloat: make av_div_sf() inlineJames Almer
2015-06-13avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for AVC qpel functionsShivraj Patil
2015-06-13avutil/imgutils: Simplify pix_fmt validity check in av_image_get_linesize()Michael Niedermayer