Welcome to mirror list, hosted at ThFree Co, Russian Federation.

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