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
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
2013-04-13log: Remove redundant va_list creation from missing_feature_sample()James Almer
2013-04-13lavu/opt: check int lists length for overflow.Nicolas George
2013-04-13lavu: add parens to macro argument.Nicolas George
2013-04-13lavu: add av_pure to av_int_list_length_for_size.Nicolas George
2013-04-13avutil/opencl: merge opencl env to opencl contexthighgod0401
2013-04-12lavu: add helper functions for integer lists.Nicolas George
2013-04-12Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'Michael Niedermayer
2013-04-11opencl: add spec opencl device APIs 20130411highgod0401
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-11avutil/opencl: add opencl device list APIs 20130411highgod0401
2013-04-10lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
2013-04-05fix bug of finding CPU devicehighgod0401
2013-04-05x264asm: fix cmp* number of argumentsChristophe Gisquet
2013-04-05Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
2013-04-04avutil/opencl: replace assert by check and error message in av_opencl_init()highgod0401
2013-04-04avutil/opencl: check strtol for failurehighgod0401