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
2014-01-17doxy: Document better the available AVFrame flagsLuca Barbato
2014-01-17doxy: Add AVFrame to the structured modulesLuca Barbato
2014-01-15aarch64: port neon clobber test from armJanne Grunau
2014-01-15aarch64: add cpuflags support for NEON and VFPJanne Grunau
2014-01-15aarch64: bswap inline assemblyJanne Grunau
2014-01-11arm: Add an option for making sure NEON registers aren't clobberedMartin Storsjö
2014-01-10avutil: do not use avcodec header in frame.hVittorio Giovara
2014-01-07arm: Allow overriding the alignment set in the function macroMartin Storsjö
2014-01-06random_seed: Rewrite the generic clock() based seed codeMichael Niedermayer
2014-01-05avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker
2014-01-05lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker
2014-01-03mathematics: remove asserts from av_rescale_rnd()Anton Khirnov
2013-12-30lavu: Move preprocessor macros in a separate fileLuca Barbato
2013-12-26avutil: Move library version related macros to version.hDiego Biurrun
2013-12-25error.h: Do not circularly depend on avutil.hDiego Biurrun
2013-12-23lavu: fix typo in documentation.Tim Walker
2013-12-20atomics: cosmetics: Restructure ifdefs for greater clarityDiego Biurrun
2013-12-17apidoc: fix warning from stereo3d.hVittorio Giovara
2013-12-16avutil: Remove deprecated intfloat_readwrite codeDiego Biurrun
2013-12-15Bump libavutil major version to account for the LLS API/ABI changes.Reinhard Tartler
2013-12-14doxy: Define a group for libswscale documentationLuca Barbato
2013-12-14avutil: Add deprecation ifdefs around obsolete intfloat codeDiego Biurrun
2013-12-12parseutils: fix discarding const attribute warningVittorio Giovara
2013-12-09avframe: add codec-independent stereoscopic metadataVittorio Giovara
2013-12-09configure: Prefix libc-related variables with "libc_"Diego Biurrun
2013-12-09frame: cosmetics, reindentAnton Khirnov
2013-12-09frame: copy flags in av_frame_copy_props()Anton Khirnov
2013-11-26mpeg12dec: Extract CC user data into frame side dataJohn Stebbins
2013-11-24Add missing #includes for *INT64_MAX and *INT64_CDiego Biurrun
2013-11-14Move av_fast_{m,re}alloc from lavc to lavu.Anton Khirnov
2013-11-14Deprecate obsolete XvMC hardware decoding supportDiego Biurrun
2013-11-03attributes: disable flatten on llvm/clangVittorio Giovara
2013-10-31h264: wait for initial complete frame before outputing framesJohn Stebbins
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