3654 Commits (9614df4b1529cf956c3b90067dbc0116a57218b8)

Author SHA1 Message Date
Nedeljko Babic a1c7fe431c libavutil/softfloat: exponent adjusted for aac fixed point dec 10 years ago
Maneesh Gupta 91305c6026 OpenCL: Fix ABI incompatibility issues 10 years ago
Matteo Nastasi (mop) 9c3c7b4579 avutil/log: more complete description of av_log function 10 years ago
Michael Niedermayer a3110beebd avutil/softfloat: document av_int2sf() 10 years ago
Shivraj Patil 97f074f134 avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv mc functions 10 years ago
Clément Bœsch 8e985b7271 avutil/frame: fix everythnig/everything typo 10 years ago
Vittorio Giovara eaa2d123f0 log: Print a full backtrace along with error messages under Valgrind 10 years ago
Michael Niedermayer 42d6d249b0 avutil/mips/generic_macros_msa: volatile doesnt need __ 10 years ago
James Almer a1d58e3b38 avutil: remove pointless bmi1 define 10 years ago
Vittorio Giovara c253340ae6 log: Introduce a more verbose debug level 10 years ago
James Almer a40cee03a3 avutil: remove pointless bmi1 define 10 years ago
Shivraj Patil 4efc0e6451 avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC horizontal and vertical mc functions 10 years ago
Nedeljko Babic f4ccf38902 libavutil/softfloat: Change order of fields in SoftFloat structure. 10 years ago
Shivraj Patil 578d99e7c6 avutil/mips/intreadwrite: build fix for mips64r6 (instruction 'lwl' not supported) 10 years ago
Michael Niedermayer d630f38f47 avutil/x86/Makefile: fix conditional x86/emms.o build 10 years ago
Ronald S. Bultje b926f02e81 avutil/x86/Makefile: Make building and linking of emms.c conditional 10 years ago
Luca Barbato 27f2746282 parseutils: Make av_small_strptime public 10 years ago
Luca Barbato 108f2f381a parseutils: Extend small_strptime to be used in avformat 10 years ago
Lukasz Marek 96f896750d lavu/dict: add more tests 10 years ago
Lukasz Marek a8c5b4551e lavu/dict: fix set function when reuse existing key pointer 10 years ago
Lukasz Marek 08d0dbf2ae lavu/dict: don't accept AV_DICT_DONT_STRDUP_VAL for av_dict_set_int 10 years ago
Michael Niedermayer c49e7924a8 avutil/eval: check for av_malloc failure 10 years ago
Michael Niedermayer 61123634dd avutil/eval: factor av_expr_free() calls out 10 years ago
Lukasz Marek 31886968d3 lavu/avstring: add av_append_path_component() funcion 10 years ago
Michael Niedermayer 21ee6da70c avutil/hmac: Check av_hmac_alloc() return code 10 years ago
Michael Niedermayer dadc43eee4 avutil/pca: Check for av_malloc* failures 10 years ago
wm4 c48456166e lavc: add MMAL hardware decoder wrapper 10 years ago
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