| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 4 | -2/+15 |
* | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -1/+1 |
* | des: add possibility to calculate DES-CBC-MAC with small buffer | David Goldwich | 2011-09-21 | 2 | -3/+21 |
* | eval: implement not() expression | Stefano Sabatini | 2011-09-19 | 2 | -2/+8 |
* | eval: add sqrt function for computing the square root | Stefano Sabatini | 2011-09-19 | 2 | -1/+7 |
* | audioconvert: add explanatory comments to channel_names array | Stefano Sabatini | 2011-09-11 | 1 | -5/+20 |
* | audioconvert: K&R whitespace cosmetics | Stefano Sabatini | 2011-09-11 | 1 | -4/+5 |
* | AVOptions: remove AVOption.offset <= 0 checks | Anton Khirnov | 2011-09-07 | 1 | -4/+4 |
* | AVOptions: deprecate av_opt_set_defaults2 | Anton Khirnov | 2011-09-07 | 3 | -6/+17 |
* | AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h | Anton Khirnov | 2011-09-07 | 2 | -6/+5 |
* | AVOptions: fix av_set_string3() doxy to match reality. | Anton Khirnov | 2011-09-03 | 1 | -1/+1 |
* | AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). | Anton Khirnov | 2011-09-03 | 2 | -1/+10 |
* | cpu detection: avoid a signed overflow | Sean McGovern | 2011-09-03 | 1 | -1/+1 |
* | AVOptions: drop av_ prefix from static av_get_number(). | Anton Khirnov | 2011-09-01 | 1 | -4/+4 |
* | doxygen: drop another pointless star from pointer variable name | Diego Biurrun | 2011-08-27 | 1 | -1/+1 |
* | fifo: add FIFO API test program, and fate test | Stefano Sabatini | 2011-08-26 | 2 | -1/+37 |
* | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-26 | 2 | -4/+32 |
* | doxygen: drop pointless star from pointer variable names | Diego Biurrun | 2011-08-26 | 1 | -12/+12 |
* | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -0/+33 |