| Commit message (Expand) | Author | Age | Files | Lines |
* | Code clean-up for crc.c, lfg.c, log.c, random_see.d, rational.c and tree.c. | Yordan Makariev | 2011-12-03 | 6 | -236/+287 |
* | Cleaned pixdesc.c file in libavutil | Tsvetelina Borisova | 2011-12-03 | 1 | -483/+484 |
* | timer: fix misspelling of "decicycles" | Mans Rullgard | 2011-11-28 | 1 | -1/+1 |
* | x86inc: Flag shufps as an floating-point instruction for the AVX emulation code. | Vitor Sessak | 2011-11-27 | 1 | -1/+1 |
* | Fix av_get_channel_layout_string() for positions >31 | Mans Rullgard | 2011-11-25 | 1 | -1/+1 |
* | Make channel layout masks unsigned | Mans Rullgard | 2011-11-25 | 3 | -9/+9 |
* | MK(BE)TAG: avoid undefined shifts | Mans Rullgard | 2011-11-25 | 1 | -2/+2 |
* | swscale: fix failing fate tests. | Ronald S. Bultje | 2011-11-24 | 1 | -2/+1 |
* | Clean up swscale pixfmt macros using av_pix_fmt_descriptors[]. | Ronald S. Bultje | 2011-11-24 | 3 | -26/+68 |
* | pixfmt: add planar RGB formats. | Ronald S. Bultje | 2011-11-24 | 2 | -0/+91 |
* | libavutil: add utility functions to simplify allocation of audio buffers. | Justin Ruggles | 2011-11-23 | 3 | -1/+119 |
* | libavutil: add planar sample formats and av_sample_fmt_is_planar() | Justin Ruggles | 2011-11-23 | 3 | -6/+34 |
* | doxy: structure libavformat groups | Luca Barbato | 2011-11-22 | 1 | -1/+1 |
* | doxy: introduce an empty structure in libavcodec | Luca Barbato | 2011-11-22 | 1 | -1/+1 |
* | doxy: provide a start page and document libavutil | Luca Barbato | 2011-11-22 | 19 | -16/+377 |
* | doxy: cleanup pixfmt.h | Luca Barbato | 2011-11-22 | 1 | -6/+8 |
* | imgutils: Fix illegal read. | Thierry Foucu | 2011-11-18 | 1 | -1/+1 |
* | avutil: Add av_timegm as a public function | Martin Storsjö | 2011-11-16 | 3 | -3/+10 |
* | hwaccel: OS X Video Decoder Acceleration (VDA) support. | Sebastien Zwickert | 2011-11-14 | 3 | -1/+8 |
* | AVOptions: don't return an invalid option when option list is empty | Anton Khirnov | 2011-11-11 | 1 | -3/+4 |
* | aes: Avoid illegal read and don't generate more key than we use. | Alex Converse | 2011-11-10 | 1 | -4/+4 |
* | x86inc: use sse versions of common macros instead of sse2 when applicable | Justin Ruggles | 2011-11-06 | 1 | -0/+5 |
* | Remove leftover includes of strings.h | Martin Storsjö | 2011-11-06 | 1 | -1/+0 |
* | avutil: Don't allow using strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -0/+4 |
* | Replace all usage of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 1 | -4/+3 |
* | avstring: Add locale independent implementations of strcasecmp/strncasecmp | Reimar Döffinger | 2011-11-06 | 3 | -1/+34 |
* | avstring: Add locale independent implementations of toupper/tolower | Luca Barbato | 2011-11-06 | 2 | -1/+21 |
* | Update x86inc.asm to latest x264 version, and add AVX symmetry. | Loren Merritt | 2011-11-05 | 1 | -183/+340 |
* | Replace some forgotten FFmpeg references by Libav. | Diego Biurrun | 2011-11-02 | 2 | -8/+5 |
* | fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasm | Justin Ruggles | 2011-10-21 | 1 | -0/+12 |
* | sws/pixfmt/pixdesc: add support for yuv420p9le/be. | Ronald S. Bultje | 2011-10-21 | 2 | -0/+26 |
* | AVOptions: add documentation. | Anton Khirnov | 2011-10-19 | 1 | -0/+183 |
* | avoptions: Fix av_opt_flag_is_set | Martin Storsjö | 2011-10-17 | 1 | -1/+2 |
* | AVOptions: don't segfault on NULL parameter in av_set_options_string() | Anton Khirnov | 2011-10-17 | 1 | -0/+3 |
* | log.h: make AVClass a named struct | Jindrich Makovicka | 2011-10-12 | 1 | -1/+1 |
* | AVOptions: bump minor and add APIchanges entry. | Anton Khirnov | 2011-10-12 | 1 | -1/+1 |
* | AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_* | Anton Khirnov | 2011-10-12 | 2 | -80/+91 |
* | Remove all uses of deprecated AVOptions API. | Anton Khirnov | 2011-10-12 | 1 | -16/+18 |
* | AVOptions: add av_opt_next, deprecate av_next_option. | Anton Khirnov | 2011-10-12 | 2 | -1/+19 |
* | AVOptions: add functions for evaluating option strings. | Anton Khirnov | 2011-10-12 | 2 | -0/+39 |
* | AVOptions: split get_number(). | Anton Khirnov | 2011-10-12 | 1 | -16/+26 |
* | AVOptions: add av_opt_get*, deprecate av_get*. | Anton Khirnov | 2011-10-12 | 2 | -13/+127 |
* | AVOptions: add av_opt_set*(). | Anton Khirnov | 2011-10-12 | 2 | -19/+90 |
* | AVOptions: add new API for enumerating children. | Anton Khirnov | 2011-10-12 | 3 | -9/+96 |
* | intfloat_readwrite: fix signed addition overflows | Mans Rullgard | 2011-10-11 | 1 | -2/+2 |
* | AVOptions: refactor set_number/write_number | Anton Khirnov | 2011-10-10 | 1 | -14/+11 |
* | AVOptions: cosmetics, rename static av_set_number2() to write_number(). | Anton Khirnov | 2011-10-10 | 1 | -3/+3 |
* | AVOptions: cosmetics, move and rename static av_set_number(). | Anton Khirnov | 2011-10-10 | 1 | -12/+12 |
* | AVOptions: split av_set_string3 into opt type-specific functions | Anton Khirnov | 2011-10-10 | 2 | -81/+102 |
* | crc: fix signed overflow | Mans Rullgard | 2011-10-09 | 1 | -1/+1 |