| Commit message (Expand) | Author | Age | Files | Lines |
* | build: Generate pkg-config files from Make and not from configure | Diego Biurrun | 2016-12-22 | 1 | -0/+1 |
* | lavfi: Add VAAPI deinterlacer | Mark Thompson | 2016-12-10 | 4 | -1/+628 |
* | vf_hwupload_cuda: Add min/max limits for device option | Ruta Gadkari | 2016-12-08 | 1 | -1/+1 |
* | configure: Add missing asyncts filter, movie filter, and output example deps | Diego Biurrun | 2016-11-25 | 1 | -0/+4 |
* | af_asyncts: Use llabs instead of labs for 64-bit variable | Diego Biurrun | 2016-11-15 | 1 | -1/+1 |
* | vf_drawtext: Drop wrong void* cast | Diego Biurrun | 2016-11-12 | 1 | -1/+1 |
* | lavfi: Hardware map filter | Mark Thompson | 2016-11-03 | 4 | -1/+338 |
* | vf_hwupload_cuda: Fix build error | Mark Thompson | 2016-11-03 | 1 | -1/+1 |
* | lavfi: Always propagate hw_frames_ctx through links | Mark Thompson | 2016-11-02 | 10 | -8/+26 |
* | lavfi: Use ff_get_video_buffer in all filters using hwframes | Mark Thompson | 2016-11-02 | 5 | -31/+11 |
* | lavfi: Make default get_video_buffer work with hardware frames | Mark Thompson | 2016-11-02 | 1 | -4/+10 |
* | vf_drawtext: Move static keyword to beginning of variable declaration | Diego Biurrun | 2016-11-02 | 1 | -3/+2 |
* | scale_npp: fix passthrough mode | Yogender Gupta | 2016-10-25 | 1 | -1/+1 |
* | x86: Add missing colons after assembly labels | Diego Biurrun | 2016-10-17 | 1 | -1/+1 |
* | vf_scale_vaapi: Crop input surface to active region | Mark Thompson | 2016-09-14 | 1 | -1/+11 |
* | High Definition Compatible Digital (HDCD) decoder filter, using libhdcd | Burt P | 2016-08-29 | 4 | -1/+200 |
* | lavfi: add a QSV deinterlacing filter | Anton Khirnov | 2016-07-22 | 4 | -1/+583 |
* | vf_scale_vaapi: Respect driver quirks around buffer destruction | Mark Thompson | 2016-07-02 | 1 | -7/+8 |
* | vf_hwdownload: allocate the destination frame for the pool size | Anton Khirnov | 2016-06-28 | 1 | -1/+5 |
* | lavfi: set the link hwframes context before configuring the dst input | Anton Khirnov | 2016-06-25 | 1 | -8/+8 |
* | Use AVFrame.pts instead of deprecated pkt_pts. | Anton Khirnov | 2016-06-21 | 1 | -2/+0 |
* | lavfi: add a QSV scaling filter | Anton Khirnov | 2016-06-21 | 4 | -1/+636 |
* | build: Change structure of the linker version script templates | Diego Biurrun | 2016-05-29 | 1 | -3/+6 |
* | Drop unnecessary libavutil/x86/asm.h #includes | Diego Biurrun | 2016-05-28 | 3 | -3/+0 |
* | avfiltergraph: check the query_formats() return value | Anton Khirnov | 2016-05-23 | 1 | -2/+8 |
* | tests: Move all test programs to a subdirectory | Diego Biurrun | 2016-05-13 | 2 | -0/+1 |
* | Mark read-only tables as static | Diego Biurrun | 2016-05-05 | 1 | -2/+2 |
* | vf_frei0r: Drop overly verbose and broken debug output | Diego Biurrun | 2016-05-04 | 1 | -48/+0 |
* | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 9 | -12/+12 |
* | Drop pointless assert.h #includes | Diego Biurrun | 2016-05-03 | 2 | -2/+0 |
* | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -0/+0 |
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -7/+8 |
* | vf_fade: make sure the slice end is always in the frame | Anton Khirnov | 2016-03-25 | 1 | -1/+1 |
* | lavfi: add an NVIDIA NPP-based scaling filter | Anton Khirnov | 2016-03-23 | 4 | -1/+663 |
* | lavf: VAAPI scale filter | Mark Thompson | 2016-03-23 | 3 | -0/+462 |
* | lavfi: generic hardware surface upload and download filters | Mark Thompson | 2016-03-19 | 7 | -1/+469 |
* | vsrc_movie: convert to codecpar | Anton Khirnov | 2016-02-24 | 1 | -4/+12 |
* | cosmetics: Drop empty comment lines | Diego Biurrun | 2016-02-18 | 6 | -6/+0 |
* | lavfi: add a filter for uploading normal frames to CUDA | Anton Khirnov | 2016-02-14 | 3 | -0/+239 |
* | lavfi: pass the hw frames context through the filter chain | Anton Khirnov | 2016-02-14 | 5 | -10/+183 |
* | buffersrc: default SAR to 0 (unknown) rather than 1 | Anton Khirnov | 2016-02-14 | 1 | -1/+1 |
* | buffersrc: do not discard the error from ff_filter_frame() | Anton Khirnov | 2016-02-12 | 1 | -1/+1 |
* | lavfi: Use AV_CEIL_RSHIFT where needed | Vittorio Giovara | 2016-01-25 | 3 | -10/+9 |
* | lavu: add AV_CEIL_RSHIFT and use it in various places | Clément Bœsch | 2016-01-11 | 1 | -2/+3 |
* | vsrc_color: Drop unneeded variable | Vittorio Giovara | 2015-11-30 | 1 | -3/+1 |
* | vsrc_color: implement frame rate | John Stebbins | 2015-11-09 | 1 | -6/+5 |
* | vf_showinfo: show timebase & framerate too | Michael Niedermayer | 2015-11-09 | 1 | -1/+26 |
* | vf_frei0r: also set AVFilterLink.frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+1 |
* | vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -10/+21 |
* | vf_interlace: implement frame rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+2 |