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
2016-04-12ffprobe: Don't try and decode things that have no dec_ctxDerek Buitenhuis
The last instance of a missing dec_ctx check from the merge. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-12ffprobe: Fix missing dec_ctx checkDerek Buitenhuis
Missed it during the merge of ffprobe codecpar conversion. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-12Merge commit 'ba357e98691ee4fe1a503b8830c0050be4127475'Derek Buitenhuis
* commit 'ba357e98691ee4fe1a503b8830c0050be4127475': avprobe: switch to codecpar Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-11Merge commit '567d6d5f9d1400f00445183b3477391f58979aa3'Derek Buitenhuis
* commit '567d6d5f9d1400f00445183b3477391f58979aa3': avprobe: add local per-stream state Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-11Merge commit 'c9478410c68c04261f9cfcd80474607e50bd1852'Derek Buitenhuis
* commit 'c9478410c68c04261f9cfcd80474607e50bd1852': avprobe: add local per-file state Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-11Merge commit '168a443d43b10ef6a3545d64b2f8bc90144ce4b7'Derek Buitenhuis
* commit '168a443d43b10ef6a3545d64b2f8bc90144ce4b7': avprobe: print information from the codec descriptor Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-04-11Merge commit 'e7188a1a84817b8d4337340c21c552ad0b6cb2fd'Derek Buitenhuis
* commit 'e7188a1a84817b8d4337340c21c552ad0b6cb2fd': avprobe: remove a pointless condition and a dead branch Merged-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2016-02-01ffprobe: Deprecate stream timecode field and add frame side data timecode fieldDerek Buitenhuis
Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
2015-12-29ffprobe: avoid unnecessary pow and exp2 callsGanesh Ajjanagadde
These are just for prefixes and may be hardcoded easily; see lavu/eval for this approach. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
2015-12-16ffprobe: use print_val to print the frame pkt_size valueStefano Sabatini
This allows to honour formatting options.
2015-12-06ffprobe: Do not print profile names in -bitexactTimothy Gu
Instead, print "unknown" if it's unknown, or their numerical values if they are known. Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-30ffprobe: add support for printing packet strings metadata as packet tagsMarton Balint
ffprobe.xsd already contains the tag element. Reviewed-by: Stefano Sabatini <stefasab@gmail.com> Signed-off-by: Marton Balint <cus@passwd.hu>
2015-10-28ffprobe: Remove abort()Michael Niedermayer
Found-by: Ganesh Ajjanagadde and wm4 Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2015-10-27Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a'Hendrik Leppkes
* commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a': avprobe: Unref the packet once it is used Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2015-10-25all: fix -Wextra-semi reported on clangGanesh Ajjanagadde
This fixes extra semicolons that clang 3.7 on GNU/Linux warns about. These were trigggered when built under -Wpedantic, which essentially checks for strict ISO compliance in numerous ways. Reviewed-by: Michael Niedermayer <michael@niedermayer.cc> Signed-off-by: Ganesh Ajjanagadde <gajjanagadde@gmail.com>
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>