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
path: root/doc
AgeCommit message (Collapse)Author
2014-02-19doc: Name the MOV muxer as it should be calledLuca Barbato
The section name is the muxer, not the format.
2014-02-19doc: Sort the muxer documentationLuca Barbato
Keep the sections alphabetically sorted.
2014-02-19Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: vf_interlace: deprecate lowpass option Conflicts: libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-19vf_interlace: deprecate lowpass optionVittorio Giovara
2014-02-17doc/examples: remove pathes from doxy examplesMichael Niedermayer
This makes the examples page less cluttered Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-17Merge remote-tracking branch 'lukaszmluki/master'Michael Niedermayer
* lukaszmluki/master: lavd: add list devices API lavd/opengl_enc_shaders: fix gray* shader Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-17Merge commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90'Michael Niedermayer
* commit 'b339182eba34f28de5f1a477cdd2c84f1ef35d90': Move all example programs to doc/examples Conflicts: configure doc/Makefile doc/doxy-wrapper.sh doc/examples/avcodec.c doc/examples/decoding_encoding.c doc/examples/metadata.c doc/examples/muxing.c doc/examples/transcode_aac.c libavcodec/Makefile libavcodec/api-example.c libavformat/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-17doc/APIchanges: Update for new function avio_find_protocol_nameAlexander Strasser
Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
2014-02-17doc: Fix project name typoDiego Biurrun
2014-02-17Move all example programs to doc/examplesDiego Biurrun
Also drop support for building examples in library directories.
2014-02-16lavd: add list devices APILukasz Marek
Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
2014-02-16lavfi: adding dejudder filter to remove judder produced by partially ↵Nicholas Robbins
telecined material. Signed-off-by: Nicholas Robbins <nickrobbins@yahoo.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-16doc/ffmpeg: make the ASCII flow charts narrower to fit onto TTYTimothy Gu
These charts in man page are currently destroyed. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-16Merge commit 'c98f3169bfb578c1a4e407b44524f0bfa3b4dc0c'Michael Niedermayer
* commit 'c98f3169bfb578c1a4e407b44524f0bfa3b4dc0c': lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type. Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-16lavu: add AV_FRAME_DATA_DOWNMIX_INFO side data type.Tim Walker
2014-02-15doc/doxy-wrapper.sh: fix execute flagsMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14doc/filters/histogram: copyedit for grammarWerner Robitza
There were a few grammar and spelling mistakes in this filter description. I went through it and corrected them without changing the meaning.
2014-02-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc/examples: misc Doxygen markup improvements Conflicts: doc/examples/muxing.c doc/examples/transcode_aac.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Merge commit '3a26ccbf0d9f806d067e76a3f484170abecb36b3'Michael Niedermayer
* commit '3a26ccbf0d9f806d067e76a3f484170abecb36b3': build: doxy: Include code examples in Doxygen documentation Conflicts: doc/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Merge commit '19d3127867f001d007f98bc8c5a85c5409abf788'Michael Niedermayer
* commit '19d3127867f001d007f98bc8c5a85c5409abf788': doxygen: Set EXAMPLE_PATH from within doxy-wrapper.sh Conflicts: doc/Doxyfile doc/doxy-wrapper.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Merge commit 'f1f42cfc66804907d1df9231469e4296472bb0f5'Michael Niedermayer
* commit 'f1f42cfc66804907d1df9231469e4296472bb0f5': build: Do not pass HTML snippets and stylesheet as input to Doxygen Conflicts: doc/Makefile See: 0f378d86321e4d14153a28d5e74c3ff0f99b1a20 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14Merge commit 'e6c175dfd51e4b0e6deeae72cd8a161b22af3492'Michael Niedermayer
* commit 'e6c175dfd51e4b0e6deeae72cd8a161b22af3492': Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.sh Conflicts: doc/Doxyfile See: 7d0ca5b7e43676cc23834ccd19d40744f7328b77 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-14doc/examples: misc Doxygen markup improvementsDiego Biurrun
Add properly formatted @example tag and fix Doxygen syntax.
2014-02-14build: doxy: Include code examples in Doxygen documentationDiego Biurrun
2014-02-14doxygen: Set EXAMPLE_PATH from within doxy-wrapper.shDiego Biurrun
This allows using the libav source path as the example path.
2014-02-14build: Do not pass HTML snippets and stylesheet as input to DoxygenDiego Biurrun
These files are referenced elsewhere and only generate warnings if presented to Doxygen as input files.
2014-02-14Doxyfile: Only set HTML_{HEADER|FOOTER|STYLESHEET} from doxy_wrapper.shDiego Biurrun
2014-02-12Add libx265 encoderDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-02-12Add libx265 encoderDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-02-11lavf/lavd: version bump and APIchanges for uncoded frames.Nicolas George
2014-02-10doc/APIchanges: fill in FFmpeg hashes & versionsMichael Niedermayer
Entries that have no hash at all are not filled in Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: build: fix examples compilation when EXESUF is not empty Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-10Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer
* commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d': avplay: add support for seeking to chapter marks Conflicts: doc/ffplay.texi ffplay.c ffplay uses pageup/down for seeking by +-10min thus this use of the keys conflicts. The merge thus uses them to seek to chapters when there are some or +-10min when there are not Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-10build: fix examples compilation when EXESUF is not emptyChristophe Gisquet
Due to a wrong substitution doc/examples is not added as a prerequisite for the objects of the example programs. This results in compiler error due to the non-existing output directory. Bug-Id: 636 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
2014-02-10Merge commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203'Michael Niedermayer
* commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-10avplay: add support for seeking to chapter marksAnton Khirnov
2014-02-10doc/APIchanges: fill in missing hashes and datesAnton Khirnov
2014-02-10doc/APIchanges: mark the place where 9 was branchedAnton Khirnov
2014-02-09lavd: add decklink output deviceRamiro Polla
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-08Mirillis FIC video decoderKostya Shishkov
Does not contain cursor rendering yet. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2014-02-07Fix a few heigth/height typo.Clément Bœsch
2014-02-06doc/texi2pod: make references boldTimothy Gu
Inspired by GCC r86635. This is more consistent with other man pages. For example in `man git`, all the "git-help(1)" kind of cross refs are bold. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-06libfdk-aacenc: disable hard version requirementsTimothy Gu
Enable compilation on machines with an old libfdk-aac. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-05Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'Michael Niedermayer
* commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931': lavf: improve handling of sparse streams when muxing Conflicts: doc/APIchanges libavformat/avformat.h libavformat/mux.c libavformat/options_table.h libavformat/version.h See: 37ed5df5c5e06a55724fb9eb215da1594b648282 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-05lavf: improve handling of sparse streams when muxingLuca Barbato
Currently ff_interleave_packet_per_dts() waits until it gets a frame for each stream before outputting packets in interleaved order. Sparse streams (i.e. streams with much fewer packets than the other streams, like subtitles or audio with DTX) tend to add up latency and in specific cases end up allocating a large amount of memory. Emit the top packet from the packet_buffer if it has a time delta larger than a specified threshold. Original report of the issue and initial proposed solution by mus.svz@gmail.com. Bug-id: 31 Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-02-04Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer
* commit 'de203abd71baae7f120313259b45cf935c85203e': vf_overlay: add eof_action switch Conflicts: doc/filters.texi libavfilter/vf_overlay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-04vf_overlay: add eof_action switchKeith Lawson
Signed-off-by: Anton Khirnov <anton@khirnov.net>
2014-02-02lavfi/ebur128: add true peak metering per frameJean First
Signed-off-by: Jean First <jeanfirst@gmail.com>
2014-02-02lavfi/ebur128: print peak metering in dBFSJean First
Signed-off-by: Jean First <jeanfirst@gmail.com>