summaryrefslogtreecommitdiff
path: root/doc/muxers.texi
Commit message (Collapse)AuthorAge
* lavf/segment: add segment_list_entry_prefix optionStefano Sabatini2013-11-25
| | | | | | | | | 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-19
| | | | option
* doc/muxers: document animated GIF muxer.Clément Bœsch2013-11-07
|
* doc/muxers: add definitory line for the MOV/MP4/ISMV muxerStefano Sabatini2013-10-29
| | | | | 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-19
| | | | Improve rendering.
* lavf/image2: extend start_number range to accept zeroStefano Sabatini2013-08-22
| | | | Address trac ticket #2884.
* Merge commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b'Michael Niedermayer2013-08-22
|\ | | | | | | | | | | | | | | | | | | | | | | * 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-21
| | | | | | | | | | | | | | 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-21
| | | | | | | | The example shows how to combine bsfs and select options.
* | lavf/tee: add special select optionStefano Sabatini2013-08-21
| |
* | lavf/tee: add support for bitstream filteringStefano Sabatini2013-08-16
| | | | | | | | | | 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-04
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin2013-08-03
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavf/segment: add initial_offset optionStefano Sabatini2013-07-11
| | | | | | | | Should address trac ticket #2224.
* | doc/muxers: Add AIFF docTimothy Gu2013-07-03
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/muxers: apply various minor fixes to segment documentationStefano Sabatini2013-06-29
| |
* | doc/muxers: sort muxers by nameStefano Sabatini2013-06-29
| |
* | Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer2013-05-03
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521': matroskaenc: add an option to put the index at the start of the file Conflicts: doc/muxers.texi libavformat/matroskaenc.c libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * matroskaenc: add an option to put the index at the start of the fileAnton Khirnov2013-05-03
| |
* | Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer2013-04-11
|\| | | | | | | | | | | | | | | | | | | | | * commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795': img2enc: add an option for overwriting one file with subsequent images Conflicts: doc/muxers.texi libavformat/img2enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov2013-04-11
| | | | | | | | Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
| * doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar2013-02-18
| | | | | | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
* | lavf/segment: add support to ffconcat segment listStefano Sabatini2013-03-07
| |
* | doc/muxers: specify that tee needs -map.Nicolas George2013-03-05
| | | | | | | | Address trac ticket #2311.
* | doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini2013-02-22
| | | | | | | | | | | | In particular, fix warnings: *** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 767) *** Undefined node `quoting_and_escaping' in @ref (in doc/muxers.texi l. 772)
* | lavf: add tee pseudo-muxer.Nicolas George2013-02-09
| |
* | doc/muxers: fix level for the segment options subsectionStefano Sabatini2013-02-01
| | | | | | | | Properly declare it like a @subsection, rather than as a @section.
* | doc/muxers.texi: Fix mp3 picture attachment documentation.Carl Eugen Hoyos2013-02-01
| |
* | lavf/img2enc: extend current options documentationStefano Sabatini2013-01-25
| |
* | lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ↵Stefano Sabatini2013-01-22
| | | | | | | | docs
* | doc/muxers: remove outdated comment about live flags for the segment muxerStefano Sabatini2013-01-22
| | | | | | | | | | | | The live flags is currently unused, but still kept for backward compatibility reasons (and in case it turns to be useful again for whatever reason).
* | doc/muxers: extend and clarify documentation for the segment muxer time optionsStefano Sabatini2013-01-21
| |
* | doc/muxers: apply minor cosmetics to segment option descriptionsStefano Sabatini2013-01-19
| |
* | lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini2013-01-19
| | | | | | | | In particular, should fix trac ticket #1842.
* | Add -movflags rtphint documentation.Carl Eugen Hoyos2013-01-09
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: xan: Convert to bytestream2 oggenc: add a page_duration option and deprecate the pagesize option x86: lavr: add SSE2/AVX dither_int_to_float() Conflicts: libavcodec/xan.c libavformat/oggenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles2013-01-08
| | | | | | | | | | | | | | | | | | | | | | This uses page duration instead of byte size to determine when to buffer the page. Also, it tries to avoid continued pages by buffering the current page if there are already packets in the page and adding the next packet would require it to be continued on a new page. This can improve seeking performance. The default page duration is 1 second, which is much saner than filling all page segments by default.
* | doc/muxers: adopt new -codec:SPEC syntax in segment exampleStefano Sabatini2013-01-02
| |
* | doc/muxers: add a dedicated section for segment examplesStefano Sabatini2013-01-02
| |
* | doc/muxers: fix typos in the segment chapterStefano Sabatini2013-01-02
| |
* | lavf/segment: add segment_frames optionStefano Sabatini2012-12-28
| | | | | | | | This is meant to address trac ticket #1483.
* | lavf/segment: add reference_stream optionStefano Sabatini2012-12-28
| |
* | lavf/segment: add segment_start_number optionStefano Sabatini2012-12-13
| | | | | | | | Consistent with the image2 muxer.
* | lavf/segment: add reset_timestamps optionStefano Sabatini2012-12-11
| | | | | | | | | | | | | | The new options reset the timestamps at each new segment, so that the generated segments will have timestamps starting close to 0. It is meant to address trac ticket #1425.
* | Merge commit '18e6f087c4a50bede8449ee164778945480be50c'Michael Niedermayer2012-12-09
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '18e6f087c4a50bede8449ee164778945480be50c': img2: document the options available hls: improve options description hls: use a meaningful long name hls: add start_number option h264: check for invalid zeros_left before writing Conflicts: doc/demuxers.texi doc/muxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * img2: document the options availableLuca Barbato2012-12-08
| |
| * hls: improve options descriptionLuca Barbato2012-12-08
| |
| * hls: add start_number optionLuca Barbato2012-12-08
| |
* | Merge commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2'Michael Niedermayer2012-11-14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '5e9c6ef8f3beb9ed7b271654a82349ac90fe43f2': x86: h264_weight_10bit: port to cpuflags libtheoraenc: add missing pixdesc.h header avcodec: remove ff_is_hwaccel_pix_fmt pixdesc: add av_pix_fmt_get_chroma_sub_sample hlsenc: stand alone hls segmenter Conflicts: doc/muxers.texi libavcodec/ffv1enc.c libavcodec/imgconvert.c libavcodec/mpegvideo_enc.c libavcodec/tiffenc.c libavformat/Makefile libavformat/allformats.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * hlsenc: stand alone hls segmenterLuca Barbato2012-11-13
| | | | | | | | Simplifies usage but has higher latency.