aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* ffmpeg: add -guess_layout_max option.Nicolas George2013-01-261-0/+6
|
* doc/filters: apply minor fixesStefano Sabatini2013-01-251-4/+3
|
* lavfi/showwaves: add display mode option and mode=lineStefano Sabatini2013-01-251-0/+13
|
* setpts: deprecate RTCTIME, we have time(0) which is more genericMichael Niedermayer2013-01-251-0/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-251-0/+13
|\ | | | | | | | | | | | | | | | | | | * qatar/master: avfilter: allow setpts filter to use wallclock time for calculations Conflicts: doc/filters.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avfilter: allow setpts filter to use wallclock time for calculationsVladimir Pantelic2013-01-251-0/+9
| | | | | | | | | | Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | Merge commit 'b85a5e87af4254b80913fe33591d96361f30832b'Michael Niedermayer2013-01-251-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'b85a5e87af4254b80913fe33591d96361f30832b': lavu: Add av_strnstr() h264: Allow discarding the cropping information from SPS Conflicts: Changelog doc/APIchanges libavcodec/avcodec.h libavcodec/version.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add av_strnstr()Vladimir Pantelic2013-01-251-0/+3
| | | | | | | | | | | | | | This is a length limited version of strstr() Signed-off-by: Vladimir Pantelic <vladoman@gmail.com> Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
* | lavf/img2enc: extend current options documentationStefano Sabatini2013-01-251-2/+7
| |
* | doc/faq: fill missing word in the concat protocol entryStefano Sabatini2013-01-251-1/+1
| |
* | doc/faq: mention concat protocol documentation in the protocol concatenation ↵Stefano Sabatini2013-01-251-0/+4
| | | | | | | | entry
* | Merge commit '7a95afe433b2a692f490b98948c082e62ffc1d27'Michael Niedermayer2013-01-241-1/+1
|\| | | | | | | | | | | | | * commit '7a95afe433b2a692f490b98948c082e62ffc1d27': doc: fix dependencies in pod generation Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: fix dependencies in pod generationLuca Barbato2013-01-241-1/+1
| | | | | | | | The script can and will change.
* | doc/eval: fix/review the section about SI prefixes and usageStefano Sabatini2013-01-241-27/+28
| | | | | | | | | | | | | | | | | | | | In particular, prefer "prefix" to "postfix" as in the tool manuals, and specify powers of 2 and 10 explicitly. This is based on the commit: commit 2bf794b69820273e2284d69e9b9c98f5b7136add Author: Marcus Stollsteimer <sto.mar@web.de> Date: Mon Nov 19 21:39:20 2012 +0100
* | doc/eval: fix documentation for time() functionStefano Sabatini2013-01-241-1/+1
| |
* | doc/eval: substitute if/then/else construct with an example making use of ↵Stefano Sabatini2013-01-241-4/+4
| | | | | | | | | | | | | | boolean expression composition Since the if/then/else construct is now supported natively, showing how to compose such a construct from basic primitives is misleading.
* | lavu/eval: extend if/ifnot functions to accept a third parameterStefano Sabatini2013-01-241-0/+8
| | | | | | | | Add support to an if/else construct, simplify logic in expressions.
* | eval: add function to access the current "wallclock" time.Michael Niedermayer2013-01-231-0/+3
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f'Michael Niedermayer2013-01-231-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f': Drop DCTELEM typedef Conflicts: libavcodec/alpha/dsputil_alpha.h libavcodec/alpha/motion_est_alpha.c libavcodec/arm/dsputil_init_armv6.c libavcodec/bfin/dsputil_bfin.h libavcodec/bfin/pixels_bfin.S libavcodec/cavs.c libavcodec/cavsdec.c libavcodec/dct-test.c libavcodec/dnxhdenc.c libavcodec/dsputil.c libavcodec/dsputil.h libavcodec/dsputil_template.c libavcodec/eamad.c libavcodec/h264_cavlc.c libavcodec/h264idct_template.c libavcodec/mpeg12.c libavcodec/mpegvideo.c libavcodec/mpegvideo.h libavcodec/mpegvideo_enc.c libavcodec/ppc/dsputil_altivec.c libavcodec/proresdsp.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Drop DCTELEM typedefDiego Biurrun2013-01-221-1/+1
| | | | | | | | | | | | It does not help as an abstraction and adds dsputil dependencies. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
* | lavf/segment: provide link to HTML M3U8 draft, also fix mentioned version in ↵Stefano Sabatini2013-01-221-2/+2
| | | | | | | | docs
* | doc/muxers: remove outdated comment about live flags for the segment muxerStefano Sabatini2013-01-221-4/+0
| | | | | | | | | | | | The live flags is currently unused, but still kept for backward compatibility reasons (and in case it turns to be useful again for whatever reason).
* | doc: document aresample:first_ptsMichael Niedermayer2013-01-221-0/+8
| | | | | | | | | | | | | | | | | | Documentation copied from asyncts, the options are supposed to do the same thing. If not please submit a testcase where they differ so we can fix it. Disscussed-with: saste on IRC Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: More verbose description of the force resample flag.Michael Niedermayer2013-01-211-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: elaborate on what the LFE mix level is.Michael Niedermayer2013-01-211-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: typo fixMichael Niedermayer2013-01-211-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: docu lfe mix level unit & rangeMichael Niedermayer2013-01-211-1/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: try to fix non english "inclusively included between"Michael Niedermayer2013-01-211-8/+8
| | | | | | | | | | | | Googling this term has 9 hits, 7 from ffmpeg Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/swr: Mention that the internal sample format is choosen automatically if ↵Michael Niedermayer2013-01-211-0/+1
| | | | | | | | | | | | not set Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | docs/swr: better used_channel_count docsMichael Niedermayer2013-01-211-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/muxers: extend and clarify documentation for the segment muxer time optionsStefano Sabatini2013-01-211-3/+10
| |
* | afade filterPaul B Mahol2013-01-211-0/+77
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | EVRC decoderPaul B Mahol2013-01-211-0/+1
| | | | | | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* | Clarify that the recommended audio squeezing/stretching filter is aresample.Carl Eugen Hoyos2013-01-201-1/+1
| | | | | | | | Fixes ticket #2036.
* | ffmpeg: accept "chapters" as forced key frames.Nicolas George2013-01-191-1/+9
| | | | | | | | Allow to force a key frame at the beginning of each chapter.
* | doc/Makefile: Fix make doccleanJames Almer2013-01-191-2/+2
| | | | | | | | | | Signed-off-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | APIchanges: Add git version and fix version for avfilter_ref_get_channels().Carl Eugen Hoyos2013-01-191-1/+1
| |
* | Add APIchanges entry for av_codec_get_tag2().Carl Eugen Hoyos2013-01-191-0/+3
| |
* | doc/muxers: apply minor cosmetics to segment option descriptionsStefano Sabatini2013-01-191-0/+4
| |
* | lavf/segment: add support to segment list file entries sliding window listingStefano Sabatini2013-01-191-2/+4
| | | | | | | | In particular, should fix trac ticket #1842.
* | doc/filters: create a dedicated "Examples" subsection for fade, and use @itemizeStefano Sabatini2013-01-181-6/+26
| |
* | lavfi/fade: accept shorthand syntaxStefano Sabatini2013-01-181-19/+13
| |
* | doc/filters: avoid @example for showing the drawbox shorthand syntaxStefano Sabatini2013-01-181-4/+2
| | | | | | | | Improve overall consistency.
* | examples/demuxing: free AVPacket after usageAngelo Haller2013-01-151-1/+3
| | | | | | | | Fix leak.
* | doc/protocols: document HTTP protocol cookie supportMicah Galizia2013-01-151-0/+19
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | Merge commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d'Michael Niedermayer2013-01-151-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | * commit 'ab2ad8bd56882c0ea160b154e8b836eb71abc49d': lavf: Add functions for SRTP decryption/encryption lavu: Add an API for calculating HMAC (RFC 2104) Conflicts: doc/APIchanges libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavu: Add an API for calculating HMAC (RFC 2104)Martin Storsjö2013-01-151-0/+3
| | | | | | | | | | | | | | This supports HMAC-MD5 and HMAC-SHA1 for now, other hashes are simple to add. Signed-off-by: Martin Storsjö <martin@martin.st>
* | Fix color filter example.Carl Eugen Hoyos2013-01-151-1/+1
| | | | | | | | Found-by: johnd and Paul B Mahol
* | The c99-to-c89 binaries are now hosted on videolan.org.Carl Eugen Hoyos2013-01-141-1/+1
| |
* | Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec'Michael Niedermayer2013-01-141-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '44e065d56c87d6a9d0effccec5f31517f72924ec': vdpau: Add context and common helpers for hwaccel support Conflicts: Changelog doc/APIchanges libavcodec/vdpau.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>