Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-02-15doc: fix reference to ffmpeg-bitstream-filters.html pageStefano Sabatini
2012-12-21doc: remove inclusion of libav* documentation in toolsStefano Sabatini
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.
2012-12-19doc: extend "See Also" chapter rendering for ff* toolsStefano Sabatini
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.
2012-12-19doc: rework synopsis section for ff* toolsStefano Sabatini
Fix syntax, remove pointless introductory sentence, improve overall consistency.
2012-12-19doc: use a common authors.texi file blurbStefano Sabatini
Factorize.
2012-11-22ffprobe: implement -sections optionStefano Sabatini
2012-11-22ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini
2012-11-16doc/ffprobe: factorize definition of writers syntaxStefano Sabatini
The writers option syntax was unified.
2012-10-06ffprobe: add -select_streams optionStefano Sabatini
2012-09-22ffprobe: add -bitexact boolean optionStefano Sabatini
The option is mostly useful to make ffprobe output independent from the build, and in particular to fix FATE --enable-small failures.
2012-09-19ffprobe: fix CSV writer outputStefano Sabatini
Fix regression introduced in 749ddc14fc9ebcef09965dfd98c8bf2505dc3b58.
2012-09-11ffprobe: add print_section option to the compact writerStefano Sabatini
Allow to skip section name at the begin of each line. Possibly simplify output.
2012-06-18ffprobe: add -show_data option.Nicolas George
2012-06-11riff: add ISMP/timecode tag.Clément Bœsch
2012-06-01ffprobe: add flat output format.Clément Bœsch
2012-05-29ffprobe: make -of an alias for -print_format.Clément Bœsch
This is for interoperability purpose with the fork.
2012-05-29ffprobe: add INI writerStefano Sabatini
Liberally based on the work of Luca Barbato <lu_zero@gentoo.org>, done for libav/avprobe.
2012-05-29ffprobe: add support to '\b' and '\f' escaping in c_escape_str()Stefano Sabatini
2012-05-22doc: add syntax.texi fileStefano Sabatini
2012-05-21doc/ffprobe: document that ffprobe.xsd can be retrieved at a certain ↵Stefano Sabatini
ffmpeg.org url Address trac ticket #1265.
2012-05-14doc/ffprobe: fix rendering of the timecode chapter in the man pageStefano Sabatini
2012-05-14ffprobe: add "nokey" option to default writerStefano Sabatini
Help simplifying parsing in certain cases.
2012-05-14ffprobe: add "noprint_wrappers" option to default writerStefano Sabatini
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.
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2012-02-17ffprobe: add count_frames and count_packets optionsMatthieu Bouron
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2012-01-26doc: remove trailing 's' to metadata.Clément Bœsch
metadata is already plural. Found-by: Alexander Strasser
2012-01-24doc: add Timecode documentation.Clément Bœsch
2012-01-12ffprobe: add support to audio frame information printingStefano Sabatini
2012-01-10ffprobe: add compact option to JSON writerStefano Sabatini
2012-01-10ffprobe: add -show_program_version and -show_library_versions optionsStefano Sabatini
2012-01-08ffprobe: add support to video frame information printingStefano Sabatini
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.
2012-01-04doc: use @command{} for commands.Clément Bœsch
2012-01-04ffprobe: add support to option -show_errorStefano Sabatini
2011-12-27ffprobe: add XML writerStefano Sabatini
2011-12-27ffprobe: add show_private_data optionStefano Sabatini
2011-11-16ffprobe: add csv writerStefano Sabatini
2011-11-16ffprobe: add compact writerStefano Sabatini
2011-10-09ffprobe: parse arguments for -print_format writerStefano Sabatini
This allows -print_format to accept string of the form WRITER=OPTIONS, as required by the pending compact writer patch.
2011-10-09ffprobe: create a dedicated "Writers" section in the manualStefano Sabatini
Also update documentation related to the output format.
2011-09-14ffprobe: add JSON output printing format.Clément Bœsch
2011-09-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
* 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>
2011-08-09Rename ffprobe to avprobe.Anton Khirnov
2011-08-09Rename ffplay to avplay.Anton Khirnov
2011-06-05ffprobe: implement -i FILE optionStefano Sabatini
Useful for mimicking the ffmpeg -i FILE syntax.
2011-05-20doc: add decoders.texi fileStefano Sabatini
2011-05-20ffprobe.texi: remove inclusion of muxers sectionStefano Sabatini
Muxers are not used by ffprobe.
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
* 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>
2011-04-23Lowercase all ff* program names.Diego Biurrun
2011-04-23Refer to ff* tools by their lowercase names.Diego Biurrun
2011-03-17Revert "replace FFmpeg with Libav in doc/"Michael Niedermayer
This reverts commit f8a45fa1b1764b34d4263eacd93411e8ba0484a4. Conflicts: doc/optimization.txt