| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'cce3e0a49f0dd030262c28d9c53de0bd2fd909c4' | Michael Niedermayer | 2013-11-14 | 3 | -1/+61 |
|\ |
|
| * | Move av_fast_{m,re}alloc from lavc to lavu. | Anton Khirnov | 2013-11-14 | 3 | -1/+55 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-11-14 | 4 | -0/+10 |
|\| |
|
| * | Deprecate obsolete XvMC hardware decoding support | Diego Biurrun | 2013-11-13 | 4 | -0/+10 |
* | | avutil/common: error out with clear message if __STDC_CONSTANT_MACROS is not ... | Michael Niedermayer | 2013-11-05 | 1 | -0/+4 |
* | | avutil/opencl: compile kernels separately | Lenny Wang | 2013-11-05 | 3 | -129/+109 |
* | | Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212' | Michael Niedermayer | 2013-11-04 | 2 | -10/+13 |
|\| |
|
* | | avutil: add av_fopen_utf8() | Michael Niedermayer | 2013-11-04 | 3 | -1/+42 |
* | | Merge commit '5858a67f135a7395c548482c73cf3d39bcdd3022' | Michael Niedermayer | 2013-11-03 | 1 | -1/+1 |
|\| |
|
| * | attributes: disable flatten on llvm/clang | Vittorio Giovara | 2013-11-03 | 1 | -1/+1 |
* | | avutil/xtea: add Doxy @file and group | Timothy Gu | 2013-11-03 | 2 | -0/+9 |
* | | avutil/adler32: add Doxy group | Timothy Gu | 2013-11-03 | 2 | -0/+12 |
* | | Merge commit '28096e0a806e57376541e6222d315619906e3c55' | Michael Niedermayer | 2013-11-01 | 2 | -1/+11 |
|\| |
|
| * | h264: wait for initial complete frame before outputing frames | John Stebbins | 2013-10-31 | 2 | -1/+11 |
* | | avutil/opt: fix flags check on non x86 | Michael Niedermayer | 2013-10-29 | 1 | -1/+1 |
* | | avutil/opt: check flags validity in write_number() | Michael Niedermayer | 2013-10-28 | 1 | -0/+9 |
* | | Merge commit '0b357a8095e72b092cc5c2aacc2f806db75ecae3' | Michael Niedermayer | 2013-10-28 | 1 | -1/+2 |
|\| |
|
| * | AVOptions: do not range check flag options. | Anton Khirnov | 2013-10-27 | 1 | -1/+2 |
* | | Merge commit '529a9893d769f381b72785c500662be2020da5fe' | Michael Niedermayer | 2013-10-28 | 2 | -4/+4 |
|\| |
|
| * | avframe: mark source frame const in _ref and _clone | Vittorio Giovara | 2013-10-27 | 2 | -4/+4 |
* | | lavu/parseutils: add av_get_known_color_name() | Stefano Sabatini | 2013-10-27 | 3 | -2/+29 |
* | | avutil/utils: check that size_t is unsigned | Michael Niedermayer | 2013-10-26 | 1 | -0/+2 |
* | | Merge commit 'b284e1ffe343d6697fb950d1ee517bafda8a9844' | Michael Niedermayer | 2013-10-26 | 1 | -2/+2 |
|\| |
|
| * | mem: do not check for negative size | Vittorio Giovara | 2013-10-26 | 1 | -2/+2 |
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' | Michael Niedermayer | 2013-10-26 | 3 | -4/+4 |
|\| |
|
| * | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 4 | -0/+15 |
| * | base64-test: Remove posibility of returning restricted exit codes | Derek Buitenhuis | 2013-10-25 | 1 | -1/+4 |
| * | tree-test: Don't return restricted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -2/+2 |
| * | avstring-test: Mark pointer passed to av_free() as non-const | Diego Biurrun | 2013-10-23 | 1 | -1/+2 |
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection | Kieran Kunhya | 2013-10-26 | 4 | -0/+15 |
* | | base64-test: Remove posibility of returning restrcted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -1/+4 |
* | | tree-test: Don't return restricted exit codes | Derek Buitenhuis | 2013-10-24 | 1 | -2/+2 |
* | | avutil/log: document log callback thread saftey requirements | Michael Niedermayer | 2013-10-23 | 1 | -0/+3 |
* | | avutil/log: make default av_log callback thread safe | Michael Niedermayer | 2013-10-23 | 1 | -2/+14 |
* | | fix order of operations in comments | Michael Niedermayer | 2013-10-23 | 2 | -3/+3 |
* | | Support FF_DISABLE_DEPRECATION_WARNINGS with icc on Linux. | Carl Eugen Hoyos | 2013-10-21 | 1 | -1/+1 |
* | | avutil/opt: initialize ret | Michael Niedermayer | 2013-10-20 | 1 | -1/+1 |
* | | avutil/file_open: Print debug message if setting close on exec fails | Michael Niedermayer | 2013-10-20 | 1 | -2/+4 |
* | | Do not leave positive values undefined when negative are defined as error | Michael Niedermayer | 2013-10-19 | 3 | -4/+4 |
* | | lavu/opt: add AV_OPT_TYPE_CHANNEL_LAYOUT and handler functions | Stefano Sabatini | 2013-10-17 | 3 | -3/+78 |
* | | lavu/channel_layout: change av_get_channel_layout() behavior at the next bump | Stefano Sabatini | 2013-10-17 | 4 | -3/+55 |
* | | lavu/opt.h: fix grammar typo in av_opt_get* doxy | Stefano Sabatini | 2013-10-17 | 1 | -1/+1 |
* | | lavu/opt-test: use automatic set and free handlers | Stefano Sabatini | 2013-10-17 | 1 | -3/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-17 | 1 | -1/+1 |
|\| |
|
| * | mem: Make av_strdup allocate using av_realloc | Martin Storsjö | 2013-10-16 | 1 | -1/+1 |
* | | avutil/log: fix race between setting and using the log callback | Michael Niedermayer | 2013-10-17 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2013-10-14 | 1 | -0/+11 |
|\| |
|
| * | x86: more AVX2 framework | Jason Garrett-Glaser | 2013-10-14 | 1 | -0/+11 |
* | | Merge commit 'c6908d6b4b377a04a5d055ba874bdbcf06c80497' | Michael Niedermayer | 2013-10-14 | 2 | -1/+45 |
|\| |
|
| * | x86inc: FMA3/4 Support | Jason Garrett-Glaser | 2013-10-14 | 2 | -1/+45 |