summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* float_dsp: Replace arch optimization ifdefs by if cascadeDiego Biurrun2014-03-221-9/+8
* float-dsp-test: do not use C99's predefined __func__Janne Grunau2014-03-201-9/+9
* float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functionsMartin Storsjö2014-03-191-23/+25
* aarch64: float_dsp NEON assemblerJanne Grunau2014-03-185-2/+279
* float_dsp: add test program and use it as fate testJanne Grunau2014-03-182-0/+284
* RGBA64 pixel formatsJean First2014-03-163-1/+62
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-131-0/+54
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-131-0/+34
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-131-2/+0
* float_dsp: fix errors in documentationJanne Grunau2014-03-091-3/+1
* timer: use mach_absolute_time as high resolution clock on darwinJanne Grunau2014-03-091-3/+11
* dict: K&R formatting cosmeticsPatrice Clement2014-03-071-23/+31
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-051-0/+7
* doc: fix a couple of typos in frame.hVittorio Giovara2014-03-041-1/+1
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-243-17/+79
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-233-6/+19
* x86: add detection for FMA3 instruction setJames Almer2014-02-234-1/+11
* x86: add missing XOP checks and macrosJames Almer2014-02-231-0/+3
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-201-1/+8
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-201-16/+24
* AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-193-5/+22
* AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-192-1/+6
* threads: Check w32threads dependencies at the configure stageDiego Biurrun2014-02-191-1/+4
* arm: Mark the stack as non-executableMartin Storsjö2014-02-191-0/+1
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-155-1/+160
* log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-122-6/+7
* arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö2014-02-071-1/+4
* lavu: add missing log.h include in timer.hJanne Grunau2014-02-051-0/+2
* doxy: Format @code blocks so they render properlyLuca Barbato2014-02-041-15/+15
* samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles2014-02-041-0/+2
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-261-23/+23
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-253-1/+2
* doxy: Document better the available AVFrame flagsLuca Barbato2014-01-171-1/+11
* doxy: Add AVFrame to the structured modulesLuca Barbato2014-01-171-0/+19
* aarch64: port neon clobber test from armJanne Grunau2014-01-151-0/+65
* aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-156-4/+136
* aarch64: bswap inline assemblyJanne Grunau2014-01-142-1/+53
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-111-0/+62
* avutil: do not use avcodec header in frame.hVittorio Giovara2014-01-091-2/+1
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-071-2/+2
* random_seed: Rewrite the generic clock() based seed codeMichael Niedermayer2014-01-061-21/+30
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-052-1/+5
* lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker2014-01-052-1/+5
* mathematics: remove asserts from av_rescale_rnd()Anton Khirnov2014-01-031-4/+3
* lavu: Move preprocessor macros in a separate fileLuca Barbato2013-12-295-19/+55
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-263-18/+18
* error.h: Do not circularly depend on avutil.hDiego Biurrun2013-12-251-1/+0
* lavu: fix typo in documentation.Tim Walker2013-12-221-1/+1
* atomics: cosmetics: Restructure ifdefs for greater clarityDiego Biurrun2013-12-202-2/+8
* apidoc: fix warning from stereo3d.hVittorio Giovara2013-12-171-1/+1
OpenPOWER on IntegriCloud