| Commit message (Expand) | Author | Age | Files | Lines |
* | opt: add AV_OPT_TYPE_IMAGE_SIZE. | Nicolas George | 2012-05-20 | 2 | -0/+15 |
* | lavu/tree: perform minor fixes to av_tree_insert() documentation | Stefano Sabatini | 2012-05-20 | 1 | -2/+6 |
* | lavu/error: fix make checkheaders. | Clément Bœsch | 2012-05-18 | 1 | -1/+1 |
* | lavu/parseutils: fix specification for av_parse_time() | Stefano Sabatini | 2012-05-18 | 1 | -2/+2 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-16 | 1 | -1/+1 |
|\ |
|
| * | Add missing version bumps and APIchanges/Changelog entries. | Anton Khirnov | 2012-05-15 | 1 | -1/+1 |
* | | fifo: add av_fifo_grow() | Michael Niedermayer | 2012-05-15 | 3 | -1/+25 |
* | | lavu/bprint: add av_bprint_reset(). | Clément Bœsch | 2012-05-14 | 3 | -1/+14 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 1 | -4/+3 |
|\| |
|
| * | lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVX | Justin Ruggles | 2012-05-09 | 1 | -4/+3 |
* | | avutil/log: allow av_log_set_callback (NULL) | Michael Niedermayer | 2012-05-10 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-10 | 3 | -59/+72 |
|\| |
|
| * | samplefmt: add a function for filling a buffer with silence. | Anton Khirnov | 2012-05-09 | 2 | -0/+31 |
| * | samplefmt: add a function for copying audio samples. | Anton Khirnov | 2012-05-09 | 2 | -0/+34 |
| * | mips: intreadwrite: fix inline asm for gcc 4.8 | Mans Rullgard | 2012-05-09 | 1 | -2/+5 |
| * | mips: intreadwrite: remove unnecessary inline asm | Mans Rullgard | 2012-05-09 | 1 | -57/+2 |
* | | error: Try to make av_strerror() closer to binary identical across platforms. | Michael Niedermayer | 2012-05-09 | 1 | -0/+2 |
* | | parseutils: use strings instead of integers for error codes. | Michael Niedermayer | 2012-05-09 | 1 | -2/+4 |
* | | parseutils: fix ;/, error | Michael Niedermayer | 2012-05-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 2 | -2/+3 |
|\| |
|
| * | av_samples_fill_array: Mark unmodified function argument as const. | Diego Biurrun | 2012-05-08 | 2 | -2/+3 |
* | | Add yuva422p pix_fmt. | Carl Eugen Hoyos | 2012-05-08 | 3 | -1/+15 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-07 | 2 | -5/+28 |
|\| |
|
| * | build: cosmetics: Add missing end-of-line backslashes to item lists. | Diego Biurrun | 2012-05-07 | 1 | -1/+1 |
| * | build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. | Diego Biurrun | 2012-05-07 | 1 | -4/+21 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-05 | 1 | -1/+3 |
|\| |
|
| * | arm: intreadwrite: revert 16-bit load asm to old version for gcc < 4.6 | Mans Rullgard | 2012-05-03 | 1 | -1/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-02 | 1 | -4/+12 |
|\| |
|
| * | arm: intreadwrite: disable inline asm for gcc 4.7 and later | Mans Rullgard | 2012-05-02 | 1 | -1/+2 |
| * | arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later | Mans Rullgard | 2012-05-02 | 1 | -3/+10 |
* | | lavu/opt: clarify error message in set_key_value_pair() | Stefano Sabatini | 2012-04-30 | 1 | -1/+1 |
* | | libavutil: Document the shortcommings of av_parse_cpu_flags() | Michael Niedermayer | 2012-04-30 | 1 | -0/+4 |
* | | cmdutils/avutil: Move cpu caps parse code into av_parse_cpu_caps() | Michael Niedermayer | 2012-04-30 | 3 | -1/+51 |
* | | 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 |