| Commit message (Expand) | Author | Age | Files | Lines |
* | Introduce av_realloc_f. | Nicolas George | 2011-09-28 | 2 | -0/+25 |
* | Introduce av_size_mult. | Nicolas George | 2011-09-28 | 1 | -0/+16 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 4 | -1/+14 |
|\ |
|
| * | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 4 | -2/+15 |
* | | lavu/attributes: introduce AV_NOWARN_DEPRECATED. | Nicolas George | 2011-09-25 | 1 | -0/+18 |
* | | Add av_calloc() helper. | Laurent Aimar | 2011-09-25 | 2 | -0/+19 |
* | | Add new pix_fmt RGBA64 | Jean First | 2011-09-24 | 2 | -0/+57 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-23 | 1 | -1/+1 |
|\| |
|
| * | eval: test isnan(sqrt(-1)) instead of just sqrt(-1) | Anton Khirnov | 2011-09-22 | 1 | -1/+1 |
* | | lavu: add av_x_if_null(). | Clément Bœsch | 2011-09-22 | 1 | -2/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-21 | 2 | -3/+21 |
|\| |
|
| * | des: add possibility to calculate DES-CBC-MAC with small buffer | David Goldwich | 2011-09-21 | 2 | -3/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-19 | 1 | -1/+1 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-12 | 1 | -9/+25 |
|\| |
|
| * | 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 |
* | | avopt: Fix searching for constants | Michael Niedermayer | 2011-09-08 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-07 | 3 | -15/+25 |
|\| |
|
| * | 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 |
* | | av_string: add av_asprintf(). | Clément Bœsch | 2011-09-04 | 3 | -1/+37 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 3 | -3/+12 |
|\| |
|
| * | 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 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-01 | 1 | -4/+4 |
|\| |
|
| * | AVOptions: drop av_ prefix from static av_get_number(). | Anton Khirnov | 2011-09-01 | 1 | -4/+4 |
* | | fifo: add note in av_fifo_realloc2() doxy regarding reallocation failure beha... | Stefano Sabatini | 2011-08-30 | 1 | -0/+2 |
* | | Use the shorter channel layout description for the common case. | Carl Eugen Hoyos | 2011-08-28 | 1 | -4/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-28 | 1 | -1/+1 |
|\| |
|
| * | doxygen: drop another pointless star from pointer variable name | Diego Biurrun | 2011-08-27 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-26 | 4 | -14/+51 |
|\| |
|
| * | 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 |
* | | lavu: add av_get_media_type_string() convenience function | Stefano Sabatini | 2011-08-20 | 2 | -1/+19 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-08-18 | 1 | -0/+33 |
|\| |
|
| * | Move clipd macros to x86util.asm. | Ronald S. Bultje | 2011-08-17 | 1 | -0/+33 |
* | | fifo: return AVERROR(ENOMEM) rather -1 in av_fifo_realloc2() | Stefano Sabatini | 2011-08-14 | 1 | -1/+1 |
* | | fifo: apply misc cosmetic fixes | Stefano Sabatini | 2011-08-14 | 1 | -10/+11 |
* | | fifo: add av_fifo_peek2(), and deprecate av_fifo_peek() | Stefano Sabatini | 2011-08-14 | 2 | -5/+33 |
* | | Merge commit 'b2c087871dafc7d030b2d48457ddff597dfd4925' | Michael Niedermayer | 2011-08-13 | 2 | -0/+1447 |
|\| |
|
| * | Move x86util.asm from libavcodec/ to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+542 |
| * | Move x86inc.asm to libavutil/. | Ronald S. Bultje | 2011-08-12 | 1 | -0/+905 |
* | | av_get_string: search children too. | Michael Niedermayer | 2011-08-13 | 1 | -1/+1 |
* | | av_get_number: also search children, this is more sane than not doing so. | Michael Niedermayer | 2011-08-13 | 1 | -1/+1 |
* | | audioconvert: define unique strings for AV_CH_LAYOUT_5POINT{0,1}_BACK | Stefano Sabatini | 2011-07-28 | 2 | -3/+3 |