summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* lavu/opt: add AV_OPT_TYPE_COLORPaul B Mahol2013-05-171-0/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* Merge commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9'Michael Niedermayer2013-05-171-0/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '1232a1647ab27e024a3baf4d01d40c8d08d6ced9': Apple Intermediate Codec decoder movenc: Don't add base_data_offset in tfhd for PIFF files Conflicts: Changelog libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/codec_desc.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Apple Intermediate Codec decoderKostya Shishkov2013-05-171-0/+1
| |
* | lavfi/mp: remove mp=ow wrapper.Clément Bœsch2013-05-161-1/+0
| | | | | | | | Filter ported natively as owdenoise.
* | lavfi: port wavelet denoiser filter from libmpcodecs.Clément Bœsch2013-05-161-0/+26
| |
* | lavfi/histogram: logarithmic mode for levelsPaul B Mahol2013-05-151-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-05-151-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_* Conflicts: doc/APIchanges libavcodec/avpicture.c libavcodec/ffv1dec.c libavcodec/ffv1enc.c libavcodec/imgconvert.c libavcodec/tiffenc.c libavfilter/vf_pixdesctest.c libavfilter/vf_scale.c libavutil/imgutils.c libavutil/pixdesc.c libavutil/version.h libswscale/swscale_internal.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*Anton Khirnov2013-05-151-0/+3
| |
* | lavfi: add dctdnoiz filter.Clément Bœsch2013-05-151-0/+53
| |
* | tools: add zmqsend tool, useful to test the zmq filtersStefano Sabatini2013-05-141-0/+26
| |
* | lavfi: add zmq filtersStefano Sabatini2013-05-141-0/+42
| |
* | doc/outdevs: fix typos (devices -> device)Stefano Sabatini2013-05-141-2/+2
| |
* | doc/filters: add some examples for the fps filterburek2013-05-141-0/+16
| | | | | | | | Signed-off-by: burek <burek021@gmail.com>
* | avfilter: Add 'drawgrid' video filterAndrey Utkin2013-05-131-0/+39
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/mem: add av_dynarray2_add()Stefano Sabatini2013-05-131-0/+3
| | | | | | | | | | | | | | | | | | Based on a patch by Clément Bœsch. See thread: From: Clément Bœsch <ubitux@gmail.com> Subject: [FFmpeg-devel] [PATCH 1/5] lavu: add av_dynarray_alloc_elem(). Date: Sun, 14 Apr 2013 03:07:54 +0200
* | pngenc: Add 'dpi', 'dpm' optionsAndrey Utkin2013-05-131-0/+13
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/filters: split item options which are not aliases.Clément Bœsch2013-05-121-29/+58
| |
* | lavfi: replace passthrough_filter_frame with a flag.Clément Bœsch2013-05-121-0/+3
| | | | | | | | | | | | | | | | | | | | With the introduction of AVFilterContext->is_disabled, we can simplify the custom passthrough mode in filters. This commit is technically a small compat break, but the timeline was introduced very recently. Doxy by Stefano Sabatini.
* | Merge remote-tracking branch 'jamrial/adpcm'Michael Niedermayer2013-05-121-0/+6
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * jamrial/adpcm: ADPCM IMA Radical decoder RedSpark demuxer RSD demuxer adpcm_thp: Allow the use of extradata for the adpcm table ADP demuxer ADPCM DTK decoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * | ADPCM IMA Radical decoderJames Almer2013-05-101-0/+1
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * | RedSpark demuxerJames Almer2013-05-101-0/+1
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * | RSD demuxerJames Almer2013-05-101-0/+1
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * | ADP demuxerJames Almer2013-05-101-0/+2
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
| * | ADPCM DTK decoderJames Almer2013-05-101-0/+1
| | | | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com>
* | | doc/filters: remove duplicated abuffer docsStefano Sabatini2013-05-111-25/+0
| | |
* | | doc/filters: sort audio filters by nameStefano Sabatini2013-05-111-458/+464
|/ /
* | lavfi: avectorscope filterPaul B Mahol2013-05-101-0/+62
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit '481575d255195c6c2f32e04686b94de984ae78d4'Michael Niedermayer2013-05-081-4/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '481575d255195c6c2f32e04686b94de984ae78d4': avconv: remove -deinterlace Conflicts: Changelog doc/ffmpeg.texi ffmpeg.c ffmpeg_opt.c The merge removes the documentation for the deprecated -deinterlace the code itself has already been replaced a while ago by code that inserts yadif, that insertion code is left in place. Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -deinterlaceAnton Khirnov2013-05-071-4/+0
| | | | | | | | | | It is incompatible with refcounted frames and since it's been deprecated for a long time now, fixing it is not worth the effort.
* | Merge commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a'Michael Niedermayer2013-05-051-0/+12
|\ \ | |/ | | | | | | | | | | | | | | | | * commit 'b1ee8eec849f17fce2f411a297de9cbf2edaeb3a': configure: Add basic valgrind-memcheck support Conflicts: configure Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * configure: Add basic valgrind-memcheck supportReinhard Tartler2013-05-041-0/+12
| | | | | | | | | | | | | | | | With the parameter --valgrind-memcheck, the configure script sets reasonable defaults that can be overridden as explained in the documentation. The idea of using set_defaults is from Luca Barbato.
| * silly typo fixesDiego Biurrun2013-05-031-1/+1
| |
* | doc/filters: document asetpts in single placePaul B Mahol2013-05-031-72/+11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/testsrc: add support for color interactive commandStefano Sabatini2013-05-031-0/+10
| |
* | extractplanes filterPaul B Mahol2013-05-031-0/+38
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer2013-05-031-0/+21
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | * commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521': matroskaenc: add an option to put the index at the start of the file Conflicts: doc/muxers.texi libavformat/matroskaenc.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-031-0/+21
| |
* | Merge commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5'Michael Niedermayer2013-05-031-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '507b1e454cf9953da3e18f33c9bd1fca78c97cb5': avcodec: Add field order information to AVCodecParserContext. Conflicts: doc/APIchanges libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avcodec: Add field order information to AVCodecParserContext.Masaki Tanaka2013-05-031-0/+3
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876'Michael Niedermayer2013-05-011-0/+127
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit 'a1e05b0487a1939334c2920fc7f9936bc9efe876': lavfi: add trim and atrim filters. Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add trim and atrim filters.Anton Khirnov2013-04-301-0/+125
| |
* | Merge commit 'b472938233b98178ed6c1353c37e0dc7ab585902'Michael Niedermayer2013-05-011-0/+69
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b472938233b98178ed6c1353c37e0dc7ab585902': lavfi: add an asetpts filter Conflicts: Changelog doc/filters.texi libavfilter/Makefile libavfilter/allfilters.c libavfilter/f_setpts.c libavfilter/setpts.c libavfilter/version.h libavfilter/vf_setpts.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add an asetpts filterAnton Khirnov2013-04-301-0/+69
| |
* | doc/filters: fix scale example equivalence.Clément Bœsch2013-05-011-1/+1
| | | | | | | | scale=w=200:h=100 and scale=w=200:h=100 are of course equivalent...
* | doc/filters: replace hqdn3d with smartblur in timeline section.Clément Bœsch2013-05-011-3/+4
| | | | | | | | | | hqdn3d needs some adjustements before timeline support can be restored (patch welcome).
* | lavfi/stereo3d: add support for alternating frames input & output formatPaul B Mahol2013-04-301-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | lavfi/mp: remove mp=tinterlace wrapperStefano Sabatini2013-04-281-1/+0
| | | | | | | | | | | | | | | | | | | | From various tests, there is no evidence that the filter is faster than the native tinterlace, and it has several more limitations and a few bugs. See thread: Subject: [FFmpeg-devel] [NOPATCH] lavfi/mp: drop tinterlace wrapper Date: Wed, 5 Sep 2012 00:26:01 +0200
* | doc/filters: apply various general fixes to vidstabdetect docsStefano Sabatini2013-04-281-34/+35
| | | | | | | | Adopt generally used conventions, extend and clarify explanations.
* | doc/filters: update/extend transpose filter documentationStefano Sabatini2013-04-271-1/+5
| | | | | | | | In particular, deprecate numerical values for the dir option.
* | doc/filters: readjust w/h option descriptionsStefano Sabatini2013-04-271-5/+3
| |
OpenPOWER on IntegriCloud