3563 Commits (048b6331e079e73efe397fb52510776519f830e4)

Author SHA1 Message Date
Michael Niedermayer 174330b18e avutil/timer: give each printed value of STOP_TIMER a fixed length 10 years ago
Michael Niedermayer 0fee509cf5 avutil/timer: show histogram of cpu cycles each run took 10 years ago
James Almer 1f5d1eed78 avutil/cpu: add missing check for mmxext to av_force_cpu_flags 10 years ago
Ronald S. Bultje 589a6042ea avutil: make AVFrameSideData buffers ref-counted. 10 years ago
Ronald S. Bultje b8e36690e8 lavu/frame: move av_frame_copy_props() up in the file. 10 years ago
Michael Niedermayer e5de6de8f0 avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411P 10 years ago
Vittorio Giovara 312a9ef04b pixfmt: Update documentation with prefixed pixel formats 10 years ago
Vittorio Giovara 592a04054e pixdesc: Replace a few leftover instances of non AV-prefixed flags 10 years ago
Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 10 years ago
Michael Niedermayer 744c9b49a5 avutil/frame: Add some very basic documentation for AVFrameSideData 10 years ago
James Almer 60b9373dbd libavutil: add bmi2 optimized av_mod_uintp2 10 years ago
James Almer d13e521cc8 libavutil: add av_mod_uintp2 10 years ago
James Cowgill f8323744a0 mips/float_dsp: fix vector_fmul_window_mips on mips64 10 years ago
Martin Storsjö 58a840e215 Replace a few leftover instances of enum PixelFormat with enum AVPixelFormat 10 years ago
srikanth 730f3c49e0 OpenCL uninit bug fix - clear is_compiled flag 10 years ago
James Cowgill a251aa1a35 mips/asmdefs: use _ABI64 as defined by gcc 10 years ago
Michael Niedermayer 26d81b5703 avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_make_writable() 10 years ago
Michael Niedermayer 35fad1e9c9 avutil/buffer: Avoid moving the AVBufferRef to a new place in memory in av_buffer_realloc() 10 years ago
Martin Storsjö dcae2e32f7 arm: Suppress tags about used cpu arch and extensions 10 years ago
James Cowgill 3499a1c0a9 mips/asmdefs: change include guard to read AVUTIL_ instead of AVCODEC_ 10 years ago
Michael Niedermayer ebd59d271c Revert "avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit" 10 years ago
Peter Tissen 79f83523f7 configure: Make compilable with VS2015 (missing hunk) 10 years ago
Srikanth G 0f2359b869 avutil/opencl: is_compiled flag not being cleared in av_opencl_uninit 10 years ago
James Cowgill 157d6f0d5b mips: port optimizations to mips n64 10 years ago
Michael Niedermayer 6d7e57e88b avutil/opt: Do not print inf in selftest 10 years ago
Nedeljko Babic dfa9208074 mips/float_dsp: fix a bug in vector_fmul_window_mips 10 years ago
Kevin Wheatley 86b59e6a50 avutil: Extract gamma determination from PNG encoder for future use. Adds private avpriv_get_gamma_from_trc() function to libavutil. 10 years ago
Peter Cordes 9e5687adf2 pixelutils: Comment on (lack of) sad_8x8_sse2 10 years ago
Peter Cordes 4da3a14f3c pixelutils: indent comments in pixdesc.h to be clearer 10 years ago
Michael Niedermayer 85108195c5 avutil/common: minor simplification in av_clip_intp2_c() 10 years ago
Michael Niedermayer 88ec5435bb avutil/opt: also test av_opt_show2() 10 years ago
Michael Niedermayer e9c85ae648 avutil/opt: Remove odd trailing whitespace bytes from flags help description 10 years ago
Michael Niedermayer c1e93cdc9e avutil/opt: Also test/compare the av_log output i the selftest 10 years ago
Michael Niedermayer 9564375dee avutil/ppc/intreadwrite: remove AV_??64 overriding code 10 years ago
Michael Niedermayer 5705dc5276 avutil/imgutils: correctly check for negative SAR components 10 years ago
James Almer bc65abc8d7 libavutil: add x86 optimized av_popcount 10 years ago
Michael Niedermayer 6d66e1a113 avutil/common: Fix integer overflow in av_clip_int8/16_c 10 years ago
Michael Niedermayer c3b6454d80 avutil/fixed_dsp: Check for av_malloc() failure 10 years ago
Peter Meerwald 76ce9bd8e2 libavutil: Add ARM av_clip_intp2_arm 10 years ago
Peter Meerwald bf07d813f6 libavutil: Add av_clip_intp2 10 years ago
Anton Khirnov 5b1d9ceec7 pixfmt: add a pixel format for QSV hwaccel 10 years ago
Michael Niedermayer e0be5c4fbe avutil/sha: Protect macro arguments with () 10 years ago
Supraja Meedinti 092ee6cd32 libavutil: optimize twofish cipher 10 years ago
Christophe Gisquet d9293c776e x86inc: Correctly warn on use of SSE2 instructions in SSE functions 10 years ago
Michael Niedermayer 52d1929000 avutil/aes: Add () to protect the ROT() arguments 10 years ago
Michael Niedermayer 06309fc704 avutil/attributes: Add () to protect the AV_GCC_VERSION_AT_LEAST() arguments 10 years ago
Michael Niedermayer f8607cfb0a avutil/intmath: Add () to protect the ff_log2() argument 10 years ago
Michael Niedermayer cdee0c9d5f avutil/murmur3: Add () to protect the ROT() arguments 10 years ago
Michael Niedermayer 9cde41cdb5 avutil/version: Add () to protect the AV_VERSION_INT() arguments 10 years ago
Michael Niedermayer 61eb602d27 avutil/log: add () to protect the argument of AV_LOG_C() 10 years ago