| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/internal: add FF_ALLOC_ARRAY_OR_GOTO & FF_ALLOCZ_ARRAY_OR_GOTO | Michael Niedermayer | 2014-04-22 | 1 | -0/+18 |
* | x86/float_dsp: remove duplicated code from vector_dmul_scalar | James Almer | 2014-04-19 | 1 | -8/+3 |
* | Merge commit '0983d48111f578e17e8c1967d25ce593fce62b63' | Michael Niedermayer | 2014-04-17 | 3 | -3/+41 |
|\ |
|
| * | crc: add ANSI CRC16 LE | Alessandro Ghedini | 2014-04-17 | 3 | -3/+41 |
* | | x86: move horizontal add macros to x86util | James Almer | 2014-04-17 | 1 | -0/+33 |
* | | x86/float_dsp: unroll loop in vector_fmac_scalar | James Almer | 2014-04-16 | 1 | -18/+26 |
* | | x86/float_dsp: use SWAP in vector_fmac_scalar Win64 | James Almer | 2014-04-16 | 1 | -3/+3 |
* | | avutil/frame: use av_malloc(z)_array() | Michael Niedermayer | 2014-04-15 | 1 | -4/+4 |
* | | avutil/avstring: do not lose ascii characters when decoding non utf-8 with av... | Michael Niedermayer | 2014-04-13 | 1 | -4/+4 |
* | | avutil/log: add av_log_get_flags() | Michael Niedermayer | 2014-04-12 | 3 | -1/+7 |
* | | avutil/log: factor "level != AV_LOG_INFO/8" checks out | Michael Niedermayer | 2014-04-09 | 1 | -4/+8 |
* | | Merge commit '8b17243d1742279bcb2368f8d325ea71e66736c8' | Michael Niedermayer | 2014-04-09 | 3 | -1/+14 |
|\| |
|
| * | lavu: Add packed YVYU422 pixel format | Vittorio Giovara | 2014-04-07 | 3 | -1/+14 |
| * | xtea: Add Doxy @file and group | Timothy Gu | 2014-04-07 | 2 | -0/+9 |
| * | adler32: Fix doxy group definition | Timothy Gu | 2014-04-07 | 2 | -0/+21 |
* | | Merge commit '8675bcb0addb1c7fb0b04682d1f3f95d5b8dae14' | Michael Niedermayer | 2014-04-07 | 4 | -2/+7 |
|\| |
|
| * | aarch64: add armv8 CPU flag | Janne Grunau | 2014-04-06 | 4 | -2/+7 |
* | | Merge commit '8542f9c4f17125d483c40c0c5723842f1c982f81' | Michael Niedermayer | 2014-04-04 | 2 | -3/+3 |
|\| |
|
| * | replaygain: correctly parse peak values | Alessandro Ghedini | 2014-04-04 | 2 | -3/+3 |
| * | log: Unbreak windows support | Luca Barbato | 2014-04-03 | 1 | -0/+1 |
* | | lavu/opt: validate range before dereference | Lukasz Marek | 2014-04-04 | 1 | -2/+4 |
* | | log: allow color highlighting in Cygwin's mintty | James Darnley | 2014-04-04 | 1 | -3/+3 |
* | | 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 |