summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/filters: add yet another zoompan usage examplePaul B Mahol2016-08-151-0/+6
|
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-141-1/+1
| | | | | | | | | Instead of silently ignoring the content_type option in listen mode, apply its value to the provided "Content-Type:" header. Signed-off-by: Moritz Barsnick <[email protected]> Reviewed-by: Nicolas George <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* avfilter/vf_signalstats: measure video bitdepthPaul B Mahol2016-08-131-0/+12
|
* doc/bsfs: Fix bsf options divider in documentationJan Sebechlebsky2016-08-131-1/+1
| | | | | | | | The actual implementation uses ':' divider, not '/' as documented. Signed-off-by: Jan Sebechlebsky <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* doc/filters: move hdcd documentation from video section to audio sectionPaul B Mahol2016-08-111-52/+52
|
* avfilter/af_adelay: make it possible to delay channels by exact number of ↵Paul B Mahol2016-08-111-0/+8
| | | | samples
* avfilter/avf_avectorscope: add scale optionPaul B Mahol2016-08-111-0/+19
|
* doc/filters: fix typo in acrusher filter docsPaul B Mahol2016-08-111-1/+1
|
* avfilter: add acrusher filterPaul B Mahol2016-08-111-0/+58
|
* avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol2016-08-101-2/+17
|
* doc/filters: add one more lutyuv examplePaul B Mahol2016-08-091-0/+6
|
* docs/filters: Fix parameter names for colorspace filterDerek Buitenhuis2016-08-081-2/+2
| | | | | | | They were erroneously set to the name of the unit instead of the parameter name. Signed-off-by: Derek Buitenhuis <[email protected]>
* af_hdcd: Add analyze modeBurt P2016-08-081-0/+32
| | | | | | | | | | A new mode, selected by filter option, to aid in analysis of HDCD encoded audio. In this mode the audio is replaced by a solid tone and the amplitude is adjusted to signal some specified aspect of the process. The output file can be loaded in an audio editor alongside the original, where the user can see where different features or states are present. Signed-off-by: Burt P <[email protected]>
* doc/filters: reorganize some entries, move scale_npp to right sectionPaul B Mahol2016-08-071-265/+294
| | | | Also remove select entry in audio section, probably error in merge.
* doc/filters: fix typo in extrastereo docsPaul B Mahol2016-08-071-1/+1
|
* avfilter: add crystalizer audio filterVitaly Ostrosablin2016-08-071-0/+14
| | | | Signed-off-by: Vitaly Ostrosablin <[email protected]>
* avfilter/avf_showspectrum: add color rotation featurePaul B Mahol2016-08-051-0/+8
| | | | Mostly useful with channel color scheme.
* avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-041-0/+3
| | | | | | | This will be used to allow writing file sequences using the tee output onto multiple places in parallel Signed-off-by: Michael Niedermayer <[email protected]>
* avformat: add a TTA MuxerJames Almer2016-08-041-1/+1
| | | | | Reviewed-by: Michael Niedermayer <[email protected]> Signed-off-by: James Almer <[email protected]>
* doc/filters: Fix option ranges for the sab filter.Carl Eugen Hoyos2016-08-031-3/+3
| | | | Fixes ticket #5751.
* avutil/hash: Add more detailed Doxygen documentationTimothy Gu2016-08-021-1/+1
|
* Doxyfile: Set STRIP_FROM_INC_PATH to project rootTimothy Gu2016-08-021-1/+1
| | | | | | | | | | | | Show proper #include's on struct pages. Before: #include <buffer.h> After #include <libavutil/buffer.h>
* build: Make API documentation depend on config.makTimothy Gu2016-08-021-1/+1
| | | | | | The Doxygen command is generated from the list of installed headers, which may change per configuration (e.g. `--enable-gpl` results in libpostproc to be built and installed).
* doc/filters: Add stats_version documentation to PSNR filterLucas Cooper2016-08-021-1/+19
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* Doxygen: Re-enable JAVADOC_AUTOBRIEFTimothy Gu2016-07-311-1/+1
|
* Doxyfile: Reset unused options back to defaultTimothy Gu2016-07-301-7/+7
| | | | Silences a few warnings.
* doxygen: Remove outdated EXPAND_AS_DEFINEDTimothy Gu2016-07-301-2/+1
|
* doc/filters: mention HDMI output format for stereo3d filterPaul B Mahol2016-07-301-0/+3
|
* doxygen: Set tab size to 4Timothy Gu2016-07-291-1/+1
|
* doxygen: Update Doxyfile for Doxygen 1.8.8Timothy Gu2016-07-291-833/+1566
|
* doxygen: Fix PREDEFINED syntaxTimothy Gu2016-07-291-5/+5
|
* avfilter/f_drawgraph: add another slide modePaul B Mahol2016-07-281-0/+3
|
* Add an OpenH264 decoder wrapperMartin Storsjö2016-07-271-1/+8
| | | | | | | | This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and d0b1e6049b06eeeeca146ece4d2f199c5dba1565. Signed-off-by: Martin Storsjö <[email protected]>
* ffprobe.xsd: add missing timecode attribute to frameSideDataTypedericed2016-07-271-0/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* lavfi/curves: add plot optionClément Bœsch2016-07-241-0/+10
|
* lavfi/curves: do not automatically insert points at x=0 and x=1Clément Bœsch2016-07-241-7/+3
| | | | | | | | There is actually a need for the origin and end point not to be defined. We can not automatically insert them with the y value of the first and last point as it will influence the curves in a wrong way. Fixes #5397
* doc/muxers: improve hlsenc descriptionSteven Liu2016-07-221-6/+6
| | | | | Signed-off-by: Moritz Barsnick <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* doc/muxers: add hls_flags option descriptionSteven Liu2016-07-221-0/+11
| | | | | | Signed-off-by: Steven Liu <[email protected]> Reviewed-by: Moritz Barsnick <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* doc/protocols: Fix seperated typoMichael Niedermayer2016-07-221-1/+1
| | | | Signed-off-by: Michael Niedermayer <[email protected]>
* docs/demuxers: add libopenmpt sectionJosh de Kock2016-07-211-0/+27
| | | | Signed-off-by: Josh de Kock <[email protected]>
* avformat: Add tee protocolMichael Niedermayer2016-07-191-0/+9
| | | | | | Option passing support will be submitted seperately to the ML Signed-off-by: Michael Niedermayer <[email protected]>
* cosmetics: fix some misspelled wordsJames Almer2016-07-174-6/+6
| | | | Signed-off-by: James Almer <[email protected]>
* refine the method option describe of hlsenc docSteven Liu2016-07-151-0/+11
| | | | | | Signed-off-by: LiuQi <[email protected]> Reviewed-by: Moritz Barsnick <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* Merge commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b'Clément Bœsch2016-07-141-0/+2
|\ | | | | | | | | | | | | * commit '470cd0c5fe6337b6cb5276b3f84400999450fc1b': Add TrueMotion 2.0 Real Time decoder Merged-by: Clément Bœsch <[email protected]>
| * Add TrueMotion 2.0 Real Time decoderPaul B Mahol2016-06-201-0/+2
| | | | | | | | | | Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
* | Merge commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6'Clément Bœsch2016-07-141-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd78fd2fa21cde28465e40dd0be4446b1387d22a6': Add MagicYUV decoder Changes observed from Libav: - many cosmetics (function renames/move, spacing, line breaks) - MagicYUVContext.slices_size is now unsigned - use of pixdesc (include fixed in FFmpeg) - mention of "Lossless" in the long name dropped (also removed from general.texi in FFmpeg) - addition of the FF_CODEC_CAP_INIT_THREADSAFE caps - use of qsort() instead of AV_QSORT() (NOT MERGED) - use of AVCodecContext.{width,height} instead of AVCodecContext.coded_{width,height} (NOT MERGED) See also 77f9c4b7aa9eb793b3019025e177245896821816 Merged-by: Clément Bœsch <[email protected]>
| * Add MagicYUV decoderPaul B Mahol2016-06-201-0/+1
| | | | | | | | | | Signed-off-by: Paul B Mahol <[email protected]> Signed-off-by: Vittorio Giovara <[email protected]>
* | doc/muxers: Fix Thisimproves typoMichael Niedermayer2016-07-111-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | add split_by_time flag for support splite mpegts segment at non-keyframeSteven Liu2016-07-111-0/+6
| | | | | | | | | | | | | | support split hls segment at duration set by hls_time Signed-off-by: LiuQi <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | Changed metadata print option to accept general urlsSami Hult2016-07-101-6/+17
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is an - once again - updated patch, that uses avio_write instead of avio_puts to stream clean text output without null characters. Works now for me as intended. Changes metadata filter to accept general urls as file argument without breaking former behaviour. As a byproduct, it also allows for writing to file "-" if specified as "file:-". Example: ffmpeg -i test.wav -filter_complex "silencedetect=n=-40dB:d=0.1,ametadata=mode=print:file='pipe\:4'" -f null Signed-off-by: Sami Hult <[email protected]> Reviewed-by: Paul B Mahol <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>