| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'e89cef40506d990a982aefedfde7d3ca4f88c524' | Clément Bœsch | 2017-03-20 | 1 | -2/+3 |
|\ |
|
| * | checkasm: Read the unsigned value as it should | Luca Barbato | 2016-09-11 | 1 | -2/+3 |
* | | Merge commit '3aa9d37d03da3c9b482d19b3988659287815280e' | Clément Bœsch | 2017-03-20 | 1 | -1/+1 |
|\| |
|
| * | build: Fix directory dependencies of tests/pixfmts.mak target | Diego Biurrun | 2016-09-05 | 1 | -1/+1 |
* | | swscale: remove unused is{RGB,BGR}inBytes | Clément Bœsch | 2017-03-20 | 1 | -18/+0 |
* | | swscale: use a (more correct) function for isPacked | Clément Bœsch | 2017-03-20 | 1 | -0/+19 |
* | | fate: add fate-sws-pixdesc-query | Clément Bœsch | 2017-03-20 | 3 | -0/+814 |
* | | Merge commit '87c6c78604e4dd16f1f45862b27ca006da010527' | James Almer | 2017-03-19 | 1 | -2/+2 |
|\| |
|
| * | vp8: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-08-26 | 1 | -2/+2 |
| * | checkasm: add vp9 MC tests. | Ronald S. Bultje | 2016-08-03 | 4 | -0/+132 |
* | | fate: Do not report side data size | Vittorio Giovara | 2017-03-17 | 9 | -103/+98 |
* | | avcodec: estimate output bitrate for uncompressed video codecs | Tobias Rapp | 2017-03-17 | 40 | -40/+40 |
* | | swresample/options: enable linear_interp and exact_rational by default | Muhammad Faiz | 2017-03-17 | 5 | -27/+196 |
* | | fate: Add vf_framerate test. | Alexis Ballier | 2017-03-16 | 3 | -0/+25 |
* | | Merge commit '40ad05bab206c932a32171d45581080c914b06ec' | Clément Bœsch | 2017-03-15 | 1 | -1/+1 |
|\| |
|
| * | checkasm: Cast unsigned to signed | Luca Barbato | 2016-07-23 | 1 | -1/+1 |
* | | ffmpeg, ffprobe: don't "merge" side data into packet data by default | wm4 | 2017-03-14 | 9 | -57/+58 |
* | | swresample/swresample: do not reset tsf on swr_alloc_set_opts | Muhammad Faiz | 2017-03-13 | 1 | -40/+40 |
* | | tests/api-seek: fix memory leak on realloc() failure | James Almer | 2017-03-12 | 1 | -2/+2 |
* | | test/api-seek: clean up properly on failure | James Almer | 2017-03-12 | 1 | -12/+19 |
* | | tests/api-seek: make the crc array uint32_t | James Almer | 2017-03-12 | 1 | -8/+9 |
* | | concatdec: pass AVFormatContext flags to sub demuxer | wm4 | 2017-03-09 | 1 | -64/+128 |
* | | swresample/resample: do not allow odd filter_length | Muhammad Faiz | 2017-03-09 | 1 | -38/+38 |
* | | fate/swresample: fix FUZZ typo | Muhammad Faiz | 2017-03-08 | 1 | -1/+1 |
* | | avutil/tests/lfg.c: added proper normality test | Thomas Turner | 2017-03-08 | 2 | -0/+1011 |
* | | swresample/resample: use uniform normalization | Muhammad Faiz | 2017-03-08 | 6 | -156/+156 |
* | | mkv: Export bounds and padding from spherical metadata | Vittorio Giovara | 2017-03-07 | 1 | -1/+5 |
* | | mov: Export bounds and padding from spherical metadata | Vittorio Giovara | 2017-03-07 | 1 | -1/+5 |
* | | spherical: Add tiled equirectangular type and projection-specific properties | Vittorio Giovara | 2017-03-07 | 2 | -2/+2 |
* | | ffmpeg: init filtergraphs only after we have a frame on each input | Anton Khirnov | 2017-03-03 | 12 | -44/+44 |
* | | ffmpeg: do packet ts rescaling in write_packet() | Anton Khirnov | 2017-03-03 | 2 | -45/+45 |
* | | add locale month names to av_small_strptime | Micah Galizia | 2017-02-26 | 1 | -0/+7 |
* | | fate: update ffprobe stuff after dbc7f02a727286f3 | Paul B Mahol | 2017-02-26 | 7 | -73/+73 |
* | | avfilter/aeval: trim last frame's number of samples to match requested duration | Paul B Mahol | 2017-02-25 | 2 | -1153/+1533 |
* | | avcodec/vp56: Implement very basic error concealment | Michael Niedermayer | 2017-02-25 | 1 | -1/+1 |
* | | avcodec/vp56: Fix sign typo | Michael Niedermayer | 2017-02-24 | 1 | -1/+1 |
* | | fate/source: Check for cases that could use av_clip_uintp2() and av_clip_intp2() | Michael Niedermayer | 2017-02-21 | 2 | -0/+16 |
* | | tests/fate/hevc: remove vsync drop from where it is not needed anymore | Michael Niedermayer | 2017-02-18 | 1 | -5/+5 |
* | | adpcm: fix clipping for yamaha | Paul B Mahol | 2017-02-15 | 2 | -6/+6 |
* | | avfilter/vf_lut: do not always explicitly clip pixels | Paul B Mahol | 2017-02-13 | 1 | -29/+29 |
* | | fate: add WavPack muxer test | James Almer | 2017-02-10 | 3 | -0/+8 |
* | | avformat/apetag: fix flag value to signal footer presence | James Almer | 2017-02-10 | 1 | -1/+1 |
* | | Implement optimal huffman encoding for (M)JPEG. | Jerry Jiang | 2017-02-08 | 10 | -5/+45 |
* | | Merge commit '9064777dbb335ab4809ae09e3fdcc0245f925cdc' | Clément Bœsch | 2017-02-02 | 4 | -0/+78 |
|\| |
|
| * | checkasm: add HEVC test for testing IDCT DC | Alexandra Hájková | 2016-07-22 | 4 | -1/+76 |
* | | Merge commit '6f9e34baea4f6f484392e4e67f606a0835d07b73' | Clément Bœsch | 2017-02-02 | 1 | -1/+1 |
|\| |
|
| * | arm: Check for support for the .fpu directive | Martin Storsjö | 2016-07-21 | 1 | -1/+1 |
| * | checkasm: arm: Ignore changes to bits 0-4 and 7 of FPSCR | Martin Storsjö | 2016-07-17 | 1 | -4/+6 |
| * | cheackasm/arm: remove NEON instructions from checkasm_checked_call_vfp | Janne Grunau | 2016-07-17 | 1 | -3/+10 |
| * | checkasm: arm: Don't start new const blocks for each string | Martin Storsjö | 2016-07-17 | 1 | -2/+2 |