summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
...
* | avfilter/vf_scale: dont duplicate default.Michael Niedermayer2013-10-061-1/+1
* | avfilter/vf_scale: change the default scaler to bicubicMichael Niedermayer2013-10-061-1/+1
* | avfilter/f_interleave: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-051-15/+15
* | avfilter/af_silencedetect: support more sample formatsPaul B Mahol2013-10-051-33/+81
* | avfilter/vf_histogram: use const for variables that are not supposed to changePaul B Mahol2013-10-041-13/+13
* | avfilter/vf_frei0r: fix out of array readMichael Niedermayer2013-10-041-1/+2
* | avfilter/vf_pullup: do not ignore frame field orderPaul B Mahol2013-10-031-1/+1
* | avfilter/vf_histogram: add mirrored waveform modeMarton Balint2013-10-022-6/+17
* | avfilter/vf_histogram: fix segfault in parade waveform mode for subsampled fo...Marton Balint2013-10-021-4/+4
* | Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer2013-10-031-0/+9
|\ \ | |/
| * vf_interlace: do not process an already interlaced frameVittorio Giovara2013-10-021-0/+10
* | avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch2013-10-021-93/+93
* | avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol2013-10-021-28/+28
* | avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch2013-10-021-38/+38
* | avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol2013-10-021-17/+16
* | avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol2013-10-011-3/+4
* | avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint2013-10-011-7/+30
* | avfilter/vf_histogram: improve waveform speedMarton Balint2013-10-011-30/+41
* | avfilter/vf_hflip: support slice threadingPaul B Mahol2013-09-301-19/+40
* | avfilter/vf_hflip: refactor plane dimensions calculationPaul B Mahol2013-09-301-5/+10
* | avfilter/vf_rotate: support slice threadingPaul B Mahol2013-09-301-61/+94
* | avfilter/dualinput: simplifyPaul B Mahol2013-09-306-49/+18
* | avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol2013-09-291-1/+1
* | avfilter/dualinput: remove unused variablePaul B Mahol2013-09-282-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-287-15/+65
|\ \ | |/
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-287-15/+65
* | avfilter: add av_cold to init()Paul B Mahol2013-09-278-9/+9
* | avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2013-09-271-1/+1
* | avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol2013-09-271-1/+5
* | avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol2013-09-271-0/+13
* | avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol2013-09-271-24/+37
* | lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-237-116/+66
* | lavfi: add an API to synchronize multiple video inputs.Nicolas George2013-09-232-0/+625
* | avfilter: add ladspa wrapper filterPaul B Mahol2013-09-224-2/+677
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-219-9/+0
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-213-3/+3
* | avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol2013-09-211-2/+4
* | avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer2013-09-211-1/+3
* | avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck2013-09-211-1/+1
* | avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol2013-09-191-2/+2
* | avfilter/vf_decimate: fix crash with gray8Paul B Mahol2013-09-191-1/+1
* | lavfi/mp: remove mp=qpPaul B Mahol2013-09-194-182/+1
* | avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol2013-09-181-1/+0
* | avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol2013-09-182-2/+2
* | avfilter/vf_pullup: change log level to errorPaul B Mahol2013-09-181-1/+1
* | avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol2013-09-181-6/+6
* | avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol2013-09-181-2/+8
* | lavfi/mp: remove mp=pullupPaul B Mahol2013-09-186-1246/+1
* | avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol2013-09-171-3/+3
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-178-1/+1057
OpenPOWER on IntegriCloud