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
2012-10-23Remove need for padding in av_memcpy_backptr()Mans Rullgard
2012-10-23lzo: Use AV_COPY*U macros where appropriateDiego Biurrun
2012-10-23intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun
2012-10-23libm: add fallbacks for various single-precision functionsMans Rullgard
2012-10-23lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov
2012-10-23lavu: remove disabled avoptions cruftAnton Khirnov
2012-10-23lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov
2012-10-23Revert "avutil: make some tables visible again"Anton Khirnov
2012-10-23Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov
2012-10-23lavu: bump major to 52Anton Khirnov
2012-10-23lavu: postpone recent deprecations until the next major bumpAnton Khirnov
2012-10-22avutil: Add AVERROR_EXPERIMENTALNathan Caldwell
2012-10-20ARM: reinstate optimised intmath.hMans Rullgard
2012-10-20avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö
2012-10-20avutil: make some tables visible againReinhard Tartler
2012-10-20avutil: remove inline av_log2 from public APIMans Rullgard
2012-10-20avutil/mem: K&R formatting cosmeticsDiego Biurrun
2012-10-20avutil/lzo: K&R formatting cosmeticsDiego Biurrun
2012-10-19lzo: Drop obsolete fast_memcpy referenceDiego Biurrun
2012-10-18Add support for building shared libraries with MSVCMartin Storsjö
2012-10-15build: simplify enabling of compat objectsMans Rullgard
2012-10-13avutil: Do not make ff_ symbols globally visible.Diego Biurrun
2012-10-13avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun
2012-10-13eval-test: make table static constMans Rullgard
2012-10-13avstring-test: fix memory leaksMans Rullgard
2012-10-12Move av_reverse table to libavcodecDiego Biurrun
2012-10-12avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun
2012-10-12avutil: add yuva422p and yuva444p formatsLuca Barbato
2012-10-12lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov
2012-10-12pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov
2012-10-12Use the new aes/md5/sha/tree allocation functionsMartin Storsjö
2012-10-12avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö
2012-10-11parseutils-test: various cleanupsMans Rullgard
2012-10-11parseutils: fix const removal warningMans Rullgard
2012-10-11Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun
2012-10-11random_seed: Support using CryptGenRandom on windowsMartin Storsjö
2012-10-11averror: make error values proper negative valuesJanne Grunau
2012-10-10averror: explicitly define AVERROR_* valuesJanne Grunau
2012-10-10parseutils-test: do not print numerical error codesMans Rullgard
2012-10-08avutil: skip old_pix_fmts.h since it is just a listJanne Grunau
2012-10-08lavu: fix typo in MakefileAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-10-08pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov
2012-10-06parseutils: fix parsing of invalid alpha valuesMans Rullgard
2012-10-06Give all anonymously typedeffed structs in headers a nameDiego Biurrun
2012-10-06parseutils-test: Drop random colors from parsing testDiego Biurrun
2012-10-04x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun
2012-10-04x86: Drop CPU detection intrinsicsDiego Biurrun
2012-10-04x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun
2012-10-04x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun