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-11-14avutil: change GET_UTF8 to not use av_log2()Mans Rullgard
2012-11-14x86: mmx2 ---> mmxext in asm constructsDiego Biurrun
2012-11-13pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato
2012-11-11build: Drop AVX assembly ifdefsDiego Biurrun
2012-11-11lavu: rename audioconvert.* to channel_layout.* and deprecate audioconvert.hJustin Ruggles
2012-11-11x86inc: Set program_name outside of x86inc.asmDiego Biurrun
2012-11-10x86: PALIGNR: port to cpuflagsDiego Biurrun
2012-11-06lavu: add av_ctz() for trailing zero bit countJustin Ruggles
2012-11-05x86: PABSW: port to cpuflagsDiego Biurrun
2012-11-02crc: move doxy to the headerAnton Khirnov
2012-11-02x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun
2012-11-02x86: PMINUB: port to cpuflagsDiego Biurrun
2012-11-02x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun
2012-11-02x86inc: Only define program_name if the macro is unsetDiego Biurrun
2012-10-31x86: Fix assembly with NASMDave Yeo
2012-10-31x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun
2012-10-31x86: include x86inc.asm in x86util.asmDiego Biurrun
2012-10-30pixfmt: support more yuva formatsLuca Barbato
2012-10-30Remove INIT_AVX from x86inc.asm.Ronald S. Bultje
2012-10-29lavr: add general API usage doxyAnton Khirnov
2012-10-25avutil: Make LZO decoder code configure-time selectableDiego Biurrun
2012-10-25avutil: Move memcpy_backptr() to mem.cDiego Biurrun
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