summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* 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
* avutil: Remove deprecated intfloat_readwrite codeDiego Biurrun2013-12-164-149/+0
* Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler2013-12-141-13/+13
* doxy: Define a group for libswscale documentationLuca Barbato2013-12-131-1/+1
* avutil: Add deprecation ifdefs around obsolete intfloat codeDiego Biurrun2013-12-133-0/+10
* parseutils: fix discarding const attribute warningVittorio Giovara2013-12-121-2/+4
* avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-095-1/+195
* configure: Prefix libc-related variables with "libc_"Diego Biurrun2013-12-091-1/+1
* frame: cosmetics, reindentAnton Khirnov2013-12-091-15/+15
* frame: copy flags in av_frame_copy_props()Anton Khirnov2013-12-091-0/+1
* mpeg12dec: Extract CC user data into frame side dataJohn Stebbins2013-11-262-1/+7
* Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun2013-11-233-0/+5
* Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov2013-11-143-1/+55
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-134-0/+10
* attributes: disable flatten on llvm/clangVittorio Giovara2013-11-031-1/+1
* h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-312-1/+11
* AVOptions: do not range check flag options.Anton Khirnov2013-10-271-1/+2
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-272-4/+4
* mem: do not check for negative sizeVittorio Giovara2013-10-261-2/+2
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-254-0/+15
* base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-251-1/+4
* tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-241-2/+2
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-231-1/+2
* mem: Make av_strdup allocate using av_reallocMartin Storsjö2013-10-161-1/+1
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-141-0/+11
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-142-1/+45
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-142-11/+16
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-141-84/+169
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-091-11/+5
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-071-5/+4
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-071-4/+3
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-071-0/+2
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-071-37/+46
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-071-1/+25
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-071-27/+27
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-071-2/+2
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-071-1/+5
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-071-5/+31
OpenPOWER on IntegriCloud