aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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>
| * vdpau: Add context and common helpers for hwaccel supportRémi Denis-Courmont2013-01-131-0/+3
| | | | | | | | Signed-off-by: Diego Biurrun <diego@biurrun.de>
* | doc/examples: fix assignments in if()Michael Niedermayer2013-01-142-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | ffplay: extend documentation for the -vf optionStefano Sabatini2013-01-131-3/+8
| | | | | | | | In particular, make it consistent with the ffmpeg docs.
* | lavf: clarify/extend documentation for AVFormatContext::analyzedurationStefano Sabatini2013-01-131-1/+3
| | | | | | | | | | | | "analyzeduration" is not used to detect the input duration, but to specify the max probe data duration. Fix option description and related doc entry accordingly.
* | doc/ffmpeg: extend documentation for the -filter options and -af/vf aliasesStefano Sabatini2013-01-131-12/+21
| |
* | doc/texipod: add rule to correctly interpret @ref{ANCHOR,XREF,SECTION_NAME,...}Stefano Sabatini2013-01-131-0/+1
| | | | | | | | This allows to name an internal reference in the POD/MAN output.
* | dec/developer: Add Valgrind / Address Sanitizer to the patch checklistMichael Niedermayer2013-01-121-0/+3
| | | | | | | | | | | | Reviewed-by: saste Reviewed-by: Paul B Mahol <onemda@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-121-1/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. pixfmt: add picture format for VDPAU Conflicts: doc/APIchanges libavutil/pixfmt.h libavutil/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU.Diego Biurrun2013-01-121-1/+4
| | | | | | | | Also fix a lavu version typo in APIchanges.
* | doc/protocols: improve wording of a sentence in http docsStefano Sabatini2013-01-121-1/+2
| | | | | | | | Suggested-By: Alexander Strasser
* | doc/ffserver: remove painfully outdated "What do I need?" sectionStefano Sabatini2013-01-121-8/+0
| |
* | doc/ffserver: remove paragraph in the introductory blurbStefano Sabatini2013-01-121-5/+0
| | | | | | | | | | | | The paragraph is about what ffserver is not and where to look for other information, but is pretty redundant and distracting, especially considering the new organization of the documentation.
* | doc/ffserver: rework introducing paragraphs of the "description" chapterStefano Sabatini2013-01-121-18/+17
| | | | | | | | | | In particular, add some markup, fix empty line, and merge it with "How does it work?" section.
* | doc/protocols: document http protocol optionsStefano Sabatini2013-01-121-0/+37
| |
* | doc: add noise shaping dithersMichael Niedermayer2013-01-091-0/+15
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Add -movflags rtphint documentation.Carl Eugen Hoyos2013-01-091-0/+2
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-091-0/+15
|\| | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: xan: Convert to bytestream2 oggenc: add a page_duration option and deprecate the pagesize option x86: lavr: add SSE2/AVX dither_int_to_float() Conflicts: libavcodec/xan.c libavformat/oggenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>