summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* bfin: Refactor duplicated assembly-related macrosDiego Biurrun2014-03-13
* bfin: Refactor duplicated l1_text/l1_data_B macrosDiego Biurrun2014-03-13
* Update dsputil- and SIMD-related comments to match reality more closelyDiego Biurrun2014-03-13
* float_dsp: fix errors in documentationJanne Grunau2014-03-09
* timer: use mach_absolute_time as high resolution clock on darwinJanne Grunau2014-03-09
* dict: K&R formatting cosmeticsPatrice Clement2014-03-07
* arm: hpeldsp: prevent overreads in armv6 asmJanne Grunau2014-03-05
* doc: fix a couple of typos in frame.hVittorio Giovara2014-03-04
* frame: add a convenience function for copying AVFrame dataAnton Khirnov2014-02-24
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-23
* x86: add detection for FMA3 instruction setJames Almer2014-02-23
* x86: add missing XOP checks and macrosJames Almer2014-02-23
* aarch64: use EXTERN_ASM consistently for exported symbolsJanne Grunau2014-02-20
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-20
* AVOptions: add flags for read/read-only optionsAnton Khirnov2014-02-19
* AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov2014-02-19
* threads: Check w32threads dependencies at the configure stageDiego Biurrun2014-02-19
* arm: Mark the stack as non-executableMartin Storsjö2014-02-19
* lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker2014-02-15
* log: Have function parameter names match between .c and .h fileDiego Biurrun2014-02-12
* arm: Add EXTERN_ASM to the .func and .type declarations for exported symbolsMartin Storsjö2014-02-07
* lavu: add missing log.h include in timer.hJanne Grunau2014-02-05
* doxy: Format @code blocks so they render properlyLuca Barbato2014-02-04
* samplefmt: avoid integer overflow in av_samples_get_buffer_size()Justin Ruggles2014-02-04
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-26
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* doxy: Document better the available AVFrame flagsLuca Barbato2014-01-17
* doxy: Add AVFrame to the structured modulesLuca Barbato2014-01-17
* aarch64: port neon clobber test from armJanne Grunau2014-01-15
* aarch64: add cpuflags support for NEON and VFPJanne Grunau2014-01-15
* aarch64: bswap inline assemblyJanne Grunau2014-01-14
* arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö2014-01-11
* avutil: do not use avcodec header in frame.hVittorio Giovara2014-01-09
* arm: Allow overriding the alignment set in the function macroMartin Storsjö2014-01-07
* random_seed: Rewrite the generic clock() based seed codeMichael Niedermayer2014-01-06
* avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-05
* lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker2014-01-05
* mathematics: remove asserts from av_rescale_rnd()Anton Khirnov2014-01-03
* lavu: Move preprocessor macros in a separate fileLuca Barbato2013-12-29
* avutil: Move library version related macros to version.hDiego Biurrun2013-12-26
* error.h: Do not circularly depend on avutil.hDiego Biurrun2013-12-25
* lavu: fix typo in documentation.Tim Walker2013-12-22
* atomics: cosmetics: Restructure ifdefs for greater clarityDiego Biurrun2013-12-20
* apidoc: fix warning from stereo3d.hVittorio Giovara2013-12-17
* avutil: Remove deprecated intfloat_readwrite codeDiego Biurrun2013-12-16
* Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler2013-12-14
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-13
* avutil: Add deprecation ifdefs around obsolete intfloat codeDiego Biurrun2013-12-13
* parseutils: fix discarding const attribute warningVittorio Giovara2013-12-12
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-09