aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* avfilter: add ahistogram multimedia filterPaul B Mahol2016-01-151-0/+78
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add spectrumsynth filterPaul B Mahol2016-01-141-0/+63
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showspectrum: add posibility to display phasePaul B Mahol2016-01-121-0/+3
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/encoders: fix typo in AAC encoder documentationRostislav Pehlivanov2016-01-091-1/+1
| | | | Signed-off-by: Rostislav Pehlivanov <atomnuker@gmail.com>
* avfilter/avf_showspectrum: add cool color mapPaul B Mahol2016-01-081-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showspectrum: add option to draw legendPaul B Mahol2016-01-081-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_avectorscope: add line drawing supportPaul B Mahol2016-01-051-0/+14
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/window_func: add tukey window functionPaul B Mahol2016-01-051-0/+2
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showspectrum: add yet another color mapPaul B Mahol2016-01-051-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showspectrum: add option to set gain for calculating color ↵Paul B Mahol2016-01-041-0/+8
| | | | | | | | intensity Inspired by Sonic Visualizer. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc/encoders: Fix application nameMichael Niedermayer2016-01-021-1/+1
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/avf_showspectrum: add 4th and 5th root scalerPaul B Mahol2016-01-021-0/+8
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter/avf_showspectrum: add fiery color mapPaul B Mahol2016-01-021-0/+4
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* avfilter: add showspectrumpic filterPaul B Mahol2016-01-021-0/+106
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* doc: make apidoc output independent of SRC_PATHAndreas Cadhalpun2016-01-022-8/+9
| | | | | | | Previously it included the SRC_PATH in every title. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com>
* Merge commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6'Hendrik Leppkes2016-01-011-0/+3
|\ | | | | | | | | | | | | * commit '2c6811397bdf13d43ca206e48d6d6da9c2cd47c6': lavc: add profiles to AVCodecDescriptor Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add profiles to AVCodecDescriptorAnton Khirnov2015-12-121-0/+3
| | | | | | | | | | The profiles are a property of the codec, so it makes sense to export them through AVCodecDescriptors, not just the codec implementations.
* | doc/filters: add showwavespic colorize exampleLou Logan2015-12-311-0/+8
| | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter/avf_showspectrum: add window overlap supportPaul B Mahol2015-12-311-0/+5
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add fire color mapPaul B Mahol2015-12-311-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add nebulae color mapPaul B Mahol2015-12-301-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add moreland color mapPaul B Mahol2015-12-301-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add rainbow colormapPaul B Mahol2015-12-291-1/+3
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add horizontal orientation supportPaul B Mahol2015-12-291-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: use ff_generate_window_funcPaul B Mahol2015-12-281-5/+12
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/avf_showspectrum: add rscroll sliding modePaul B Mahol2015-12-281-0/+2
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avformat/http: Documented http_proxy optionJoel Holdsworth2015-12-281-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavf: add automatic bitstream filtering; bump versionRodger Combs2015-12-281-0/+3
| | | | | | | | | | | | | | | | | | This solves the problem discussed in https://ffmpeg.org/pipermail/ffmpeg-devel/2015-September/179238.html by allowing AVCodec::write_header to be delayed until after packets have been run through required bitstream filters in order to generate global extradata. It also provides a mechanism by which a muxer can add a bitstream filter to a stream automatically, rather than prompting the user to do so.
* | doc/filters: add one more silenceremove examplePaul B Mahol2015-12-281-0/+7
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: make size of window user configurablePaul B Mahol2015-12-281-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/af_silenceremove: add peak detectorPaul B Mahol2015-12-271-0/+4
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: note NetCDF dependency for sofalizerLou Logan2015-12-261-1/+4
| | | | | | | | | | | | Also add @url for link. Signed-off-by: Lou Logan <lou@lrcd.com>
* | avfilter: add high-order parametric multiband equalizer filterPaul B Mahol2015-12-251-0/+94
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/muxers/mpegts: update doc after adding flag to embed an AC-3/E-AC-3 ES ↵Stefan Pöschel2015-12-251-0/+2
| | | | | | | | | | | | the DVB way Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | lavfi: deprecate avfilter_link_set_closed().Nicolas George2015-12-221-0/+6
| | | | | | | | | | | | | | Applications are not supposed to mess with links, they should close the sinks. Furthermore, this function does not distinguish what end of the link caused the close and does not have a timestamp.
* | avfilter/avf_showfreqs: make it possible to split channelsPaul B Mahol2015-12-201-0/+11
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | avfilter/vf_stereo3d: add interleave columns input supportPaul B Mahol2015-12-191-0/+6
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/filters: copy all input modes to output modes.Paul B Mahol2015-12-181-1/+40
| | | | | | | | | | | | For people who cant read. Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | doc/errno: fix description typo for ENAMETOOLONGMarton Balint2015-12-181-1/+1
| | | | | | | | Signed-off-by: Marton Balint <cus@passwd.hu>
* | Merge commit 'e02de9df4b218bd6e1e927b67fd4075741545688'Hendrik Leppkes2015-12-171-1/+3
|\| | | | | | | | | | | | | * commit 'e02de9df4b218bd6e1e927b67fd4075741545688': lavc: export Dirac parsing API used by the ogg demuxer as public Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: export Dirac parsing API used by the ogg demuxer as publicAnton Khirnov2015-12-061-1/+3
| | | | | | | | Also, stop using AVCodecContext for storing the stream parameters.
* | Merge commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29'Hendrik Leppkes2015-12-171-0/+1
|\| | | | | | | | | | | | | * commit 'f0b769c16daafa64720dcba7fa81a9f5255e1d29': lavc: add a packet side data type for VBV-like parameters Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add a packet side data type for VBV-like parametersAnton Khirnov2015-12-061-0/+1
| |
* | Merge commit '84adab333cddeefc3cfd843089dee23f58bd372c'Hendrik Leppkes2015-12-171-2/+3
|\| | | | | | | | | | | | | * commit '84adab333cddeefc3cfd843089dee23f58bd372c': lavc: add stream-global packet side data Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * lavc: add stream-global packet side dataAnton Khirnov2015-12-061-1/+2
| | | | | | | | This is similar to what is done for AVStream.
* | Merge commit '31c51f7441de07b88cfea2550245bf1f5140cb8f'Hendrik Leppkes2015-12-171-0/+3
|\| | | | | | | | | | | | | * commit '31c51f7441de07b88cfea2550245bf1f5140cb8f': avpacket: add a function for wrapping existing data as side data Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
| * avpacket: add a function for wrapping existing data as side dataAnton Khirnov2015-12-061-0/+3
| |
* | ffmpeg: Allow specifying the program number for created programsMichael Niedermayer2015-12-161-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* | doc/encoders/libopenh264: update documentation after recent changesStefano Sabatini2015-12-161-1/+9
| |
* | avfilter/af_sofalizer: add frequency domain processing and use it by defaultPaul B Mahol2015-12-141-0/+6
| | | | | | | | | | | | Code ported from SOFAlizer patch for VLC. Signed-off-by: Paul B Mahol <onemda@gmail.com>