summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| |
* | examples/muxing: change error checks, from "ret != 0" to "ret < 0"Stefano Sabatini2014-01-201-2/+3
| | | | | | | | More consistent and more future-proof.
* | examples/muxing: factorize write_interleave codeStefano Sabatini2014-01-201-17/+28
| | | | | | | | Also log output packet information.
* | examples: add remuxing exampleStefano Sabatini2014-01-203-0/+166
| | | | | | | | Show how to perform streamcopy from one container to another.
* | lavf: add avformat_get_mov_video_tags() and avformat_get_mov_audio_tags()wm42014-01-191-0/+3
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavu/rational: add syntactic sugar.Nicolas George2014-01-191-0/+3
| | | | | | | | | | Add a function to create a rational and macros for common values.
* | doc/muxers: add "Options", "Examples", "Syntax", etc. subsectionsTimothy Gu2014-01-191-7/+34
| | | | | | | | | | | | | | More consistent with codec docs. Also some minor reorganization of sentences to fit the new document hierarchy. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | doc/encoders: add libx264rgb doc and supported pixfmts for libx264(rgb)Timothy Gu2014-01-191-1/+11
| | | | | | | | Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | doc/muxers/segment: fix formula for computing the segment_time_delta valueStefano Sabatini2014-01-191-1/+1
| |
* | lavfi/vidstabtransform: apply various documentation/option minor fixesStefano Sabatini2014-01-191-64/+52
| | | | | | | | Improve consistency with the rest of the documentation.
* | Merge commit '33018907bd07b34e0e70d5ae12097265eb3734d7'Michael Niedermayer2014-01-171-2/+9
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit '33018907bd07b34e0e70d5ae12097265eb3734d7': mp3enc: allow omitting the id3v2 header with -id3v2_version 0 Conflicts: doc/muxers.texi libavformat/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3enc: allow omitting the id3v2 header with -id3v2_version 0Anton Khirnov2014-01-171-2/+9
| |
* | Merge commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd'Michael Niedermayer2014-01-171-3/+4
|\ \ | |/ | | | | | | | | | | | | | | | | | | * commit 'f9cc6883a4e5cf72cbfa21d17e1908a2a432f6bd': mp3enc: add an option for disabling the Xing frame. Conflicts: doc/muxers.texi libavformat/mp3enc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * mp3enc: add an option for disabling the Xing frame.Anton Khirnov2014-01-171-3/+4
| |
* | lavfi/vidstabdetect,vidstabtransform: update to vid.stab 0.98Georg Martius2014-01-161-5/+27
| | | | | | | | | | | | | | | | | | | | | | | | In particular: * set default value for accuracy to 15 (max) * add zoomspeed for dynamic zoom (optzoom=2) * make camera path optimization algorithm configurable * update optzoom documenation in code to use new localmotions calculation function commandline arguments * add debug option in vidstabtransform Signed-off-by: Georg Martius <martius@mis.mpg.de> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | examples/muxing: simplify video PTS settingStefano Sabatini2014-01-121-3/+1
| | | | | | | | Rely on frame_count. Also more consistent with audio path.
* | Merge commit 'a7d0e7ead95e584c4866617f046b2493066975c6'Michael Niedermayer2014-01-101-0/+45
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * commit 'a7d0e7ead95e584c4866617f046b2493066975c6': lavfi: add framepack filter Conflicts: Changelog doc/filters.texi libavfilter/allfilters.c libavfilter/version.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavfi: add framepack filterVittorio Giovara2014-01-091-0/+45
| |
| * ATRAC3+ decoderMaxim Polijakowski2014-01-091-0/+1
| | | | | | | | | | | | Cleanup by Diego Biurrun. Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
* | doc/examples/muxing: Fixes frame initialization.Andre Anjos2014-01-091-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | Fixes use of the example with encoders which use tha AVFrame w/h/pix_fmt fields FFV1 is one of these codecs We cannot easily workaround the not set fields in common code because the API has AVFrame constant for the encoders. Alternatives would be to fix the API or to duplicate the struct and fill in missing fields. Or as is to require all user apps to set this correctly and maybe simplify for that case Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | doc: remove encoder/muxer/sinks docs from ffplay- and ffprobe-allTimothy Gu2014-01-095-0/+14
| | | | | | | | | | | | ffplay and ffprobe are read-only. Signed-off-by: Timothy Gu <timothygu99@gmail.com>
* | examples/muxing: set timestamps in output audio packetStefano Sabatini2014-01-091-0/+7
| | | | | | | | In particular, fix trac ticket #3231.
* | examples/muxing: use av_frame_free() in place of av_free()Stefano Sabatini2014-01-091-1/+1
| |
* | examples/muxing: reuse global audio frameStefano Sabatini2014-01-091-7/+13
| | | | | | | | Simplify logic, avoid multiple unnecessary alloc/free operations.
* | examples/muxing: honour distinction between encoder PTS timebase and stream ↵Stefano Sabatini2014-01-091-1/+5
| | | | | | | | | | | | | | | | | | | | timebase Fix PTS set on the frame when encoding, which must be specified in the encoder timebase or this will confuse the encoder. When muxing the packet, the PTS/DTS generated by the encoder is then rescaled to the stream timebase.
* | examples/muxing: set sample formats from list of codec supported sample formatsStefano Sabatini2014-01-091-1/+2
| | | | | | | | | | Avoid the need of tweaking, also show how to get list of supported sample formats.
* | doc/filters: add rotate example using degreesLou Logan2014-01-091-0/+6
| |
* | doc/muxers/image2: apply several formatting changesStefano Sabatini2014-01-081-8/+10
| |
* | doc/muxers/image2: document strftime optionRamiro Polla2014-01-081-0/+14
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc/muxers/matroska: add information to the matroska metadata language entryHelmut K. C. Tessarek2014-01-081-0/+5
| |
OpenPOWER on IntegriCloud