3126 Commits (77811482ab0485ff96ca9dd7cfb74948b216b471)

Author SHA1 Message Date
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
Alessandro Ghedini 8542f9c4f1 replaygain: correctly parse peak values 11 years ago
James Darnley 16509d3a28 log: allow color highlighting in Cygwin's mintty 11 years ago
Luca Barbato 9464b69da6 log: Unbreak windows support 11 years ago
Michael Niedermayer 609ef89703 avutil/log: remove stray ; 11 years ago
Michael Niedermayer 49e040e868 avutil/log: fix negative log levels 11 years ago
Michael Niedermayer 1f8a6bef78 avutil/log: add code to test av_log() 11 years ago
Luca Barbato 061e340c05 log: Factorize check_color_terminal() out 11 years ago
Lukasz Marek 8c27292373 lavu/opt: dont crash on freeing NULL AVOptionRanges 11 years ago
Luca Barbato 4ede1862dc log: Do not assume the TERM variable is always set 11 years ago
Luca Barbato 42ba1c51d9 log: Document AV_LOG_C usage 11 years ago
Luca Barbato 28b9ac4e48 log: Remove undefined behaviour 11 years ago
Luca Barbato 7763118cae log: Support for 256color terminals 11 years ago
Lukasz Marek eaed4da96a lavu/opt: extend AVOptionRange by extra values 11 years ago
Roman Fietze e12a73246d dict: const pointers to dictionary where possible 11 years ago
Janne Grunau 80035db88c lavu: add missing formats to av_pix_fmt_swap_endianness 11 years ago
Michael Niedermayer d506deaeaa avutil/fixed_dsp: remove redundant cast 11 years ago
Nedeljko Babic 284cfc7180 libavutil: Add fixed_dsp 11 years ago
Michael Niedermayer d9a3501c33 avutil/opt: dont crash on av_opt_set_dict() with NULL 11 years ago
Lukasz Marek cd50a44beb lavu/mem: add av_dynarray_add_nofree function 11 years ago
Michael Niedermayer 54e2e9fbc1 avutil/frame: undeprecate AVFrame.motion_val API 11 years ago
James Almer 2d9821a208 x86/cpu: check for OS support before enabling AVX2 11 years ago