summaryrefslogtreecommitdiff
path: root/libavutil
Commit message (Expand)AuthorAge
* 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
* doxy: structure libavformat groupsLuca Barbato2011-11-22
* doxy: introduce an empty structure in libavcodecLuca Barbato2011-11-22
* doxy: provide a start page and document libavutilLuca Barbato2011-11-22
* doxy: cleanup pixfmt.hLuca Barbato2011-11-22
* imgutils: Fix illegal read.Thierry Foucu2011-11-18
* avutil: Add av_timegm as a public functionMartin Storsjö2011-11-16
* hwaccel: OS X Video Decoder Acceleration (VDA) support.Sebastien Zwickert2011-11-14
* AVOptions: don't return an invalid option when option list is emptyAnton Khirnov2011-11-11
* aes: Avoid illegal read and don't generate more key than we use.Alex Converse2011-11-10
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-06
* Remove leftover includes of strings.hMartin Storsjö2011-11-06
* avutil: Don't allow using strcasecmp/strncasecmpReimar Döffinger2011-11-06
* Replace all usage of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* avstring: Add locale independent implementations of strcasecmp/strncasecmpReimar Döffinger2011-11-06
* avstring: Add locale independent implementations of toupper/tolowerLuca Barbato2011-11-06
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-05
* Replace some forgotten FFmpeg references by Libav.Diego Biurrun2011-11-02
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-21
* sws/pixfmt/pixdesc: add support for yuv420p9le/be.Ronald S. Bultje2011-10-21
* AVOptions: add documentation.Anton Khirnov2011-10-19
* avoptions: Fix av_opt_flag_is_setMartin Storsjö2011-10-17
* AVOptions: don't segfault on NULL parameter in av_set_options_string()Anton Khirnov2011-10-17
* log.h: make AVClass a named structJindrich Makovicka2011-10-12
* AVOptions: bump minor and add APIchanges entry.Anton Khirnov2011-10-12
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-12
* Remove all uses of deprecated AVOptions API.Anton Khirnov2011-10-12
* AVOptions: add av_opt_next, deprecate av_next_option.Anton Khirnov2011-10-12
* AVOptions: add functions for evaluating option strings.Anton Khirnov2011-10-12
* AVOptions: split get_number().Anton Khirnov2011-10-12
* AVOptions: add av_opt_get*, deprecate av_get*.Anton Khirnov2011-10-12
* AVOptions: add av_opt_set*().Anton Khirnov2011-10-12
* AVOptions: add new API for enumerating children.Anton Khirnov2011-10-12
* intfloat_readwrite: fix signed addition overflowsMans Rullgard2011-10-11
* AVOptions: refactor set_number/write_numberAnton Khirnov2011-10-10
* AVOptions: cosmetics, rename static av_set_number2() to write_number().Anton Khirnov2011-10-10
* AVOptions: cosmetics, move and rename static av_set_number().Anton Khirnov2011-10-10
* AVOptions: split av_set_string3 into opt type-specific functionsAnton Khirnov2011-10-10