summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Collapse)AuthorAge
* lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini2013-04-27
| | | | The function is documented in mem.h.
* avutil/log: dont count&print repeats for empty stringsMichael Niedermayer2013-04-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/log: leave prefix printing state on empty input.Michael Niedermayer2013-04-26
| | | | | | Fixes printing the prefix after an empty string was printed Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/opencl:add opencl set param functionhighgod04012013-04-26
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: fix GET_UTF8 macro.Nicolas George2013-04-24
| | | | | Prevent 0xFE and 0xFF from being considered the start of non-standard 7-bytes sequences. No noticeable effect on speed.
* lavu/opencl:optimize compile kernel operationhighgod04012013-04-22
| | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer2013-04-21
| | | | | Fixes CID1005317 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add av_clipd_cPaul B Mahol2013-04-18
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer2013-04-17
| | | | | | | | Solution based on rational.c, which uses isinf() too This should fix compilation with msvc Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-04-17
| | | | | | Should fix pgc warning Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* butterflies_float: replace 2 lea by 2 addMichael Niedermayer2013-04-17
| | | | | | | adds are simpler instructions and should be faster or equally fast on all cpus Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-04-17
| | | | | | | 97c -> 49c Some codecs could benefit from more unrolling, but AAC doesn't. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/avutil_version: Run checks just onceMichael Niedermayer2013-04-16
| | | | | | | This ensures that applications that call avutil_version() often would not run the checls every time Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pixdesc: check for component overlapMichael Niedermayer2013-04-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pixdesc: check step/depth against each otherMichael Niedermayer2013-04-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer2013-04-16
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/pixdesc: fix rgb0 descriptorsMichael Niedermayer2013-04-16
| | | | | Found-by: durandal_1707 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pca: use av_calloc()Michael Niedermayer2013-04-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer2013-04-15
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/dict: cosmetic realign.Clément Bœsch2013-04-13
|
* log: Remove redundant va_list creation from missing_feature_sample()James Almer2013-04-13
| | | | | | | 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>
* lavu/opt: check int lists length for overflow.Nicolas George2013-04-13
| | | | Also add parens on macro arguments.
* lavu: add parens to macro argument.Nicolas George2013-04-13
|
* lavu: add av_pure to av_int_list_length_for_size.Nicolas George2013-04-13
|
* avutil/opencl: merge opencl env to opencl contexthighgod04012013-04-12
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu: add helper functions for integer lists.Nicolas George2013-04-12
| | | | | | | | 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>
* Merge commit '93e65e9a6c0895f869752a66731d9b2ec3916467'Michael Niedermayer2013-04-11
|\ | | | | | | | | | | | | | | | | | | * commit '93e65e9a6c0895f869752a66731d9b2ec3916467': Cosmetics, restore alphabetic order in atomics lists. Conflicts: libavutil/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Cosmetics, restore alphabetic order in atomics lists.Anton Khirnov2013-04-11
| |
| * dsputil: Make dsputil selectableRonald S. Bultje2013-04-10
| | | | | | | | Signed-off-by: Martin Storsjö <martin@martin.st>
| * x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-09
| | | | | | | | | | | | cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | opencl: add spec opencl device APIs 20130411highgod04012013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opencl: add opencl device list APIs 20130411highgod04012013-04-11
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/eval: rename "new_eval_expr()" to "make_eval_expr()"Stefano Sabatini2013-04-10
| | | | | | | | The new name is more semantically and stilistically consistent.
* | fix bug of finding CPU devicehighgod04012013-04-05
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | x264asm: fix cmp* number of argumentsChristophe Gisquet2013-04-05
| | | | | | | | | | | | cmp{p,s}{s,d} instructions do take an imm8 operand. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '8c65264595d5a82c56ae5043320e4b875a414229'Michael Niedermayer2013-04-05
|\| | | | | | | | | | | | | | | | | | | | | | | * 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>
| * pixdesc/pixfmt: Add XYZ colorspace for XYZ 12-bit valuesNicolas Bertrand2013-04-04
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | avutil/opencl: replace assert by check and error message in av_opencl_init()highgod04012013-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opencl: check strtol for failurehighgod04012013-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avutil/opencl: add check for the program number to create kernelhighgod04012013-04-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer2013-04-04
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'bcc94328980e6c56546792ab08b0756abdce310b': opt: check the return values of av_get_token for ENOMEM. doc: Fix best_nb_channells typo matroska: pass the lace size to the matroska_parse_rm_audio Conflicts: libavformat/matroskadec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * opt: check the return values of av_get_token for ENOMEM.Anton Khirnov2013-04-04
| |
* | Fix make checkheaders without opencl headers.Carl Eugen Hoyos2013-04-03
| |
* | Merge commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65'Michael Niedermayer2013-04-03
|\| | | | | | | | | | | | | | | | | | | * commit 'f9f6402e9c9ce3642df981b48507df3a2d956f65': configure: prettify atomics handling. Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: prettify atomics handling.Anton Khirnov2013-04-03
| | | | | | | | | | Add simpler names and a shorthand for native atomics (as opposed to pthreads fallback).
* | lavu/opencl: use consistent inclusion header guard nameStefano Sabatini2013-04-01
| |
* | lavu/opencl: apply misc cosmetics fixesStefano Sabatini2013-04-01
| | | | | | | | | | | | Split long lines, reindent code, add missing spaces between operators, remove possibly confusing comment from av_opencl_buffer_read_image() doxy, and use designated initializers for openclutils_class.
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-04-01
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cigaes/master: lavfi/af_asetnsamples: fix EOF handling. lavu/opt: make sure av_opt_set_bin() handles NULL/0. lavd/v4l2: fully init an ioctl argument. lavfi: detect merge failure for unknown layouts. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | lavu/opt: make sure av_opt_set_bin() handles NULL/0.Nicolas George2013-04-01
| | |
* | | opencl: fix double ;Michael Niedermayer2013-04-01
| | | | | | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>