summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* Remove libpostproc.Diego Biurrun2012-02-23
* Add channel names to channel_names[] array for channels added in b2890f5Tim Walker2012-02-22
* Add names for more channel layouts to the channel layout map.Tim W2012-02-21
* Mark mutable static data const where appropriate.Alex Converse2012-02-21
* avutil: add av_rescale_q_rnd() to allow different roundingJustin Ruggles2012-02-20
* Move some conditionally used variables into the block where they are used.Diego Biurrun2012-02-13
* build: Add missing directories to DIRS declarations.Diego Biurrun2012-02-09
* pixdesc: mark pseudopaletted formats with a special flag.Anton Khirnov2012-02-08
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
* aacdec: Use correct speaker order for 7.1.Alex Converse2012-02-08
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-02
* avutil: make intfloat api publicPaul B Mahol2012-01-30
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-27
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-27
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* Revert "sws/pixfmt/pixdesc: add support for yuva444p"Alex Converse2012-01-26
* sws/pixfmt/pixdesc: add support for yuva444pPaul B Mahol2012-01-27
* libavutil: Remove pointless file test program.Diego Biurrun2012-01-26
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* timer: K&R formatting cosmeticsDiego Biurrun2012-01-05
* lavu: bump lavu minor for av_popcount64Janne Grunau2012-01-03
* Add av_popcount64Daniel Verkamp2012-01-03
* Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-21
* lavu: add AVERROR_BUG error valueLuca Barbato2011-12-19
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-13
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-12
* Add basic libavdevice documentation.Anton Khirnov2011-12-12
* x86: bswap: remove test for bswap instructionMans Rullgard2011-12-12
* bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-12
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* Fix a bunch of common typos.Diego Biurrun2011-12-11
* audioconvert: add some additional channel and channel layout macrosJustin Ruggles2011-12-09
* audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles2011-12-09
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-08
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-08
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-07
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-05
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-03
* Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-03
* timer: fix misspelling of "decicycles"Mans Rullgard2011-11-28
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-27
* Fix av_get_channel_layout_string() for positions >31Mans Rullgard2011-11-25
* Make channel layout masks unsignedMans Rullgard2011-11-25
* MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-25
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-24
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-24
* pixfmt: add planar RGB formats.Ronald S. Bultje2011-11-24
* libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles2011-11-23
* libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles2011-11-23