summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Expand)AuthorAge
* lavfi/yadif: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-16
* lavfi/idet: fix chroma subsampling with odd sizes.Clément Bœsch2013-05-16
* lavfi: silence a discarded const qualifier warning.Clément Bœsch2013-05-16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-16
|\
| * vf_pad: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_overlay: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_lut: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit '4753f802c00853859b7b4b8fdb79c35e082cb7f8'Michael Niedermayer2013-05-16
|\|
| * vf_libopencv: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_hqdn3d: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_hflip: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_gradfun: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit 'f6b6d6ac42c0ee427fcd3fae4c398b2103b491b8'Michael Niedermayer2013-05-16
|\|
| * vf_frei0r: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_format: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_fieldorder: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_fieldorder: cosmetics, remove an extra linebreakAnton Khirnov2013-05-16
* | lavfi/unsharp: remove unused float.h include.Clément Bœsch2013-05-16
* | lavfi/unsharp: use av_image_copy_plane().Clément Bœsch2013-05-16
* | Merge commit 'c0279956b3ca3e5fd0a6a25253893d6f07000e68'Michael Niedermayer2013-05-16
|\|
| * vf_fade: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_drawtext: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_drawbox: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit 'ba09675f44612fad9f7169f71b8276beb50a0dcd'Michael Niedermayer2013-05-16
|\|
| * vf_delogo: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_cropdetect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_crop: cosmetics, break linesAnton Khirnov2013-05-16
* | Merge commit '7f83959598b6565baa0091e5739dd9091ab7a990'Michael Niedermayer2013-05-16
|\|
| * vf_crop: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_boxblur: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * vf_blackframe: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * vf_aspect: use the name 's' for the pointer to the private contextAnton Khirnov2013-05-16
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-16
* | lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-16
* | lavfi/histogram: logarithmic mode for levelsPaul B Mahol2013-05-15
* | replace remaining PIX_FMT_* flags with AV_PIX_FMT_FLAG_*Michael Niedermayer2013-05-15
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-15
|\|
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-15
| * lavfi: fix compatibility code for old vf_scale options syntaxAnton Khirnov2013-05-15
* | Merge commit '096696ef0dd391d9430376d1444c1a3cde9171fd'Michael Niedermayer2013-05-15
|\|
| * avfiltergraph: simplify inserting conversion filters.Anton Khirnov2013-05-15
| * yadif: correct strides in filter_edges_16bitJames Darnley2013-05-14
| * yadif: restore speed of the C filtering codeJames Darnley2013-05-14
* | lavfi/dctdnoiz: fix 10l typo in pr_height computation.Clément Bœsch2013-05-15
* | lavfi: add dctdnoiz filter.Clément Bœsch2013-05-15
* | libavfilter/Makefile: unbreak make alltoolsMichael Niedermayer2013-05-14
* | tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini2013-05-14
* | lavfi: add zmq filtersStefano Sabatini2013-05-14