3237 Commits (8e2976860ffc920e31e0c45bb1361ac3a552cae8)

Author SHA1 Message Date
Stefano Sabatini f3e886c7df lavu/eval: add clip function 11 years ago
Michael Niedermayer 7cd6d61da5 avutil/opt: try to fix the case where src==dst in av_opt_copy() 11 years ago
Ben Avison 57641410d1 armv6: Accelerate butterflies_float 11 years ago
Ben Avison 649c666137 armv6: Accelerate vector_fmul_window 11 years ago
Michael Niedermayer 9514472904 avutil & avdevice: remove av_bprint_fd_contents() 11 years ago
Andreas Cadhalpun 39a6e02fd4 fix spelling errors 11 years ago
Michael Niedermayer 31d49db75e avutil/bprint:ædd io.h, try to fix msvc build 11 years ago
Vittorio Giovara a54f03bf07 display: add matrix flip api 11 years ago
Michael Niedermayer 0ffba9feb6 avutil/cpu: Use HAVE_UNISTD_H instead of HAVE_SYSCONF for #include <unistd.h> 11 years ago
Michael Niedermayer 0ebcf87803 protect unistd.h with #if HAVE_UNISTD_H in code from recent av_bprint_fd_contents() patches 11 years ago
Andrey Utkin fcd1f6bc9d avutil/bprint: Add av_bprint_fd_contents() 11 years ago
Timothy Gu 02ca9efdcd avutil: actually install hash.h 11 years ago
Timothy Gu a7985cfd4c audio_fifo: Split into a separate doxygen module 11 years ago
Timothy Gu d69243d39b samplefmt: Add doxygen categories 11 years ago
Timothy Gu 689e02808d avutil/audio_fifo: split into a separate doxy module 11 years ago
Timothy Gu b27555a3a0 avutil/samplefmt: improve doxygen 11 years ago
Timothy Gu 3679edf429 downmix_info: clarify doxygen 11 years ago
Timothy Gu beed4ac110 channel_layout: doxy: merge functions with macros 11 years ago
Timothy Gu 0201ce002c avutil: fix version macros doxygen module 11 years ago
Diego Biurrun 79793f8337 Update Fiona's name in copyright statements. 11 years ago
Martin Storsjö 7b0c7c9163 arm: Detect 32 bit cpu features on ARMv8 when running on a 64 bit kernel 11 years ago
Michael Niedermayer 9326caa5fa avutil/lzo: allow selecting the compression function in the test code 11 years ago
Vittorio Giovara ab72eda15e pixfmt: mark the reserved values 11 years ago
Michael Niedermayer cf2b7c01f8 avutil/lzo: add asserts to be double sure against overflows 11 years ago
Michael Niedermayer d6af26c55c avutil/lzo: Fix integer overflow 11 years ago
Luca Barbato ccda51b14c lzo: Handle integer overflow 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Vittorio Giovara 440842c4eb stereo3d: add missing include guards 11 years ago
Roman Savchenko 44671b5786 AVFrame: factor out freeing the side data 11 years ago
Christophe Gisquet 9107612818 x86util: add and use RSHIFT/LSHIFT macros 11 years ago
Janne Grunau 1619274fb3 av_dict_set: fix potential memory leak with AV_DICT_DONT_OVERWRITE 11 years ago
James Almer 85065d2a7c x86/float_dsp: add missing femms 11 years ago
James Almer dcaf9660b6 x86/float_dsp: port vector_fmul_window to yasm 11 years ago
James Almer fc8db12a73 x86/vp9: inital AVX2 intra_pred 11 years ago
Michael Niedermayer e374e77292 avutil/libm: fix fminf() emulation build failure due to undefined FFMIN 11 years ago
Michael Niedermayer afce834843 avutil/libm: Replace macro based fminf() by function 11 years ago
Michael Niedermayer 3133e7fd44 avutil/libm: use FFMIN instead of fmin() 11 years ago
Michael Niedermayer 2c1bf3fc96 avutil/libm: fix fminf typo 11 years ago
Michael Niedermayer 97508af274 build: add fminf() emulation 11 years ago
Diego Biurrun d816e125fe dict: const correctness for av_dict_get() and av_dict_copy() 11 years ago
Michael Niedermayer d37c620c84 avutil/ppc/intreadwrite: try to fix intreadwrite for ppc64le 11 years ago
Lou Logan 88f2586adb fix various typos 11 years ago
Michael Niedermayer 2422a7ffe4 Loose mplayer in MPlayer/incoming/ 11 years ago
Michael Niedermayer 3e7b4b9fbd Add direct link to ML in missing_feature_sample() 11 years ago
Janne Grunau d5a5598198 build: check if AS supports the '.func' directive 11 years ago
Janne Grunau 68a06b3a63 aarch64: use '#' for whole line asm comments 11 years ago
Janne Grunau 6a0fa4d86f aarch64: remove optional :pg_hi21: for adrp instruction 11 years ago
Janne Grunau fd2981ea92 aarch64: add darwin style PAGE/PAGEOFF relocations 11 years ago
Michael Niedermayer 666e29fe9e avutil/mathematics/av_add_stable: Avoid av_cmp_q() call 11 years ago
Michael Niedermayer e9add0d85b av_add_stable: Add fast special case where step can be represented exactly 11 years ago