summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* avfilter/avf_showvolume: use current peak value for picking colorsPaul B Mahol2016-08-18
|
* examples/demuxing_decoding: convert to codecparJames Almer2016-08-17
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/avf_showfreqs: make minimum amplitude for log scaler configurablePaul B Mahol2016-08-17
|
* doc: add Libav merge documentClément Bœsch2016-08-17
|
* avfilter: add bitplanenoise filterPaul B Mahol2016-08-17
|
* doc/APIChanges: fill in missing git hashesJames Almer2016-08-16
| | | | Signed-off-by: James Almer <jamrial@gmail.com>
* doc/APIchanges: Document addition of list BSF API in lavcJan Sebechlebsky2016-08-16
| | | | | Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
* avfilter/window_func: add cauchy, parzen and poisson window functionPaul B Mahol2016-08-16
|
* avfilter/window_func: add dolph windowPaul B Mahol2016-08-16
|
* lavc: add trailing_padding to AVCodecContext to match AVCodecParameters.Jon Toohill2016-08-16
| | | | | | Shows encoder delay/padding in the stream summary if they are set. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: add yet another zoompan usage examplePaul B Mahol2016-08-15
|
* libavformat/http: add support for content_type option in listen modeMoritz Barsnick2016-08-14
| | | | | | | | | 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 <barsnick@gmx.net> Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avfilter/vf_signalstats: measure video bitdepthPaul B Mahol2016-08-13
|
* doc/bsfs: Fix bsf options divider in documentationJan Sebechlebsky2016-08-13
| | | | | | | | The actual implementation uses ':' divider, not '/' as documented. Signed-off-by: Jan Sebechlebsky <sebechlebskyjan@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/filters: move hdcd documentation from video section to audio sectionPaul B Mahol2016-08-11
|
* avfilter/af_adelay: make it possible to delay channels by exact number of ↵Paul B Mahol2016-08-11
| | | | samples
* avfilter/avf_avectorscope: add scale optionPaul B Mahol2016-08-11
|
* doc/filters: fix typo in acrusher filter docsPaul B Mahol2016-08-11
|
* avfilter: add acrusher filterPaul B Mahol2016-08-11
|
* avfilter/avf_showwaves: add sqrt and cbrt amplitude scalersPaul B Mahol2016-08-10
|
* doc/filters: add one more lutyuv examplePaul B Mahol2016-08-09
|
* docs/filters: Fix parameter names for colorspace filterDerek Buitenhuis2016-08-08
| | | | | | | They were erroneously set to the name of the unit instead of the parameter name. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* af_hdcd: Add analyze modeBurt P2016-08-08
| | | | | | | | | | 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 <pburt0@gmail.com>
* doc/filters: reorganize some entries, move scale_npp to right sectionPaul B Mahol2016-08-07
| | | | Also remove select entry in audio section, probably error in merge.
* doc/filters: fix typo in extrastereo docsPaul B Mahol2016-08-07
|
* avfilter: add crystalizer audio filterVitaly Ostrosablin2016-08-07
| | | | Signed-off-by: Vitaly Ostrosablin <tmp6154@yandex.ru>
* avfilter/avf_showspectrum: add color rotation featurePaul B Mahol2016-08-05
| | | | Mostly useful with channel color scheme.
* avformat: Add av_get_frame_filename2() and AV_FRAME_FILENAME_FLAGS_MULTIPLEMichael Niedermayer2016-08-04
| | | | | | | This will be used to allow writing file sequences using the tee output onto multiple places in parallel Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* avformat: add a TTA MuxerJames Almer2016-08-04
| | | | | Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: James Almer <jamrial@gmail.com>
* doc/filters: Fix option ranges for the sab filter.Carl Eugen Hoyos2016-08-03
| | | | Fixes ticket #5751.
* avutil/hash: Add more detailed Doxygen documentationTimothy Gu2016-08-02
|
* Doxyfile: Set STRIP_FROM_INC_PATH to project rootTimothy Gu2016-08-02
| | | | | | | | | | | | 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-02
| | | | | | 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-02
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* Doxygen: Re-enable JAVADOC_AUTOBRIEFTimothy Gu2016-07-31
|
* Doxyfile: Reset unused options back to defaultTimothy Gu2016-07-30
| | | | Silences a few warnings.
* doxygen: Remove outdated EXPAND_AS_DEFINEDTimothy Gu2016-07-30
|
* doc/filters: mention HDMI output format for stereo3d filterPaul B Mahol2016-07-30
|
* doxygen: Set tab size to 4Timothy Gu2016-07-29
|
* doxygen: Update Doxyfile for Doxygen 1.8.8Timothy Gu2016-07-29
|
* doxygen: Fix PREDEFINED syntaxTimothy Gu2016-07-29
|
* avfilter/f_drawgraph: add another slide modePaul B Mahol2016-07-28
|
* Add an OpenH264 decoder wrapperMartin Storsjö2016-07-27
| | | | | | | | This is cherrypicked from libav, from commits 82b7525173f20702a8cbc26ebedbf4b69b8fecec and d0b1e6049b06eeeeca146ece4d2f199c5dba1565. Signed-off-by: Martin Storsjö <martin@martin.st>
* ffprobe.xsd: add missing timecode attribute to frameSideDataTypedericed2016-07-27
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* lavfi/curves: add plot optionClément Bœsch2016-07-24
|
* lavfi/curves: do not automatically insert points at x=0 and x=1Clément Bœsch2016-07-24
| | | | | | | | 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-22
| | | | | Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/muxers: add hls_flags option descriptionSteven Liu2016-07-22
| | | | | | Signed-off-by: Steven Liu <liuqi@gosun.com> Reviewed-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* doc/protocols: Fix seperated typoMichael Niedermayer2016-07-22
| | | | Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
* docs/demuxers: add libopenmpt sectionJosh de Kock2016-07-21
| | | | Signed-off-by: Josh de Kock <josh@itanimul.li>