summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Muxing WTV is supported.Carl Eugen Hoyos2011-09-141-1/+1
|
* doc/ffmpeg: s/avserver/ffserver/Michael Niedermayer2011-09-131-1/+1
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* ffprobe: add JSON output printing format.Clément Bœsch2011-09-131-0/+4
|
* Merge avconv.texi in ffmpeg.texiMichael Niedermayer2011-09-131-198/+203
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavfi: bump minor and update APIchanges after recent updatesStefano Sabatini2011-09-121-1/+4
| | | | | | | | | These changes were forgotten in commits: lavfi: simplify signature for avfilter_get_audio_buffer() and friends (commit 2c0317419bc8c7f28496d5181d951bbe8837071f) and lavfi: consistently use int for sample_rate in AVFilterLink and AVFilterBufferRefAudioProps (commit 4381bddc9f93da34a44e683bdc4c05c6f061244e)
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-121-1/+1
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: adpcm: split ADPCM encoders and decoders into separate files. doc/avconv: fix typo. rv34: check that subsequent slices have the same type as first one. smacker demuxer: handle possible av_realloc() failure. lavfi: add split filter from soc. lavfi: add showinfo filter libxavs: add private options corresponding to deprecated global options Conflicts: Changelog libavcodec/adpcm.c libavfilter/avfilter.h libavfilter/vf_showinfo.c libavfilter/vf_split.c libavformat/smacker.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/avconv: fix typo.Anton Khirnov2011-09-121-1/+1
| |
| * lavfi: add showinfo filterStefano Sabatini2011-09-121-0/+59
| | | | | | | | Signed-off-by: Anton Khirnov <anton@khirnov.net>
* | lavfi: simplify signature for avfilter_get_audio_buffer() and friendsStefano Sabatini2011-09-121-0/+4
| | | | | | | | | | | | | | | | | | | | | | The additional parameters were never used and are complicating the function interface. Also, they were inconsistent with the way the video API works. So this assumes that a requested samples buffer will have *always* the format specified in the requested link. This breaks audio filtering API and ABI.
* | doc: replace avserver by ffserver as we have not done that renameMichael Niedermayer2011-09-121-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-127-176/+117
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: (31 commits) audioconvert: add explanatory comments to channel_names array audioconvert: K&R whitespace cosmetics avconv: use correct index when selecting metadata to write to. avconv: fix inverted variable doc/avconv: document option types (input/output/per-stream/...) doc/avtools-common-opts: write a section about stream specifiers. doc/avconv: remove two pointless paragraphs. doc/avconv: document that global options should be specified first. doc/avconv: remove entries for nonexistent options doc/avconv: remove documentation for removed 'timestamp' option doc: cosmetics, rename fftools-common-opts to avtools-.... avconv: move streamid_map to options context. avconv: extend -vf syntax avconv: move top_field_first to options context. avconv: move inter/intra matrix to options context. avconv: remove -psnr option. avconv: remove me_threshold option. avconv: move video_rc_override_string to options context. avconv: move frame pixel format to the options context. avconv: move frame aspect ratio to the options context. ... Conflicts: avconv.c cmdutils_common_opts.h doc/avconv.texi Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * doc/avconv: document option types (input/output/per-stream/...)Anton Khirnov2011-09-111-73/+56
| | | | | | | | Also trim some redundant stream specifiers descriptions.
| * doc/avtools-common-opts: write a section about stream specifiers.Anton Khirnov2011-09-111-13/+31
| |
| * doc/avconv: remove two pointless paragraphs.Anton Khirnov2011-09-111-9/+0
| | | | | | | | They are misleading and carry no useful information.
| * doc/avconv: document that global options should be specified first.Anton Khirnov2011-09-111-1/+3
| |
| * doc/avconv: remove entries for nonexistent optionsAnton Khirnov2011-09-111-58/+0
| |
| * doc/avconv: remove documentation for removed 'timestamp' optionAnton Khirnov2011-09-111-12/+0
| |
| * doc: cosmetics, rename fftools-common-opts to avtools-....Anton Khirnov2011-09-116-6/+6
| |
| * avconv: extend -vf syntaxAnton Khirnov2011-09-111-1/+6
| | | | | | | | | | Add a per-stream -filter option, make -vf an alias for -filter:v. Move vfilters to the options context.
| * avconv: remove -psnr option.Anton Khirnov2011-09-111-2/+0
| | | | | | | | It's redundant -- -flags +psnr does the same thing.
| * avconv: move frame pixel format to the options context.Anton Khirnov2011-09-111-1/+1
| | | | | | | | | | | | Also remove redundant -pix_fmt list syntax, it's inconsistent and only makes the code more complicated. -pix_fmts should be enough for everyone.
| * avconv: rewrite -qscale and -aq handling.Anton Khirnov2011-09-111-3/+6
| | | | | | | | | | | | Merge video_qscale (set by -qscale) and audio_qscale (set by -aq) into one 'qscale' field in the options context. Add a shortcut -q for -qscale and make -aq an alias for -q:a.
| * avconv: move audio_sample_fmt to options context.Anton Khirnov2011-09-112-0/+6
| | | | | | | | | | Also document it and replace undocumented and inconsistent '-sample_fmt list' syntax with -sample_fmts.
| * doc: explain __STDC_CONSTANT_MACROS in C++Luca Barbato2011-09-101-0/+5
| | | | | | | | | | In order to build C++ programs using libav you need -D__STDC_CONSTANT_MACROS appened to the CXXFLAGS.
* | Remove reference to the libavfilter soc SVN repo, update libavfilter status ↵Stefano Sabatini2011-09-101-14/+2
| | | | | | | | | | | | | | | | description The libavfilter SOC SVN repo is badly outdated, and some filters supports a syntax different from the current code, so it is better do not misled users into using it and just drop its reference.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-101-12/+5
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Fixed segfault with wavpack decoder on corrupted decorrelation terms sub-blocks. avconv: move audio_channels to the options context. avconv: move *_disable to options context. avconv: remove -[vas]lang options. avconv: move codec tags to options context. cljr: init_get_bits size in bits instead of bytes indeo2: fail if input buffer too small indeo2: init_get_bits size in bits instead of bytes ffv1: Fixed size given to init_get_bits() in decoder. Conflicts: avconv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove -[vas]lang options.Anton Khirnov2011-09-101-10/+0
| | | | | | | | They are redundant, the same can be now accomplished with -metadata.
| * avconv: move codec tags to options context.Anton Khirnov2011-09-101-2/+5
| | | | | | | | Add a new -tag option, make -[vas]tag an alias for -tag:[vas]
* | Fix documentation for "-debug" commandline argumentPanagiotis H.M. Issaris2011-09-091-1/+32
| | | | | | | | | | | | (cherry picked from commit 180e7829428e26413916f0cbc2ad85eeb1fb877e) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-071-0/+1
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Add LATM muxer v210enc: clip values according to specifications v210enc: switch to PIX_FMT_422P10 v210dec: switch to PIX_FMT_422P10 AVOptions: remove AVOption.offset <= 0 checks AVOptions: deprecate av_opt_set_defaults2 AVOptions: move doxy for av_opt_set_defaults() from opt.c to opt.h libx264: fix setting some more parameters libx264: fix setting the H.264 level libx264: add 'direct-pred' private option libx264: add 'partitions' private option Conflicts: Changelog libavcodec/Makefile libavcodec/libx264.c libavcodec/v210enc.c libavfilter/src_movie.c libavformat/version.h libavutil/opt.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Add LATM muxerKieran Kunhya2011-09-071-0/+1
| | | | | | | | Signed-off-by: Janne Grunau <janne-libav@jannau.net>
* | Correct docs for boxblur parametersMark Himsley2011-09-071-1/+1
| | | | | | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | lavfi: rename vsink_buffer.c to sink_buffer.c, and vsink_buffer.h to ↵Stefano Sabatini2011-09-062-2/+5
| | | | | | | | | | | | | | | | buffersink.h This is done in order to clarify the non-video-specific nature of the buffersink code, as the result of the video/audio API unification of the previous commit, and for improving overall consistency.
* | lavfi: unify asink_buffer and vsink_buffer APIStefano Sabatini2011-09-062-4/+11
| | | | | | | | | | | | | | | | | | The new API is more generic (no distinction between audio/video for pulling frames), and avoids code duplication. A backward compatibility layer is kept for avoiding tools ABI breaks (only for the video binary interface, audio interface was never used in the tools).
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-051-16/+30
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: ac3enc: Add channel coupling support for the fixed-point AC-3 encoder. ac3enc: scale floating-point coupling channel coefficients in scale_coefficients() rather than in apply_channel_coupling() ac3enc: fix encoding of stereo ac3 files when rematrixing is disabled. wavpack: fix wrong return value in wavpack_decode_block() avconv: fix parsing metadata specifiers. fate: use +frame+slice named constants instead of '3' mpeg12: propagate more real return values through chunk decode error return and fix some indentation wavpack: use context reset in appropriate places avconv: move mux_preload and mux_max_delay to options context avconv: move bitstream filters to options context. avconv: move rate_emu to options context. avconv: move max_frames to options context. avconv: move metadata to options context. avconv: move ts scale to options context. avconv: move chapter maps to options context. avconv: move metadata maps to options context. avconv: move codec_names to options context. Conflicts: avconv.c tests/fate-run.sh Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: move bitstream filters to options context.Anton Khirnov2011-09-051-12/+11
| | | | | | | | | | Change syntax -- -[vas]bsf are replaced by -bsf:[stream specifier], the argument is now a comma-separated list of bitstream filters.
| * avconv: move max_frames to options context.Anton Khirnov2011-09-051-3/+6
| | | | | | | | | | Add a -frames option that uses generic stream specifiers, change -[vad]frames into aliases to it.
| * avconv: move metadata to options context.Anton Khirnov2011-09-051-1/+13
| | | | | | | | It is now possible to set metadata on streams and chapters.
* | av_string: add av_asprintf().Clément Bœsch2011-09-041-0/+3
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-0/+8
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: AVOptions: fix av_set_string3() doxy to match reality. cmdutils: get rid of dummy contexts for examining AVOptions. lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions. AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find(). cpu detection: avoid a signed overflow Conflicts: avconv.c cmdutils.c doc/APIchanges ffmpeg.c libavcodec/options.c libavcodec/version.h libavformat/version.h libavutil/avutil.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * lavf,lavc,sws: add {avcodec,avformat,sws}_get_class() functions.Anton Khirnov2011-09-031-0/+5
| |
| * AVOptions: add AV_OPT_SEARCH_FAKE_OBJ flag for av_opt_find().Anton Khirnov2011-09-031-0/+3
| | | | | | | | | | It allows to search for options only with AVClass, without allocating the corresponding context.
* | doc: issue tracking: explain the term issueAlexander Strasser2011-09-021-2/+7
| | | | | | | | | | | | | | | | | | Transforms the loose enumeration of issues that was to far below in the text into a more verbose paragraph at the top. The new text also mentions the possibility to propose new types of issues to track on the development mailing list. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* | doc: issue tracking: add more vertical whitespaceAlexander Strasser2011-09-021-0/+3
| | | | | | | | | | | | | | | | This change makes the first part of the file easier to read quickly. It makes it also easier to spot the URLs which might be one of the main interests of many readers. Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* | doc: issue tracking: fix grammar/spellingAlexander Strasser2011-09-021-3/+3
| | | | | | | | | | | | | | Correct a few grammar and spelling errors. Also improve consistency by always referring to substatus (not substate). Signed-off-by: Alexander Strasser <eclipse7@gmx.net>
* | APIchanges: remove "deprecate url_feof"Michael Niedermayer2011-09-011-1/+0
| | | | | | | | | | | | url_feof() is usefull when a file is appended to Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* | Fix some APIchange versions.Carl Eugen Hoyos2011-08-301-9/+9
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-08-291-14/+0
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Revert "h264: Properly set coded_{width, height} when parsing H.264." isom: add missing AVC-Intra tags, rearrange list and update comments avconv: remove stubs of crop* and pad* options avconv: re-add nb_streams to InputFile. Conflicts: avconv.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * avconv: remove stubs of crop* and pad* optionsAnton Khirnov2011-08-291-14/+0
| |
| * fifo: add av_fifo_peek2(), and deprecate av_fifo_peek()Stefano Sabatini2011-08-261-0/+3
| | | | | | | | | | | | | | The new function provides a more generic interface than av_fifo_peek() for peeking at a FIFO buffer data. Signed-off-by: Anton Khirnov <anton@khirnov.net>
OpenPOWER on IntegriCloud