| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | vf_drawtext: Do not leak the mmapped textfile | Luca Barbato | 2014-10-18 | 1 | -1/+4 |
* | resample: Avoid off-by-1 errors in PTS calcs. | Timothy B. Terriberry | 2014-10-18 | 1 | -1/+9 |
* | setpts: Add missing inttypes.h #include for PRId64 | Diego Biurrun | 2014-08-21 | 1 | -9/+8 |
* | vsrc_movie: Adjust a silly typo from b977b287f61fea48ecd6251d54a26334213b7ec6 | Diego Biurrun | 2014-08-21 | 1 | -1/+1 |
* | avfilter: Remove unused variable from ff_get_video_buffer() | Diego Biurrun | 2014-08-19 | 1 | -1/+0 |
* | vsrc_movie: Avoid a variable indirection in movie_get_frame() | Diego Biurrun | 2014-08-19 | 1 | -2/+2 |
* | Bump major versions of all libraries. | Anton Khirnov | 2014-08-09 | 1 | -2/+2 |
* | Postpone API-incompatible changes until the next bump. | Anton Khirnov | 2014-08-09 | 1 | -8/+8 |
* | avcodec: Deprecate dtg_active_format field in favor of avframe side-data | Kieran Kunhya | 2014-08-03 | 1 | -0/+3 |
* | filtfmts: Replace deprecated uses of AVFilterPad | Diego Biurrun | 2014-08-03 | 1 | -4/+6 |
* | vf_fps: Replace use of deprecated AVFilterBufferRef by AVFrame | Diego Biurrun | 2014-08-03 | 1 | -1/+1 |
* | af_channelmap: Set the frame channel layout | Luca Barbato | 2014-08-02 | 1 | -0/+2 |
* | af_join: Set the output frame format | Luca Barbato | 2014-08-02 | 1 | -0/+1 |
* | Revert "vf_interlace: deprecate lowpass option" | Vittorio Giovara | 2014-08-01 | 2 | -38/+34 |
* | vf_select: Drop a debug av_log with an unchecked double to enum conversion | Diego Biurrun | 2014-07-29 | 1 | -12/+0 |
* | af_compand: make sure request_frame always outputs at least one frame | Andrew Kelley | 2014-07-08 | 1 | -3/+15 |
* | vf_showinfo: print display transformation values | Vittorio Giovara | 2014-06-14 | 1 | -0/+5 |
* | af_resample: Use avresample_get_out_samples | Luca Barbato | 2014-05-28 | 1 | -7/+2 |
* | lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -7/+11 |
* | buffersrc: avoid using AV_PIX_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -1/+1 |
* | vf_fieldorder: avoid using AV_PIX_FMT_NB | Anton Khirnov | 2014-05-26 | 1 | -2/+3 |
* | vf_scale: use the pixfmt descriptor API | Anton Khirnov | 2014-05-26 | 1 | -2/+8 |
* | vf_format: rework format list parsing | Anton Khirnov | 2014-05-26 | 1 | -51/+79 |
* | build: handle library dependencies in configure | Janne Grunau | 2014-05-13 | 1 | -5/+0 |
* | lavfi: add Bauer stereo-to-binaural audio filter | Alessandro Ghedini | 2014-05-01 | 4 | -1/+225 |
* | filtfmts: remove unused lavf include | Vittorio Giovara | 2014-04-19 | 1 | -1/+0 |
* | lavfi: name anonymous structs | Vittorio Giovara | 2014-04-19 | 34 | -40/+40 |
* | drawtext: Add fontconfig support | Luca Barbato | 2014-04-17 | 1 | -4/+96 |
* | af_volume: implement replaygain clipping prevention | Alessandro Ghedini | 2014-04-13 | 2 | -6/+18 |