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-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
2012-12-08img2: document the options availableLuca Barbato
2012-12-06lavf: add a concat demuxer.Nicolas George
2012-08-09lavf/img2dec: add and document pattern_type optionStefano Sabatini
Allow to override the default 'glob_sequence' value, which is deprecated in favor of the new 'glob' and 'sequence' options. The new pattern types should be easier on the user since they are more predictable than 'glob_sequence', and do not require awkward escaping.
2012-08-09doc/demuxers: itemize image2 examples and put them in a dedicated subsectionStefano Sabatini
2012-08-05lavf/img2dec: add start_number_range optionStefano Sabatini
2012-08-05doc/demuxers.texi: avoid comma splice in image2 documentationStefano Sabatini
Add "and" proposition for connecting two sentences.
2012-08-05lavf/img2doc: document optionsStefano Sabatini
2011-12-15lavf: add SBG demuxer.Nicolas George
2011-12-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: isom: sort and pretty-print codec_movaudio_tags[] isom: remove pointless comments in codec_movaudio_tags[] isom: remove commented-out tag for vorbis movenc: write 'chan' tag for AC-3 in MOV mov: add support for reading and writing the 'chan' tag audioconvert: add some additional channel and channel layout macros audioconvert: change 7.1 "wide" layout to use side surround channels movenc: simplify handling of pcm vs. adpcm vs. other compressed codecs doc: update documentation to use avconv doc: update demuxers section doc: extend external library coverage doc: split platform specific information doc: port the git-howto to texinfo doc: provide fallback css and customize @float doc: document fate in a texinfo doxy: change hue value to match our green Conflicts: doc/fate.txt doc/ffserver.texi doc/general.texi doc/muxers.texi doc/protocols.texi doc/t2h.init libavformat/isom.c libavformat/mov.c libavutil/avutil.h tests/ref/acodec/pcm_s16be tests/ref/acodec/pcm_s24be tests/ref/acodec/pcm_s32be tests/ref/acodec/pcm_s8 tests/ref/lavf/mov Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-12-09doc: update demuxers sectionLuca Barbato
Cleanup tags usage and update commandline examples.
2011-11-29docs: Spelling fixes to 9 texi files from /docroot
credits to: Violet Lin (from Google Code-in) Signed-off-by: burek <burek021@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
* qatar/master: APIChanges: document git revision for CODEC_CAP_SLICE_THREADS addition. Introduce slice threads flag. FATE: allow forcing thread-type when doing threaded fate runs. Use av_log_ask_for_sample() where appropriate. error: sort, pack, and align error code and string definitions The stabilization period after version bumps should be one month, not one week. applehttp: Expose the stream bitrate via metadata doc: Add some initial docs on the applehttp demuxer Provide a fallback version of the libm function trunc libavdevice: Define _XOPEN_SOURCE for usleep lavc: provide deprecated avcodec_thread_init until next major version lavc: provide the opt.h header until the next bump error: change AVERROR_EOF value error: remove AVERROR_NUMEXPECTED error: add error code AVERROR_OPTION_NOT_FOUND, and use it in opt.c Conflicts: libavcodec/h264.c libavutil/error.c libavutil/error.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
This helps callers to intelligently switch between bitrate variants. Signed-off-by: Martin Storsjö <martin@martin.st>
2011-04-21doc: Add some initial docs on the applehttp demuxerMartin Storsjö
Signed-off-by: Martin Storsjö <martin@martin.st>
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
2011-03-17replace FFmpeg with Libav in doc/Janne Grunau
unless it stands for ffmpeg the program or is historic
2011-01-22Amend documentation for the image2 demuxer, to better reflect the current ↵Stefano Sabatini
behavior. Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-09Add documentation for the image2 demuxer.Stefano Sabatini
Originally committed as revision 26283 to svn://svn.ffmpeg.org/ffmpeg/trunk
2011-01-09Add demuxers.texi file.Stefano Sabatini
Originally committed as revision 26282 to svn://svn.ffmpeg.org/ffmpeg/trunk