summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavfi/af_aemphasis: remove unnecessary complex number usageGanesh Ajjanagadde2015-12-231-7/+6
* lavfi: make request_frame() non-recursive.Nicolas George2015-12-225-5/+99
* lavfi: replace link.closed by link.status.Nicolas George2015-12-228-21/+49
* lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-222-1/+4
* lavfi: add link.current_pts field.Nicolas George2015-12-222-0/+8
* lavfi: rename link.current_pts to current_pts_us.Nicolas George2015-12-223-6/+6
* lavfi/vf_mpdecimate: remove request_frame().Nicolas George2015-12-221-14/+0
* lavfi/vf_histogram: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/af_dynaudnorm: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_crop: replace round by lrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_drawtext: replace round by llrintGanesh Ajjanagadde2015-12-211-1/+1
* lavfi/vf_colorlevels: replace round by lrintGanesh Ajjanagadde2015-12-211-8/+8
* lavfi/vf_colorchannelmixer: replace round by lrintGanesh Ajjanagadde2015-12-211-19/+19
* lavfi/drawtext: fix shadow[xy] descriptionsClément Bœsch2015-12-211-2/+2
* lavfi/drawtext: hide first font load warning when fontconfig is presentClément Bœsch2015-12-211-0/+2
* lavfi/drawtext: fix crash when no text, file or timecode providedClément Bœsch2015-12-211-6/+6
* avfilter/af_ladspa: fix av_assert0()Paul B Mahol2015-12-211-2/+2
* lavfi/scale: add nb_slices debug optionClément Bœsch2015-12-211-0/+12
* avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol2015-12-201-2/+17
* avfilter/af_dynaudnorm: use av_malloc_array()Paul B Mahol2015-12-191-5/+5
* avfilter/vf_stereo3d: add interleave columns input supportPaul B Mahol2015-12-191-51/+166
* lavfi/vsrc_mandelbrot: replace round by lrintGanesh Ajjanagadde2015-12-191-1/+1
* lavfi/vf_cropdetect: replace round by lrintGanesh Ajjanagadde2015-12-191-1/+1
* lavfi/vf_idet: replace round and cast by lrintGanesh Ajjanagadde2015-12-191-1/+1
* avfilter/vf_delogo: change the definition of logo_x2 and logo_y2Jean Delvare2015-12-191-13/+13
* avfilter/vf_stereo3d: fix interleaved columns outputPaul B Mahol2015-12-181-6/+6
* avfilter/vf_stereo3d: multiply linesize only once for interleaved row to monoPaul B Mahol2015-12-181-2/+1
* avfilter/vf_stereo3d: add fast path for interleave rows to monoPaul B Mahol2015-12-181-1/+9
* avfilter/vf_stereo3d: fix interleave rows outputPaul B Mahol2015-12-181-2/+0
* avfilter/vf_stereo3d: add fast path for interleave rows to alternatingPaul B Mahol2015-12-181-1/+9
* avfilter/af_sofalizer: Fix occured typoMichael Niedermayer2015-12-171-1/+1
* avfilter/af_sofalizer: use SIMD in compensate_volume()Paul B Mahol2015-12-161-6/+8
* avfilter/vf_stereo3d: get rid of ts_unit hackPaul B Mahol2015-12-161-11/+43
* avfilter/af_ladspa: unbreak Mch -> Nch plugins, where M < NPaul B Mahol2015-12-151-3/+9
* avfilter/vf_stereo3d: add direct (faster) path:Paul B Mahol2015-12-151-20/+101
* lavfi: use a video frame pool for each link of the filtergraphMatthieu Bouron2015-12-157-14/+309
* avfilter/af_sofalizer: check av_fft_init return codePaul B Mahol2015-12-151-0/+5
* avfilter/vf_decimate: fix typo in fractionMichael Niedermayer2015-12-141-1/+1
* avfilter/af_sofalizer: add frequency domain processing and use it by defaultPaul B Mahol2015-12-141-28/+269
* avfilter/vf_decimate: Check that input parameters matchMichael Niedermayer2015-12-141-0/+9
* avfilter/vf_decimate: change ts_unit to AVRationalMichael Niedermayer2015-12-141-3/+3
* avfilter/vf_mpdecimate: Add missing emms_c()Michael Niedermayer2015-12-141-1/+4
* avfilter/vf_delogo: fix show option when clippingJean Delvare2015-12-141-2/+2
* avfilter/af_sofalizer: switch comments positions to correct orderPaul B Mahol2015-12-131-2/+2
* lavfi/ebur128: apply I dual mono correction only if I availableClément Bœsch2015-12-131-1/+2
* avfilter/af_sofalizer: fix calculation of split pointPaul B Mahol2015-12-131-2/+4
* avfilter/af_sofalizer: remove reorder hackPaul B Mahol2015-12-131-135/+89
* avfilter/af_sofalizer: move modulo operation out of loopPaul B Mahol2015-12-131-6/+10
* avfilter/af_sofalizer: make it possible to configure speaker elevationPaul B Mahol2015-12-131-74/+81
* avfilter/af_sofalizer: display some info when loading sofa filePaul B Mahol2015-12-121-8/+41
OpenPOWER on IntegriCloud