summaryrefslogtreecommitdiff
path: root/doc/ffprobe.texi
Commit message (Collapse)AuthorAge
* doc: remove inclusion of libav* documentation in toolsStefano Sabatini2012-12-20
| | | | | | | | | This shrinks the tool manuals to a manageable size. Relevant manuals are referenced in the "See Also" chapter. Overall documentation inclusion should still be possible through the use of a conditional variable set during configuration time, if someone feels the need for a huge-wall-of-text-fashioned manual.
* doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini2012-12-19
| | | | | | Add more references, and generate alternative variants for HTML and POD output. In particular, this allows to render a "See Also" chapter in the HTML output.
* doc: rework synopsis section for ff* toolsStefano Sabatini2012-12-19
| | | | | Fix syntax, remove pointless introductory sentence, improve overall consistency.
* doc: use a common authors.texi file blurbStefano Sabatini2012-12-19
| | | | Factorize.
* ffprobe: implement -sections optionStefano Sabatini2012-11-22
|
* ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini2012-11-22
|
* doc/ffprobe: factorize definition of writers syntaxStefano Sabatini2012-11-16
| | | | The writers option syntax was unified.
* ffprobe: add -select_streams optionStefano Sabatini2012-10-05
|
* ffprobe: add -bitexact boolean optionStefano Sabatini2012-09-22
| | | | | The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
* ffprobe: fix CSV writer outputStefano Sabatini2012-09-19
| | | | Fix regression introduced in 749ddc14fc9ebcef09965dfd98c8bf2505dc3b58.
* ffprobe: add print_section option to the compact writerStefano Sabatini2012-09-11
| | | | | Allow to skip section name at the begin of each line. Possibly simplify output.
* ffprobe: add -show_data option.Nicolas George2012-06-18
|
* riff: add ISMP/timecode tag.Clément Bœsch2012-06-11
|
* ffprobe: add flat output format.Clément Bœsch2012-06-01
|
* ffprobe: make -of an alias for -print_format.Clément Bœsch2012-05-29
| | | | This is for interoperability purpose with the fork.
* ffprobe: add INI writerStefano Sabatini2012-05-29
| | | | | Liberally based on the work of Luca Barbato <lu_zero@gentoo.org>, done for libav/avprobe.
* ffprobe: add support to '\b' and '\f' escaping in c_escape_str()Stefano Sabatini2012-05-29
|
* doc: add syntax.texi fileStefano Sabatini2012-05-22
|
* doc/ffprobe: document that ffprobe.xsd can be retrieved at a certain ↵Stefano Sabatini2012-05-21
| | | | | | ffmpeg.org url Address trac ticket #1265.
* doc/ffprobe: fix rendering of the timecode chapter in the man pageStefano Sabatini2012-05-14
|
* ffprobe: add "nokey" option to default writerStefano Sabatini2012-05-14
| | | | Help simplifying parsing in certain cases.
* ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini2012-05-14
| | | | | | | The option is useful for simplifying parsing. Also use the new option in fate, in order to fix the regression introduced by the previous commit.
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-07
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: libschroedinger: Switch to function names more in line with Libav style. Move code shared between libdirac and libschroedinger to libschroedinger. lavfi: uninline avfilter_copy_buffer_ref_props(). lavf: add missing '*' in a doxy. h264: Remove a commented-out function pointer typedef. txd: Remove write-only variable in txd_decode_frame(). mmvideo.c: Remove unused variable in mm_decode_pal(). build: cosmetics: Add missing end-of-line backslashes to item lists. build: cosmetics: Split HEADERS/OBJS/PROGS lists into one entry per line. libschroedinger: Move a function to avoid a forward declaration. pthread: warn on high thread counts vf_yadif: fix missing error handling for avfilter_poll_frame() avprobe: allow showing only one container/stream property. lavfi: support audio in avfilter_copy_frame_props(). lavfi: avfilter_merge_formats: handle case where inputs are same lavc: add sample rate and channel layout to AVFrame. zerocodec: check if the previous frame is missing doc: clarify check for NULL pointer style Conflicts: doc/APIchanges doc/developer.texi ffprobe.c libavcodec/Makefile libavcodec/avcodec.h libavcodec/libdirac_libschro.c libavcodec/libdirac_libschro.h libavcodec/mmvideo.c libavcodec/txd.c libavcodec/version.h libavcodec/zerocodec.c libavfilter/Makefile libavfilter/avfilter.c libavfilter/version.h libavformat/Makefile libavutil/Makefile Merged-by: Michael Niedermayer <michaelni@gmx.at>
* | ffprobe: add count_frames and count_packets optionsMatthieu Bouron2012-02-17
| | | | | | | | Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
* | doc: remove trailing 's' to metadata.Clément Bœsch2012-01-26
| | | | | | | | | | | | metadata is already plural. Found-by: Alexander Strasser
* | doc: add Timecode documentation.Clément Bœsch2012-01-24
| |
* | ffprobe: add support to audio frame information printingStefano Sabatini2012-01-12
| |
* | ffprobe: add compact option to JSON writerStefano Sabatini2012-01-10
| |
* | ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini2012-01-10
| |
* | ffprobe: add support to video frame information printingStefano Sabatini2012-01-07
| | | | | | | | | | | | | | | | | | | | Add -show_frames option to ffprobe. Partially based on the work of Thomas Kuehnel <kuehnelth@googlemail.com> for SOCIS 2011. The wicked idea of creating a special "packets_and_frames" container for structured formats (JSON and XML) comes from Clément.
* | doc: use @command{} for commands.Clément Bœsch2012-01-04
| |
* | ffprobe: add support to option -show_errorStefano Sabatini2012-01-04
| |
* | ffprobe: add XML writerStefano Sabatini2011-12-27
| |
* | ffprobe: add show_private_data optionStefano Sabatini2011-12-27
| |
* | ffprobe: add csv writerStefano Sabatini2011-11-16
| |
* | ffprobe: add compact writerStefano Sabatini2011-11-16
| |
* | ffprobe: parse arguments for -print_format writerStefano Sabatini2011-10-09
| | | | | | | | | | This allows -print_format to accept string of the form WRITER=OPTIONS, as required by the pending compact writer patch.
* | ffprobe: create a dedicated "Writers" section in the manualStefano Sabatini2011-10-09
| | | | | | | | Also update documentation related to the output format.
* | ffprobe: add JSON output printing format.Clément Bœsch2011-09-13
| |
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-12
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
| * Rename ffprobe to avprobe.Anton Khirnov2011-08-09
| |
| * Rename ffplay to avplay.Anton Khirnov2011-08-09
| |
* | ffprobe: implement -i FILE optionStefano Sabatini2011-06-05
| | | | | | | | Useful for mimicking the ffmpeg -i FILE syntax.
* | doc: add decoders.texi fileStefano Sabatini2011-05-20
| |
* | ffprobe.texi: remove inclusion of muxers sectionStefano Sabatini2011-05-20
| | | | | | | | Muxers are not used by ffprobe.
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-24
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * qatar/master: Handle unicode file names on windows rtp: Rename the open/close functions to alloc/free Lowercase all ff* program names. Refer to ff* tools by their lowercase names. NOT Pulled Replace more FFmpeg instances by Libav or ffmpeg. Replace `` by $() syntax in shell scripts. patcheck: Allow overiding grep program(s) through environment variables. NOT Pulled Remove stray libavcore and _g binary references. vorbis: Rename decoder/encoder files to follow general file naming scheme. aacenc: Fix whitespace after last commit. cook: Fix small typo in av_log_ask_for_sample message. aacenc: Finish 3GPP psymodel analysis for non mid/side cases. Remove RDFT dependency from AAC decoder. Add some debug log messages to AAC extradata Fix mov debug (u)int64_t format strings. bswap: use native types for av_bwap16(). doc: FLV muxing is supported. applehttp: Handle AES-128 encrypted streams Add a protocol handler for AES CBC decryption with PKCS7 padding doc: Mention that DragonFly BSD requires __BSD_VISIBLE set Conflicts: ffplay.c ffprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * Lowercase all ff* program names.Diego Biurrun2011-04-23
| |
| * Refer to ff* tools by their lowercase names.Diego Biurrun2011-04-23
| |
* | Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer2011-03-17
|/ | | | | | | | This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt
* replace FFmpeg with Libav in doc/Janne Grunau2011-03-16
| | | | unless it stands for ffmpeg the program or is historic