| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_asyncts: use llabs for int64_t | Ganesh Ajjanagadde | 2015-11-26 | 1 | -1/+1 |
* | avfilter/af_aresample: Check ff_all_* for allocation failures | Michael Niedermayer | 2015-07-28 | 1 | -6/+15 |
* | avfilter/vf_transpose: Fix rounding error | Michael Niedermayer | 2015-07-28 | 1 | -1/+1 |
* | avfilter/x86/vf_hqdn3d: Fix register types | Michael Niedermayer | 2015-06-19 | 1 | -2/+2 |
* | avfilter/lavfutils: disable frame threads when decoding a single image | Michael Niedermayer | 2015-05-21 | 1 | -1/+4 |
* | lavfi/fade: Do not overread input buffer. | Carl Eugen Hoyos | 2015-05-17 | 1 | -1/+3 |
* | avfilter/dctdnoiz: fix slice_h computationn2.5.4 | Clément Bœsch | 2015-02-12 | 1 | -1/+1 |
* | avfilter/vf_framepack: Check and update frame_rate | Michael Niedermayer | 2015-02-12 | 1 | -1/+12 |
* | lavfi: check av_strdup() return value | Paul B Mahol | 2015-01-09 | 4 | -0/+8 |
* | avfilter/vf_sab: fix filtering tiny images | Michael Niedermayer | 2015-01-09 | 1 | -6/+16 |
* | Add FFMPEG_VERSION into the binary libs | Michael Niedermayer | 2014-12-22 | 1 | -0/+3 |
* | Revert "avfilter/vf_interlace: more accurate pts calculation" | Michael Niedermayer | 2014-12-02 | 1 | -0/+2 |
* | avfilter/vf_tinterlace: Favor using standard timebases for the output | Michael Niedermayer | 2014-12-02 | 2 | -2/+24 |
* | avfilter/vf_yadif: fix extra leading dup frame when deint=1 | Neil Birkbeck | 2014-11-29 | 1 | -3/+3 |
* | avfilter/vf_idet: Fixing idet for single-frame inputs. | Neil Birkbeck | 2014-11-28 | 1 | -4/+5 |
* | avfilter/signalstats: re-use yuv/yuvu/yuvv vars in diff | Clément Bœsch | 2014-11-26 | 1 | -3/+3 |
* | avfilter/signalstats: localize a few variables | Clément Bœsch | 2014-11-26 | 1 | -4/+3 |
* | avfilter/signalstats: add threading in compute_sat_hue_metrics | Clément Bœsch | 2014-11-26 | 1 | -9/+28 |
* | avfilter/signalstats: isolate sat hue computation metrics in a function | Clément Bœsch | 2014-11-26 | 1 | -7/+70 |
* | avfilter/signalstats: add slice threading for subfilters | Clément Bœsch | 2014-11-26 | 1 | -12/+60 |
* | avfilter/signalstats: fix repitition/repetition typo | Clément Bœsch | 2014-11-26 | 1 | -2/+2 |
* | avfilter/signalstats: reindent after previous commit | Clément Bœsch | 2014-11-26 | 1 | -53/+53 |
* | avfilter/signalstats: integrate height loop into subfilters | Clément Bœsch | 2014-11-26 | 1 | -17/+23 |
* | avfilter/signalstats: remove pointless sub filter init system | Clément Bœsch | 2014-11-26 | 1 | -42/+15 |
* | avfilter/signalstats: fix different buffers for out frame if burn is enabled | Clément Bœsch | 2014-11-26 | 1 | -1/+3 |
* | avfilter/x86/vf_interlace: remove redundant instructions | Michael Niedermayer | 2014-11-25 | 1 | -2/+0 |
* | Merge commit 'ca5c3ff90972a5c97aabda2ace57ba72dcd7d83b' | Michael Niedermayer | 2014-11-25 | 1 | -2/+2 |
|\ |
|
| * | vf_interlace: x86: improve asm performance | Michael Niedermayer | 2014-11-25 | 1 | -27/+19 |
* | | avfilter/graphparser: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-22 | 1 | -6/+6 |
* | | avfilter/avf_concat: Use av_freep(), avoid leaving stale pointers in memory | Michael Niedermayer | 2014-11-22 | 1 | -1/+1 |
* | | avfilter/formats: Alloc NULL fmts in SET_COMMON_FORMATS() | Michael Niedermayer | 2014-11-21 | 1 | -1/+1 |
* | | avfilter/formats: free the correct pointer in ADD_FORMAT() | Michael Niedermayer | 2014-11-21 | 1 | -1/+3 |
* | | Merge commit '863ee8a855b8ce27ffef41479eb66da58763faed' | Michael Niedermayer | 2014-11-21 | 1 | -1/+3 |
|\| |
|
| * | lavfi: clean memory on error in ADD_FORMAT() | Vittorio Giovara | 2014-11-21 | 1 | -1/+3 |
* | | avfilter/af_volume: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-18 | 2 | -5/+9 |
* | | avfilter/af_amix: Use avpriv_float_dsp_alloc() | Michael Niedermayer | 2014-11-18 | 1 | -3/+6 |
* | | mpcodecs: Use _INLINE guards for inline asm. | Matthew Oliver | 2014-11-17 | 6 | -29/+29 |
* | | avfilter/vf_tinterlace: remove unused variable | Michael Niedermayer | 2014-11-16 | 1 | -1/+1 |
* | | avfilter/xbr: fix style in FILT4() calls | Clément Bœsch | 2014-11-15 | 1 | -4/+4 |
* | | avfilter/xbr: clarify default "interpolated" pixels assignments | Clément Bœsch | 2014-11-15 | 1 | -6/+7 |
* | | avfilter/xbr: refactor xbr[234]x into a single function | Clément Bœsch | 2014-11-15 | 1 | -143/+91 |
* | | avfilter/xbr: add slice threading | Clément Bœsch | 2014-11-15 | 1 | -11/+40 |
* | | avfilter/xbr: add video and filtering flags to options | Clément Bœsch | 2014-11-15 | 1 | -1/+2 |
* | | avfilter/xbr: use function pointers for xbr[234]x | Clément Bœsch | 2014-11-15 | 1 | -6/+7 |
* | | avfilter/xbr: remove FATE test entry from @todo | Clément Bœsch | 2014-11-15 | 1 | -1/+1 |
* | | avfilter/xbr: consistent copyright header | Clément Bœsch | 2014-11-15 | 1 | -2/+1 |
* | | avfilter/xbr: make xbr[234]x a bit more consistent | Clément Bœsch | 2014-11-15 | 1 | -13/+12 |
* | | avfilter/xbr: misc style fixes | Clément Bœsch | 2014-11-15 | 1 | -26/+24 |
* | | avfilter/xbr: simplify left/up conditions | Clément Bœsch | 2014-11-15 | 1 | -15/+15 |
* | | avfilter/xbr: misc cleanup in FILT[234] macros | Clément Bœsch | 2014-11-15 | 1 | -116/+110 |