Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | build: Change structure of the linker version script templates | Diego Biurrun | 2016-05-29 | 1 | -3/+6 |
| | | | | | | Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command. | ||||
* | 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 |
| | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> | ||||
* | 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 |
| | | | | | This avoids spurious library rebuilds when only the test program code is changed and simplifies the build system. | ||||
* | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -7/+8 |
| | | | | | | Restore alphabetical order in lists, break overly long lines, do some prettyprinting, add some explanatory section comments, group parts together that belong together logically. | ||||
* | vf_fade: make sure the slice end is always in the frame | Anton Khirnov | 2016-03-25 | 1 | -1/+1 |
| | | | | CC: libav-stable@libav.org | ||||
* | 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 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: generic hardware surface upload and download filters | Mark Thompson | 2016-03-19 | 7 | -1/+469 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | 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 |
| | | | | | | It makes more sense to not claim anything about the SAR if we don't know anything. No changes in the FATE tests, since this is what avconv ends up doing anyway. | ||||
* | 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 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | vsrc_color: Drop unneeded variable | Vittorio Giovara | 2015-11-30 | 1 | -3/+1 |
| | | | | Bug-Id: CID 1339818 | ||||
* | vsrc_color: implement frame rate | John Stebbins | 2015-11-09 | 1 | -6/+5 |
| | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_showinfo: show timebase & framerate too | Michael Niedermayer | 2015-11-09 | 1 | -1/+26 |
| | | | | | (cherry picked from ffmpeg commit fdb93996811bacfa7b82995cdc0f93c46f3dc6cc) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_frei0r: also set AVFilterLink.frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+1 |
| | | | | | (cherry picked from ffmpeg commit 353cf95f948ef7c6139c8ead79e9eeb9eb8d2e6e) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-11-09 | 1 | -10/+21 |
| | | | | | (cherry picked from ffmpeg commit a46a23d30fea9c8a5570e07ec4d9c9b4eaa6eb4f) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_interlace: implement frame rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+2 |
| | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from ffmpeg commit 227b4458fb434875b127a0c2306fa3b899a770bf) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | setpts: add FRAME_RATE constant | Stefano Sabatini | 2015-11-09 | 1 | -0/+9 |
| | | | | | | | | Useful for dealing with constant frame-rate video. (cherry picked from ffmpeg commit 722762f7e1212b4d02142778fabfdd73375722e0) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | testsrc: set output framerate | Stefano Sabatini | 2015-11-09 | 1 | -8/+6 |
| | | | | | | (cherry picked from ffmpeg commit 7cd5fa35fecc2717223459d04822faed6bbd40fa) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | yadif: update frame rate | Michael Niedermayer | 2015-11-09 | 1 | -0/+4 |
| | | | | | (cherry picked from ffmpeg commit 31619584556466e4beab98e9b04ed4c5ba0db178) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_fps: set frame_rate. | Nicolas George | 2015-11-09 | 1 | -3/+4 |
| | | | | | | (cherry picked from ffmpeg commit 0d249316043fb69a3972029bff3a2969689ba8b6) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | buffersrc: accept the frame rate as argument. | Nicolas George | 2015-11-09 | 1 | -0/+3 |
| | | | | | | (cherry picked from ffmpeg commit 9ca440679dc535b31edd569393d8d3dda59db90e) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | lavfi: add a frame_rate field to AVFilterLink. | Nicolas George | 2015-11-09 | 3 | -1/+15 |
| | | | | | | (cherry picked from ffmpeg commit 7b42036b3b23c85f473bf9369e37fa8da22eaf93) Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | vf_pad: fix x, y option expression evaluation | John Stebbins | 2015-11-06 | 1 | -5/+5 |
| | | | | | | | | Calculation of x an y based on width and height did not work when width == 0 or height == 0. "0" substitutes the input width and height, but did so too late for x, y expression evaluation. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | avpacket: Replace av_free_packet with av_packet_unref | Luca Barbato | 2015-10-26 | 1 | -2/+2 |
| | | | | | | | `av_packet_unref` matches the AVFrame ref-counted API and can be used as a drop in replacement. Deprecate `av_free_packet`. | ||||
* | vf_framepack: Use av_image_copy() where appropriate | Vittorio Giovara | 2015-09-29 | 1 | -61/+96 |
| | | | | | | | This correctly adjust chroma subsampling for column interleaved mode, and allows future high bitdepth support. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | lavfi: do not exclude hwaccel formats from ff_all_formats() | Anton Khirnov | 2015-09-28 | 1 | -2/+1 |
| | | | | It should be possible to pass hwaccel frames through lavfi. | ||||
* | avfilter: Support both syntaxes for the scale filter | Luca Barbato | 2015-09-13 | 1 | -5/+38 |
| | |||||
* | buffersrc: Improve initialization log message | Vittorio Giovara | 2015-09-13 | 1 | -1/+4 |
| | | | | Add timebase and aspect ratio information. | ||||
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 2 | -3/+3 |
| | | | | | | The new fields can be accessed directly and are more intelligible. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -2/+2 |
| | | | | Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com> | ||||
* | Postpone API-incompatible changes until the next bump | Vittorio Giovara | 2015-08-28 | 1 | -5/+5 |
| | |||||
* | lavfi: Drop deprecated AVFilterBuffer* code | Vittorio Giovara | 2015-08-28 | 11 | -762/+0 |
| | | | | Deprecated in 11/2012. | ||||
* | lavfi: Drop deprecated *_count suffixed variables | Vittorio Giovara | 2015-08-28 | 5 | -46/+0 |
| | | | | Deprecated in 06/2012. | ||||
* | lavfi: Drop deprecated public AVFilterPad struct | Vittorio Giovara | 2015-08-28 | 3 | -144/+0 |
| | | | | Deprecated in 06/2012. | ||||
* | vf_scale: Add an option to pass the scaler params | Luca Barbato | 2015-08-26 | 1 | -1/+4 |
| | | | | Reported-By: zehan@magicpony.technology | ||||
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -1/+1 |
| | | | | | | | The .text section is already 16-byte aligned by default on all supported platforms so `SECTION_TEXT` isn't any different from `SECTION .text`. Signed-off-by: Anton Khirnov <anton@khirnov.net> | ||||
* | drawtext: Move the strftime expansion in a separate function | Luca Barbato | 2015-08-02 | 1 | -17/+29 |
| | | | | Signed-off-by: Luca Barbato <lu_zero@gentoo.org> | ||||
* | drawtext: Drop stray guards | Luca Barbato | 2015-08-02 | 1 | -5/+1 |
| | | | | | | There is a fallback for localtime_r and it is in use already. Signed-off-by: Luca Barbato <lu_zero@gentoo.org> |