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
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
2014-06-10ffprobe: add rc_max_rate to stream outputBilly Shambrook
2014-05-21ffprobe: Use av_malloc_array()Michael Niedermayer
2014-05-18ffprobe: fix crash happening because of new streams occuringAnshul
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
2014-04-13ffprobe: do not lose non ascii characters in non utf8 stringsMichael Niedermayer
2013-12-30ffprobe: check av_frame_alloc() failure.Nicolas George
2013-12-25ffprobe: Dont clear AVFrame between uses.Michael Niedermayer
2013-12-17ffprobe: drop dependancy on sizeof(AVFrame)Michael Niedermayer
2013-12-15ffprobe: show best_effort_timestamp in the frame sectionwm4
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
2013-12-01build: rename version.h to libavutil/ffversion.hTimothy Gu
2013-11-28Revert "configure: add #include "version.h" to config.h"Michael Niedermayer
2013-11-28configure: add #include "version.h" to config.hTimothy Gu
2013-11-26cmdutils: remove this_year constant, use CONFIG_THIS_YEAR insteadStefano Sabatini
2013-11-25ffprobe: add support for subtitle framesMarton Balint
2013-11-24ffprobe: use designated initializer for AVClassPaul B Mahol
2013-11-22ffprobe: remove various useless ","Stefano Sabatini
2013-11-22ffprobe: implement string validation settingStefano Sabatini