summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Fix example in pullup documentation.Lou Logan2013-11-121-2/+4
| | | | | | | The pullup filter does not work well with the fps filter, it currently needs -r Signed-off-by: Carl Eugen Hoyos <[email protected]>
* doc: delete viterbi.txtTimothy Gu2013-11-111-109/+0
| | | | | | | The description has been moved to the FFmpeg wiki: https://trac.ffmpeg.org/wiki/ViterbiAlgorithm Signed-off-by: Timothy Gu <[email protected]>
* avfilter/fade: add color option.Clément Bœsch2013-11-101-4/+9
| | | | Fixes Ticket #1822.
* doc/encoders: fix libfdk-aac "Examples" subsectionTimothy Gu2013-11-101-1/+1
| | | | | Signed-off-by: Timothy Gu <[email protected]> Signed-off-by: Stefano Sabatini <[email protected]>
* doc/doxy-wrapper: disable inserting headers and footersTimothy Gu2013-11-101-3/+0
| | | | | | | | The headers and footers are used to integrate Doxygen into Libav's website. Fixes the Libav-ish look when doing `make apidoc`. Signed-off-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* doc/muxers: document animated GIF muxer.Clément Bœsch2013-11-071-0/+34
|
* Merge commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212'Michael Niedermayer2013-11-041-0/+5
|\ | | | | | | | | | | | | | | | | | | | | | | * commit 'cd8f772d0678a90957f4dfd5ce51af9d22e3f212': lavc: Add colorimetry values for BT.2020, other non-included ones Conflicts: doc/APIchanges libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <[email protected]>
| * lavc: Add colorimetry values for BT.2020, other non-included onesJan Ekström2013-11-041-0/+4
| | | | | | | | Signed-off-by: Vittorio Giovara <[email protected]>
| * vf_scale: make the dar variable return the DAR.Rudolf Polzer2013-11-021-2/+5
| | | | | | | | | | | | | | | | | | Before, it just returned width/height. Correct is width/height*sar. That way it is consistent with DAR as in probe output and setdar. Signed-off-by: Rudolf Polzer <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
* | avutil: add av_fopen_utf8()Michael Niedermayer2013-11-041-0/+3
| | | | | | | | | | | | | | fopen() on windows uses UTF-16, we use UTF-8 everywhere, this function bridges the gap by using avpriv_open() Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter/vf_scale: add ov/hsubMichael Niedermayer2013-11-041-1/+6
| | | | | | | | | | | | Suggested-by: divVerent Reviewed-by: Stefano Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/examples: rename demuxing to demuxing_decoding.Clément Bœsch2013-11-042-3/+3
| | | | | | | | | | That example shows how the decoding process works, not only the demuxing.
* | doc/examples/demuxing: show how to use the reference counting system.Clément Bœsch2013-11-041-6/+51
| |
* | Merge commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7'Michael Niedermayer2013-11-031-0/+25
|\| | | | | | | | | | | | | | | | | | | | | | | * commit '34a0ac41a880039c7fb4b3abce10d8e2ce48fac7': vf_aspect: support variables in evaluating the aspect ratios Conflicts: Changelog doc/filters.texi libavfilter/vf_aspect.c Merged-by: Michael Niedermayer <[email protected]>
| * vf_aspect: support variables in evaluating the aspect ratiosRudolf Polzer2013-11-021-2/+52
| | | | | | | | | | | | | | Example: -vf setsar=sar="sar*9/10" Signed-off-by: Rudolf Polzer <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
| * avplay: drop -vismv option which does not do anything anymoreAnton Khirnov2013-10-311-2/+0
| |
* | avcodec/libmp3lame: add ABR supportTimothy Gu2013-11-021-1/+6
| | | | | | | | | | Signed-off-by: Timothy Gu <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | Merge commit '5846646296e377e093441dfe9eadde38ff1f7c99'Michael Niedermayer2013-11-011-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit '5846646296e377e093441dfe9eadde38ff1f7c99': Add raw HEVC demuxer Conflicts: Changelog libavformat/hevcdec.c libavformat/version.h See: 902a5fa7228d92bf7e0a8f523a25cf72d31afab4 and later commits Merged-by: Michael Niedermayer <[email protected]>
| * Add raw HEVC demuxerDirk Farin2013-10-311-0/+1
| | | | | | | | Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit '064698d381e1e7790f21b0199a8930ea04e2e942'Michael Niedermayer2013-11-011-0/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '064698d381e1e7790f21b0199a8930ea04e2e942': Add HEVC decoder Conflicts: Changelog libavcodec/Makefile libavcodec/allcodecs.c libavcodec/hevc.c libavcodec/hevc.h libavcodec/hevc_cabac.c libavcodec/hevc_filter.c libavcodec/hevc_mvs.c libavcodec/hevc_parser.c libavcodec/hevc_ps.c libavcodec/hevc_refs.c libavcodec/hevc_sei.c libavcodec/hevcdsp.c libavcodec/hevcdsp_template.c libavcodec/hevcpred.c libavcodec/hevcpred_template.c libavcodec/version.h cosmetics from hevc.h & hevc_ps.c mostly merged, other files left as they where in ffmpeg. Merged-by: Michael Niedermayer <[email protected]>
| * Add HEVC decoderGuillaume Martres2013-10-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Initially written by Guillaume Martres <[email protected]> as a GSoC project. Further contributions by the OpenHEVC project and other developers, namely: Mickaël Raulet <[email protected]> Seppo Tomperi <[email protected]> Gildas Cocherel <[email protected]> Khaled Jerbi <[email protected]> Wassim Hamidouche <[email protected]> Vittorio Giovara <[email protected]> Jan Ekström <[email protected]> Anton Khirnov <[email protected]> Martin Storsjö <[email protected]> Luca Barbato <[email protected]> Yusuke Nakamura <[email protected]> Reimar Döffinger <[email protected]> Diego Biurrun <[email protected]> Signed-off-by: Anton Khirnov <[email protected]>
* | Merge commit '28096e0a806e57376541e6222d315619906e3c55'Michael Niedermayer2013-11-011-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '28096e0a806e57376541e6222d315619906e3c55': h264: wait for initial complete frame before outputing frames Conflicts: doc/APIchanges libavcodec/h264.c libavcodec/mpegvideo.h libavutil/frame.h libavutil/version.h See: a64b028aeb6579636e578ceb73f69b468bddb2f0 (as well as various later commits) Merged-by: Michael Niedermayer <[email protected]>
| * h264: wait for initial complete frame before outputing framesJohn Stebbins2013-10-311-0/+3
| | | | | | | | | | | | | | | | This can be optionally disabled whith the "output_corrupt" flags option. When in "output_corrupt" mode, incomplete frames are signalled through AVFrame.flags FRAME_FLAG_INCOMPLETE_FRAME. Signed-off-by: Anton Khirnov <[email protected]>
* | doc/encoders: add libfaac encoder documentationStefano Sabatini2013-11-011-2/+109
| |
* | doc/encoders: document the libfdk-aac wrapperStefano Sabatini2013-11-011-2/+167
| | | | | | | | | | Partially based on the https://trac.ffmpeg.org/wiki/AACEncodingGuide guide.
* | doc/encoders: extend/clarify libtheora encoder documentationStefano Sabatini2013-11-011-14/+39
| |
* | Merge commit '9af7a8523a6bb517834ebed36093bdab11a8b38e'Michael Niedermayer2013-11-011-0/+3
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit '9af7a8523a6bb517834ebed36093bdab11a8b38e': HNM4/HNM4A demuxer & video decoder Conflicts: Changelog doc/general.texi libavcodec/Makefile libavcodec/allcodecs.c libavcodec/avcodec.h libavcodec/version.h libavformat/Makefile libavformat/allformats.c libavformat/version.h Merged-by: Michael Niedermayer <[email protected]>
| * HNM4/HNM4A demuxer & video decoderDavid Kment2013-10-311-0/+3
| | | | | | | | Signed-off-by: Diego Biurrun <[email protected]>
| * avplay: Accept cpuflags optionLuca Barbato2013-10-222-4/+4
| | | | | | | | | | | | Quite useful for debugging. Signed-off-by: Luca Barbato <[email protected]>
* | doc/filters: add few more examples for blend filterPaul B Mahol2013-10-311-0/+18
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/examples/demuxing: reset got_frame.Clément Bœsch2013-10-301-0/+2
| | | | | | | | Fix infinite loop at flushing.
* | lavc: extend documentation for the "bf" optionStefano Sabatini2013-10-291-1/+7
| |
* | doc/muxers: add definitory line for the MOV/MP4/ISMV muxerStefano Sabatini2013-10-291-1/+3
| | | | | | | | | | Also rename section name, to match the other ones adopting the muxer name (rather than the related upcased standard name).
* | doc/RELEASE_NOTES: update for 2.1Michael Niedermayer2013-10-281-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/APIchanges: add 2 missing hashes & versionsMichael Niedermayer2013-10-281-2/+2
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | lavc: add support for CODEC_CAP_DELAY in subtitlesMarton Balint2013-10-271-0/+3
| | | | | | | | | | | | | | | | | | | | | | This patch adds CODEC_CAP_DELAY support to avcodec_decode_subtitle2. For DVB teletext decoding, a single teletext packet can contain multiple teletext pages. In order to support that, the teletext decoder may buffer some pages. Signed-off-by: Marton Balint <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | avfilter: add mergeplanes filterPaul B Mahol2013-10-271-0/+59
| | | | | | | | Signed-off-by: Paul B Mahol <[email protected]>
* | doc/encoders: replace @xref with @ref commandStefano Sabatini2013-10-271-1/+2
| | | | | | | | @xref is ignored by texi2pod.
* | doc/encoders: add libshine docTimothy Gu2013-10-271-0/+39
| | | | | | | | | | Signed-off-by: Timothy Gu <[email protected]> Signed-off-by: Stefano Sabatini <[email protected]>
* | doc/protocols/rtp: apply misc fixesStefano Sabatini2013-10-271-6/+9
| | | | | | | | Partially suggested-by Burek Pekaric <[email protected]>.
* | cmdutils: add -colors optionStefano Sabatini2013-10-271-0/+3
| |
* | lavu/parseutils: add av_get_known_color_name()Stefano Sabatini2013-10-271-1/+3
| |
* | Merge remote-tracking branch 'cus/stable'Michael Niedermayer2013-10-261-2/+5
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | * cus/stable: ffplay: add support for libswresample options ffplay: use av_frame_get_pkt_pos instead directly accessing pkt pos ffplay: factor out picture freeing code ffplay: update and extend documentation for channel and stream switching Merged-by: Michael Niedermayer <[email protected]>
| * | ffplay: update and extend documentation for channel and stream switchingMarton Balint2013-10-261-2/+5
| | | | | | | | | | | | Signed-off-by: Marton Balint <[email protected]>
* | | doc/issue_tracker: add 2 missing issue typesMichael Niedermayer2013-10-261-0/+6
|/ / | | | | | | | | Reviewed-by: Lou Logan <[email protected]> Signed-off-by: Michael Niedermayer <[email protected]>
* | doc: add a few links to the Channel Layout syntax sectionStefano Sabatini2013-10-252-3/+6
| |
* | doc/utils: document channel layout specificationStefano Sabatini2013-10-251-0/+148
| |
* | doc/issue_tracker: remove more mentions of patchesMichael Niedermayer2013-10-251-10/+7
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/issue_tracker: update resolution namesMichael Niedermayer2013-10-251-3/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>
* | doc/issue_tracker: remove patches as we dont use trac to handle patchesMichael Niedermayer2013-10-251-19/+0
| | | | | | | | Signed-off-by: Michael Niedermayer <[email protected]>