3141 Commits (2c7d3ecfc962fe2d2afa84cd347136060468fe0e)

Author SHA1 Message Date
Michael Niedermayer 9c49d5908d avutil/hmac: silence pointer type warnings 12 years ago
Giorgio Vazzana d0a34aeedf md5: optimize second round by using 4-operation form of G() 12 years ago
Reimar Döffinger 24c65eb29f md5: avoid unnecessary copying. 12 years ago
Anton Khirnov 40020e171a doxy: add a section about versioning. 12 years ago
Anton Khirnov bc8c1cdc7b lavfi doxy: add a page for lavfi. 12 years ago
Paul B Mahol 3a751eab78 lavu/opt: add AV_OPT_TYPE_COLOR 12 years ago
James Almer b22f96b736 Rename ffadler to ffhash and expand it using the generic hash API 12 years ago
James Almer 35188e91ef lavu/hash: Fix CRC32 calculation 12 years ago
James Almer c55c715c81 lavu/hash: Fix adler32 calculation 12 years ago
Diego Biurrun d46c588f3c Remove commented-out #includes 12 years ago
Michael Niedermayer e003413fe9 murmur3: fix memleak 12 years ago
Michael Niedermayer c7c71f95f8 replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_* 12 years ago
Anton Khirnov e6c4ac7b5f pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* 12 years ago
Kieran Kunhya ede75ebc9b Clarify output of av_get_bits_per_pixel 12 years ago
James Almer dc7656279a lavu/hash: Fix name of SHA224 12 years ago
Reimar Döffinger 7d1d596817 Add a generic hash API. 12 years ago
Reimar Döffinger 86215c326e Add 128 bit murmur3 hash function. 12 years ago
Clément Bœsch b3c263e209 lavu/common: make FF_CEIL_RSHIFT faster when shift is constant. 12 years ago
Stefano Sabatini e3984166a4 lavu/mem: add av_dynarray2_add() 12 years ago
Stefano Sabatini 84be806982 lavu: define FF_MEMORY_POISON and use it 12 years ago
Stefano Sabatini eeb9a4928d lavu/mem.h: fix typo 12 years ago
Clément Bœsch 570d63eef3 lavu: add FF_CEIL_RSHIFT and use it in various places. 12 years ago
Michael Niedermayer 3d66ce17b7 tools: Add adler32 checksum tool 12 years ago
Stefano Sabatini ee9794ed20 lavu/mem: fix potential int overflow and crash in av_dynarray_add() 12 years ago
Stefano Sabatini c773adee3f lavu/mem: extend documentation for av_dynarray_add() 12 years ago
Martin Storsjö 06122c2533 msvc: Move linker pragma from config.h to libavutil/internal.h 12 years ago
Michael Niedermayer 2efbbc4644 avutil/av_pix_fmt_swap_endianness: simplify and fix code 12 years ago
Janne Grunau 74652af821 pixdesc: add function to return pixel format with swapped endiannes 12 years ago
highgod0401 41aa199998 lavu/opencl_internal: use av_opencl_errstr 12 years ago
highgod0401 548101b553 lavu/opencl: add opencl public error API 12 years ago
Diego Biurrun 1fda184a85 avutil: Add av_cold attributes to init functions missing them 12 years ago
Paul B Mahol e6d4e68755 lavu: add planar 16 bit and 8 bit rgb with alpha 12 years ago
Christophe Gisquet 566b7a20fd x86: float dsp: butterflies_float SSE 12 years ago
highgod0401 6354a6ce52 lavu/opencl: fix bug of opencl options 12 years ago
Michael Niedermayer 89b5039ff2 avutil/mem: add av_memdup() 12 years ago
Michael Niedermayer 7edb984dd0 avutil/log: Fix context pointer used for get_category() 12 years ago
Derek Buitenhuis af8a47905a avutil: doxy: Small clarification for av_buffer_create() 12 years ago
Diego Biurrun f5eecee865 ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs 12 years ago
highgod0401 df9117921a lavu/opencl: add check version and platform 12 years ago
Stefano Sabatini 1c1a2d1319 lavu/mem: remove redundant comment from av_dynarray_add() 12 years ago
Michael Niedermayer a057552212 avutil/log: dont count&print repeats for empty strings 12 years ago
Michael Niedermayer 74b1c32a80 avutil/log: leave prefix printing state on empty input. 12 years ago
highgod0401 f31247cf47 lavu/opencl:add opencl set param function 12 years ago
Nicolas George 29ebb7ba8d lavu: fix GET_UTF8 macro. 12 years ago
highgod0401 6d7ec4fc2e lavu/opencl:optimize compile kernel operation 12 years ago
Michael Niedermayer 63090842df av_samples_alloc_array_and_samples: Fix sizeof type. 12 years ago
Paul B Mahol 3e9c0217fd lavu: add av_clipd_c 12 years ago
Michael Niedermayer c25224737c avutil/intfloat_readwrite: include common.h for isinf() 12 years ago
Michael Niedermayer cc6f848dba avutil/intfloat_readwrite: avoid comparission with INFINITY, use isinf() 12 years ago
Michael Niedermayer 92218aad00 butterflies_float: replace 2 lea by 2 add 12 years ago