summaryrefslogtreecommitdiff
path: root/libavfilter
Commit message (Collapse)AuthorAge
* avfilter/graphdump: fix use of deprecated symbolsMichael Niedermayer2013-08-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avfilter/filtfmts: fix use of deprecated symbolsMichael Niedermayer2013-08-25
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi/tile: do not leak input framePaul B Mahol2013-08-23
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/hue: allow changing brightnessPaul B Mahol2013-08-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/gradfun: support gbrpPaul B Mahol2013-08-22
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/separatefields: fix frame leakPaul B Mahol2013-08-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavfi/hue: use lookup tablesPaul B Mahol2013-08-21
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '545a0b807cf45b2bbc4c9087a297b741ce00f508'Michael Niedermayer2013-08-21
|\ | | | | | | | | | | | | | | | | | | | | * commit '545a0b807cf45b2bbc4c9087a297b741ce00f508': vf_fps: add 'start_time' option Conflicts: doc/filters.texi libavfilter/vf_fps.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_fps: add 'start_time' optionJustin Ruggles2013-08-20
| | | | | | | | This allows for dropping or duplication to match a particular start time.
* | avfilter/vf_mp: remove unused sws related functionsMichael Niedermayer2013-08-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: remove ff_copy_int*_listMichael Niedermayer2013-08-16
| | | | | | | | | | | | The functions are unused Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/transpose: call av_frame_copy_props()Paul B Mahol2013-08-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/transpose: support slice threadingPaul B Mahol2013-08-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/tile: make color of blank/unused area configurablePaul B Mahol2013-08-16
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_scale+aresample: minor simpificationMichael Niedermayer2013-08-16
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_scale: generic swscale option supportMichael Niedermayer2013-08-15
| | | | | | | | | | | | | | With this all AVOptions from swscale can be set without each needing changes to vf_scale.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/ebur128: fix typo: s/negociation/negotiationPaul B Mahol2013-08-13
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/trim: check for right default valuePaul B Mahol2013-08-12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Fix wrong use of "an" in some comments.Thilo Borgmann2013-08-12
| |
* | avfilter/f_sendcmd: make const arrays static constMichael Niedermayer2013-08-10
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/trim: Fix assertion failure with empty framesMichael Niedermayer2013-08-09
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/fifo: explicitly assert that a frame should have become available ↵Michael Niedermayer2013-08-09
| | | | | | | | | | | | | | | | after request May help tools like coverity Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/vf_perspective: factor u cliping codeMichael Niedermayer2013-08-09
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '3799376dd3373ee255651ed542c75b15665801a8'Michael Niedermayer2013-08-06
|\| | | | | | | | | | | | | | | | | | | * commit '3799376dd3373ee255651ed542c75b15665801a8': lavfi/fifo: fix flushing when using request_samples Conflicts: libavfilter/fifo.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi/fifo: fix flushing when using request_samplesAnton Khirnov2013-08-05
| | | | | | | | | | If any samples are still buffered when request_frame returns EOF, they won't be returned currently.
* | Merge commit '77cc958f60f73963be4281d6e82ef81707e40c26'Michael Niedermayer2013-08-05
|\| | | | | | | | | | | | | * commit '77cc958f60f73963be4281d6e82ef81707e40c26': lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter() Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add const to the AVFilter parameter of avfilter_graph_create_filter()Anton Khirnov2013-08-04
| | | | | | | | This function should never modify the filter.
* | vf_scale: add force_original_aspect_ratioTimothy Gu2013-08-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter/graphparser: remove 256 char limit from create_filter()Michael Niedermayer2013-08-04
| | | | | | | | | | | | Fixes Ticket2803 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avfilter: fix plane validity checksMichael Niedermayer2013-08-03
| | | | | | | | | | | | Fixes out of array accesses Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '7950e519bb094897f957b9a9531cc60ba46cbc91': Disable deprecation warnings for cases where a replacement is available Conflicts: libavcodec/avpacket.c libavcodec/pthread.c libavcodec/utils.c libavdevice/v4l2.c libavfilter/avfiltergraph.c libavfilter/buffersrc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
| |
* | Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'Michael Niedermayer2013-08-03
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Give less generic names to global library option arraysDiego Biurrun2013-08-02
| |
* | Merge commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f'Michael Niedermayer2013-08-01
|\| | | | | | | | | | | | | | | | | | | | | * commit '45dd1ae1b3c18331f3db2293a9135bc5851e553f': avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefs Conflicts: libavfilter/buffer.c libavfilter/internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: Add some missing FF_API_AVFILTERBUFFER ifdefsDiego Biurrun2013-07-31
| |
* | avfilter/af_compand: %f is for printing doublesMichael Niedermayer2013-07-30
| | | | | | | | | | Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8'Michael Niedermayer2013-07-30
|\| | | | | | | | | | | | | | | | | | | | | * commit '0e8c6f221a8ddb7dfb3c9e9bd0b33cb12e9391b8': avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typo Conflicts: doc/general.texi libavformat/avisynth.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avisynth: Fix a "AVISynth" vs. "AviSynth" struct name typoDiego Biurrun2013-07-29
| | | | | | | | Also fix some similar typos in comments and documentation.
* | lavfi: add compand filterPaul B Mahol2013-07-29
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2'Michael Niedermayer2013-07-28
|\| | | | | | | | | | | | | | | | | | | * commit 'bf4b0ed1d5d323050a87c9f0ad1dd40860eb3da2': Add missing deprecation attributes Conflicts: libavfilter/avfilter.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add missing deprecation attributesDiego Biurrun2013-07-27
| |
* | Merge commit '966689442ed843019dc0722a49bfb0ac51755d19'Michael Niedermayer2013-07-28
|\| | | | | | | | | | | | | | | | | | | * commit '966689442ed843019dc0722a49bfb0ac51755d19': buffersink: K&R formatting cosmetics Conflicts: libavfilter/buffersink.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * buffersink: K&R formatting cosmeticsDiego Biurrun2013-07-27
| |
| * lavfi: add attribute_align_arg to all public entry pointsHendrik Leppkes2013-07-26
| | | | | | | | | | | | | | | | | | | | Previously it was partly only added to central functions called internally, however if GCC would inline these into the public fuction, the alignment attribute would not take effect. Instead, add it to all public entry points to avoid these problems. Signed-off-by: Martin Storsjö <martin@martin.st>
* | avfilter/vf_scale: set in_color_matrix default to "auto"Michael Niedermayer2013-07-27
| |
* | avfilter/vf_scale: use sws_getCoefficients()Michael Niedermayer2013-07-26
| | | | | | | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/frei0r: use AV_OPT_TYPE_IMAGE_SIZEPaul B Mahol2013-07-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/frei0r: use AV_OPT_TYPE_VIDEO_RATEPaul B Mahol2013-07-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/gradfun: remove nv21/nv12 as they are not supportedPaul B Mahol2013-07-26
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>