summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
...
* Remove need for padding in av_memcpy_backptr()Mans Rullgard2012-10-232-9/+9
* lzo: Use AV_COPY*U macros where appropriateDiego Biurrun2012-10-231-20/+8
* intreadwrite: Add AV_COPYxxU macros for copying to/from unaligned addressesDiego Biurrun2012-10-231-0/+27
* libm: add fallbacks for various single-precision functionsMans Rullgard2012-10-231-0/+40
* lavu: remove disabled FF_API_AV_FIFO_PEEK cruftAnton Khirnov2012-10-232-14/+0
* lavu: remove disabled avoptions cruftAnton Khirnov2012-10-233-229/+0
* lavu: remove disabled FF_API_GET_BITS_PER_SAMPLE_FMT cruftAnton Khirnov2012-10-233-19/+0
* Revert "avutil: make some tables visible again"Anton Khirnov2012-10-231-1/+1
* Revert "avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI com...Anton Khirnov2012-10-232-2/+0
* lavu: bump major to 52Anton Khirnov2012-10-231-2/+2
* lavu: postpone recent deprecations until the next major bumpAnton Khirnov2012-10-231-4/+4
* avutil: Add AVERROR_EXPERIMENTALNathan Caldwell2012-10-213-1/+3
* ARM: reinstate optimised intmath.hMans Rullgard2012-10-201-0/+4
* avutil: Add a copy of ff_sqrt_tab back into avutil to restore ABI compatibilityMartin Storsjö2012-10-202-0/+2
* avutil: make some tables visible againReinhard Tartler2012-10-201-1/+1
* avutil: remove inline av_log2 from public APIMans Rullgard2012-10-204-40/+89
* avutil/mem: K&R formatting cosmeticsDiego Biurrun2012-10-202-40/+41
* avutil/lzo: K&R formatting cosmeticsDiego Biurrun2012-10-202-48/+58
* lzo: Drop obsolete fast_memcpy referenceDiego Biurrun2012-10-191-3/+2
* Add support for building shared libraries with MSVCMartin Storsjö2012-10-181-0/+6
* build: simplify enabling of compat objectsMans Rullgard2012-10-151-2/+1
* avutil: Do not make ff_ symbols globally visible.Diego Biurrun2012-10-131-1/+1
* avutil: Rename ff_set_systematic_pal2() ---> avpriv_set_systematic_pal2()Diego Biurrun2012-10-132-3/+3
* eval-test: make table static constMans Rullgard2012-10-131-1/+2
* avstring-test: fix memory leaksMans Rullgard2012-10-121-2/+4
* Move av_reverse table to libavcodecDiego Biurrun2012-10-123-1/+12
* avutil: Duplicate ff_log2_tab instead of sharing it across libsDiego Biurrun2012-10-123-11/+31
* avutil: add yuva422p and yuva444p formatsLuca Barbato2012-10-122-0/+28
* lavu,lavd: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-9/+15
* pixdesc: add functions for accessing pixel format descriptors.Anton Khirnov2012-10-123-1/+57
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-111-1/+1
* avutil: Add functions for allocating opaque contexts for algorithmsMartin Storsjö2012-10-119-5/+74
* parseutils-test: various cleanupsMans Rullgard2012-10-111-5/+6
* parseutils: fix const removal warningMans Rullgard2012-10-111-2/+1
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-115-131/+0
* random_seed: Support using CryptGenRandom on windowsMartin Storsjö2012-10-111-0/+15
* averror: make error values proper negative valuesJanne Grunau2012-10-111-15/+15
* averror: explicitly define AVERROR_* valuesJanne Grunau2012-10-101-15/+15
* parseutils-test: do not print numerical error codesMans Rullgard2012-10-101-2/+2
* avutil: skip old_pix_fmts.h since it is just a listJanne Grunau2012-10-081-0/+2
* lavu: fix typo in MakefileAnton Khirnov2012-10-081-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-084-122/+122
* pixfmt: add AV_ prefixes to PIX_FMT_*Anton Khirnov2012-10-084-131/+303
* parseutils: fix parsing of invalid alpha valuesMans Rullgard2012-10-061-2/+2
* Give all anonymously typedeffed structs in headers a nameDiego Biurrun2012-10-062-2/+2
* parseutils-test: Drop random colors from parsing testDiego Biurrun2012-10-061-2/+0
* x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-041-0/+5
* x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-041-36/+0
* x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-044-2/+113
* x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-041-11/+21
OpenPOWER on IntegriCloud