| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/parsing: add '\r' as whitespace | Muhammad Faiz | 2016-05-06 | 4 | -4/+4 |
* | avutil/log: Fix occured typo | Michael Niedermayer | 2016-04-28 | 1 | -1/+1 |
* | avutil/log: added test case for av_log_format_line2 | Andreas Weis | 2016-04-27 | 1 | -0/+30 |
* | avutil/log: added av_log_format_line2 which returns buffer length | Andreas Weis | 2016-04-27 | 3 | -3/+29 |
* | pgssubdec: fix subpicture output colorspace and range | Jan Ekström | 2016-04-24 | 1 | -0/+10 |
* | avutil/aes: Remove duplicate include | Michael Niedermayer | 2016-04-23 | 1 | -1/+0 |
* | Merge commit '3b08d9d932eef09403074d5af31e10d8011e840b' | Derek Buitenhuis | 2016-04-21 | 6 | -328/+411 |
|\ |
|
| * | testprogs: K&R formatting cosmetics | Diego Biurrun | 2016-03-24 | 6 | -356/+430 |
* | | Merge commit '439929859ae0eb9542d3bb8a0c856bd5a1d1ec48' | Derek Buitenhuis | 2016-04-21 | 2 | -2/+3 |
|\| |
|
| * | testprogs: Clean up #includes | Diego Biurrun | 2016-03-24 | 2 | -2/+3 |
* | | x86inc: Enable AVX emulation in additional cases | Anton Mitrofanov | 2016-04-20 | 1 | -8/+13 |
* | | x86inc: Improve handling of %ifid with multi-token parameters | Anton Mitrofanov | 2016-04-20 | 1 | -2/+2 |
* | | x86inc: Fix AVX emulation of some instructions | Anton Mitrofanov | 2016-04-20 | 1 | -20/+24 |
* | | x86inc: Fix AVX emulation of scalar float instructions | Henrik Gramner | 2016-04-20 | 1 | -14/+14 |
* | | Merge commit '564b4591bbe223bdc5f36a1131eaef103f23f5d0' | Derek Buitenhuis | 2016-04-19 | 2 | -5/+9 |
|\| |
|
| * | opt: Add av_opt_copy() | Michael Niedermayer | 2016-03-24 | 3 | -2/+81 |
| * | opt: Add const to av_opt_next | Lukasz Marek | 2016-03-24 | 3 | -4/+4 |
| * | opt-test: Merge struct declaration and initialization | Diego Biurrun | 2016-03-23 | 1 | -3/+1 |
| * | opt-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -36/+35 |
| * | parseutils-test: Move some variable declarations to avoid block braces | Diego Biurrun | 2016-03-23 | 1 | -84/+80 |
* | | Merge commit '52385410b7de012c2562fb5ba8f07a4e1112c4e7' | Derek Buitenhuis | 2016-04-17 | 1 | -3/+1 |
|\| |
|
| * | des-test: Move a variable declaration to avoid an ifdef | Diego Biurrun | 2016-03-23 | 1 | -3/+1 |
* | | Merge commit '551c6775abb5e0ad34c26d7e23bc6fbbe8ccc9d4' | Derek Buitenhuis | 2016-04-14 | 7 | -1/+941 |
|\| |
|
| * | lavu: VAAPI hwcontext implementation | Mark Thompson | 2016-03-19 | 7 | -1/+941 |
* | | Merge commit 'd264c720f7b74286840719e506daba39f83b438b' | Derek Buitenhuis | 2016-04-14 | 1 | -0/+5 |
|\| |
|
| * | lavu: deprecate AV_PIX_FMT_VAAPI_*, replace with AV_PIX_FMT_VAAPI | Mark Thompson | 2016-03-19 | 3 | -1/+23 |
* | | Merge commit 'b1f01e85a92d401a9b29c79f23db36b7685e8c09' | Derek Buitenhuis | 2016-04-14 | 4 | -1/+125 |
|\| |
|
| * | lavu: add a way to query hwcontext frame constraints | Mark Thompson | 2016-03-19 | 4 | -1/+125 |
* | | Merge commit '328e9a15c568843580ff3ff490748d545f16def8' | Derek Buitenhuis | 2016-04-13 | 1 | -1/+0 |
|\| |
|
| * | buffer: drop a reference to a non-existing function from the docs | Anton Khirnov | 2016-03-07 | 1 | -1/+0 |
* | | Merge commit '7480d001312d9ba706333ec970264ed9df3f82cb' | Derek Buitenhuis | 2016-04-13 | 1 | -1/+1 |
|\| |
|
| * | pixfmt: fix the AV_PIX_FMT_VAAPI_VLD doxy | Anton Khirnov | 2016-03-07 | 1 | -1/+1 |
* | | Merge commit '7a6cf2771414c7ab8bca0811d589f6091a6e2b71' | Derek Buitenhuis | 2016-04-13 | 1 | -2/+3 |
|\| |
|
| * | lavu: improve documentation of some AVFrame functions | wm4 | 2016-03-05 | 1 | -1/+13 |
* | | lavu/base64: add AV_BASE64_DECODE_SIZE() macro | Stefano Sabatini | 2016-04-02 | 2 | -3/+8 |
* | | lavu: improve documentation of some AVFrame functions | wm4 | 2016-04-01 | 1 | -0/+11 |
* | | fix some a/an typos | Lou Logan | 2016-03-28 | 3 | -4/+4 |
* | | lavu/dict: Add new flag to allow multiple equal keys. | Thilo Borgmann | 2016-03-25 | 2 | -3/+7 |
* | | avutil/parseutils: mark args as static const | Michael Niedermayer | 2016-03-24 | 1 | -1/+1 |
* | | Added more tests to libavutil/parseutils.c | Petru Rares Sincraian | 2016-03-24 | 1 | -0/+36 |
* | | Refactor libavutil/parseutils.c | Petru Rares Sincraian | 2016-03-24 | 1 | -163/+175 |
* | | all: move ff_exp10, ff_exp10f, ff_fast_powf to lavu/ffmath.h | Ganesh Ajjanagadde | 2016-03-22 | 3 | -36/+68 |
* | | Added a selftest to libavutil/display.c | Petru Rares Sincraian | 2016-03-22 | 3 | -0/+45 |
* | | lavc/aacenc_utils: replace powf(x,y) by expf(logf(x), y) | Ganesh Ajjanagadde | 2016-03-18 | 1 | -0/+16 |
* | | avutil/dict: add warning to docs about invalidating existing entries when add... | Marton Balint | 2016-03-15 | 1 | -0/+3 |
* | | avutil/dict: do not realloc entries when deleting a non-existing item | Marton Balint | 2016-03-15 | 1 | -1/+1 |
* | | lavu/lfg-test: add simple sample mean, stddev checks | Ganesh Ajjanagadde | 2016-03-13 | 1 | -2/+18 |
* | | avutil/file: Move av_tempfile() to avutil/file_open ff_tempfile() | Michael Niedermayer | 2016-03-12 | 4 | -46/+76 |
* | | avutil/random_seed: Add the runtime in cycles of the main loop to the entropy... | Michael Niedermayer | 2016-03-10 | 1 | -1/+6 |
* | | avutil/channel_layout: AV_CH_LAYOUT_6POINT1_BACK not reachable in parsing | Martin Cracauer | 2016-03-10 | 1 | -1/+1 |