summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* x86: Fix assembly with NASMDave Yeo2012-10-31
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-31
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-31
* pixfmt: support more yuva formatsLuca Barbato2012-10-30
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-29
* lavr: add general API usage doxyAnton Khirnov2012-10-29
* avutil: Make LZO decoder code configure-time selectableDiego Biurrun2012-10-25
* avutil: Move memcpy_backptr() to mem.cDiego Biurrun2012-10-25
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-23
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-23
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-23
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-23
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-23
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-23
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-23
* Revert "avutil: make some tables visible again"Anton Khirnov2012-10-23
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-23
* lavu: bump major to 52Anton Khirnov2012-10-23
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-23
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-21
* ARM: reinstate optimised intmath.hMans Rullgard2012-10-20
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-20
* avutil: make some tables visible againReinhard Tartler2012-10-20
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-20
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-20
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-20
* lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-19
* Add support for building shared libraries with MSVCMartin Storsjö2012-10-18
* build: simplify enabling of compat objectsMans Rullgard2012-10-15
* avutil: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-13
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-13
* eval-test: make table static constMans Rullgard2012-10-13
* avstring-test: fix memory leaksMans Rullgard2012-10-12
* Move av_reverse table to libavcodecDiego Biurrun2012-10-12
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-12
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-12
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-12
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-11
* parseutils-test: various cleanupsMans Rullgard2012-10-11
* parseutils: fix const removal warningMans Rullgard2012-10-11
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* random_seed: Support using CryptGenRandom on windowsMartin Storsjö2012-10-11
* averror: make error values proper negative valuesJanne Grunau2012-10-11
* averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-10
* parseutils-test: do not print numerical error codesMans Rullgard2012-10-10
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-08
* lavu: fix typo in MakefileAnton Khirnov2012-10-08
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08