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-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
2013-04-04avutil/opencl: add check for the program number to create kernelhighgod0401
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-04-04opt: check the return values of av_get_token for ENOMEM.Anton Khirnov
2013-04-03Fix make checkheaders without opencl headers.Carl Eugen Hoyos
2013-04-03Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer
2013-04-03configure: prettify atomics handling.Anton Khirnov
2013-04-02lavu/opencl: use consistent inclusion header guard nameStefano Sabatini
2013-04-02lavu/opencl: apply misc cosmetics fixesStefano Sabatini
2013-04-01Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-04-01opencl: fix double ;Michael Niedermayer
2013-04-01opencl wrapper based on comments on 20130401highgod0401
2013-04-01lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George
2013-03-31opt: attempt to improve options dump output.Clément Bœsch
2013-03-31lavu/samplefmt: add av_samples_alloc_array_and_pointers()Stefano Sabatini
2013-03-30avutil: add av_buffer_get_ref_count()Michael Niedermayer
2013-03-29avutil/buffer: add get_opaqueXidorn Quan