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
2017-07-21ffprobe: Print color properties from show_framesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-07-18ffprobe: reindent after previous commitClément Bœsch
2017-07-18ffprobe: add -(no)find_stream_info expert optionClément Bœsch
2017-06-05ffprobe: Use pixdesc API to provide color space namesVittorio Giovara
This API is more up-to-date, provides names compatible with filters and external encoders, and is consistent with the other color property variables. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-06-01ffprobe: Print AVContentLightMetadata side data contentsVittorio Giovara
2017-06-01ffprobe: Print AVMasteringDisplayMetadata side data contentsVittorio Giovara
2017-05-11ffprobe: discard non-selected streamsClément Bœsch
2017-05-08ffprobe: make function replacement macros behave correctlyMichael Niedermayer
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-05-05Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch
* commit '122de16dd8108a59a55d30543c9f28b5f61b02d1': Replace cmdutils_common_opts.h by a macro Merged-by: Clément Bœsch <cboesch@gopro.com>
2017-04-23ff*: do not use AVFrame accessorMuhammad Faiz
Reviewed-by: wm4 <nfxjfg@googlemail.com> Signed-off-by: Muhammad Faiz <mfcc64@gmail.com>
2017-04-12ffprobe: only use custom logging callback if -show_log is setMarton Balint
The custom callback can cause significant CPU usage on Windows for some large files with many index entries for some reason. v2: Move check after parsing options. Signed-off-by: Marton Balint <cus@passwd.hu>
2017-04-04ffprobe: port to new decode APIwm4
Not sure if it behaves ideally in presence of decoding errors.
2017-03-31ffprobe: use av_spherical_projection_name() to print spherical projection namesJames Almer
Reviewed-by: Vittorio Giovara <vittorio.giovara@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-30ffprobe: fix printing packet side data informationJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-29Fix all -Wformat warnings raised by DJGPPClément Bœsch
2017-03-29ffprobe: fix usage of av_get_codec_tag_string()Clément Bœsch
2017-03-28ffprobe: free log buffer's parent_name during cleanupJames Almer
Fixes memleak.
2017-03-28ffprobe: Support adding av_log output to framesMichael Niedermayer
adding demuxer and other logs should be easy This forces single threaded decoding for simplicity It also requires pthreads, this could be avoided either with some lockless tricks or simply by assuming av_log would never be called from another thread. Fixes Ticket5521 Previous version reviewed by Stefano Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2017-03-26ffprobe: support skip_samples packet side data informationJames Almer
Reviewed-by: Rostislav Pehlivanov <atomnuker@gmail.com> Signed-off-by: James Almer <jamrial@gmail.com>
2017-03-17fate: Do not report side data sizeVittorio Giovara
This field is of little value, and interferes with testing side data, since sizes can be different on multiple architectures. Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2017-03-15ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm4
Preparation for potentially disabling merged side data by default in the libs. Do this in particular because it affects fate tests. The changed tests either reflect added packet side data, or the changed packet size due to merged side data removal reducing the packet size.
2017-03-11ffprobe: add AVCodecContext help message into ffprobeSteven Liu
because the ffprobe can use AVCodecContext parameters Signed-off-by: Steven Liu <lq@chinaffmpeg.org>
2017-03-07spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-11-30ffprobe: Fix displaying side data list onlyVittorio Giovara
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
2016-11-17ffprobe: fix crash in case -of is specified with an empty stringStefano Sabatini
Fix trac issue #5957.
2016-10-24lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs
Reviewed-By: Michael Niedermayer <michael@niedermayer.cc>
2016-10-24ffprobe: report field order for video streamsRodger Combs
2016-10-07Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes
* commit 'beb62dac629603eb074a44c44389c230b5caac7c': Use AVFrame.pts instead of deprecated pkt_pts. Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
2016-09-28ffprobe: don't use AVStream.codec to set decoder framerateJames Almer
Also don't set time_base. It's deprecated for decoding and avcodec_open2() will overwrite it Reviewed-by: Josh de Kock <josh@itanimul.li> Signed-off-by: James Almer <jamrial@gmail.com>
2016-09-27ffprobe: don't access AVCodecContext.pkt_timebase directlyJames Almer
Signed-off-by: James Almer <jamrial@gmail.com>
2016-09-24ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.Sasi Inguva
Signed-off-by: Sasi Inguva <isasi@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-08-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
Reviewed-by: Matt Oliver <protogonoi@gmail.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-07-26ffprobe: add missing PROGRAM_STREAM_TAGS caseDmitry Vagin
ffprobe did not show tags with only '-show_entries programs' Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
2016-06-23ffprobe: print stereo3d informationClément Bœsch
Based on 8e757716c61e0563a63829e30b02d5ba2a422ad6 See https://github.com/mpv-player/mpv/issues/1045 for mk3d elektranox.org samples.
2016-06-23ffprobe: refactor pkt side data printingClément Bœsch
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>