aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* Changed metadata print option to accept general urlsSami Hult2016-07-101-20/+28
* libavfilter/af_hdcd.c: Collect HDCD stats and reportBurt P2016-07-061-3/+73
* avfilter/vf_rotate: add >8 bit depth supportPaul B Mahol2016-07-041-62/+109
* lavfi: Move new field to the end of AVFilterContextTimo Rothenpieler2016-06-292-9/+9
* lavfi: Move new field to the end of AVFilterLinkTimo Rothenpieler2016-06-291-6/+6
* Merge commit '535a742c2695a9e0c586b50d7fa76e318232ff24'Matthieu Bouron2016-06-271-3/+6
|\
| * build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+6
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-20/+20
* | Merge commit 'dc40a70c5755bccfb1a1349639943e1f408bea50'Hendrik Leppkes2016-06-263-3/+0
|\|
| * Drop unnecessary libavutil/x86/asm.h #includesDiego Biurrun2016-05-283-3/+0
| * avfiltergraph: check the query_formats() return valueAnton Khirnov2016-05-231-2/+8
* | avfilter/vf_paletteuse: enable skip_initial_unpairedMichael Niedermayer2016-06-261-0/+1
* | avfilter/dualinput: Add support to skip initial unpaired framesMichael Niedermayer2016-06-262-0/+4
* | avfilter/src_movie: Add option to remove timestamp discontinuitiesMichael Niedermayer2016-06-261-0/+22
* | lavfi/subtitles: remove unecessary checksClément Bœsch2016-06-251-4/+2
* | lavfi/subtitles: fix memleak after 6bcb1e1aClément Bœsch2016-06-251-0/+1
* | lavfi/subtitles: switch to codecparClément Bœsch2016-06-251-9/+27
* | avfilter/showcqt: set some frame propertiesMuhammad Faiz2016-06-241-0/+2
* | Merge commit 'a6a750c7ef240b72ce01e9653343a0ddf247d196'Clément Bœsch2016-06-224-2/+5
|\|
| * tests: Move all test programs to a subdirectoryDiego Biurrun2016-05-132-0/+1
| * Mark read-only tables as staticDiego Biurrun2016-05-051-2/+2
* | Merge commit 'def03d14687b9d089950ba8e45083e666de4eb68'Clément Bœsch2016-06-211-48/+0
|\|
| * vf_frei0r: Drop overly verbose and broken debug outputDiego Biurrun2016-05-041-48/+0
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-214-6/+6
|\|
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-049-12/+12
* | Merge commit '0f40c9098498ad90dbbd2380eb4269015e84bde4'Clément Bœsch2016-06-212-2/+0
|\|
| * Drop pointless assert.h #includesDiego Biurrun2016-05-032-2/+0
* | avfilter/vf_bwdif: Change default to deinterlace all framesThomas Mundt2016-06-192-2/+2
* | Revert "avfilter/trim: add compatibility layer to not break ABI used by ffmpeg"Michael Niedermayer2016-06-191-21/+5
* | avfilter/af_hdcd: Use int32_t instead of int for gaintable in hdcd filter.Benjamin Steffes2016-06-151-1/+1
* | vf_codecview: added new optionsdsmudhar2016-06-151-10/+45
* | avfilter/vf_telecine: Make frame writable before writing into itMichael Niedermayer2016-06-141-0/+2
* | avfilter/graphparser: remove '\n' from parse_filterMuhammad Faiz2016-06-131-2/+2
* | Timeline function for the eq filterIlya872016-06-131-0/+1
* | avfilter/vf_histogram: indent histogram optionsDave Rice2016-06-111-4/+4
* | avfilter/vf_histogram: shortcuts for histogram optionsDave Rice2016-06-111-0/+3
* | avfilter/af_loudnorm: add dual_mono optionKyle Swanson2016-06-091-0/+7
* | avfilter: Fix max value of AV_OPT_TYPE_VIDEO_RATEMichael Niedermayer2016-06-0912-22/+22
* | x86/showcqt: use three operand format for some instructionsJames Almer2016-06-081-4/+4
* | x86/showcqt: add missing preprocessor checksJames Almer2016-06-081-0/+6
* | avfilter/src_movie: call open_stream after guess_channel_layoutMuhammad Faiz2016-06-091-3/+3
* | avfilter/avf_showcqt: set range on fps/rate/r optionMuhammad Faiz2016-06-091-3/+3
* | avutil/x86util: move haddps sse emulation from showcqtJames Almer2016-06-081-16/+5
* | avfilter/avf_showcqt: cqt_calc optimization on x86Muhammad Faiz2016-06-085-0/+281
* | avfilter/af_firequalizer: add zero_phase optionMuhammad Faiz2016-06-072-2/+9
* | avfilter/af_amix: dont fail if there are no samples in output_frame()Michael Niedermayer2016-06-061-0/+3
* | avfilter/vf_colormatrix: add bt.2020 colorspaceThomas Mundt2016-06-051-16/+22
* | avfilter/vf_colormatrix: increase precisionThomas Mundt2016-06-051-16/+22
* | avfilter/avf_showcqt: render default font at 960x16Muhammad Faiz2016-06-041-19/+24
* | avfilter/avf_showcqt: full chroma blending on draw_axis_yuvMuhammad Faiz2016-06-021-13/+60