summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* avfilter/vf_rotate: use vsub for output plane height calculationPaul B Mahol2013-09-29
* avfilter/dualinput: remove unused variablePaul B Mahol2013-09-28
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-28
|\
| * lavfi: allow user-provided execute() callbacksAnton Khirnov2013-09-28
* | avfilter: add av_cold to init()Paul B Mahol2013-09-27
* | avfilter/vidstabtransform: update optzoom range values for recent vid.stab up...Georg Martius2013-09-27
* | avfilter/af_ladspa: set output channel layout for passthrough casePaul B Mahol2013-09-27
* | avfilter/af_ladspa: allow changing controls dynamicallyPaul B Mahol2013-09-27
* | avfilter/af_ladspa: refactor code setting input control ports valuesPaul B Mahol2013-09-27
* | lavfi/dualinput: reimplement on top of framesync.Nicolas George2013-09-23
* | lavfi: add an API to synchronize multiple video inputs.Nicolas George2013-09-23
* | avfilter: add ladspa wrapper filterPaul B Mahol2013-09-22
* | avfilter: remove duplicate includesMichael Niedermayer2013-09-21
* | lavfi/pad,crop,scale: remove options description from filter descriptionPaul B Mahol2013-09-21
* | avfilter/vf_tinterlace: add yuv411p, yuv440p, yuva422p and yuva444pPaul B Mahol2013-09-21
* | avfilter/vf_psnr: avoid 64bit arithmetic in the inner loopMichael Niedermayer2013-09-21
* | avfilter/vf_psnr: Prevent integer overflow.Neil Birkbeck2013-09-21
* | avfilter/vf_decimate: add gray16 and yuv440pPaul B Mahol2013-09-19
* | avfilter/vf_decimate: fix crash with gray8Paul B Mahol2013-09-19
* | lavfi/mp: remove mp=qpPaul B Mahol2013-09-19
* | avfilter/vf_telecine: remove redudant av_frame_copy_props()Paul B Mahol2013-09-18
* | avfilter/vf_pullup: remove junk_down nonsensePaul B Mahol2013-09-18
* | avfilter/vf_pullup: change log level to errorPaul B Mahol2013-09-18
* | avfilter/vf_pullup: fix memleak of metrics for last PullupFieldPaul B Mahol2013-09-18
* | avfilter/vf_pullup: make sure metric_plane is availablePaul B Mahol2013-09-18
* | lavfi/mp: remove mp=pullupPaul B Mahol2013-09-18
* | avfilter/x86/vf_pullup: try to fix build on x64Paul B Mahol2013-09-17
* | avfilter: port pullup filter from libmpcodecsPaul B Mahol2013-09-17
* | avfilter: add adelay filterPaul B Mahol2013-09-16
* | avfilter/vf_stereod3d: add const qualifiers to ana_convert()Paul B Mahol2013-09-16
* | avfilter/vf_stereo3d: BGR24 support for anaglyphsPaul B Mahol2013-09-16
* | avfilter/vf_stereo3d: avoid pointless copyPaul B Mahol2013-09-16
* | libavfilter/libmpcodecs: remove unused filesPaul B Mahol2013-09-15
* | avfilter/vf_gradfun: use av_calloc()Paul B Mahol2013-09-15
* | avfilter/vsrc_life: use av_calloc()Paul B Mahol2013-09-15
* | avfilter: avoid testing float == 0Michael Niedermayer2013-09-15
* | avfilter/af_aecho & af_compand: use extended_dataPaul B Mahol2013-09-15
* | avfilter/avfilter: check allocation failure in ff_insert_pad()Paul B Mahol2013-09-15
* | avfilter/avf_avectorscope: improve descriptionPaul B Mahol2013-09-14
* | avfilter/video: remove commented out cruftPaul B Mahol2013-09-13
* | avfilter/vf_noise: rename linesize to bytewidthMichael Niedermayer2013-09-13
* | Revert "avfilter/vf_noise: dont corrupt the picture outside width x height"Michael Niedermayer2013-09-13
* | avfilter/vidstabtransform: allow negative zoom.Georg Martius2013-09-13
* | avfilter/vf_noise: dont corrupt the picture outside width x heightMichael Niedermayer2013-09-12
* | avfilter/vf_noise: unbreak filter when inline assembly is not presentPaul B Mahol2013-09-12
* | avfilter: various cosmeticsPaul B Mahol2013-09-12
* | avfilter: remove redundant use of AV_NE() macroPaul B Mahol2013-09-11
* | avfilter/vf_traspose: move switch out of loopPaul B Mahol2013-09-11
* | avfilter/vf_psnr: >8 bit planar supportPaul B Mahol2013-09-10
* | avfilter/avfilter: fix null pointer dereference with queued ping filtersMichael Niedermayer2013-09-10