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
2015-09-12ffprobe: use AV_OPT_TYPE_BOOL for writers optionsClément Bœsch
2015-09-08Replace all remaining occurances of step/depth_minus1 and offset_plus1Hendrik Leppkes
2015-06-13ffprobe: check av_asprintf() for failureMichael Niedermayer
Found-by: Daemon404 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-27ffprobe: print stream_index with frame dataDave Rice
This makes it easier to relate frame data to its associated stream.
2015-05-07ffprobe: Use av_packet_side_data_name() to find the side data nameMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-03ffprobe: support printing AVStream and AVPacket side dataMichael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-03ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIXMichael Niedermayer
Idea from 709e1c91ea7a5bbf2b9a104642572ca7616b224f by Martin Storsjö Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-05-03ffprobe: add writer_print_integers() to allow printing formated 1d and 2d ↵Michael Niedermayer
arrays of integers Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-09Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer
* commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f': avprobe: Export coded_{width,height} in -show_streams Conflicts: avprobe.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-03-02ffprobe: Change string_validation to int, its accessed via AVOption as intMichael Niedermayer
This fixes depending on implementation defined behavior Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-14Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer
* commit 'bf704132a51f5d838365158331d4e535e1df4c8e': Don't anonymously typedef structs Conflicts: avprobe.c libavutil/parseutils.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2015-02-02stop embedding the build dateAndreas Cadhalpun
Theis makes the build binary reproducible. Signed-off-by: Andreas Cadhalpun <Andreas.Cadhalpun@googlemail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2015-01-21ffprobe: fix memleaks on errorsMichael Niedermayer
Found-by: Andreas Cadhalpun <andreas.cadhalpun@googlemail.com> Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-12-30ffprobe: Support extracting the number of reference framesMichael Niedermayer
Fixes Ticket3141 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-11-09Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos
Fixes ticket #3762.
2014-10-19ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer
Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-10ffprobe: Simplify by using av_color_range_name()Michael Niedermayer
Idea from: a2c00d22e71d13b72828147be86aa9e961c6cae6 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-08ffprobe: add pixel format chroma sub-sampling outputTobias Rapp
Adds output of chroma sub-sampling information to ffprobe -show_pixel_formats option. Note: This patch just prints the "raw" log2_charoma_w/h values instead of the previously suggested mapping into a chroma sub-sampling pattern string like "4:2:2". Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-08ffprobe: add pixel format component bit depth outputTobias Rapp
Adds output of bit depth per pixel format component to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-08ffprobe: add pixel format flags outputTobias Rapp
Adds output of pixel format flags to ffprobe -show_pixel_formats option. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-10-08ffprobe: add -show_pixel_formats optionTobias Rapp
Adds option -show_pixel_formats to ffprobe which lists all available pixel formats with some details. Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-09-08Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos
Fixes ticket #3919.
2014-08-17ffprobe: add -show_data_hash option.Nicolas George
2014-07-30ffprobe: print some basic information about avframe side dataMichael Niedermayer
Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-24ffprobe: add color_range and color_space to stream outputTobias Rapp
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-06-10ffprobe: add rc_max_rate to stream outputBilly Shambrook
The value is used by some bitstream to mark the maximum bit rate. See thread: Subject: [FFmpeg-devel] [PATCH] Add rc_max_rate to ffprobe stream output Date: Sun, 1 Jun 2014 17:36:36 +0100 To: ffmpeg-devel@ffmpeg.org http://thread.gmane.org/gmane.comp.video.ffmpeg.devel/178461 Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-05-21ffprobe: Use av_malloc_array()Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2014-05-18ffprobe: fix crash happening because of new streams occuringAnshul
Fix trac ticket #3603. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2014-04-29ffprobe: use the codec descriptor if no decoder was found.Nicolas George
2014-04-23ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini
Fix trac ticket #3523.
2014-04-13ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer
Fixes Ticket3363 Using U+FFFD REPLACEMENT CHARACTER as suggested by nicolas Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-30ffprobe: check av_frame_alloc() failure.Nicolas George
2013-12-25ffprobe: Dont clear AVFrame between uses.Michael Niedermayer
The old API required this clearing in the past, the new API does not require it. Fixes memleak Regression introduced by 37a749012aaacc801fe860428417a6d7b81c103f Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-17ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-12-15ffprobe: show best_effort_timestamp in the frame sectionwm4
This is useful for debugging. Reference and ffprobe.xsd changes done and tested by Stefano Sabatini. Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-12-14ffprobe: only show tags when explicitly requestedStefano Sabatini
2013-12-13ffprobe: add cosmetical empty lineStefano Sabatini
2013-12-04ffprobe: free shared writer context on exitStefano Sabatini
Fix leak. Spotted-by: Michael Niedermayer
2013-12-01build: rename version.h to libavutil/ffversion.hTimothy Gu
Also the libavutil/ffversion.h will be installed. Rationale: * Applications might want to know FFmpeg's version besides the individual libraries'. * Avoids file name clash between FFmpeg's ./version.h and lib*/version.h when a library source file includes both and is compiled on an out-of-tree build. Fixes #1769. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Reviewed-by: James Almer <jamrial@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-28Revert "configure: add #include "version.h" to config.h"Michael Niedermayer
This reverts commit ca21116b3f53a9bdd74364bfab9cde70a044b165. Revert suggested by Jamal: "Bad secondary effect i just noticed: Every time version.h is changed (git pull for example), anything that includes config.h will be recompiled. And that means pretty much every single file in the tree. "
2013-11-28configure: add #include "version.h" to config.hTimothy Gu
Avoid clash with version.h of the libraries. Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2013-11-26cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini
Simplify.
2013-11-25ffprobe: add support for subtitle framesMarton Balint
Signed-off-by: Marton Balint <cus@passwd.hu> Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
2013-11-24ffprobe: use designated initializer for AVClassPaul B Mahol
Signed-off-by: Paul B Mahol <onemda@gmail.com>
2013-11-22ffprobe: remove various useless ","Stefano Sabatini
Nitted-By: ubitux
2013-11-22ffprobe: implement string validation settingStefano Sabatini
This should fix trac tickets #1163, #2502.
2013-11-22ffprobe: add support for nested options in writer contextsStefano Sabatini
2013-11-22ffprobe: check for errors, and abort immediatelyStefano Sabatini
This allows to make use of validation features.
2013-10-21ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini
Move array size assert after the count increment, and avoid strchr() NULL dereference on p. Should fix FFmpeg coverity issue #1108581.
2013-10-03ffprobe: print stream channel_layout when availableStefano Sabatini
Fix trac ticket #3006.