summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* AVOptions: do not range check flag options.Anton Khirnov2013-10-27
* avframe: mark source frame const in _ref and _cloneVittorio Giovara2013-10-27
* mem: do not check for negative sizeVittorio Giovara2013-10-26
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-25
* base64-test: Remove posibility of returning restricted exit codesDerek Buitenhuis2013-10-25
* tree-test: Don't return restricted exit codesDerek Buitenhuis2013-10-24
* avstring-test: Mark pointer passed to av_free() as non-constDiego Biurrun2013-10-23
* mem: Make av_strdup allocate using av_reallocMartin Storsjö2013-10-16
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-14
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-14
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-14
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-14
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-09
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-07
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-07
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-07
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-07
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-07
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-07
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-07
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-07
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-07
* doxy: Document avlogLuca Barbato2013-10-05
* x86: cpu: Restore some explanatory comments removed in 7160bb7Diego Biurrun2013-10-03
* Use correct Doxygen syntaxDiego Biurrun2013-10-03
* avframe: note that linesize is not the usable data sizeAnton Khirnov2013-09-28
* pixdesc: fix NV20* descriptorsMichael Niedermayer2013-09-24
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-22
* lavu: Add interleaved 4:2:2 8/10-bit formatsKieran Kunhya2013-09-21
* mem: Handle av_reallocp(..., 0) properlyMartin Storsjö2013-09-20
* msvc/icl: Use __declspec(noinline)Alex Smith2013-09-20
* msvc/icl: Use __declspec(deprecated)Alex Smith2013-09-20
* mem: Introduce av_reallocpLuca Barbato2013-09-16
* mem: Document the non-compatibility of av_realloc() and av_malloc()Diego Biurrun2013-09-14
* Drop pointless directory name prefixes from #includes in the current dirDiego Biurrun2013-09-10
* mem: Do not check unsigned values for negative sizeDiego Biurrun2013-09-05
* mem: Improve documentation wording and spellingDiego Biurrun2013-09-05
* mem: Document the av_realloc family of functions properlyLuca Barbato2013-09-04
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-29
* arm: float_dsp: Propagate cpu_flags to vfp initialization functionDiego Biurrun2013-08-29
* ppc: Add and use convenience macro to check for AltiVec availabilityDiego Biurrun2013-08-28
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-28
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* libavutil: Make avpriv_open a library-internal function on msvcrtMartin Storsjö2013-08-10
* libavutil: Move avpriv_open to a new file, file_open.cMartin Storsjö2013-08-10
* libavutil: Enable the MSVC DLL symbol loading workaround in shared builds as ...Martin Storsjö2013-08-10
* file: Move win32 utf8->wchar open wrapper to libavutilMartin Storsjö2013-08-08
* libavutil: Don't use fcntl if the function does not existDerek Buitenhuis2013-08-08
* libavutil: use avpriv_open()Rémi Denis-Courmont2013-08-07
* libavutil: add avpriv_open() to open files with close-on-exec flagRémi Denis-Courmont2013-08-07