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
2014-05-22ffprobe: fix crash happening because of new streams occuringAnshul
2014-04-23ffprobe: fix scaling of vali in value_string() in case -prefix is selectedStefano Sabatini
2014-04-16ffprobe: 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
2013-11-22ffprobe: add support for nested options in writer contextsStefano Sabatini
2013-11-22ffprobe: check for errors, and abort immediatelyStefano Sabatini
2013-10-21ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini
2013-10-03ffprobe: print stream channel_layout when availableStefano Sabatini
2013-09-23ffprobe: fix uninitialized variable warningStefano Sabatini
2013-09-19ffprobe: add -read_intervals optionStefano Sabatini
2013-09-17ffprobe: downgrade log level for non fatal errors in open_input_file()Stefano Sabatini
2013-09-04ffprobe: show bitmap subtitles size.Nicolas George
2013-09-01ffprobe: show probe_score in the format sectionStefano Sabatini
2013-07-28ffprobe: add -show_programs optionFlorent Tribouilloy
2013-07-28ffprobe: do not treat array elements as nested in the compact writerStefano Sabatini
2013-07-08Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer
2013-06-27ffprobe: always exit 1 in case of errorsStefano Sabatini
2013-06-27ffprobe: reindent after previous commitStefano Sabatini
2013-06-27ffprobe: fix exit code with stream specifiersNicolas George
2013-06-27ffprobe: simplify branching logic in probe_file()Stefano Sabatini
2013-06-06ffprobe: show chapter and chapter metadata informationStefano Sabatini
2013-03-19ffprobe: set writer context to 0 after allocationStefano Sabatini
2013-03-17ffprobe: remove deprecated frame "reference" fieldStefano Sabatini
2013-03-13ffprobe: support codec optionsStefano Sabatini
2013-03-02ffprobe: use AVFrame accessor functionsMichael Niedermayer
2013-01-01ffprobe: do not escape '"' between single quotes.Clément Bœsch
2012-12-15ffprobe: show pkt_size in frameStefano Sabatini
2012-11-23ffprobe: free dictionary in opt_show_entries()Stefano Sabatini
2012-11-22ffprobe: implement -sections optionStefano Sabatini
2012-11-22ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini
2012-11-21ffprobe: fix typo in a commentStefano Sabatini
2012-11-21ffprobe: add "," at the end of enum listStefano Sabatini
2012-11-07ffprobe: fix potential NULL pointer dereferenceStefano Sabatini
2012-10-25ffprobe: add an array of section print buffers to the WriterContextStefano Sabatini
2012-10-11ffprobe: fix use of uninitialized pointer in av_strtok()Michael Niedermayer
2012-10-06ffprobe: reindent after previous commitStefano Sabatini