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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Collapse)Author
2014-02-25Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* qatar/master: doc: fix one accented word Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-25Merge commit '48d1ed9c83ee0c388e8c2898e81ffb4add509ab9'Michael Niedermayer
* commit '48d1ed9c83ee0c388e8c2898e81ffb4add509ab9': doc: name correct header Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24avformat/options_table: add named constants for avoid_negative_tsMichael Niedermayer
Idea-by: ubitux Reviewed-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: Clément Bœsch <u@pkh.me> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24doc: fix one accented wordVittorio Giovara
2014-02-24doc: name correct headerVittorio Giovara
2014-02-24Merge commit '1155fd02ae7bac215acab316e847c6bb25f74fc3'Michael Niedermayer
* commit '1155fd02ae7bac215acab316e847c6bb25f74fc3': frame: add a convenience function for copying AVFrame data Conflicts: doc/APIchanges libavutil/frame.c libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24Merge commit '746dca483a2f0f2639265f6e1c0085c8861875a1'Michael Niedermayer
* commit '746dca483a2f0f2639265f6e1c0085c8861875a1': avconv: support forcing codec tags for input streams Conflicts: doc/ffmpeg.texi See: 6bca574a98ba604459f6ee92538b19d25bba0973 Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24swresample: add swr_is_initialized()Michael Niedermayer
Idea-from/based-on: 7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731 Reviewed-by: ubitux Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-24frame: add a convenience function for copying AVFrame dataAnton Khirnov
2014-02-24avconv: support forcing codec tags for input streamsAnton Khirnov
2014-02-23Merge commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731'Michael Niedermayer
* commit '7e86c27b4ee9e5a3fbe6cf5249b9d918b2a5e731': lavr: add a function for checking whether AVAudioResampleContext is open Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-22lavr: add a function for checking whether AVAudioResampleContext is openAnton Khirnov
2014-02-20Merge commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1'Michael Niedermayer
* commit 'c3ecd968f0e78da6e77f0c06c2f785b266d83cf1': AVOptions: add flags for read/read-only options Conflicts: libavutil/opt.c libavutil/opt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20Merge commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0'Michael Niedermayer
* commit '6bb8720f00e2e6209665f819fb351fd42b82d5d0': AVOptions: deprecate unused AV_OPT_FLAG_METADATA Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20Merge commit '93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd'Michael Niedermayer
* commit '93632a70f9ac2cb2ebf0e69d21fdfaae68ff02fd': doc: Name the MOV muxer as it should be called Conflicts: doc/muxers.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
2014-02-20AVOptions: add flags for read/read-only optionsAnton Khirnov
2014-02-20AVOptions: deprecate unused AV_OPT_FLAG_METADATAAnton Khirnov
It was never used since it was added and the things it was intended for are now exported differently.
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>