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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-05-13Add a generic hash API.Reimar Döffinger
2013-05-13Add 128 bit murmur3 hash function.Reimar Döffinger
2013-05-13lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch
2013-05-13lavu/mem: add av_dynarray2_add()Stefano Sabatini
2013-05-13lavu: define FF_MEMORY_POISON and use itStefano Sabatini
2013-05-10lavu/mem.h: fix typoStefano Sabatini
2013-05-09lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch
2013-05-09tools: Add adler32 checksum toolMichael Niedermayer
2013-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-08lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini
2013-05-08lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini
2013-05-08msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö
2013-05-07avutil/av_pix_fmt_swap_endianness: simplify and fix codeMichael Niedermayer
2013-05-07Merge commit '74652af821d7e526a6541876a637fbf81261fa8e'Michael Niedermayer
2013-05-06pixdesc: add function to return pixel format with swapped endiannesJanne Grunau
2013-05-06lavu/opencl_internal: use av_opencl_errstrhighgod0401
2013-05-05lavu/opencl: add opencl public error APIhighgod0401
2013-05-05Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer
2013-05-05avutil: Add av_cold attributes to init functions missing themDiego Biurrun
2013-05-03lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
2013-05-03Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f'Michael Niedermayer
2013-05-03x86: float dsp: butterflies_float SSEChristophe Gisquet
2013-05-02lavu/opencl: fix bug of opencl optionshighgod0401
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer
2013-05-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-01Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer
2013-04-30avutil/log: Fix context pointer used for get_category()Michael Niedermayer
2013-04-30avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun
2013-04-29lavu/opencl: add check version and platformhighgod0401
2013-04-27lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini
2013-04-27avutil/log: dont count&print repeats for empty stringsMichael Niedermayer
2013-04-26avutil/log: leave prefix printing state on empty input.Michael Niedermayer
2013-04-26lavu/opencl:add opencl set param functionhighgod0401
2013-04-24lavu: fix GET_UTF8 macro.Nicolas George
2013-04-22lavu/opencl:optimize compile kernel operationhighgod0401
2013-04-21av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer
2013-04-18lavu: add av_clipd_cPaul B Mahol
2013-04-18avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer
2013-04-17avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer
2013-04-17butterflies_float: replace 2 lea by 2 addMichael Niedermayer
2013-04-17x86: float dsp: butterflies_float SSEChristophe Gisquet
2013-04-16avutil/avutil_version: Run checks just onceMichael Niedermayer
2013-04-16avutil/pixdesc: check for component overlapMichael Niedermayer
2013-04-16avutil/pixdesc: check step/depth against each otherMichael Niedermayer
2013-04-16avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer
2013-04-16avutil/pixdesc: fix rgb0 descriptorsMichael Niedermayer
2013-04-15pca: use av_calloc()Michael Niedermayer
2013-04-15pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer
2013-04-14lavu/dict: cosmetic realign.Clément Bœsch