2608 Commits (9f8937b5ef1301184089f7bc31fe49c439d0ddbc)

Author SHA1 Message Date
Reimar Döffinger 4c2b3f4738 Add AV_HASH_MAX_SIZE. 12 years ago
Martin Storsjö be7952b5c3 arm: Only output eabi attributes if building for ELF 12 years ago
Michael Niedermayer 4cf7b87551 av_cpu_count: factorize "detected %d logical cores" message 12 years ago
Michael Niedermayer d480b36db4 av_d2q: Avoid llrint(), its not correctly implemented in old netbsd 12 years ago
Giorgio Vazzana 7e03886bbb avutil/md5: reindent after previous commits 12 years ago
Michael Niedermayer 64eacb839e av_d2q: fix rounding for negative values 12 years ago
Michael Niedermayer de7d290631 av_d2q: Fix infinity check 12 years ago
Michael Niedermayer 87a2bf2459 avutil/bprint: Fix doxygen comments 12 years ago
Martin Storsjö 597208fde1 cpu: Include common.h for av_popcount64 12 years ago
Clément Bœsch cf6ed1f129 lavu/opencl: remove semi-colon from macro. 12 years ago
Anton Khirnov 2a6eaeaa85 Move get_logical_cpus() from lavc/pthread to lavu/cpu. 12 years ago
Anton Khirnov f36d7831d9 pixdesc: mark gray8 as pseudopal 12 years ago
Paul B Mahol f98dbc7311 lavu/opt: check if class is NULL too 12 years ago
Michael Niedermayer 81bec0ace4 avutil/pixfmt: add forgotten deprecated to YUVJ411 12 years ago
Michael Niedermayer a90baa63c3 add YUVJ411P 12 years ago
Xidorn Quan 5a65fea655 avutil/frame: continue to process bufs even if some are empty 12 years ago
Giorgio Vazzana a67304d05f avutil/md5: move loop inside inner function 12 years ago
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