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
2016-10-13doc/demuxers: restore alphabetical orderStefano Sabatini
2016-10-11doc: fix various typos and grammar errorsMoritz Barsnick
Signed-off-by: Moritz Barsnick <barsnick@gmx.net> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-21docs/demuxers: add libopenmpt sectionJosh de Kock
Signed-off-by: Josh de Kock <josh@itanimul.li>
2016-04-13doc/demuxers: fix "Quicktme" typoLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com> Found-by: furq
2016-03-10avformat/concatdec: set safe mode to enabled instead of autoMichael Niedermayer
This is safer, as a selected demuxer could still mean that it was auto-detected by a user application Reviewed-previously-by: Nicolas George <george@nsup.org> Reviewed-previously-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-02-03doc/demuxers: add some concat demuxer script examplesTobias Rapp
Signed-off-by: Tobias Rapp <t.rapp@noa-archive.com>
2016-01-24avformat: Remove support for libquviKieran Kunhya
libquvi has not been updated since 2013. It also has a number of security issues.
2016-01-23doc/demuxers: Document enable_drefs and use_absolute_pathMichael Niedermayer
Reviewed-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-12-03avformat/mpjpeg: utilize MIME boundary value to detect start of new frameAlex Agranovsky
This code is disabled by default so not to regress endpoints sending invalid MIME, but can be enabled via AVOption 'strict_mime_boundary' Signed-off-by: Alex Agranovsky <alex@sighthound.com>
2015-11-25concatdec: add option for adding segment start time and duration metadataMarton Balint
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2015-08-21Add support for Audible AA filesVesselin Bontchev
https://en.wikipedia.org/wiki/Audible.com#Quality
2015-08-14doc/demuxers/mpegts: apply a minor grammar fix to option descriptionStefano Sabatini
Consistently use impersonal form.
2015-08-14doc/demuxers/mpegts: update documentationStefano Sabatini
The description is yet crappy, it merely copies the description of the added and undocumented options and their value range. More descriptive documentation is welcome.
2015-07-17concatdec: add support for injecting packet metadataMarton Balint
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2015-07-17concatdec: add support for specifying outpoint of filesMarton Balint
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2015-07-17concatdec: add support for specifying inpoint of filesMarton Balint
Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Marton Balint <cus@passwd.hu>
2015-05-29avformat/concatdec: Enable auto_convert by defaultMichael Niedermayer
Users have no means to find out from a failure how to make it work or is it preferred to check and print a warning for h264 concat without auto_convert ? Reviewed-by: Nicolas George <george@nsup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-12lavf/img2dec: add option to disable pattern matchingMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-29lavf/gif: Add an option max_gif_delay to limit the frame duration.Carl Eugen Hoyos
Allows playback for the sample from ticket #4369 in less than 18 hours.
2014-11-25doc: add entry for APNG demuxer where needed.Benoit Fouet
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-03doc/demuxers: document gif demuxerLou Logan
Signed-off-by: Lou Logan <lou@lrcd.com>
2014-04-29lavf/concatdec: implement automatic conversions.Nicolas George
2014-04-22Various small spelling fixes.Reimar Döffinger
Signed-off-by: Reimar Döffinger <Reimar.Doeffinger@gmx.de>
2014-04-12avformat/img2dec: support nanosecond file timesMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-03-23lavf/concatdec: allow to match streams by id.Nicolas George
That makes the concat demuxer usable with MPEG-PS streams, even when the streams in the different parts are detected in different order.
2014-03-07Fix spelling errors in texi files: accomodate -> accommodate allows to -> ↵Andreas Cadhalpun
allows one to choosen -> chosen compability -> compatibility explictly -> explicitly overriden -> overridden specifed -> specified Trasmission -> Transmission Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-09-29doc/demuxers: fix image2 examplesPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-08-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: document the asf demuxer Conflicts: doc/demuxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-28Merge commit '21015109ec0fac0f104a5355f272ecb956ba3f4e'Michael Niedermayer
* commit '21015109ec0fac0f104a5355f272ecb956ba3f4e': doc: Document the flv demuxer Conflicts: doc/demuxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-08-28doc: document the asf demuxerLuca Barbato
And drop a typo from the previous FLV entry.
2013-08-27doc: Document the flv demuxerLuca Barbato
2013-08-10doc: apply various grammar fixesBryce W. Harrington
The first sentence of each of the modified man pages are worded a bit awkwardly. These minor copy-edits should make them clearer. Signed-off-by: Bryce Harrington <b.harrington@samsung.com> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-08-06mpegts: add fix_teletext_pts mpegts demuxer optionMarton Balint
Changes since v1 of the patch: - enable option by default - add documentation - move up PTS override code after PES header parsing, to ensure we use the last PCR before the first packet of the teletext PES packet. The option overrides teletext packet PTS and DTS values with the timestamps calculated from the PCR of the first program which the teletext stream is part of and is not discarded. Using the same teletext PID for multiple programs is possible, therefore we need some kind of heuristics to know which program PCR we should synchronize to. Using the first non-discarded PCR pid among the programs of the teletext stream seemed like a good choice. The patch does not do PCR interpolation to estimate the PCR of the teltetext packet, it just uses the last PCR of the program, which may cause a slight error (0.1 sec) in the teletext packet pts-es. Based on a patch by Reimar Döffinger. http://lists.ffmpeg.org/pipermail/ffmpeg-devel/2012-September/131610.html Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-07-02lavf: add support for libgmewm4
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-25img2dec: Add ts_from_file optionAndrey Utkin
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-04-10lavf: add libquvi demuxer.Clément Bœsch
2013-04-01doc: Consistently use 'frame rate' everywhereDerek Buitenhuis
We used to use 'framerate' or 'frame rate' randomly. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2013-03-20lavf/concatdec: support seeking.Nicolas George
2013-03-07lavf/segment: add support to ffconcat segment listStefano Sabatini
2013-03-06lavf/concat: document the use of the files durations.Nicolas George
Address trac ticket #2319.
2013-02-24lavf/concatdec: add the "duration" directive.Nicolas George
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-13lavf/concatdec: allow probing.Nicolas George
2013-02-13lavf/concatdec: add signature directive.Nicolas George
2013-02-13lavf/concatdec: add safe option.Nicolas George
2013-02-13doc/demuxers: quote command line arguments with @codeDaniel Verkamp
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-02-09doc/demuxers: add docs for rawvideo demuxerStefano Sabatini
2013-02-09doc/demuxers: fix copy&paste error in "@c man end" lineStefano Sabatini
Use proper name for ending chapter.
2013-02-09doc/demuxers: sort demuxers by nameStefano Sabatini
2012-12-09lavf: TED Talks JSON captions demuxer.Nicolas George