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 (Expand)Author
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
2015-10-27Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a'Hendrik Leppkes
2015-10-25all: fix -Wextra-semi reported on clangGanesh Ajjanagadde
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
2015-05-27ffprobe: print stream_index with frame dataDave Rice
2015-05-07ffprobe: Use av_packet_side_data_name() to find the side data nameMichael Niedermayer
2015-05-03ffprobe: support printing AVStream and AVPacket side dataMichael Niedermayer
2015-05-03ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIXMichael Niedermayer
2015-05-03ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arr...Michael Niedermayer
2015-03-09Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f'Michael Niedermayer
2015-03-02ffprobe: Change string_validation to int, its accessed via AVOption as intMichael Niedermayer
2015-02-14Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e'Michael Niedermayer
2015-02-02stop embedding the build dateAndreas Cadhalpun
2015-01-21ffprobe: fix memleaks on errorsMichael Niedermayer
2014-12-30ffprobe: Support extracting the number of reference framesMichael Niedermayer
2014-11-09Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user.Carl Eugen Hoyos
2014-10-19ffprobe: Add support for color_trc/color_pri/chroma_locMichael Niedermayer
2014-10-10ffprobe: Simplify by using av_color_range_name()Michael Niedermayer
2014-10-08ffprobe: add pixel format chroma sub-sampling outputTobias Rapp
2014-10-08ffprobe: add pixel format component bit depth outputTobias Rapp
2014-10-08ffprobe: add pixel format flags outputTobias Rapp
2014-10-08ffprobe: add -show_pixel_formats optionTobias Rapp
2014-09-08Print bits_per_raw_sample for ffprobe -show_streams.Carl Eugen Hoyos
2014-08-17ffprobe: add -show_data_hash option.Nicolas George
2014-07-30ffprobe: print some basic information about avframe side dataMichael Niedermayer
2014-06-24ffprobe: add color_range and color_space to stream outputTobias Rapp