summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Add a generic hash API.Reimar Döffinger2013-05-13
* Add 128 bit murmur3 hash function.Reimar Döffinger2013-05-13
* lavu/common: make FF_CEIL_RSHIFT faster when shift is constant.Clément Bœsch2013-05-13
* lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-13
* lavu: define FF_MEMORY_POISON and use itStefano Sabatini2013-05-13
* lavu/mem.h: fix typoStefano Sabatini2013-05-10
* lavu: add FF_CEIL_RSHIFT and use it in various places.Clément Bœsch2013-05-09
* tools: Add adler32 checksum toolMichael Niedermayer2013-05-09
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-08
|\
| * msvc: Move linker pragma from config.h to libavutil/internal.hMartin Storsjö2013-05-08
* | lavu/mem: fix potential int overflow and crash in av_dynarray_add()Stefano Sabatini2013-05-08
* | lavu/mem: extend documentation for av_dynarray_add()Stefano Sabatini2013-05-08
* | avutil/av_pix_fmt_swap_endianness: simplify and fix codeMichael Niedermayer2013-05-07
* | Merge commit '74652af821d7e526a6541876a637fbf81261fa8e'Michael Niedermayer2013-05-07
|\|
| * pixdesc: add function to return pixel format with swapped endiannesJanne Grunau2013-05-06
* | lavu/opencl_internal: use av_opencl_errstrhighgod04012013-05-06
* | lavu/opencl: add opencl public error APIhighgod04012013-05-05
* | Merge commit '1fda184a85178cfd7b98d9e308d18e1ded76a511'Michael Niedermayer2013-05-05
|\|
| * avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | lavu: add planar 16 bit and 8 bit rgb with alphaPaul B Mahol2013-05-03
* | Merge commit '566b7a20fd0cab44d344329538d314454a0bcc2f'Michael Niedermayer2013-05-03
|\|
| * x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-03
* | lavu/opencl: fix bug of opencl optionshighgod04012013-05-02
* | avutil/mem: add av_memdup()Michael Niedermayer2013-05-02
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-01
|\|
| * avutil: doxy: Small clarification for av_buffer_create()Derek Buitenhuis2013-04-30
* | Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer2013-05-01
|\|
| * ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-30
* | avutil/log: Fix context pointer used for get_category()Michael Niedermayer2013-04-30
* | lavu/opencl: add check version and platformhighgod04012013-04-28
* | lavu/mem: remove redundant comment from av_dynarray_add()Stefano Sabatini2013-04-27
* | avutil/log: dont count&print repeats for empty stringsMichael Niedermayer2013-04-26
* | avutil/log: leave prefix printing state on empty input.Michael Niedermayer2013-04-26
* | lavu/opencl:add opencl set param functionhighgod04012013-04-26
* | lavu: fix GET_UTF8 macro.Nicolas George2013-04-24
* | lavu/opencl:optimize compile kernel operationhighgod04012013-04-22
* | av_samples_alloc_array_and_samples: Fix sizeof type.Michael Niedermayer2013-04-21
* | lavu: add av_clipd_cPaul B Mahol2013-04-18
* | avutil/intfloat_readwrite: include common.h for isinf()Michael Niedermayer2013-04-17
* | avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf()Michael Niedermayer2013-04-17
* | butterflies_float: replace 2 lea by 2 addMichael Niedermayer2013-04-17
* | x86: float dsp: butterflies_float SSEChristophe Gisquet2013-04-17
* | avutil/avutil_version: Run checks just onceMichael Niedermayer2013-04-16
* | avutil/pixdesc: check for component overlapMichael Niedermayer2013-04-16
* | avutil/pixdesc: check step/depth against each otherMichael Niedermayer2013-04-16
* | avutil/pixdesc: support for self-checking the descriptorsMichael Niedermayer2013-04-16
* | avutil/pixdesc: fix rgb0 descriptorsMichael Niedermayer2013-04-16
* | pca: use av_calloc()Michael Niedermayer2013-04-15
* | pca: use sizeof(variable) instead of sizeos(TYPE)Michael Niedermayer2013-04-15
* | lavu/dict: cosmetic realign.Clément Bœsch2013-04-13