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 (Collapse)Author
2013-05-03lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-05-03Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f'Michael Niedermayer
* commit '566b7a20fd0cab44d344329538d314454a0bcc2f': x86: float dsp: butterflies_float SSE Conflicts: libavutil/x86/float_dsp.asm Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-03x86: float dsp: butterflies_float SSEChristophe Gisquet
97c -> 49c Some codecs could benefit from more unrolling, but AAC doesn't.
2013-05-02lavu/opencl: fix bug of opencl optionshighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-02avutil/mem: add av_memdup()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: avutil: doxy: Small clarification for av_buffer_create() avcodec: doxy: Clarify how to use buf[] when implementing get_buffer2() avcodec: doxy: Clarify what get_buffer2 must fill in buf[] Conflicts: libavutil/buffer.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-01Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer
* commit 'f5eecee865a731d2412fde2f73c29f8f8115c499': ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-30avutil/log: Fix context pointer used for get_category()Michael Niedermayer
Fixes calling a random pointer Found-by: Mateusz "j00ru" Jurczyk and Gynvael Coldwind Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-30avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis
Explicitly saying it can't hurt. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-04-30ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun
This prevents non-AltiVec-enabled compilers from choking.
2013-04-29lavu/opencl: add check version and platformhighgod0401
Reviewed-by: Hanspeter Niederstrasser <niederstrasser@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-27lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini
The function is documented in mem.h.
2013-04-27avutil/log: dont count&print repeats for empty stringsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-26avutil/log: leave prefix printing state on empty input.Michael Niedermayer
Fixes printing the prefix after an empty string was printed Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-26lavu/opencl:add opencl set param functionhighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-24lavu: fix GET_UTF8 macro.Nicolas George
Prevent 0xFE and 0xFF from being considered the start of non-standard 7-bytes sequences. No noticeable effect on speed.
2013-04-22lavu/opencl:optimize compile kernel operationhighgod0401
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-21av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer
Fixes CID1005317 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-18lavu: add av_clipd_cPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-04-18avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer
Solution based on rational.c, which uses isinf() too This should fix compilation with msvc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer
Should fix pgc warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17butterflies_float: replace 2 lea by 2 addMichael Niedermayer
adds are simpler instructions and should be faster or equally fast on all cpus Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-17x86: float dsp: butterflies_float SSEChristophe Gisquet
97c -> 49c Some codecs could benefit from more unrolling, but AAC doesn't. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16avutil/avutil_version: Run checks just onceMichael Niedermayer
This ensures that applications that call avutil_version() often would not run the checls every time Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16avutil/pixdesc: check for component overlapMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16avutil/pixdesc: check step/depth against each otherMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-16avutil/pixdesc: fix rgb0 descriptorsMichael Niedermayer
Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-15pca: use av_calloc()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-15pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-14lavu/dict: cosmetic realign.Clément Bœsch
2013-04-13log: Remove redundant va_list creation from missing_feature_sample()James Almer
avpriv_request_sample() and avpriv_report_missing_feature() were printing bogus values for the extra arguments. Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-13lavu/opt: check int lists length for overflow.Nicolas George
Also add parens on macro arguments.
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
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12lavu: add helper functions for integer lists.Nicolas George
Add av_int_list_length() to compute a list length. Add av_opt_set_int_list() to set a binary option. Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-12Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'Michael Niedermayer
* commit '93e65e9a6c0895f869752a66731d9b2ec3916467': Cosmetics, restore alphabetic order in atomics lists. Conflicts: libavutil/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-11opencl: add spec opencl device APIs 20130411highgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-11Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov
2013-04-11avutil/opencl: add opencl device list APIs 20130411highgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-10lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini
The new name is more semantically and stilistically consistent.
2013-04-10dsputil: Make dsputil selectableRonald S. Bultje
Signed-off-by: Martin Storsjö <martin@martin.st>
2013-04-10x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet
cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-05fix bug of finding CPU devicehighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-05x264asm: fix cmp* number of argumentsChristophe Gisquet
cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-05Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer
* commit '8c65264595d5a82c56ae5043320e4b875a414229': pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values img2: Add j2k file extension for JPEG 2000 Conflicts: libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-04pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand
Signed-off-by: Diego Biurrun <diego@biurrun.de>
2013-04-04avutil/opencl: replace assert by check and error message in av_opencl_init()highgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-04avutil/opencl: check strtol for failurehighgod0401
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>