1610 Commits (5b47c19bfda92273ae49e83db26a565afcaed80a)

Author SHA1 Message Date
  Anton Khirnov f935aca44c av_memcpy_backptr: avoid an infinite loop for back = 0 13 years ago
  Diego Biurrun c9ad5f59aa intreadwrite: tomi: Add missing attributes.h #include for av_always_inline 13 years ago
  Ronald S. Bultje 0c0828ecc5 x86: Use simple nop codes for <= sse (rather than <= mmx) 13 years ago
  Diego Biurrun 4db96649ca avutil: Ensure that emms_c is always defined, even on non-x86 13 years ago
  Diego Biurrun ab441e20ff avutil: Move emms code to x86-specific header 13 years ago
  Luca Barbato fd1abf4269 lavu: avoid clashing definition of E 13 years ago
  Diego Biurrun 62a43d30cc crc: Move static data table from header to .c file 13 years ago
  Martin Storsjö ab8f1a6989 arm: Fall back to runtime cpu feature detection via /proc/cpuinfo 13 years ago
  Diego Biurrun 218aefce44 dsputil: Move LOCAL_ALIGNED macros to libavutil 13 years ago
  Justin Ruggles 38c1466ca4 dict: add av_dict_parse_string() 13 years ago
  Vladimir Pantelic b85a5e87af lavu: Add av_strnstr() 13 years ago
  Luca Barbato 4333df6355 avstring: K&R formatting cosmetics 13 years ago
  Martin Storsjö 2e4130037c float_dsp: Include config.h for redefining restrict 13 years ago
  Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 13 years ago
  Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 13 years ago
  Martin Storsjö f4facd2ce7 x86: Add a Yasm-based emms() replacement 13 years ago
  Diego Biurrun d633d12b2c x86inc: Add cvisible macro for C functions with public prefix 13 years ago
  Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 13 years ago
  Martin Storsjö 973b4d44f1 float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_window 13 years ago
  Justin Ruggles e034cc6c60 lavc: Move vector_fmul_window to AVFloatDSPContext 13 years ago
  Martin Storsjö 3130fa51a5 lavu: Add a fate test for the HMAC API 13 years ago
  Diego Biurrun dae1d507af x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflags 13 years ago
  Diego Biurrun 320e1d0df3 x86: ABSB2: port to cpuflags 13 years ago
  Diego Biurrun 094a7405e5 x86: ABSB: port to cpuflags 13 years ago
  Martin Storsjö 8ee288d258 lavu: Add an API for calculating HMAC (RFC 2104) 13 years ago
  Diego Biurrun 51969a652c x86: ABS2: port to cpuflags 13 years ago
  Diego Biurrun f89466ad6f Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. 13 years ago
  Rémi Denis-Courmont 169fb94f0f pixfmt: add picture format for VDPAU 13 years ago
  Diego Biurrun 5b4dfbffc2 x86: ABS1: port to cpuflags 13 years ago
  Diego Biurrun bcb8d9eb8f Drop unnecessary 'l' length modifier when printfing double values. 13 years ago
  Luca Barbato d8fd06c37d avstring: add av_basename and av_dirname 13 years ago
  Justin Ruggles d02202e08a opt: avoid segfault in av_opt_next() if the class does not have an option list 13 years ago
  Ronald S. Bultje a34d9ad969 lavc: merge latest x86inc.asm fixes with x264 13 years ago
  Diego Biurrun 523c7bd23c misc typo, style and wording fixes 13 years ago
  Janne Grunau 0995ad8db4 x86inc: fully concatenate tokens to fix macro expansion for nasm 13 years ago
  Ronald S. Bultje 140367aff9 x86inc: fix stack alignment on win64 13 years ago
  Ronald S. Bultje 6f40e9f070 x86inc: support stack mem allocation and re-alignment in PROLOGUE 13 years ago
  Justin Ruggles 1c012e6bfb x86: float_dsp: fix loading of the len parameter on x86-32 13 years ago
  Mans Rullgard b57c1da81e arm: detect cpu features at runtime on Linux 13 years ago
  Mans Rullgard b326755989 arm: rename ARMVFP config symbol to VFP 13 years ago
  Mans Rullgard a7831d509f arm: use HAVE*_INLINE/EXTERNAL macros for conditional compilation 13 years ago
  Justin Ruggles ecc8b02194 x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 13 years ago
  Paul B Mahol b519298a15 pixdesc: fix yuva 10bit bit depth 13 years ago
  Justin Ruggles b30a363331 x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scaling 13 years ago
  Justin Ruggles 9d5c62ba5b lavu/opt: do not filter out the initial sign character except for flags 13 years ago
  Justin Ruggles 5312268b34 eval: treat dB as decibels instead of decibytes 13 years ago
  Justin Ruggles ac7eb4cb20 float_dsp: add vector_dmul_scalar() to multiply a vector of doubles 13 years ago
  Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 13 years ago