| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/log: remove stray ; | Michael Niedermayer | 2014-04-03 | 1 | -1/+1 |
* | avutil/log: fix negative log levels | Michael Niedermayer | 2014-04-03 | 1 | -3/+5 |
* | avutil/log: add code to test av_log() | Michael Niedermayer | 2014-04-03 | 2 | -0/+24 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-03 | 1 | -1/+1 |
|\ |
|
| * | log: Do not assume the TERM variable is always set | Luca Barbato | 2014-04-03 | 1 | -1/+1 |
* | | Merge commit '42ba1c51d9e843135772a3b9e5cf036a37b28bdb' | Michael Niedermayer | 2014-04-03 | 1 | -6/+8 |
|\| |
|
| * | log: Document AV_LOG_C usage | Luca Barbato | 2014-04-03 | 1 | -6/+8 |
* | | Merge commit '28b9ac4e48f3405a82e8e87ead336188215cf1e6' | Michael Niedermayer | 2014-04-03 | 1 | -2/+2 |
|\| |
|
| * | log: Remove undefined behaviour | Luca Barbato | 2014-04-03 | 1 | -2/+2 |
* | | Merge commit '7763118cae4eb468b032dbd29af15a011c2c233b' | Michael Niedermayer | 2014-04-03 | 3 | -6/+26 |
|\| |
|
| * | log: Support for 256color terminals | Luca Barbato | 2014-04-03 | 3 | -20/+47 |
| * | lavu: add missing formats to av_pix_fmt_swap_endianness | Janne Grunau | 2014-04-02 | 1 | -0/+3 |
* | | log: Factorize check_color_terminal() out | Luca Barbato | 2014-04-03 | 1 | -22/+25 |
* | | lavu/opt: dont crash on freeing NULL AVOptionRanges | Lukasz Marek | 2014-04-03 | 1 | -0/+3 |
* | | Merge commit 'lukaszmluki/master^' | Michael Niedermayer | 2014-04-03 | 3 | -10/+77 |
|\ \ |
|
| * | | lavu/opt: extend AVOptionRange by extra values | Lukasz Marek | 2014-04-03 | 3 | -10/+77 |
* | | | dict: const pointers to dictionary where possible | Roman Fietze | 2014-04-03 | 2 | -4/+4 |
|/ / |
|
* | | avutil/fixed_dsp: remove redundant cast | Michael Niedermayer | 2014-04-01 | 1 | -1/+1 |
* | | libavutil: Add fixed_dsp | Nedeljko Babic | 2014-04-01 | 4 | -1/+244 |
* | | avutil/opt: dont crash on av_opt_set_dict() with NULL | Michael Niedermayer | 2014-03-30 | 1 | -0/+3 |
* | | lavu/mem: add av_dynarray_add_nofree function | Lukasz Marek | 2014-03-29 | 3 | -3/+31 |
* | | avutil/frame: undeprecate AVFrame.motion_val API | Michael Niedermayer | 2014-03-26 | 1 | -2/+0 |
* | | x86/cpu: check for OS support before enabling AVX2 | James Almer | 2014-03-25 | 1 | -1/+1 |
* | | Merge commit 'd161ae0a37900cbd36c1390ca32a56b892c02ab5' | Michael Niedermayer | 2014-03-24 | 3 | -1/+23 |
|\| |
|
| * | frame: add a function for removing side data from a frame | Anton Khirnov | 2014-03-24 | 3 | -1/+23 |
* | | Merge commit '5a7e35dd2351c30bab45177b9482cb8833a0ca78' | Michael Niedermayer | 2014-03-24 | 4 | -1/+57 |
|\| |
|
| * | Add replaygain side data type and code for parsing replaygain tags. | Anton Khirnov | 2014-03-24 | 4 | -1/+57 |
* | | avutil/dynarray: remove debug av_log() from AV_DYNARRAY_ADD | Michael Niedermayer | 2014-03-22 | 1 | -2/+0 |
* | | avutil/mem: avoid using intptr_t to access void* in av_dynarray_add() | Michael Niedermayer | 2014-03-22 | 1 | -3/+3 |
* | | lavu/mem: reimplement the dynarray functions with the macro. | Nicolas George | 2014-03-22 | 1 | -53/+22 |
* | | lavu: add AV_DYNARRAY_ADD() macro. | Nicolas George | 2014-03-22 | 1 | -0/+72 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-22 | 1 | -11/+10 |
|\| |
|
| * | float_dsp: Replace arch optimization ifdefs by if cascade | Diego Biurrun | 2014-03-22 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-20 | 1 | -9/+9 |
|\| |
|
| * | float-dsp-test: do not use C99's predefined __func__ | Janne Grunau | 2014-03-20 | 1 | -9/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-19 | 1 | -23/+25 |
|\| |
|
| * | float_dsp: Use LOCAL_ALIGNED for instead of DECLARE_ALIGNED within functions | Martin Storsjö | 2014-03-19 | 1 | -23/+25 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-19 | 5 | -2/+279 |
|\| |
|
| * | aarch64: float_dsp NEON assembler | Janne Grunau | 2014-03-18 | 5 | -2/+279 |
* | | Automatically change MANGLE() into named inline asm operands when direct symb... | Matt Oliver | 2014-03-18 | 1 | -1/+35 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-18 | 2 | -0/+284 |
|\| |
|
| * | float_dsp: add test program and use it as fate test | Janne Grunau | 2014-03-18 | 2 | -0/+284 |
* | | Merge commit '1481d24c3a0abf81e1d7a514547bd5305232be30' | Michael Niedermayer | 2014-03-17 | 3 | -17/+33 |
|\| |
|
| * | RGBA64 pixel formats | Jean First | 2014-03-16 | 3 | -1/+62 |
* | | Merge commit 'da785231ea0b82b5c2526babbb2871c935b21a87' | Michael Niedermayer | 2014-03-14 | 1 | -0/+54 |
|\| |
|
| * | bfin: Refactor duplicated assembly-related macros | Diego Biurrun | 2014-03-13 | 1 | -0/+54 |
* | | Merge commit 'e99af2a3b1660b4f328335149980064692097cad' | Michael Niedermayer | 2014-03-14 | 1 | -0/+34 |
|\| |
|
| * | bfin: Refactor duplicated l1_text/l1_data_B macros | Diego Biurrun | 2014-03-13 | 1 | -0/+34 |
* | | Merge commit '831a1180785a786272cdcefb71566a770bfb879e' | Michael Niedermayer | 2014-03-13 | 1 | -2/+0 |
|\| |
|
| * | Update dsputil- and SIMD-related comments to match reality more closely | Diego Biurrun | 2014-03-13 | 1 | -2/+0 |