summaryrefslogtreecommitdiffstats
path: root/libavutil
Commit message (Expand)AuthorAgeFilesLines
* Replace Subversion revisions in comments by Git hashes.Diego Biurrun2011-12-211-1/+1
* lavu: add AVERROR_BUG error valueLuca Barbato2011-12-192-0/+2
* build: move inclusion of subdir.mak to main subdir loopMans Rullgard2011-12-131-2/+0
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-123-6/+6
* Add basic libavdevice documentation.Anton Khirnov2011-12-121-0/+1
* x86: bswap: remove test for bswap instructionMans Rullgard2011-12-121-7/+0
* bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-123-11/+8
* lavu: replace int/float punning functionsMans Rullgard2011-12-112-6/+79
* Fix a bunch of common typos.Diego Biurrun2011-12-111-1/+1
* audioconvert: add some additional channel and channel layout macrosJustin Ruggles2011-12-092-2/+17
* audioconvert: change 7.1 "wide" layout to use side surround channelsJustin Ruggles2011-12-092-2/+2
* tests/examples: Mark some variables only used within their files as static.Diego Biurrun2011-12-081-1/+3
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-081-1/+4
* doxygen: Replace '\' by '@' in Doxygen markup tags.Diego Biurrun2011-12-071-2/+2
* doxygen: eliminate Qt-style doxygen syntaxDiego Biurrun2011-12-052-7/+7
* Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c.Yordan Makariev2011-12-036-236/+287
* Cleaned pixdesc.c file in libavutilTsvetelina Borisova2011-12-031-483/+484
* timer: fix misspelling of "decicycles"Mans Rullgard2011-11-281-1/+1
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-271-1/+1
* Fix av_get_channel_layout_string() for positions >31Mans Rullgard2011-11-251-1/+1
* Make channel layout masks unsignedMans Rullgard2011-11-253-9/+9
* MK(BE)TAG: avoid undefined shiftsMans Rullgard2011-11-251-2/+2
* swscale: fix failing fate tests.Ronald S. Bultje2011-11-241-2/+1
* Clean up swscale pixfmt macros using av_pix_fmt_descriptors[].Ronald S. Bultje2011-11-243-26/+68
* pixfmt: add planar RGB formats.Ronald S. Bultje2011-11-242-0/+91
* libavutil: add utility functions to simplify allocation of audio buffers.Justin Ruggles2011-11-233-1/+119
* libavutil: add planar sample formats and av_sample_fmt_is_planar()Justin Ruggles2011-11-233-6/+34
* doxy: structure libavformat groupsLuca Barbato2011-11-221-1/+1
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-221-1/+1
* doxy: provide a start page and document libavutilLuca Barbato2011-11-2219-16/+377
* doxy: cleanup pixfmt.hLuca Barbato2011-11-221-6/+8
* imgutils: Fix illegal read.Thierry Foucu2011-11-181-1/+1
* avutil: Add av_timegm as a public functionMartin Storsjö2011-11-163-3/+10
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-143-1/+8
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-111-3/+4
* aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-101-4/+4
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-061-0/+5
* Remove leftover includes of strings.hMartin Storsjö2011-11-061-1/+0
* avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger2011-11-061-0/+4
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-061-4/+3
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-063-1/+34
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-062-1/+21
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-051-183/+340
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-022-8/+5
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-212-0/+26
* AVOptions: add documentation.Anton Khirnov2011-10-191-0/+183
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-171-1/+2
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-171-0/+3
* log.h: make AVClass a named structJindrich Makovicka2011-10-121-1/+1
OpenPOWER on IntegriCloud