| Commit message (Expand) | Author | Age | Files | Lines |
* | lavu: add planar 16 bit and 8 bit rgb with alpha | Paul B Mahol | 2013-05-03 | 3 | -2/+44 |
* | Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f' | Michael Niedermayer | 2013-05-03 | 1 | -15/+17 |
|\ |
|
| * | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-05-03 | 2 | -0/+29 |
* | | lavu/opencl: fix bug of opencl options | highgod0401 | 2013-05-02 | 1 | -0/+1 |
* | | avutil/mem: add av_memdup() | Michael Niedermayer | 2013-05-02 | 2 | -0/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-05-01 | 1 | -1/+1 |
|\| |
|
| * | avutil: doxy: Small clarification for av_buffer_create() | Derek Buitenhuis | 2013-04-30 | 1 | -1/+1 |
* | | Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499' | Michael Niedermayer | 2013-05-01 | 1 | -0/+4 |
|\| |
|
| * | ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs | Diego Biurrun | 2013-04-30 | 1 | -0/+4 |
* | | avutil/log: Fix context pointer used for get_category() | Michael Niedermayer | 2013-04-30 | 1 | -1/+1 |
* | | lavu/opencl: add check version and platform | highgod0401 | 2013-04-28 | 1 | -1/+5 |
* | | lavu/mem: remove redundant comment from av_dynarray_add() | Stefano Sabatini | 2013-04-27 | 1 | -1/+0 |
* | | avutil/log: dont count&print repeats for empty strings | Michael Niedermayer | 2013-04-26 | 1 | -1/+1 |
* | | avutil/log: leave prefix printing state on empty input. | Michael Niedermayer | 2013-04-26 | 1 | -1/+2 |
* | | lavu/opencl:add opencl set param function | highgod0401 | 2013-04-26 | 3 | -1/+93 |
* | | lavu: fix GET_UTF8 macro. | Nicolas George | 2013-04-24 | 2 | -2/+2 |
* | | lavu/opencl:optimize compile kernel operation | highgod0401 | 2013-04-22 | 1 | -29/+16 |
* | | av_samples_alloc_array_and_samples: Fix sizeof type. | Michael Niedermayer | 2013-04-21 | 1 | -1/+1 |
* | | lavu: add av_clipd_c | Paul B Mahol | 2013-04-18 | 2 | -1/+21 |
* | | avutil/intfloat_readwrite: include common.h for isinf() | Michael Niedermayer | 2013-04-17 | 1 | -0/+1 |
* | | avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf() | Michael Niedermayer | 2013-04-17 | 1 | -1/+1 |
* | | butterflies_float: replace 2 lea by 2 add | Michael Niedermayer | 2013-04-17 | 1 | -2/+2 |
* | | x86: float dsp: butterflies_float SSE | Christophe Gisquet | 2013-04-17 | 2 | -0/+26 |
* | | avutil/avutil_version: Run checks just once | Michael Niedermayer | 2013-04-16 | 1 | -1/+5 |
* | | avutil/pixdesc: check for component overlap | Michael Niedermayer | 2013-04-16 | 1 | -0/+8 |
* | | avutil/pixdesc: check step/depth against each other | Michael Niedermayer | 2013-04-16 | 1 | -1/+8 |
* | | avutil/pixdesc: support for self-checking the descriptors | Michael Niedermayer | 2013-04-16 | 3 | -0/+29 |
* | | avutil/pixdesc: fix rgb0 descriptors | Michael Niedermayer | 2013-04-16 | 1 | -2/+0 |
* | | pca: use av_calloc() | Michael Niedermayer | 2013-04-15 | 1 | -2/+2 |
* | | pca: use sizeof(variable) instead of sizeos(TYPE) | Michael Niedermayer | 2013-04-15 | 1 | -1/+1 |
* | | lavu/dict: cosmetic realign. | Clément Bœsch | 2013-04-13 | 1 | -4/+4 |
* | | log: Remove redundant va_list creation from missing_feature_sample() | James Almer | 2013-04-13 | 1 | -7/+1 |
* | | lavu/opt: check int lists length for overflow. | Nicolas George | 2013-04-13 | 1 | -2/+4 |
* | | lavu: add parens to macro argument. | Nicolas George | 2013-04-13 | 1 | -1/+1 |
* | | lavu: add av_pure to av_int_list_length_for_size. | Nicolas George | 2013-04-13 | 1 | -1/+1 |
* | | avutil/opencl: merge opencl env to opencl context | highgod0401 | 2013-04-12 | 1 | -170/+160 |
* | | lavu: add helper functions for integer lists. | Nicolas George | 2013-04-12 | 3 | -0/+54 |
* | | Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467' | Michael Niedermayer | 2013-04-11 | 1 | -1/+1 |
|\| |
|
| * | Cosmetics, restore alphabetic order in atomics lists. | Anton Khirnov | 2013-04-11 | 1 | -1/+1 |
| * | dsputil: Make dsputil selectable | Ronald S. Bultje | 2013-04-10 | 1 | -0/+2 |
| * | x86inc: Fix number of operands for cmp* instructions | Christophe Gisquet | 2013-04-09 | 1 | -4/+4 |
* | | opencl: add spec opencl device APIs 20130411 | highgod0401 | 2013-04-11 | 3 | -38/+92 |
* | | avutil/opencl: add opencl device list APIs 20130411 | highgod0401 | 2013-04-11 | 2 | -142/+240 |
* | | lavu/eval: rename "new_eval_expr()" to "make_eval_expr()" | Stefano Sabatini | 2013-04-10 | 1 | -5/+5 |
* | | fix bug of finding CPU device | highgod0401 | 2013-04-05 | 1 | -28/+20 |
* | | x264asm: fix cmp* number of arguments | Christophe Gisquet | 2013-04-05 | 1 | -4/+4 |
* | | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229' | Michael Niedermayer | 2013-04-05 | 3 | -1/+30 |
|\| |
|
| * | pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit values | Nicolas Bertrand | 2013-04-04 | 3 | -1/+29 |
* | | avutil/opencl: replace assert by check and error message in av_opencl_init() | highgod0401 | 2013-04-04 | 1 | -1/+6 |
* | | avutil/opencl: check strtol for failure | highgod0401 | 2013-04-04 | 1 | -2/+13 |