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-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
2013-08-05vdpau: deprecate old codec-specific pixel formatsRémi Denis-Courmont
2013-08-02Disable deprecation warnings for cases where a replacement is availableDiego Biurrun
2013-08-02build: Add _Pragma macro to disable deprecated declaration warningsDiego Biurrun
2013-08-02Give less generic names to global library option arraysDiego Biurrun
2013-08-01avframe: have av_frame_get_side_data take const AVFrame*Vittorio Giovara
2013-07-31avopt: Check whether the object actually has got an AVClassMartin Storsjö
2013-07-31tree-test: Refactor and plug memory leaksDiego Biurrun
2013-07-31tree.h: K&R formatting and typo cosmeticsDiego Biurrun
2013-07-30Replace remaining obsolete PIX_FMT names with AV_PIX_FMT equivalentsDiego Biurrun
2013-07-29avutil/tree: Drop debug messages that clutter the outputDiego Biurrun
2013-07-29avutil/tree: K&R formatting cosmeticsDiego Biurrun
2013-07-27Add missing deprecation attributesDiego Biurrun
2013-07-27eval: Explicitly ignore return value of strtod() in parse_db()Diego Biurrun
2013-07-18Employ consistent LIBAV_COMPAT_ multiple inclusion guards in compat/Diego Biurrun
2013-07-18Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun
2013-07-11configure: Check for support for labels in the inline assemblyMartin Storsjö
2013-07-06fifo: K&R formatting cosmeticsLuca Barbato
2013-07-04log: pass the correct parameters to missing_feature_sampleLuca Barbato
2013-07-02lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt
2013-07-01x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt
2013-06-29x86: lpc: simd av_evaluate_llsLoren Merritt
2013-06-29x86: lpc: simd av_update_llsLoren Merritt
2013-06-29lpc: use function pointers, in preparation for asmLoren Merritt
2013-06-29lpc: remove "decay" argumentLoren Merritt
2013-06-04mem: Add av_realloc_array and av_reallocp_arrayMartin Storsjö