| Commit message (Expand) | Author | Age | Files | Lines |
* | parseutils: replace setenv() by putenv(). | Nicolas George | 2012-04-27 | 1 | -1/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-26 | 3 | -1/+72 |
|\ |
|
| * | cpu: recognise only cpu flag names pertinent to the architecture | Mans Rullgard | 2012-04-25 | 1 | -2/+4 |
| * | avutil: add av_parse_cpu_flags() function | Mans Rullgard | 2012-04-25 | 3 | -1/+70 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-25 | 1 | -0/+9 |
|\| |
|
| * | Add libavresample | Justin Ruggles | 2012-04-24 | 1 | -0/+9 |
* | | parseutils: reliably detect out-of-range alpha. | Reimar Döffinger | 2012-04-24 | 1 | -1/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-24 | 1 | -2/+4 |
|\| |
|
| * | avutil: change default buffer size alignment for sample buffer functions | Justin Ruggles | 2012-04-23 | 1 | -2/+4 |
* | | parseutils: add av_parse_time() test. | Nicolas George | 2012-04-23 | 1 | -1/+50 |
* | | parseutils: make av_parse_time() check for failure. | Nicolas George | 2012-04-23 | 1 | -51/+39 |
* | | parseutils: add FATE test. | Nicolas George | 2012-04-23 | 1 | -0/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 5 | -1/+80 |
|\| |
|
| * | ARM: allow runtime masking of CPU features | Mans Rullgard | 2012-04-22 | 5 | -1/+80 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-20 | 4 | -1/+342 |
|\| |
|
| * | avutil: add audio fifo buffer | Justin Ruggles | 2012-04-20 | 4 | -2/+343 |
* | | Fix compilation with NASM. | Reimar Döffinger | 2012-04-20 | 1 | -2/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-19 | 1 | -2/+8 |
|\| |
|
| * | x86inc: support AVX abstraction for 2-operand instructions | Loren Merritt | 2012-04-18 | 1 | -2/+8 |
* | | Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used. | Nico Weber | 2012-04-19 | 1 | -9/+28 |
* | | AVoption doxy: clarify a few needs in relation to AVClass less structs. | Michael Niedermayer | 2012-04-18 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-18 | 1 | -1/+26 |
|\| |
|
| * | avutil: add better documentation for AVSampleFormat | Justin Ruggles | 2012-04-16 | 1 | -1/+26 |
* | | parseutils: include errors in test output. | Nicolas George | 2012-04-17 | 1 | -0/+2 |
* | | mem.c: fix wrong comment. | Reimar Döffinger | 2012-04-16 | 1 | -3/+4 |
* | | error: ensure error codes are signed negative ints. | Nicolas George | 2012-04-15 | 1 | -16/+18 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 3 | -3/+2 |
|\| |
|
| * | build: Move all arch OBJS declarations into arch subdirectory Makefiles. | Diego Biurrun | 2012-04-12 | 3 | -3/+2 |
* | | av_image_alloc: Align the width to 8 when align >= 8. | Michael Niedermayer | 2012-04-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-13 | 1 | -104/+114 |
|\| |
|
| * | x86inc improvements for 64-bit | Henrik Gramner | 2012-04-11 | 1 | -104/+114 |
| * | mem: Consistently return NULL for av_malloc(0) | Martin Storsjö | 2012-04-10 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-09 | 5 | -14/+61 |
|\| |
|
| * | avutil: use align == 0 for default alignment in audio sample buffer functions | Justin Ruggles | 2012-04-09 | 3 | -3/+8 |
| * | avutil: allow NULL linesize in av_samples_fill_arrays() and av_samples_alloc() | Justin Ruggles | 2012-04-09 | 2 | -5/+8 |
| * | audioconvert: make av_get_channel_layout accept composite names. | Nicolas George | 2012-04-08 | 3 | -12/+54 |
| * | avutil: add av_get_packed_sample_fmt() and av_get_planar_sample_fmt() | Justin Ruggles | 2012-04-08 | 3 | -11/+52 |
* | | Mark GRAY8 format as pseudo-paletted. | Reimar Döffinger | 2012-04-09 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-06 | 1 | -1/+1 |
|\| |
|
| * | avutil: Add av_get_default_channel_layout() | Justin Ruggles | 2012-04-05 | 3 | -1/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-04 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Consistently place static, inline and av_cold attributes/keywords. | Diego Biurrun | 2012-04-04 | 1 | -1/+1 |
* | | des: Fix half a dozen warnings | Michael Niedermayer | 2012-04-02 | 1 | -4/+4 |
* | | The lt and lte functions were swapped. | maxlazarov | 2012-04-01 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 2 | -6/+2 |
|\| |
|
| * | Replace memset(0) by zero initializations. | Diego Biurrun | 2012-03-28 | 2 | -6/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-26 | 1 | -3/+0 |
|\| |
|
| * | build: Only clean the architecture subdirectory we build for. | Diego Biurrun | 2012-03-26 | 1 | -2/+0 |
| * | libavutil: Remove pointless rational test program. | Diego Biurrun | 2012-03-26 | 2 | -26/+1 |
| * | libavutil: Remove broken and pointless lzo test program. | Diego Biurrun | 2012-03-26 | 2 | -47/+0 |