summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2013-10-03Merge commit '06e7301a2efa8dededecbe6836ee5b59bf7e5e76'Michael Niedermayer1-0/+9
2013-10-02vf_interlace: do not process an already interlaced frameVittorio Giovara1-0/+10
2013-10-02avfilter/avf_showspectrum: use the name 's' for the pointer to the private co...Clément Bœsch1-93/+93
2013-10-02avfilter/af_afade: use the name 's' for the pointer to the private contextPaul B Mahol1-28/+28
2013-10-02avfilter/vf_removelogo: use the name 's' for the pointer to the private contextClément Bœsch1-38/+38
2013-10-02avfilter/af_silencedetect: use the name 's' for the pointer to the private co...Paul B Mahol1-17/+16
2013-10-01avfilter/vf_histogram: change order of histograms for planar rgbPaul B Mahol2-4/+5
2013-10-01avfilter/vf_histogram: add support for subsampled planar yuv modes in wavefor...Marton Balint2-8/+31
2013-10-01avfilter/vf_histogram: improve waveform speedMarton Balint1-30/+41
2013-09-30avfilter/vf_hflip: support slice threadingPaul B Mahol1-19/+40
2013-09-30avfilter/vf_hflip: refactor plane dimensions calculationPaul B Mahol1-5/+10
2013-09-30avfilter/vf_rotate: support slice threadingPaul B Mahol1-61/+94
2013-09-30avfilter/dualinput: simplifyPaul B Mahol6-49/+18
2013-09-29avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol1-1/+1
2013-09-28avfilter/dualinput: remove unused variablePaul B Mahol2-2/+0
2013-09-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer8-15/+69
2013-09-28lavfi: allow user-provided execute() callbacksAnton Khirnov8-15/+69
2013-09-27avfilter: add av_cold to init()Paul B Mahol8-9/+9
2013-09-27avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2-3/+10
2013-09-27avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol1-1/+5
2013-09-27avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol2-0/+23
2013-09-27avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol1-24/+37
2013-09-23lavfi/dualinput: reimplement on top of framesync.Nicolas George7-116/+66
2013-09-23lavfi: add an API to synchronize multiple video inputs.Nicolas George2-0/+625
2013-09-22avfilter: add ladspa wrapper filterPaul B Mahol7-2/+780
2013-09-21avfilter: remove duplicate includesMichael Niedermayer9-9/+0
2013-09-21lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol3-3/+3
2013-09-21avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol3-2/+12
2013-09-21avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer1-1/+3
2013-09-21avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck1-1/+1
2013-09-19avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol1-2/+2
2013-09-19avfilter/vf_decimate: fix crash with gray8Paul B Mahol1-1/+1
2013-09-19lavfi/mp: remove mp=qpPaul B Mahol5-183/+1
2013-09-18avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol1-1/+0
2013-09-18avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol2-2/+2
2013-09-18avfilter/vf_pullup: change log level to errorPaul B Mahol1-1/+1
2013-09-18avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol1-6/+6
2013-09-18avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol1-2/+8
2013-09-18lavfi/mp: remove mp=pullupPaul B Mahol7-1247/+1
2013-09-17avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol1-3/+3
2013-09-17avfilter: port pullup filter from libmpcodecsPaul B Mahol12-1/+1113
2013-09-16avfilter: add adelay filterPaul B Mahol6-1/+315
2013-09-16avfilter/vf_stereod3d: add const qualifiers to ana_convert()Paul B Mahol1-3/+3
2013-09-16avfilter/vf_stereo3d: BGR24 support for anaglyphsPaul B Mahol1-5/+14
2013-09-16avfilter/vf_stereo3d: avoid pointless copyPaul B Mahol1-7/+6
2013-09-15libavfilter/libmpcodecs: remove unused filesPaul B Mahol4-2195/+0
2013-09-15avfilter/vf_gradfun: use av_calloc()Paul B Mahol1-1/+1
2013-09-15avfilter/vsrc_life: use av_calloc()Paul B Mahol1-4/+4
2013-09-15avfilter: avoid testing float == 0Michael Niedermayer1-1/+1
2013-09-15avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol2-7/+7
[prev] [next]