3342 Commits (8b4714614f8bb85a6edd1e96bccda2bd1176e588)

Author SHA1 Message Date
Nicolas George 55cc60cd6d lavu: add thread message API. 11 years ago
Carl Eugen Hoyos 4d8c28deab imgutils: make systematic palette opaque. 11 years ago
Clément Bœsch fa972dcf1a avutil/display: use hypot(). 11 years ago
Michael Niedermayer 6310eb8010 avutil/cpu: force mmx on selection of higher x86 SIMD features 11 years ago
Lukasz Marek 7336e39f3c lavu/fifo: add av_fifo_alloc_array function 11 years ago
Martin Storsjö 82fc9f4b38 display: Include mathematics.h for fallback definition of NAN 11 years ago
Vittorio Giovara bddd8cbf68 Add transformation matrix API. 11 years ago
Olivier Langlois 0eec06ed87 lavu: add av_gettime_relative() 11 years ago
Michael Niedermayer 3690393f68 avutil/dict: delay addition of const from e12a73246d until next major ABI bump 11 years ago
Michael Niedermayer acb6f3af4f avutil/fifo: delay addition of const from 78d3453c4a until next major ABI bump 11 years ago
Michael Niedermayer 0fdc3cd86f avutil/version: add FF_CONST_AVUTIL53 11 years ago
Anton Khirnov 66e6c8a7b4 lavu: Add a pixel format for new VDA hwaccel 11 years ago
Matt Oliver c6bf660bef opencl: Make init_mtx static with volatile lock 11 years ago
Lukasz Marek 351f6118c7 lavu/fifo: add av_fifo_freep function 11 years ago
Matt Oliver 1898c2f49d inline asm: fix arrays as named constraints. 11 years ago
Michael Niedermayer 4aa7848eb8 avutil/file_open: Use av_mallocz_array() 11 years ago
Michael Niedermayer 2ded57216e avutil/audio_fifo: Use av_mallocz_array() 11 years ago
Lukasz Marek 78d3453c4a lavu/fifo: add const to arguments 11 years ago
Michael Niedermayer beecfa81ac avutil/pca: Use av_malloc_array() 11 years ago
Luca Barbato de69aedf99 mathematics: K&R formatting cosmetics 11 years ago
Lukasz Marek ba52fb11dc lavu/opt: add av_opt_set_dict2() function 11 years ago
Matt Oliver 5b9bb4d9ec opencl: add support for non-pthread locking 11 years ago
Michael Niedermayer 617e866e25 Move av_find_best_pix_fmt_of_2() from avcodec to avutil 11 years ago
Nicolas George b804eb4323 lavu/hash: add hash_final helpers. 11 years ago
Michael Niedermayer 7c71076470 avutil/log: fix memleak from 669a09fb37 11 years ago
tue46wsdgxfjrt 669a09fb37 Add AV_LOG_PRINT_LEVEL flag to include log severity in default log formatting. 11 years ago
James Almer 25d5ea6d5a lavu: add LOCAL_ALIGNED_32 11 years ago
Y.C. Liu cebe06a0bf avutil/opencl: fix a segmentfault in libavutil/opencl.c 11 years ago
Janne Grunau a88e1d1c59 lavu: add CHK_OFFS as AV_CHECK_OFFSET to check struct member offsets 11 years ago
Carl Eugen Hoyos ced0d6c14d Use correct msvc type specifiers for ptrdiff_t and size_t. 11 years ago
Michael Niedermayer e79b15f5f1 avutil/avutil.h: remove duplicate rational.h include 11 years ago
Michael Niedermayer b0bdc2a712 avutil: move av_get_time_base_q() after include rational.h 11 years ago
Michael Niedermayer c7251fec39 avutil: move av_get_time_base_q() after include rational.h 11 years ago
Derek Buitenhuis dac7e8a94e avutil: Add av_get_time_base_q() 11 years ago
Derek Buitenhuis 502512ea0f avutil: Add av_get_time_base_q() 11 years ago
Michael Niedermayer 47ec0b0b0f avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTO 11 years ago
James Almer 3b06208a57 x86/float_dsp: remove duplicated code from vector_dmul_scalar 11 years ago
Alessandro Ghedini 0983d48111 crc: add ANSI CRC16 LE 11 years ago
James Almer 76ed71a72b x86: move horizontal add macros to x86util 11 years ago
James Almer 11b36b1ee0 x86/float_dsp: unroll loop in vector_fmac_scalar 11 years ago
James Almer 3b808900af x86/float_dsp: use SWAP in vector_fmac_scalar Win64 11 years ago
Michael Niedermayer 4615ff0d61 avutil/frame: use av_malloc(z)_array() 11 years ago
Michael Niedermayer a31547ce2e avutil/avstring: do not lose ascii characters when decoding non utf-8 with av_utf8_decode() 11 years ago
Michael Niedermayer 4f698be8f6 avutil/log: add av_log_get_flags() 11 years ago
Michael Niedermayer 7ac2f7e413 avutil/log: factor "level != AV_LOG_INFO/8" checks out 11 years ago
Vittorio Giovara 8b17243d17 lavu: Add packed YVYU422 pixel format 11 years ago
Timothy Gu 486e3649ce xtea: Add Doxy @file and group 11 years ago
Timothy Gu f73495686d adler32: Fix doxy group definition 11 years ago
Janne Grunau 8675bcb0ad aarch64: add armv8 CPU flag 11 years ago
Lukasz Marek 3aac5fcfa9 lavu/opt: validate range before dereference 11 years ago