aboutsummaryrefslogtreecommitdiffstats
path: root/doc/muxers.texi
Commit message (Collapse)AuthorAgeFilesLines
* Merge commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd'Michael Niedermayer2014-06-101-0/+3
|\ | | | | | | | | | | | | | | | | | | | | * commit 'f121dbd9f76031d7f6d56261be2f14937a19d2dd': mpegts: Provide an option to override the pcr period Conflicts: doc/muxers.texi libavformat/mpegtsenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mpegts: Provide an option to override the pcr periodLuca Barbato2014-06-101-0/+3
| | | | | | | | Certain hardware demuxer have specific restrictions for PCR periodicity.
* | Merge commit 'a736ae1e96b8718af0962106aa40df5f4b246b55'Michael Niedermayer2014-06-101-1/+1
|\| | | | | | | | | | | | | | | | | | | | | * commit 'a736ae1e96b8718af0962106aa40df5f4b246b55': doc: Document mpegts muxrate Conflicts: doc/muxers.texi See: 5b76c3a1204944a74f4c1fb4ce1ebe58940e7f78 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Document mpegts muxrateLuca Barbato2014-06-101-0/+2
| |
* | fix various typosLou Logan2014-06-031-1/+1
| | | | | | | | | | Signed-off-by: Lou Logan <lou@lrcd.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/muxers: Document problems of omitting nut syncpoints as well as alternativesMichael Niedermayer2014-06-031-0/+5
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | avformat/nutenc: add mode that omits the indexMichael Niedermayer2014-05-291-0/+2
| | | | | | | | | | | | | | When the index is not written, several data tables become unneeded, reducing memory and cpu requirements. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'c94e2e85cb6af8a570d8542a830556243bd32873'Michael Niedermayer2014-05-291-0/+17
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'c94e2e85cb6af8a570d8542a830556243bd32873': nut: Support experimental NUT 4 features Conflicts: doc/nut.texi libavformat/nut.h libavformat/nutdec.c libavformat/nutenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * nut: Support experimental NUT 4 featuresLuca Barbato2014-05-281-0/+17
| | | | | | | | | | | | | | Add the low overhead pipe mode and the extended broadcast mode. Export the options as 'syncponts' since it impacts only that. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Document smoothstreaming muxerAndrey Utkin2014-05-101-0/+22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '5a70a783f04919514efec7751d710b64d8975fd7'Michael Niedermayer2014-04-291-0/+4
|\| | | | | | | | | | | | | | | | | | | | | * commit '5a70a783f04919514efec7751d710b64d8975fd7': hls: Add an option to prepend a baseurl to the playlist entries Conflicts: doc/muxers.texi libavformat/hlsenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hls: Add an option to prepend a baseurl to the playlist entriesLuca Barbato2014-04-291-0/+3
| | | | | | | | | | | | Useful to generate playlists with absolute paths. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f'Michael Niedermayer2014-04-291-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '5c08ae4f37281441188447cd04dcaf7cd7ce031f': segment: Add an option to prepend a string to the list entries Conflicts: doc/muxers.texi libavformat/segment.c See: 5e278c19c752d65fdc1da1ceb599b091f71a4b4b Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * segment: Add an option to prepend a string to the list entriesEnrique Arizón Benito2014-04-291-0/+2
| | | | | | | | | | | | Useful to generate lists with absolute urls. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Fix bistream typosMichael Niedermayer2014-04-271-1/+1
| | | | | | | | | | Found-by: wm4 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | fix bistream typosMichael Niedermayer2014-04-271-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun2014-03-061-1/+1
| | | | | | | | | | | | allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd'Michael Niedermayer2014-02-191-1/+1
|\| | | | | | | | | | | | | | | | | | | * commit '93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd': doc: Name the MOV muxer as it should be called Conflicts: doc/muxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Name the MOV muxer as it should be calledLuca Barbato2014-02-191-1/+1
| | | | | | | | The section name is the muxer, not the format.
| * doc: Sort the muxer documentationLuca Barbato2014-02-191-137/+137
| | | | | | | | Keep the sections alphabetically sorted.
* | doc/muxers: add "Options", "Examples", "Syntax", etc. subsectionsTimothy Gu2014-01-191-7/+34
| | | | | | | | | | | | | | 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/muxers/segment: fix formula for computing the segment_time_delta valueStefano Sabatini2014-01-191-1/+1
| |
* | Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7'Michael Niedermayer2014-01-171-2/+9
|\| | | | | | | | | | | | | | | | | | | | | * 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-171-2/+9
| |
* | Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd'Michael Niedermayer2014-01-171-3/+4
|\| | | | | | | | | | | | | | | | | | | | | * 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-171-3/+4
| |
* | 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/muxers/matroska: reformat documentationStefano Sabatini2014-01-081-15/+8
| |
* | doc/muxers/hls: change "can used" to "can be used"Stefano Sabatini2014-01-021-1/+1
| | | | | | | | Spotted-by: Alexander Strasser <eclipse7@gmx.net>
* | 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/muxers/tee: add example showing second level escapingStefano Sabatini2013-12-151-0/+9
| |
* | doc/muxers/tee: use @ref to reference other sectionsStefano Sabatini2013-12-151-5/+8
| |
* | lavf/segment: add segment_list_entry_prefix optionStefano Sabatini2013-11-251-1/+7
| | | | | | | | | | | | | | | | | | This option allows to add a prefix to the segment list entry filenames. Also set by default the list entry filenames to the corresponding segment basename, consistent with the HLS muxer. Based on an idea by Steven Liu <lingjiujianke@gmail.com>.
* | doc/muxers/segment: remove wrong default indication for segment_list_flags ↵Stefano Sabatini2013-11-191-2/+0
| | | | | | | | option
* | doc/muxers: document animated GIF muxer.Clément Bœsch2013-11-071-0/+34
| |
* | doc/muxers: add definitory line for the MOV/MP4/ISMV muxerStefano Sabatini2013-10-291-1/+3
| | | | | | | | | | Also rename section name, to match the other ones adopting the muxer name (rather than the related upcased standard name).
* | doc/muxers: itemize tee examplesStefano Sabatini2013-09-191-3/+7
| | | | | | | | Improve rendering.
* | lavf/image2: extend start_number range to accept zeroStefano Sabatini2013-08-221-1/+1
| | | | | | | | Address trac ticket #2884.
* | Merge commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b'Michael Niedermayer2013-08-221-2/+2
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b': movenc: add faststart option for web streaming Conflicts: doc/muxers.texi libavformat/movenc.c libavformat/movenc.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * movenc: add faststart option for web streamingClément Bœsch2013-08-211-0/+4
| | | | | | | | | | | | | | Faststart moves the moov atom to the beginning of the file and rewrites the rest of the file after muxing is complete. Signed-off-by: Martin Storsjö <martin@martin.st>
* | doc/muxers: add elaborated example for the tee muxerStefano Sabatini2013-08-211-0/+11
| | | | | | | | The example shows how to combine bsfs and select options.
* | lavf/tee: add special select optionStefano Sabatini2013-08-211-0/+5
| |
* | lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-161-1/+17
| | | | | | | | | | This allows to apply different bitstream filters to different outputs, with no need to transcode.
* | doc/muxers: Document use case of mpegts muxer option tables_versionAndrey Utkin2013-08-041-0/+12
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin2013-08-031-0/+22
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: add initial_offset optionStefano Sabatini2013-07-111-0/+4
| | | | | | | | Should address trac ticket #2224.