Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-01-08doc/muxers/image2: apply several formatting changesStefano Sabatini
2014-01-08doc/muxers/image2: document strftime optionRamiro Polla
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-01-08doc/muxers/matroska: add information to the matroska metadata language entryHelmut K. C. Tessarek
2014-01-08doc/muxers/matroska: reformat documentationStefano Sabatini
2014-01-02doc/muxers/hls: change "can used" to "can be used"Stefano Sabatini
Spotted-by: Alexander Strasser <eclipse7@gmx.net>
2014-01-02doc/muxers/segment: clarify ambiguos referenceStefano Sabatini
Replace "The segmenter muxer" with "This muxer". The "segmenter muxer" was never defined before, and thus it is a slightly ambiguous term.
2014-01-02doc/muxers/segment: reference hls muxerStefano Sabatini
2014-01-02doc/muxers/hls: extend documentationStefano Sabatini
In particular, reference segment muxer and clarify difference between segment filename number and playlist sequence number. Should fix trac ticket #2601.
2013-12-15doc/muxers/tee: add example showing second level escapingStefano Sabatini
2013-12-15doc/muxers/tee: use @ref to reference other sectionsStefano Sabatini
2013-11-25lavf/segment: add segment_list_entry_prefix optionStefano Sabatini
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>.
2013-11-20doc/muxers/segment: remove wrong default indication for segment_list_flags ↵Stefano Sabatini
option
2013-11-07doc/muxers: document animated GIF muxer.Clément Bœsch
2013-10-29doc/muxers: add definitory line for the MOV/MP4/ISMV muxerStefano Sabatini
Also rename section name, to match the other ones adopting the muxer name (rather than the related upcased standard name).
2013-09-19doc/muxers: itemize tee examplesStefano Sabatini
Improve rendering.
2013-08-22lavf/image2: extend start_number range to accept zeroStefano Sabatini
Address trac ticket #2884.
2013-08-22Merge commit 'f8ef91ff3d6bb83d601d816ef9368f911021c64b'Michael Niedermayer
* 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>
2013-08-21doc/muxers: add elaborated example for the tee muxerStefano Sabatini
The example shows how to combine bsfs and select options.
2013-08-21lavf/tee: add special select optionStefano Sabatini
2013-08-21movenc: add faststart option for web streamingClément Bœsch
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>
2013-08-16lavf/tee: add support for bitstream filteringStefano Sabatini
This allows to apply different bitstream filters to different outputs, with no need to transcode.
2013-08-04doc/muxers: Document use case of mpegts muxer option tables_versionAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-03doc/muxers: Document previously undocumented mpegts muxer optionsAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-11lavf/segment: add initial_offset optionStefano Sabatini
Should address trac ticket #2224.
2013-07-03doc/muxers: Add AIFF docTimothy Gu
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-06-29doc/muxers: apply various minor fixes to segment documentationStefano Sabatini
2013-06-29doc/muxers: sort muxers by nameStefano Sabatini
2013-05-03Merge commit 'e3b225a4fe0ff1e64a220b757c6f0a5cf9258521'Michael Niedermayer
* 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>
2013-05-03matroskaenc: add an option to put the index at the start of the fileAnton Khirnov
2013-04-11Merge commit '9e6b5e61a0c91e25e298d0a21b189c4c95443795'Michael Niedermayer
* 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>
2013-04-11img2enc: add an option for overwriting one file with subsequent imagesAnton Khirnov
Based on a patch by Michael Niedermayer <michaelni@gmx.at>.
2013-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-03-05doc/muxers: specify that tee needs -map.Nicolas George
Address trac ticket #2311.
2013-02-23doc/muxers: fix reference to @anchor defined in another manualStefano Sabatini
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)
2013-02-18doc: Fix some obsolete references to av* tools as ff* toolsVicente Jimenez Aguilar
Signed-off-by: Diego Biurrun <diego@biurrun.de> CC: libav-stable@libav.org
2013-02-09lavf: add tee pseudo-muxer.Nicolas George
2013-02-01doc/muxers: fix level for the segment options subsectionStefano Sabatini
Properly declare it like a @subsection, rather than as a @section.
2013-02-01doc/muxers.texi: Fix mp3 picture attachment documentation.Carl Eugen Hoyos
2013-01-25lavf/img2enc: extend current options documentationStefano Sabatini
2013-01-22lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ↵Stefano Sabatini
docs
2013-01-22doc/muxers: remove outdated comment about live flags for the segment muxerStefano Sabatini
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).
2013-01-21doc/muxers: extend and clarify documentation for the segment muxer time optionsStefano Sabatini
2013-01-19doc/muxers: apply minor cosmetics to segment option descriptionsStefano Sabatini
2013-01-19lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini
In particular, should fix trac ticket #1842.
2013-01-10Add -movflags rtphint documentation.Carl Eugen Hoyos
2013-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2013-01-09oggenc: add a page_duration option and deprecate the pagesize optionJustin Ruggles
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.
2013-01-02doc/muxers: adopt new -codec:SPEC syntax in segment exampleStefano Sabatini
2013-01-02doc/muxers: add a dedicated section for segment examplesStefano Sabatini
2013-01-02doc/muxers: fix typos in the segment chapterStefano Sabatini