summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2017-05-19PD#143976: update ffmpeg to v3.3Jian Wang6142-214403/+746659
2013-10-21ffprobe: fix consistency checks in parse_read_intervals()Stefano Sabatini1-3/+5
2013-10-03ffprobe: print stream channel_layout when availableStefano Sabatini7-2/+15
2013-09-23ffprobe: fix uninitialized variable warningStefano Sabatini1-1/+1
2013-09-19ffprobe: add -read_intervals optionStefano Sabatini3-2/+320
2013-09-17ffprobe: downgrade log level for non fatal errors in open_input_file()Stefano Sabatini1-3/+3
2013-09-04ffprobe: show bitmap subtitles size.Nicolas George1-0/+11
2013-09-01ffprobe: show probe_score in the format sectionStefano Sabatini2-0/+2
2013-07-28ffprobe: add -show_programs optionFlorent Tribouilloy11-14/+113
2013-07-28ffprobe: do not treat array elements as nested in the compact writerStefano Sabatini1-4/+17
2013-07-08Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb'Michael Niedermayer4-48/+73
2013-06-26ffprobe: always exit 1 in case of errorsStefano Sabatini1-1/+1
2013-06-26ffprobe: reindent after previous commitStefano Sabatini1-44/+43
2013-06-26ffprobe: fix exit code with stream specifiersNicolas George1-0/+1
2013-06-26ffprobe: simplify branching logic in probe_file()Stefano Sabatini1-2/+5
2013-06-06ffprobe: show chapter and chapter metadata informationStefano Sabatini4-2/+61
2013-03-19ffprobe: set writer context to 0 after allocationStefano Sabatini1-1/+1
2013-03-16ffprobe: remove deprecated frame "reference" fieldStefano Sabatini9-66/+32
2013-03-12ffprobe: support codec optionsStefano Sabatini1-6/+21
2013-03-01ffprobe: use AVFrame accessor functionsMichael Niedermayer1-4/+4
2013-01-01ffprobe: do not escape '"' between single quotes.Clément Bœsch1-4/+4
2012-12-15ffprobe: show pkt_size in frameStefano Sabatini2-0/+3
2012-11-23ffprobe: free dictionary in opt_show_entries()Stefano Sabatini1-0/+1
2012-11-22ffprobe: implement -sections optionStefano Sabatini3-0/+39
2012-11-22ffprobe: implement subsection field selection through the -show_entries optionStefano Sabatini3-40/+241
2012-11-21ffprobe: fix typo in a commentStefano Sabatini1-1/+1
2012-11-21ffprobe: add "," at the end of enum listStefano Sabatini1-1/+1
2012-11-06ffprobe: fix potential NULL pointer dereferenceStefano Sabatini1-2/+2
2012-10-24ffprobe: add an array of section print buffers to the WriterContextStefano Sabatini1-89/+27
2012-10-11ffprobe: fix use of uninitialized pointer in av_strtok()Michael Niedermayer1-0/+4
2012-10-05ffprobe: reindent after previous commitStefano Sabatini1-9/+9
2012-10-05ffprobe: add -select_streams optionStefano Sabatini3-2/+43
2012-10-02fix exit_program() prototypesMichael Niedermayer2-2/+2
2012-10-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer12-168/+173
2012-09-30ffprobe: extend disposition printing supportStefano Sabatini10-53/+200
2012-09-30ffprobe: generalize nesting model for the XML writerStefano Sabatini1-11/+13
2012-09-29ffprobe: rework/fix ini writerStefano Sabatini1-15/+35
2012-09-29ffprobe: rework/fix flat writerStefano Sabatini1-20/+17
2012-09-29ffprobe: generalize nesting model for the compact writerStefano Sabatini1-11/+31
2012-09-29ffprobe: generalize nesting model for the default writerStefano Sabatini1-15/+40
2012-09-29ffprobe: drop SECTION_ENTRY macroStefano Sabatini1-19/+16
2012-09-29ffprobe: add support to library ident printingStefano Sabatini2-0/+2
2012-09-28ffprobe: remove unused "args" argument in writer init callbackStefano Sabatini1-6/+6
2012-09-26ffprobe: fix indentation of the first line of packets_and_frames sections in ...Stefano Sabatini1-1/+1
2012-09-26ffprobe: generalize writer subsection nesting modelStefano Sabatini1-435/+374
2012-09-25ffprobe: drop pointless opaque parameter in writer init callbackStefano Sabatini1-10/+9
2012-09-25ffprobe: reindent after previous commitStefano Sabatini1-10/+10
2012-09-25ffprobe: rework checking logic in writer_print_time() and writer_print_ration...Stefano Sabatini1-12/+9
2012-09-24ffprobe: Consider the chosen separator when doing CSV escapingAlexander Strasser1-1/+2
2012-09-24ffprobe: Rename variable in csv_escape_str()Alexander Strasser1-3/+3
[next]