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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-26ffprobe: add support for ICC Profile frame side dataJames Almer
2017-07-21ffprobe: Print color properties from show_framesVittorio Giovara
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
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
2017-05-05Merge commit '122de16dd8108a59a55d30543c9f28b5f61b02d1'Clément Bœsch
2017-04-23ff*: do not use AVFrame accessorMuhammad Faiz
2017-04-12ffprobe: only use custom logging callback if -show_log is setMarton Balint
2017-04-04ffprobe: port to new decode APIwm4
2017-03-31ffprobe: use av_spherical_projection_name() to print spherical projection namesJames Almer
2017-03-30ffprobe: fix printing packet side data informationJames Almer
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
2017-03-28ffprobe: Support adding av_log output to framesMichael Niedermayer
2017-03-26ffprobe: support skip_samples packet side data informationJames Almer
2017-03-17fate: Do not report side data sizeVittorio Giovara
2017-03-15ffmpeg, ffprobe: don't "merge" side data into packet data by defaultwm4
2017-03-11ffprobe: add AVCodecContext help message into ffprobeSteven Liu
2017-03-07spherical: Add tiled equirectangular type and projection-specific propertiesVittorio Giovara
2016-12-07lavc: Add spherical packet side data APIVittorio Giovara
2016-11-30ffprobe: Fix displaying side data list onlyVittorio Giovara
2016-11-17ffprobe: fix crash in case -of is specified with an empty stringStefano Sabatini
2016-10-24lavf: add AV_DISPOSITION_TIMED_THUMBNAILSRodger Combs
2016-10-24ffprobe: report field order for video streamsRodger Combs
2016-10-07Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c'Hendrik Leppkes
2016-09-28ffprobe: don't use AVStream.codec to set decoder framerateJames Almer
2016-09-27ffprobe: don't access AVCodecContext.pkt_timebase directlyJames Almer
2016-09-24ffprobe.c: Indicate decode-but-discard packets when doing -show_packets.Sasi Inguva
2016-08-08cmdutils: remove the current working directory from the DLL search path on win32Hendrik Leppkes
2016-07-26ffprobe: add missing PROGRAM_STREAM_TAGS caseDmitry Vagin
2016-06-23ffprobe: print stereo3d informationClément Bœsch
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
2016-04-12ffprobe: Fix missing dec_ctx checkDerek Buitenhuis
2016-04-12Merge commit 'ba357e98691ee4fe1a503b8830c0050be4127475'Derek Buitenhuis
2016-04-11Merge commit '567d6d5f9d1400f00445183b3477391f58979aa3'Derek Buitenhuis
2016-04-11Merge commit 'c9478410c68c04261f9cfcd80474607e50bd1852'Derek Buitenhuis
2016-04-11Merge commit '168a443d43b10ef6a3545d64b2f8bc90144ce4b7'Derek Buitenhuis
2016-04-11Merge commit 'e7188a1a84817b8d4337340c21c552ad0b6cb2fd'Derek Buitenhuis
2016-02-01ffprobe: Deprecate stream timecode field and add frame side data timecode fieldDerek Buitenhuis
2015-12-29ffprobe: avoid unnecessary pow and exp2 callsGanesh Ajjanagadde
2015-12-16ffprobe: use print_val to print the frame pkt_size valueStefano Sabatini
2015-12-06ffprobe: Do not print profile names in -bitexactTimothy Gu
2015-10-30ffprobe: add support for printing packet strings metadata as packet tagsMarton Balint
2015-10-28ffprobe: Remove abort()Michael Niedermayer