| Commit message (Expand) | Author | Age | Files | Lines |
* | vf_framepack: Use av_image_copy() where appropriate | Vittorio Giovara | 2015-09-29 | 1 | -61/+96 |
* | lavfi: do not exclude hwaccel formats from ff_all_formats() | Anton Khirnov | 2015-09-28 | 1 | -2/+1 |
* | 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 |
* | lavu: Drop the {minus,plus}1 suffix from AVComponentDescriptor fields | Vittorio Giovara | 2015-09-07 | 2 | -3/+3 |
* | Bump major versions of all libraries | Vittorio Giovara | 2015-08-28 | 1 | -2/+2 |
* | 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 |
* | lavfi: Drop deprecated *_count suffixed variables | Vittorio Giovara | 2015-08-28 | 5 | -46/+0 |
* | lavfi: Drop deprecated public AVFilterPad struct | Vittorio Giovara | 2015-08-28 | 3 | -144/+0 |
* | vf_scale: Add an option to pass the scaler params | Luca Barbato | 2015-08-26 | 1 | -1/+4 |
* | x86inc: Drop SECTION_TEXT macro | Henrik Gramner | 2015-08-11 | 1 | -1/+1 |
* | drawtext: Move the strftime expansion in a separate function | Luca Barbato | 2015-08-02 | 1 | -17/+29 |
* | drawtext: Drop stray guards | Luca Barbato | 2015-08-02 | 1 | -5/+1 |
* | af_channelmap: properly set the supported output channel layouts | Anton Khirnov | 2015-07-23 | 1 | -4/+4 |
* | af_resample: do not touch the timestamps if we are not resampling | Anton Khirnov | 2015-07-19 | 1 | -19/+31 |
* | lavfi: Add library identifier | Vittorio Giovara | 2015-07-01 | 1 | -1/+3 |
* | af_resample: Set the number of samples in the last frame | Luca Barbato | 2015-06-20 | 1 | -0/+1 |
* | x86: check for AV_CPU_FLAG_AVXSLOW where useful | James Almer | 2015-05-31 | 1 | -1/+1 |
* | lavfi: Move avcodec header to the only filter needing it | Vittorio Giovara | 2015-05-19 | 2 | -1/+2 |
* | Revert "lavfi: always check av_expr_parse_and_eval() return value" | Anton Khirnov | 2015-05-05 | 2 | -12/+9 |
* | buffersrc: Use the correct deallocation function | Federico Tomassetti | 2015-04-22 | 1 | -1/+1 |
* | drawtext: Add an alpha option | Luca Barbato | 2015-04-21 | 1 | -10/+38 |
* | buffersrc: Fix resource leak on error | Federico Tomassetti | 2015-04-19 | 1 | -0/+1 |
* | filtfmts: Avoid null pointer dereference | Himangi Saraogi | 2015-04-19 | 1 | -2/+13 |
* | Replace av_dlog with normal av_log at trace level | Vittorio Giovara | 2015-04-19 | 7 | -8/+8 |
* | avfilter: Document avfilter_graph_alloc return value | Federico Tomassetti | 2015-03-21 | 1 | -0/+2 |
* | formats: Check memory allocations | Vittorio Giovara | 2015-03-12 | 1 | -1/+10 |
* | avfilter: Return more meaningful error codes | Himangi Saraogi | 2015-03-05 | 1 | -3/+4 |
* | graphparser: Check av_get_token() memory error | Vittorio Giovara | 2015-02-17 | 1 | -0/+2 |
* | libopencv: Check kernel_str life cycle | Luca Barbato | 2015-02-03 | 1 | -6/+12 |
* | hqdn3d: check memory allocations and propagate errors | Vittorio Giovara | 2015-01-29 | 1 | -16/+26 |
* | libopencv: Rework error handling in parse_iplconvkernel() | Vittorio Giovara | 2015-01-27 | 1 | -8/+14 |
* | Add a side data type for audio service type. | Anton Khirnov | 2015-01-27 | 1 | -0/+25 |
* | vf_interlace: remove the warning tag in the message | Vittorio Giovara | 2015-01-05 | 1 | -1/+1 |
* | vf_interlace: merge FIELD_LOWER check | Vittorio Giovara | 2015-01-05 | 1 | -2/+2 |
* | vf_interlace: also assert for height | Vittorio Giovara | 2015-01-05 | 1 | -1/+1 |
* | vf_interlace: use image width rather than linesize | Vittorio Giovara | 2015-01-05 | 1 | -4/+5 |
* | lavfi: always check av_expr_parse_and_eval() return value | Vittorio Giovara | 2014-12-18 | 2 | -9/+12 |
* | vf_frei0r: do not increment string if it reached the end | Vittorio Giovara | 2014-12-08 | 1 | -1/+2 |
* | lavfi: Increase drawtext font size limits | Михаил Муковников | 2014-12-07 | 1 | -1/+1 |
* | vf_interlace: get rid of useless loads | Kieran Kunhya | 2014-11-27 | 1 | -2/+0 |
* | vf_interlace: x86: improve asm performance | Michael Niedermayer | 2014-11-25 | 1 | -27/+19 |
* | lavfi: clean memory on error in ADD_FORMAT() | Vittorio Giovara | 2014-11-21 | 1 | -1/+3 |
* | vf_interlace: Add SIMD for lowpass filter | Kieran Kunhya | 2014-11-15 | 5 | -29/+211 |
* | drawtext: Remove the ifdef for localtime_r | Martin Storsjö | 2014-10-26 | 1 | -3/+1 |
* | avfilter: check filter link validity | Vittorio Giovara | 2014-10-24 | 1 | -1/+6 |
* | vf_format: check input validity | Vittorio Giovara | 2014-10-20 | 1 | -0/+5 |
* | af_resample: check av_opt_set_dict return value | Vittorio Giovara | 2014-10-18 | 1 | -1/+4 |
* | vf_showinfo: Forward the av_image_get_linesize error | Vittorio Giovara | 2014-10-18 | 1 | -1/+3 |