aboutsummaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-033-2/+44
* Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f'Michael Niedermayer2013-05-031-15/+17
|\
| * x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-032-0/+29
* | lavu/opencl: fix bug of opencl optionshighgod04012013-05-021-0/+1
* | avutil/mem: add av_memdup()Michael Niedermayer2013-05-022-0/+19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-011-1/+1
|\|
| * avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis2013-04-301-1/+1
* | Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer2013-05-011-0/+4
|\|
| * ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-301-0/+4
* | avutil/log: Fix context pointer used for get_category()Michael Niedermayer2013-04-301-1/+1
* | lavu/opencl: add check version and platformhighgod04012013-04-281-1/+5
* | lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini2013-04-271-1/+0
* | avutil/log: dont count&print repeats for empty stringsMichael Niedermayer2013-04-261-1/+1
* | avutil/log: leave prefix printing state on empty input.Michael Niedermayer2013-04-261-1/+2
* | lavu/opencl:add opencl set param functionhighgod04012013-04-263-1/+93
* | lavu: fix GET_UTF8 macro.Nicolas George2013-04-242-2/+2
* | lavu/opencl:optimize compile kernel operationhighgod04012013-04-221-29/+16
* | av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer2013-04-211-1/+1
* | lavu: add av_clipd_cPaul B Mahol2013-04-182-1/+21
* | avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer2013-04-171-0/+1
* | avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-04-171-1/+1
* | butterflies_float: replace 2 lea by 2 addMichael Niedermayer2013-04-171-2/+2
* | x86: float dsp: butterflies_float SSEChristophe Gisquet2013-04-172-0/+26
* | avutil/avutil_version: Run checks just onceMichael Niedermayer2013-04-161-1/+5
* | avutil/pixdesc: check for component overlapMichael Niedermayer2013-04-161-0/+8
* | avutil/pixdesc: check step/depth against each otherMichael Niedermayer2013-04-161-1/+8
* | avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer2013-04-163-0/+29
* | avutil/pixdesc: fix rgb0 descriptorsMichael Niedermayer2013-04-161-2/+0
* | pca: use av_calloc()Michael Niedermayer2013-04-151-2/+2
* | pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer2013-04-151-1/+1
* | lavu/dict: cosmetic realign.Clément Bœsch2013-04-131-4/+4
* | log: Remove redundant va_list creation from missing_feature_sample()James Almer2013-04-131-7/+1
* | lavu/opt: check int lists length for overflow.Nicolas George2013-04-131-2/+4
* | lavu: add parens to macro argument.Nicolas George2013-04-131-1/+1
* | lavu: add av_pure to av_int_list_length_for_size.Nicolas George2013-04-131-1/+1
* | avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-121-170/+160
* | lavu: add helper functions for integer lists.Nicolas George2013-04-123-0/+54
* | Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'Michael Niedermayer2013-04-111-1/+1
|\|
| * Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov2013-04-111-1/+1
| * dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-0/+2
| * x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-091-4/+4
* | opencl: add spec opencl device APIs 20130411highgod04012013-04-113-38/+92
* | avutil/opencl: add opencl device list APIs 20130411highgod04012013-04-112-142/+240
* | lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini2013-04-101-5/+5
* | fix bug of finding CPU devicehighgod04012013-04-051-28/+20
* | x264asm: fix cmp* number of argumentsChristophe Gisquet2013-04-051-4/+4
* | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer2013-04-053-1/+30
|\|
| * pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-043-1/+29
* | avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-041-1/+6
* | avutil/opencl: check strtol for failurehighgod04012013-04-041-2/+13