aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* doc/APIchanges: fill in FFmpeg hashes & versionsMichael Niedermayer2014-02-101-14/+14
| | | | | | Entries that have no hash at all are not filled in Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-101-1/+1
|\ | | | | | | | | | | | | * qatar/master: build: fix examples compilation when EXESUF is not empty Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * build: fix examples compilation when EXESUF is not emptyChristophe Gisquet2014-02-101-1/+1
| | | | | | | | | | | | | | | | | | | | Due to a wrong substitution doc/examples is not added as a prerequisite for the objects of the example programs. This results in compiler error due to the non-existing output directory. Bug-Id: 636 Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | Merge commit 'b36bc81ccaa2fc85dc4bae7dc546c71e8833573d'Michael Niedermayer2014-02-101-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * avplay: add support for seeking to chapter marksAnton Khirnov2014-02-101-0/+3
| |
| * doc/APIchanges: mark the place where 9 was branchedAnton Khirnov2014-02-101-0/+4
| |
* | Merge commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203'Michael Niedermayer2014-02-101-14/+14
|\| | | | | | | | | | | | | | | | | | | * commit 'd711d839ca6714a5ef5b53ee51bc7632e62cf203': doc/APIchanges: fill in missing hashes and dates Conflicts: doc/APIchanges Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/APIchanges: fill in missing hashes and datesAnton Khirnov2014-02-101-15/+15
| |
* | lavd: add decklink output deviceRamiro Polla2014-02-091-0/+62
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-081-0/+2
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Mirillis FIC video decoder Conflicts: Changelog configure libavcodec/Makefile libavcodec/avcodec.h libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Mirillis FIC video decoderKostya Shishkov2014-02-081-0/+2
| | | | | | | | | | | | Does not contain cursor rendering yet. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* | Fix a few heigth/height typo.Clément Bœsch2014-02-071-2/+2
| |
* | doc/texi2pod: make references boldTimothy Gu2014-02-061-2/+2
| | | | | | | | | | | | | | | | | | | | Inspired by GCC r86635. This is more consistent with other man pages. For example in `man git`, all the "git-help(1)" kind of cross refs are bold. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | libfdk-aacenc: disable hard version requirementsTimothy Gu2014-02-061-0/+3
| | | | | | | | | | | | | | Enable compilation on machines with an old libfdk-aac. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931'Michael Niedermayer2014-02-051-0/+4
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * commit 'd9ae1031f5edbd25c8526b4cb51aba66d3bee931': lavf: improve handling of sparse streams when muxing Conflicts: doc/APIchanges libavformat/avformat.h libavformat/mux.c libavformat/options_table.h libavformat/version.h See: 37ed5df5c5e06a55724fb9eb215da1594b648282 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf: improve handling of sparse streams when muxingLuca Barbato2014-02-041-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently ff_interleave_packet_per_dts() waits until it gets a frame for each stream before outputting packets in interleaved order. Sparse streams (i.e. streams with much fewer packets than the other streams, like subtitles or audio with DTX) tend to add up latency and in specific cases end up allocating a large amount of memory. Emit the top packet from the packet_buffer if it has a time delta larger than a specified threshold. Original report of the issue and initial proposed solution by mus.svz@gmail.com. Bug-id: 31 Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | Merge commit 'de203abd71baae7f120313259b45cf935c85203e'Michael Niedermayer2014-02-041-0/+22
|\| | | | | | | | | | | | | | | | | | | | | * commit 'de203abd71baae7f120313259b45cf935c85203e': vf_overlay: add eof_action switch Conflicts: doc/filters.texi libavfilter/vf_overlay.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * vf_overlay: add eof_action switchKeith Lawson2014-02-041-0/+19
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi/ebur128: add true peak metering per frameJean First2014-02-021-1/+2
| | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com>
* | lavfi/ebur128: print peak metering in dBFSJean First2014-02-021-3/+4
| | | | | | | | Signed-off-by: Jean First <jeanfirst@gmail.com>
* | lavfi/ebur128: add sample and true peak metering.Clément Bœsch2014-02-021-0/+21
| | | | | | | | | | | | Metadata injection and logging. Not yet present visually. Signed-off-by: Jean First <jeanfirst@gmail.com>
* | doc/APIchanges: fix weird reindentStefano Sabatini2014-02-021-2/+2
| |
* | lavf: add output_ts_offset option to AVFormatContextStefano Sabatini2014-02-022-0/+15
| | | | | | | | | | This option can be generally useful to set an output offset, needed when setting an absolute index in the output.
* | examples/avio_reading: remove stray empty lineStefano Sabatini2014-02-021-1/+0
| |
* | examples: add avio_reading.c exampleStefano Sabatini2014-02-023-1/+136
| |
* | lavfi/overlay: add yuv422 format modeStefano Sabatini2014-02-021-0/+3
| |
* | doc/examples/decoding_encoding: Check all av_samples_get_buffer_size() returnsMichael Niedermayer2014-01-311-0/+5
| | | | | | | | | | Fixed CID1135755 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: apply minor formatting fixesStefano Sabatini2014-01-311-5/+5
| |
* | Changelog: add entries relating to metadata_header_paddingJames Darnley2014-01-301-0/+4
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-301-1/+1
|\| | | | | | | | | | | | | | | | | | | * qatar/master: doc: document correct option to list encoders Conflicts: doc/encoders.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: document correct option to list encodersJohn Stebbins2014-01-291-1/+1
| |
* | Merge commit 'a17ab0e46a9fec7c31cc1be363828184c6ecebf7'Michael Niedermayer2014-01-301-1/+32
|\| | | | | | | | | | | | | | | | | | | | | | | | | * commit 'a17ab0e46a9fec7c31cc1be363828184c6ecebf7': doc: add decoders.texi Conflicts: doc/decoders.texi doc/ffmpeg.texi doc/ffplay.texi See: 5e45f03420945dfeaf66729f5d022e5c15ff5723 Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc: add decoders.texiJohn Stebbins2014-01-293-0/+58
| | | | | | | | Only documents ac3 decoder options at this point.
* | doc/general: update device and protocol statusLukasz Marek2014-01-281-2/+5
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc/APIchanges: add avdevice_*_control_message functionsLukasz Marek2014-01-281-0/+8
| | | | | | | | | | Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavd: add opengl deviceLukasz Marek2014-01-271-0/+35
| | | | | | | | | | | | It can render to OpenGL context provided by application or into SDL window Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* | doc/filters: re-edit notes on filtergraph escapingStefano Sabatini2014-01-261-29/+25
| | | | | | | | | | | | | | State the escaping rules more explicitly, reword various sentences and drop confusing quoting example. Should fix trac issue #3334.
* | Documentation for scale filter factorLars Kiesow2014-01-251-0/+5
| |
* | lavfi/drawtext: add option for drawing border around textRamiro Polla2014-01-251-0/+10
| | | | | | | | | | Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi/drawtext: get bitmap from glyph in a separate stepRamiro Polla2014-01-251-1/+1
| | | | | | | | | | | | | | | | This change makes it possible to transform the glyph or get its border before turning it into a bitmap. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | examples/filtering_audio,video: do not call avcodec_register_all()Stefano Sabatini2014-01-242-2/+0
| | | | | | | | It is implied by av_register_all(). Simplify.
* | doc/ffmpeg: reference time syntax sections in ffmpeg-utils for itsoffset and ↵Stefano Sabatini2014-01-241-15/+12
| | | | | | | | | | | | timestamp options Avoid doc duplication and desynching.
* | examples/muxing: reindent after previous commitStefano Sabatini2014-01-231-32/+32
| |
* | examples/muxing: flush encoders at the endStefano Sabatini2014-01-231-23/+30
| |
* | lavf/libssh: add private_key optionLukasz Marek2014-01-221-0/+4
| | | | | | | | | | | | Allows to specify private key to use during authorization. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
* | examples/filtering_audio,video: drop call to avcodec_get_frame_defaults()Stefano Sabatini2014-01-212-2/+0
| | | | | | | | | | The avcodec_get_frame_defaults() function is deprecated and its use doesn't seem required.
* | examples/muxing: reduce duration, remove wrong and misleading commentStefano Sabatini2014-01-211-2/+1
| | | | | | | | | | | | | | | | Set duration to 10 seconds, after it was increased from 5 to 200 seconds in 8d80f3cb877b890889b1673029387229648901ed. 200 seconds will generate too much data which is annoying especially when testing.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-01-201-0/+5
|\| | | | | | | | | | | | | | | | | | | | | | | * qatar/master: lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width(). Conflicts: doc/APIchanges libavcodec/utils.c libavcodec/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavc: deprecate CODEC_FLAG_EMU_EDGE and avcodec_get_edge_width().Anton Khirnov2014-01-201-0/+5
| |
* | examples/muxing: remove redundant {}Stefano Sabatini2014-01-201-6/+4
| |