summaryrefslogtreecommitdiffstats
path: root/libavfilter
Commit message (Expand)AuthorAgeFilesLines
* lavf/showspectrum: add divVerent in the (c) for his recent work on the filter.Clément Bœsch2013-02-181-0/+1
* lavfi/noise: switch to AVLFG noise generatorPaul B Mahol2013-02-171-7/+11
* lavf/subtitles: error out in case of bitmap subtitles.Clément Bœsch2013-02-171-0/+7
* lavfi/subtitles: set a different description between ass and subtitles.Clément Bœsch2013-02-171-2/+2
* lavfi: rename vf_ass.c to vf_subtitles.cClément Bœsch2013-02-172-2/+2
* lavfi/subtitles: support charenc option.Clément Bœsch2013-02-171-1/+7
* lavfi/subtitles: split options between ass and subtitles.Clément Bœsch2013-02-171-8/+14
* lavfi/mp: drop mp=kerndeint filterStefano Sabatini2013-02-174-349/+1
* lavfi/mp: drop mp=unsharp filterStefano Sabatini2013-02-174-329/+1
* lavfi/unsharp: add missing NULL checkStefano Sabatini2013-02-171-1/+2
* lavfi/unsharp: merge definition and declaration in init_filter_param()Stefano Sabatini2013-02-171-3/+1
* lavfi/unsharp: directly access in-loop variables in apply_unsharp()Stefano Sabatini2013-02-171-14/+19
* lavfi/unsharp: add check on matrix x/y size values oddityStefano Sabatini2013-02-172-4/+18
* yadif: remove unused variableMichael Niedermayer2013-02-161-1/+0
* lavfi: port MP noise filterPaul B Mahol2013-02-164-2/+369
* Merge commit '64ed397635ef2666b0ca0c8d8c60a8bc44581d82'Michael Niedermayer2013-02-163-40/+105
|\
| * vf_yadif: fix out-of line readsAnton Khirnov2013-02-153-19/+107
* | Merge commit 'ccd70d9c1689990e5aef2de383199bbc7cf60d13'Michael Niedermayer2013-02-161-14/+12
|\ \ | |/
| * vf_yadif: factorize initializing the filtering callbacksAnton Khirnov2013-02-151-11/+12
* | lavfi/yadif: support 9, 12, and 14 bits per pixelJames Darnley2013-02-161-0/+9
* | lavfi/yadif: remove unnecessary castJames Darnley2013-02-161-1/+1
* | lavfi/kerndeint: move is_rgb_packed definition to the internal contextStefano Sabatini2013-02-161-1/+3
* | lavfi/kerndeint: use aligned linesizes for the temporary buffer.Clément Bœsch2013-02-161-5/+10
* | lavfi/unsharp: extend range for amount values, to reflect the behavior of mp=...Stefano Sabatini2013-02-162-5/+7
* | lavfi/unsharp: use named options, and add missing checks on matrix size valuesStefano Sabatini2013-02-162-18/+44
* | lavfi/kerndeint: use av_pix_fmt_desc_get instead of directly accessing the tableHendrik Leppkes2013-02-151-1/+1
* | lavfi/ebur128: advance pointer to samplessedacca@comcast.net2013-02-151-2/+2
* | lavfi/ebur128: fix channel weightsDavid A. Sedacca2013-02-151-5/+19
* | lavfi/unsharp: use the same macros used in the original MP filterStefano Sabatini2013-02-151-4/+4
* | lavfi/showspectrum: simplify intensity_color_table declaration.Clément Bœsch2013-02-141-4/+2
* | lavfi/showspectrum: pretty-align constants.Clément Bœsch2013-02-141-8/+8
* | lavfi/vf_ass: reindent after last commit.Nicolas George2013-02-141-7/+6
* | lavfi/vf_ass: ignore subtitles decoding errors.Nicolas George2013-02-141-2/+6
* | lavfi: remove softskip libmpcodecs wrapperPaul B Mahol2013-02-143-105/+0
* | lavfi: remove dsize libmpcodecs wrapperPaul B Mahol2013-02-143-126/+0
* | lavfi/transpose: support more pix fmtsPaul B Mahol2013-02-131-22/+24
* | lavfi/amerge: make description consistent with documentationPaul B Mahol2013-02-111-1/+1
* | lavfi/il: filter out hwaccels formats from the list of supported formatsStefano Sabatini2013-02-101-1/+1
* | lavfi/il: move query_formats() definition upStefano Sabatini2013-02-101-15/+15
* | lavfi/il: simplify/generalize linesize computationStefano Sabatini2013-02-101-24/+18
* | lavfi/il: fix typo in CopyrightPaul B Mahol2013-02-091-1/+1
* | lavfi: remove mp=il filterPaul B Mahol2013-02-094-152/+1
* | lavfi: port MP il filterPaul B Mahol2013-02-094-1/+239
* | lavfi/histogram: make waveform mode more usefulPaul B Mahol2013-02-091-17/+29
* | lavfi/histogram: make it C90 compliantPaul B Mahol2013-02-091-1/+2
* | histogram filterPaul B Mahol2013-02-094-2/+333
* | lavfi/select: correctly set prev_t and prev_ptsStefano Sabatini2013-02-071-1/+3
* | lavfi/select: avoid double -> int lossy conversion in debug logStefano Sabatini2013-02-071-4/+4
* | af_biquad: avoid subtraction in loopMichael Niedermayer2013-02-071-3/+5
* | af_biquad: unroll loop, remove variable copiesMichael Niedermayer2013-02-071-1/+26
OpenPOWER on IntegriCloud