summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* examples/muxing: simplify video PTS settingStefano Sabatini2014-01-121-3/+1
| | | | Rely on frame_count. Also more consistent with audio path.
* Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-101-0/+45
|\ | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add framepack filterVittorio Giovara2014-01-091-0/+45
| |
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+1
| | | | | | | | | | | | Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* | doc/examples/muxing: Fixes frame initialization.Andre Anjos2014-01-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes use of the example with encoders which use tha AVFrame w/h/pix_fmt fields FFV1 is one of these codecs We cannot easily workaround the not set fields in common code because the API has AVFrame constant for the encoders. Alternatives would be to fix the API or to duplicate the struct and fill in missing fields. Or as is to require all user apps to set this correctly and maybe simplify for that case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-095-0/+14
| | | | | | | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | examples/muxing: set timestamps in output audio packetStefano Sabatini2014-01-091-0/+7
| | | | | | | | In particular, fix trac ticket #3231.
* | examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini2014-01-091-1/+1
| |
* | examples/muxing: reuse global audio frameStefano Sabatini2014-01-091-7/+13
| | | | | | | | Simplify logic, avoid multiple unnecessary alloc/free operations.
* | examples/muxing: honour distinction between encoder PTS timebase and stream ↵Stefano Sabatini2014-01-091-1/+5
| | | | | | | | | | | | | | | | | | | | timebase Fix PTS set on the frame when encoding, which must be specified in the encoder timebase or this will confuse the encoder. When muxing the packet, the PTS/DTS generated by the encoder is then rescaled to the stream timebase.
* | examples/muxing: set sample formats from list of codec supported sample formatsStefano Sabatini2014-01-091-1/+2
| | | | | | | | | | Avoid the need of tweaking, also show how to get list of supported sample formats.
* | doc/filters: add rotate example using degreesLou Logan2014-01-091-0/+6
| |
* | doc/muxers/image2: apply several formatting changesStefano Sabatini2014-01-081-8/+10
| |
* | doc/muxers/image2: document strftime optionRamiro Polla2014-01-081-0/+14
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/muxers/matroska: add information to the matroska metadata language entryHelmut K. C. Tessarek2014-01-081-0/+5
| |
* | doc/ffmpeg: remove documentation for removed vlang/slang optionsStefano Sabatini2014-01-081-5/+0
| |
* | doc/muxers/matroska: reformat documentationStefano Sabatini2014-01-081-15/+8
| |
* | doc/filters/equalizer: add examples for equalizerWerner Robitza2014-01-071-0/+15
| | | | | | | | Add two examples on the usage of the equalizer filter.
* | examples/decoding_encoding: fix style nitsStefano Sabatini2014-01-071-14/+14
| |
* | Merge commit '5b4797a21db900b7d509660b7a4d49829089b004'Michael Niedermayer2014-01-051-0/+4
|\ \ | |/ | | | | | | | | | | | | | | | | * commit '5b4797a21db900b7d509660b7a4d49829089b004': avframe: add AV_FRAME_DATA_MATRIXENCODING side data type. Conflicts: libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avframe: add AV_FRAME_DATA_MATRIXENCODING side data type.Tim Walker2014-01-051-0/+4
| | | | | | | | Includes a libavcodec utility function to update a frame's side data.
* | Merge commit '5c437fb'Michael Niedermayer2014-01-051-0/+3
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '5c437fb': lavu: Add values for various Dolby flags to the AVMatrixEncoding enum. Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add values for various Dolby flags to the AVMatrixEncoding enum.Tim Walker2014-01-051-0/+3
| |
* | doc/protocols/file: fix semantical reverseStefano Sabatini2014-01-051-1/+1
| | | | | | | | | | | | Change "read" to "write" in introductory description. Spotted-by: Alexander Strasser <eclipse7@gmx.net>
* | doc/protocols/file: document general file protocol URL syntaxStefano Sabatini2014-01-051-4/+12
| | | | | | | | | | | | | | Also drop confusing ff* tools reference about exceptions to the file:FILENAME syntax, which is not ff* tool specific. With various edits by Alexander Strasser <eclipse7@gmx.net>.
* | avutil/mathematics: add av_add_stable()Michael Niedermayer2014-01-041-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/faq: remove "-profile option fails when encoding H.264 video with AAC ↵Stefano Sabatini2014-01-031-20/+0
| | | | | | | | | | | | | | | | | | | | audio" entry The error was fixed in commit ce9bd303794fcc94aa232c116bece13c5994b55b more than one year ago, and does not affect all the currently supported versions. In particular, fix trac issue #1535.
* | doc/ffserver: mention how to access streams through RTSPStefano Sabatini2014-01-031-3/+11
| |
* | doc/muxers/hls: change "can used" to "can be used"Stefano Sabatini2014-01-021-1/+1
| | | | | | | | Spotted-by: Alexander Strasser <eclipse7@gmx.net>
* | doc/doxy: remove unused filesMichael Niedermayer2014-01-024-2050/+1
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-021-1/+4
|\ \ | |/ | | | | | | | | | | * qatar/master: Makefile: add html template files to the doxygen deps Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Makefile: add html template files to the doxygen depsAnton Khirnov2014-01-011-1/+4
| |
* | doc/muxers/segment: clarify ambiguos referenceStefano Sabatini2014-01-021-1/+1
| | | | | | | | | | Replace "The segmenter muxer" with "This muxer". The "segmenter muxer" was never defined before, and thus it is a slightly ambiguous term.
* | doc/muxers/segment: reference hls muxerStefano Sabatini2014-01-021-0/+3
| |
* | doc/muxers/hls: extend documentationStefano Sabatini2014-01-021-9/+33
| | | | | | | | | | | | | | In particular, reference segment muxer and clarify difference between segment filename number and playlist sequence number. Should fix trac ticket #2601.
* | doc/protocols/rtsp, lavf/rtsp: fix/extend options documentationStefano Sabatini2014-01-011-20/+69
| |
* | ffplay: add documentation for "s" keyWerner Robitza2014-01-011-0/+6
| | | | | | | | With various edits suggested by Stefano Sabatini and Clément Bœsch.
* | avcodec/mpegvideo_enc: implement frame skip score normalizationMichael Niedermayer2014-01-011-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Allow hiding the banner.Carl Eugen Hoyos2013-12-291-0/+7
| | | | | | | | Fixes ticket #3246.
* | doc/encoders: add wavpackenc docTimothy Gu2013-12-291-1/+63
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | doc/encoders: reformat libwavpack documentationTimothy Gu2013-12-291-12/+29
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | ATRAC+ decoderMaxim Poliakovski2013-12-291-0/+1
| | | | | | | | | | | | Cleanup by Diego Biurrun. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-271-6/+4
|\ \ | |/ | | | | | | | | | | * qatar/master: doxy: Update the css to have a flat style Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxy: Update the css to have a flat styleLuca Barbato2013-12-271-6/+4
| | | | | | | | | | | | | | Drop references to the doxy image gradients and style a the code blocks to keep the whitespace and indent properly. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '9ace13db77a22fd59c217175596a95775c5d25aa'Michael Niedermayer2013-12-271-0/+4
|\ \ | |/ | | | | | | | | | | * commit '9ace13db77a22fd59c217175596a95775c5d25aa': doxy: Fix link in badge color Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doxy: Fix link in badge colorLuca Barbato2013-12-271-0/+4
| | | | | | | | | | | | Green on blue was not exactly optimal. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | doc/protocols: fix level of udp examples subsectionStefano Sabatini2013-12-271-1/+1
| |
* | doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentationStefano Sabatini2013-12-251-8/+17
| |
* | doc/protocols/udp,lavf/udp: apply minor documentation fixesStefano Sabatini2013-12-251-8/+16
| |
* | lavfi/volume: implement process_command() callback, with the volume commandStefano Sabatini2013-12-251-1/+14
| | | | | | | | Address trac ticket #2868.
OpenPOWER on IntegriCloud