| Commit message (Expand) | Author | Age | Files | Lines |
* | avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter. | Benjamin Steffes | 2016-06-15 | 1 | -1/+1 |
* | vf_codecview: added new options | dsmudhar | 2016-06-15 | 1 | -10/+45 |
* | avfilter/vf_telecine: Make frame writable before writing into it | Michael Niedermayer | 2016-06-14 | 1 | -0/+2 |
* | avfilter/graphparser: remove '\n' from parse_filter | Muhammad Faiz | 2016-06-13 | 1 | -2/+2 |
* | Timeline function for the eq filter | Ilya87 | 2016-06-13 | 1 | -0/+1 |
* | avfilter/vf_histogram: indent histogram options | Dave Rice | 2016-06-11 | 1 | -4/+4 |
* | avfilter/vf_histogram: shortcuts for histogram options | Dave Rice | 2016-06-11 | 1 | -0/+3 |
* | avfilter/af_loudnorm: add dual_mono option | Kyle Swanson | 2016-06-09 | 1 | -0/+7 |
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATE | Michael Niedermayer | 2016-06-09 | 12 | -22/+22 |
* | x86/showcqt: use three operand format for some instructions | James Almer | 2016-06-08 | 1 | -4/+4 |
* | x86/showcqt: add missing preprocessor checks | James Almer | 2016-06-08 | 1 | -0/+6 |
* | avfilter/src_movie: call open_stream after guess_channel_layout | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
* | avfilter/avf_showcqt: set range on fps/rate/r option | Muhammad Faiz | 2016-06-09 | 1 | -3/+3 |
* | avutil/x86util: move haddps sse emulation from showcqt | James Almer | 2016-06-08 | 1 | -16/+5 |
* | avfilter/avf_showcqt: cqt_calc optimization on x86 | Muhammad Faiz | 2016-06-08 | 5 | -0/+281 |
* | avfilter/af_firequalizer: add zero_phase option | Muhammad Faiz | 2016-06-07 | 2 | -2/+9 |
* | avfilter/af_amix: dont fail if there are no samples in output_frame() | Michael Niedermayer | 2016-06-06 | 1 | -0/+3 |
* | avfilter/vf_colormatrix: add bt.2020 colorspace | Thomas Mundt | 2016-06-05 | 1 | -16/+22 |
* | avfilter/vf_colormatrix: increase precision | Thomas Mundt | 2016-06-05 | 1 | -16/+22 |
* | avfilter/avf_showcqt: render default font at 960x16 | Muhammad Faiz | 2016-06-04 | 1 | -19/+24 |
* | avfilter/avf_showcqt: full chroma blending on draw_axis_yuv | Muhammad Faiz | 2016-06-02 | 1 | -13/+60 |
* | avfilter/f_loop: Fix leak on error | Michael Niedermayer | 2016-05-29 | 1 | -1/+3 |
* | avfilter/vf_fieldhint: Reorder operation to prevent hypothetical integer over... | Michael Niedermayer | 2016-05-29 | 1 | -2/+2 |
* | avfilter/vf_fieldhint: Assert that mode is valid | Michael Niedermayer | 2016-05-29 | 1 | -0/+3 |
* | avfilter/avfiltergraph: Clear graph pointers in ff_filter_graph_remove_filter() | Michael Niedermayer | 2016-05-27 | 1 | -1/+6 |
* | avfilter/src_movie: add various commands | Muhammad Faiz | 2016-05-25 | 1 | -0/+45 |
* | libavfilter/vf_hwdownload: show error when ff_formats_ref fails | dsmudhar | 2016-05-24 | 1 | -2/+4 |
* | avfilter/af_hdcd: Replace complexer expression by litteral constant | Michael Niedermayer | 2016-05-24 | 1 | -1/+1 |
* | avfilter/vf_blend: fix incorrect Y variable when threading is used | Paul B Mahol | 2016-05-23 | 3 | -10/+10 |
* | libavfilter/af_hdcd: fixed negative signed value shift | dsmudhar | 2016-05-23 | 1 | -1/+1 |
* | avfilter/af_loudnorm: fix crash when ebur128 initialization was not successfu... | Paul B Mahol | 2016-05-21 | 1 | -2/+8 |
* | avfilter/avf_ahistogram: raise minimum acmax to 1 | Michael Niedermayer | 2016-05-21 | 1 | -1/+1 |
* | avfilter: add loudnorm | Kyle Swanson | 2016-05-18 | 4 | -1/+910 |
* | Split drawutils test out into separate file | Derek Buitenhuis | 2016-05-11 | 2 | -40/+56 |
* | Merge commit 'd12b5b2f135aade4099f4b26b0fe678656158c13' | Derek Buitenhuis | 2016-05-11 | 3 | -49/+65 |
|\ |
|
| * | build: Split test programs off into separate files | Diego Biurrun | 2016-04-07 | 1 | -0/+0 |
* | | lavfi/drawutils: support NV12 and NV21 | Rodger Combs | 2016-05-10 | 1 | -17/+16 |
* | | avfilter/delogo: Check that logo area is inside the picture | Jean Delvare | 2016-05-10 | 1 | -0/+15 |
* | | vf_colorspace: don't enable passthrough if bitdepth doesn't match. | Ronald S. Bultje | 2016-05-10 | 1 | -2/+5 |
* | | vf_colorspace: fix range order. | Ronald S. Bultje | 2016-05-10 | 1 | -2/+2 |
* | | vf_colorspace: make whitepoint adaptation mode configurable. | Ronald S. Bultje | 2016-05-10 | 1 | -7/+32 |
* | | vf_colorspace: use enums for bpp/subsampling array indices. | Ronald S. Bultje | 2016-05-10 | 3 | -75/+98 |
* | | vf_colorspace: add const to yuv_stride[] argument in DSP functions. | Ronald S. Bultje | 2016-05-10 | 4 | -14/+14 |
* | | vf_colorspace: add floyd-steinberg dithering option to full conversion. | Ronald S. Bultje | 2016-05-10 | 4 | -3/+208 |
* | | avfilter/f_metadata: update print output header line format | Tobias Rapp | 2016-05-10 | 1 | -4/+4 |
* | | avfilter/f_metadata: add pts_time to print output | Tobias Rapp | 2016-05-09 | 1 | -2/+5 |
* | | Merge commit '01621202aad7e27b2a05c71d9ad7a19dfcbe17ec' | Derek Buitenhuis | 2016-05-09 | 1 | -5/+8 |
|\| |
|
| * | build: miscellaneous cosmetics | Diego Biurrun | 2016-04-07 | 1 | -7/+8 |
* | | avfilter/vf_fps: set fps value boundaries | Przemysław Sobala | 2016-05-09 | 1 | -1/+1 |
* | | avfilter/graphparser: add '\r' as whitespace | Muhammad Faiz | 2016-05-06 | 2 | -2/+2 |