2258 Commits (fe508f807abd218b0edd272c49f736149ea21279)

Author SHA1 Message Date
  Justin Ruggles ecc8b02194 x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32 13 years ago
  Reimar Döffinger 58df8befda av_assert should use AV_LOG_PANIC. 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
  Paul B Mahol 45326cb684 pixdesc: fix broken yuva definitions 13 years ago
  Anton Khirnov cb45553f57 Remove pointless #undefs of previously forbidden functions. 13 years ago
  Nicolas George 2cb227f6a2 lavu/channel_layout: document the semantic of layouts. 13 years ago
  Nicolas George 86a2486812 lavu/parseutils: accept %J for hours >= 24. 13 years ago
  Stefano Sabatini c9ff32215b lavu/opt: allow to set sample and pixel format with av_opt_set_int() 13 years ago
  Martin Storsjö 7e6a11bcf7 avutil: Use a configure check to enable windows console functions 13 years ago
  Martin Storsjö b70abd5b61 avutil: Include io.h with a separate condition from windows console functions 13 years ago
  Stefano Sabatini 08d0969c14 lavu/opt: change the way default pixel and sample format value is set 13 years ago
  Martin Storsjö 15816c8e8b avutil: Include io.h with a separate condition from MapViewOfFile 13 years ago
  Diego Biurrun 490df522c7 x86: cpu: Drop unused HAVE_RWEFLAGS condition 13 years ago
  Justin Ruggles 947f933687 x86: float_dsp: add SSE version of vector_fmul_scalar() 13 years ago
  Justin Ruggles 284ea790d8 dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil 13 years ago
  Mans Rullgard dd3b73f390 base64: fix signed overflow in shift 13 years ago
  Michael Niedermayer 2624027439 lavu: drop time redefinition as it causes some problems in some uncommon configurations. 13 years ago
  Stefano Sabatini b473c9937e lavu/samplefmt: return the size of the allocated samples buffer at the next bump 13 years ago
  Janne Grunau e96d90eed6 remove #defines to prevent use of discouraged external functions 13 years ago
  Stefano Sabatini 51e9f58e1c lavu/opt: add support for reading pixel and sample format through av_get_int() 13 years ago
  Stefano Sabatini 252746d052 lavu/imgutils: add consistency checks to av_image_copy_plane() 13 years ago
  Stefano Sabatini 26c531cc22 lavu/opt: fix range shown in set_format() log message 13 years ago
  Stefano Sabatini c70ec631c9 lavu/opt: add av_opt_ accessors for pixel/format/image size options 13 years ago
  Michael Niedermayer 0efcf16a3e replace av_log(0, by av_log(NULL, 13 years ago
  Mans Rullgard 4a606c830a av_memcpy_backptr: optimise some special cases 13 years ago
  Bojan Zivkovic e41b518555 mips: Fixing HAVE_MIPSFPU dependencies 13 years ago
  Peter Ross 9ccc349f77 ensure comment blocks that contain doxygen commands start with double asterix 13 years ago
  Michael Niedermayer 1dafbdac65 pixdesc: fix alpha flags 13 years ago
  Michael Niedermayer 649d8bd8a5 pixdesc: add av_get_padded_bits_per_pixel() 13 years ago
  Luca Barbato cbe5a60c9d pixdesc: add PIX_FMT_ALPHA flag 13 years ago
  Bojan Zivkovic a74ae4691a mips: Optimization of AC3 FP encoder and EAC3 FP decoder 13 years ago
  Diego Biurrun 87af05c575 x86: SPLATD: port to cpuflags 13 years ago
  Nicolas George 4cd74c8143 lavu/bprint: implement av_bprint_strftime(). 13 years ago
  Michael Niedermayer 7b723ed4c0 cpu: add a few cpu names as aliases for their cpu flags 13 years ago
  Michael Niedermayer 65e57975b9 cpu: add cmov ro the table, which appears to have been forgotten 13 years ago
  Janne Grunau 8f5587c3d0 cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52 13 years ago
  Diego Biurrun 8ff0f7763d crc: av_crc() parameter names should match between .c, .h and doxygen 13 years ago
  Nicolas George 926481078b lavu/opt: fix av_opt_get_key_value() API. 13 years ago
  Mans Rullgard 7ba0c1b390 avutil: change GET_UTF8 to not use av_log2() 13 years ago
  Michael Niedermayer d4e74d5d6d Remove deprecation of avcodec_get_chroma_sub_sample. 13 years ago
  Diego Biurrun 26301caaa1 x86: mmx2 ---> mmxext in asm constructs 13 years ago
  Luca Barbato c1a02e884a pixdesc: add av_pix_fmt_get_chroma_sub_sample 13 years ago
  Diego Biurrun 2b479bcab0 build: Drop AVX assembly ifdefs 13 years ago
  Justin Ruggles 5980f5dd18 lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.h 13 years ago
  Diego Biurrun f0d124f005 x86inc: Set program_name outside of x86inc.asm 13 years ago
  Diego Biurrun 4b60fac419 x86: PALIGNR: port to cpuflags 13 years ago