summaryrefslogtreecommitdiff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: Fix adelay example.Carl Eugen Hoyos2013-12-09
| | | | Fixes ticket #3211.
* Merge commit '7e244c68600f479270e979258e389ed5240885fb'Michael Niedermayer2013-12-09
|\ | | | | | | | | | | | | | | | | | | | | | | * commit '7e244c68600f479270e979258e389ed5240885fb': avframe: add codec-independent stereoscopic metadata Conflicts: Changelog libavutil/Makefile libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avframe: add codec-independent stereoscopic metadataVittorio Giovara2013-12-09
| |
* | cmdutils & opencl: add -opencl_bench option to test and show available ↵Lenny Wang2013-12-09
| | | | | | | | | | | | | | | | OpenCL devices Reviewed-by: Wei Gao <highgod0401@gmail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: add aeval filterStefano Sabatini2013-12-06
| |
* | lavfi/aevalsrc: duplicate last expression for the missing channelsStefano Sabatini2013-12-06
| | | | | | | | | | Use last expression for the missing channel expressions in case the channel layout was specified. Enhance flexibility.
* | doc: add script to compute texi files dependenciesStefano Sabatini2013-12-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Replace the inline awk script with a Perl script which tracks the dependencies recursively. This allows to correctly track dependencies for files including files with a second level include (for example: ffmpeg-devices.texi -> devices.texi -> outdevs.texi). This also adds a dependency on perl for computing the dependencies, which should not be a problem since perl is already required all the way for building documentation. This is a variant of commit 628ceac6526724d35cb390cc1f88344f4ea22eb4 which was reverted due to out-of-tree build failure.
* | doc/examples/filtering_audio: init packet0.dataMichael Niedermayer2013-12-03
| | | | | | | | | | | | Fixes use of uinitialized data and crash Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/ffserver: remove spurious NoAudio option from stream exampleStefano Sabatini2013-12-02
| |
* | doc/examples/filtering_audio: fix chunked audio decodingStefano Sabatini2013-12-02
| | | | | | | | | | | | Support the case when multiple frames are contained in a single packet. In particular, fix fate-samples/lossless-audio/luckynight-partial.shn sample decoding.
* | doc/examples/filtering_audio: fix styleStefano Sabatini2013-12-02
| |
* | doc/examples/filtering_video: do not make use of AVBufferSinkParamsStefano Sabatini2013-12-02
| | | | | | | | Set the value on the filter context instead. Simplify.
* | doc/examples/filtering_video: add some error handling in init_filters()Stefano Sabatini2013-12-02
| |
* | doc/examples/README: fix typoStefano Sabatini2013-12-02
| |
* | doc/examples/filtering_audio: add more error checksStefano Sabatini2013-12-02
| |
* | doc/examples/filtering: make use of av_err2str()Stefano Sabatini2013-12-02
| | | | | | | | Simplify.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-12-01
|\| | | | | | | | | | | | | | | | | | | * qatar/master: doc: Try to find nonstandard Perl path from the environment Conflicts: doc/texi2pod.pl Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: Try to find nonstandard Perl path from the environmentDiego Biurrun2013-12-01
| |
| * doc/platform: Update to reflect current MSVC build situationDerek Buitenhuis2013-11-27
| | | | | | | | Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | doc/ffserver: fix misc minor typosStefano Sabatini2013-12-01
| |
* | build: rename version.h to libavutil/ffversion.hTimothy Gu2013-11-30
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/ffserver: clarify documentation for Feed MaxFileSize optionStefano Sabatini2013-11-30
| |
* | doc/ffserver: clarify that note in NoDaemon option documentationStefano Sabatini2013-11-30
| |
* | doc/ffserver: add "Detailed description" chapterStefano Sabatini2013-11-30
| | | | | | | | Also move FFM section up in the file, and rename it.
* | doc/ffserver: remove more mentions to LAME and buildStefano Sabatini2013-11-30
| |
* | doc/ffserver: specify missing argument for ACL feed optionStefano Sabatini2013-11-29
| |
* | doc/ffserver: fix RTSPOtion tpoStefano Sabatini2013-11-29
| | | | | | | | Spotted-by: ubitux
* | doc/ffserver: extend documentation for Feed/File stream optionsStefano Sabatini2013-11-29
| |
* | doc/ffserver: uncomment line in stream section exampleStefano Sabatini2013-11-29
| |
* | doc/ffserver: reorder encoding options, and mark them as suchStefano Sabatini2013-11-29
| | | | | | | | Also add notice about ffmpeg -override_ffserver option.
* | doc/ffserver: extend documentation for various file-related optionsStefano Sabatini2013-11-29
| |
* | doc/ffserver: mention remaining stream optionsStefano Sabatini2013-11-29
| |
* | doc/ffserver: move general stream options upwards in the listStefano Sabatini2013-11-29
| |
* | doc/ffserver: reorder/extend stream video encoding optionsStefano Sabatini2013-11-29
| |
* | doc/ffserver: fix bitrate unit for bitrate optionStefano Sabatini2013-11-29
| |
* | doc/ffserver: add notice about re-launch behaviorStefano Sabatini2013-11-28
| |
* | doc/ffserver: document InputFormat stream optionStefano Sabatini2013-11-28
| |
* | doc/ffserver: fix documentation for CustomLogStefano Sabatini2013-11-28
| |
* | doc/ffserver: extend documentation for VideoBitRateRangeStefano Sabatini2013-11-28
| |
* | doc/ffserver: clarify/extend documentation about status streamsStefano Sabatini2013-11-28
| |
* | doc/ffserver: move ACL syntax section before the global option sectionsStefano Sabatini2013-11-28
| |
* | doc/ffserver: document "Launch" feed optionStefano Sabatini2013-11-28
| |
* | doc/ffserver: fix documentation for -n optionStefano Sabatini2013-11-28
| | | | | | | | Launch option is defined in the Feed section.
* | doc/ffserver: extend documentation for CustomLog optionStefano Sabatini2013-11-28
| |
* | doc/ffserver: fix RTPS -> RTSP ttypoStefano Sabatini2013-11-28
| | | | | | | | Spotted-by: lazy ubitux
* | doc/ffserver: clearly specify whence ffserver reads the configuration fileStefano Sabatini2013-11-28
| |
* | doc/ffserver: add notice about case-insensitivenessStefano Sabatini2013-11-28
| |
* | doc/ffserver: remove tip about MaxBandwidthStefano Sabatini2013-11-28
| | | | | | | | Should be redundant now that the option is documented.
* | doc/ffserver: specify default value for PrerollStefano Sabatini2013-11-28
| |
* | doc/ffserver: document NoDaemon deprecated optionStefano Sabatini2013-11-28
| |