summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* examples: add remuxing exampleStefano Sabatini2014-01-20
| | | | Show how to perform streamcopy from one container to another.
* lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()wm42014-01-19
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavu/rational: add syntactic sugar.Nicolas George2014-01-19
| | | | | Add a function to create a rational and macros for common values.
* doc/muxers: add "Options", "Examples", "Syntax", etc. subsectionsTimothy Gu2014-01-19
| | | | | | | More consistent with codec docs. Also some minor reorganization of sentences to fit the new document hierarchy. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* doc/encoders: add libx264rgb doc and supported pixfmts for libx264(rgb)Timothy Gu2014-01-19
| | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* doc/muxers/segment: fix formula for computing the segment_time_delta valueStefano Sabatini2014-01-19
|
* lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini2014-01-19
| | | | Improve consistency with the rest of the documentation.
* Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7'Michael Niedermayer2014-01-17
|\ | | | | | | | | | | | | | | | | | | | | * commit '33018907bd07b34e0e70d5ae12097265eb3734d7': mp3enc: allow omitting the id3v2 header with -id3v2_version 0 Conflicts: doc/muxers.texi libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov2014-01-17
| |
* | Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd'Michael Niedermayer2014-01-17
|\| | | | | | | | | | | | | | | | | | | | | * commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd': mp3enc: add an option for disabling the Xing frame. Conflicts: doc/muxers.texi libavformat/mp3enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3enc: add an option for disabling the Xing frame.Anton Khirnov2014-01-17
| |
* | lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius2014-01-16
| | | | | | | | | | | | | | | | | | | | | | | | In particular: * set default value for accuracy to 15 (max) * add zoomspeed for dynamic zoom (optzoom=2) * make camera path optimization algorithm configurable * update optzoom documenation in code to use new localmotions calculation function commandline arguments * add debug option in vidstabtransform Signed-off-by: Georg Martius <martius@mis.mpg.de> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | examples/muxing: simplify video PTS settingStefano Sabatini2014-01-12
| | | | | | | | Rely on frame_count. Also more consistent with audio path.
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-10
|\| | | | | | | | | | | | | | | | | | | | | | | | | * 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-09
| |
| * ATRAC3+ decoderMaxim Polijakowski2014-01-09
| | | | | | | | | | | | Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* | doc/examples/muxing: Fixes frame initialization.Andre Anjos2014-01-09
| | | | | | | | | | | | | | | | | | | | | | | | | | 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-09
| | | | | | | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | examples/muxing: set timestamps in output audio packetStefano Sabatini2014-01-09
| | | | | | | | In particular, fix trac ticket #3231.
* | examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini2014-01-09
| |
* | examples/muxing: reuse global audio frameStefano Sabatini2014-01-09
| | | | | | | | Simplify logic, avoid multiple unnecessary alloc/free operations.
* | examples/muxing: honour distinction between encoder PTS timebase and stream ↵Stefano Sabatini2014-01-09
| | | | | | | | | | | | | | | | | | | | 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-09
| | | | | | | | | | Avoid the need of tweaking, also show how to get list of supported sample formats.
* | doc/filters: add rotate example using degreesLou Logan2014-01-09
| |
* | doc/muxers/image2: apply several formatting changesStefano Sabatini2014-01-08
| |
* | doc/muxers/image2: document strftime optionRamiro Polla2014-01-08
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/muxers/matroska: add information to the matroska metadata language entryHelmut K. C. Tessarek2014-01-08
| |
* | doc/ffmpeg: remove documentation for removed vlang/slang optionsStefano Sabatini2014-01-08
| |
* | doc/muxers/matroska: reformat documentationStefano Sabatini2014-01-08
| |
* | doc/filters/equalizer: add examples for equalizerWerner Robitza2014-01-07
| | | | | | | | Add two examples on the usage of the equalizer filter.
* | examples/decoding_encoding: fix style nitsStefano Sabatini2014-01-07
| |
* | Merge commit '5b4797a21db900b7d509660b7a4d49829089b004'Michael Niedermayer2014-01-05
|\| | | | | | | | | | | | | | | | | | | * 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-05
| | | | | | | | Includes a libavcodec utility function to update a frame's side data.
* | Merge commit '5c437fb'Michael Niedermayer2014-01-05
|\| | | | | | | | | | | | | | | | | | | | | * 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-05
| |
* | doc/protocols/file: fix semantical reverseStefano Sabatini2014-01-05
| | | | | | | | | | | | 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-05
| | | | | | | | | | | | | | 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-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/faq: remove "-profile option fails when encoding H.264 video with AAC ↵Stefano Sabatini2014-01-03
| | | | | | | | | | | | | | | | | | | | 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-03
| |
* | doc/muxers/hls: change "can used" to "can be used"Stefano Sabatini2014-01-02
| | | | | | | | Spotted-by: Alexander Strasser <eclipse7@gmx.net>
* | doc/doxy: remove unused filesMichael Niedermayer2014-01-02
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-02
|\| | | | | | | | | | | | | * 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-01
| |
* | doc/muxers/segment: clarify ambiguos referenceStefano Sabatini2014-01-02
| | | | | | | | | | 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-02
| |
* | doc/muxers/hls: extend documentationStefano Sabatini2014-01-02
| | | | | | | | | | | | | | 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-01
| |
* | ffplay: add documentation for "s" keyWerner Robitza2014-01-01
| | | | | | | | With various edits suggested by Stefano Sabatini and Clément Bœsch.
* | avcodec/mpegvideo_enc: implement frame skip score normalizationMichael Niedermayer2014-01-01
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>