| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit 'beb62dac629603eb074a44c44389c230b5caac7c' | Hendrik Leppkes | 2016-10-07 | 1 | -2/+2 |
|\ |
|
* | | ffprobe: don't use AVStream.codec to set decoder framerate | James Almer | 2016-09-27 | 1 | -4/+1 |
* | | ffprobe: don't access AVCodecContext.pkt_timebase directly | James Almer | 2016-09-26 | 1 | -1/+1 |
* | | ffprobe.c: Indicate decode-but-discard packets when doing -show_packets. | Sasi Inguva | 2016-09-23 | 1 | -1/+2 |
* | | cmdutils: remove the current working directory from the DLL search path on win32 | Hendrik Leppkes | 2016-08-08 | 1 | -0/+2 |
* | | ffprobe: add missing PROGRAM_STREAM_TAGS case | Dmitry Vagin | 2016-07-26 | 1 | -0/+1 |
* | | ffprobe: print stereo3d information | Clément Bœsch | 2016-06-23 | 1 | -0/+5 |
* | | ffprobe: refactor pkt side data printing | Clément Bœsch | 2016-06-23 | 1 | -31/+32 |
* | | ffprobe: Don't try and decode things that have no dec_ctx | Derek Buitenhuis | 2016-04-12 | 1 | -1/+1 |
* | | ffprobe: Fix missing dec_ctx check | Derek Buitenhuis | 2016-04-12 | 1 | -1/+2 |
* | | Merge commit 'ba357e98691ee4fe1a503b8830c0050be4127475' | Derek Buitenhuis | 2016-04-12 | 1 | -89/+126 |
|\| |
|
* | | Merge commit '567d6d5f9d1400f00445183b3477391f58979aa3' | Derek Buitenhuis | 2016-04-11 | 1 | -0/+19 |
|\| |
|
* | | Merge commit 'c9478410c68c04261f9cfcd80474607e50bd1852' | Derek Buitenhuis | 2016-04-11 | 1 | -27/+36 |
|\| |
|
* | | Merge commit '168a443d43b10ef6a3545d64b2f8bc90144ce4b7' | Derek Buitenhuis | 2016-04-11 | 1 | -13/+5 |
|\| |
|
* | | Merge commit 'e7188a1a84817b8d4337340c21c552ad0b6cb2fd' | Derek Buitenhuis | 2016-04-11 | 1 | -118/+117 |
|\| |
|
* | | ffprobe: Deprecate stream timecode field and add frame side data timecode field | Derek Buitenhuis | 2016-02-01 | 1 | -0/+6 |
* | | ffprobe: avoid unnecessary pow and exp2 calls | Ganesh Ajjanagadde | 2015-12-29 | 1 | -8/+19 |
* | | ffprobe: use print_val to print the frame pkt_size value | Stefano Sabatini | 2015-12-16 | 1 | -1/+2 |
* | | ffprobe: Do not print profile names in -bitexact | Timothy Gu | 2015-12-06 | 1 | -3/+9 |
* | | ffprobe: add support for printing packet strings metadata as packet tags | Marton Balint | 2015-10-30 | 1 | -1/+15 |
* | | ffprobe: Remove abort() | Michael Niedermayer | 2015-10-28 | 1 | -1/+0 |
* | | Merge commit 'f0ca6ffa0ae5d5564516ee7a18aa1e234751444a' | Hendrik Leppkes | 2015-10-27 | 1 | -1/+1 |
|\| |
|
* | | all: fix -Wextra-semi reported on clang | Ganesh Ajjanagadde | 2015-10-24 | 1 | -10/+10 |
* | | ffprobe: use AV_OPT_TYPE_BOOL for writers options | Clément Bœsch | 2015-09-12 | 1 | -22/+22 |
* | | Replace all remaining occurances of step/depth_minus1 and offset_plus1 | Hendrik Leppkes | 2015-09-08 | 1 | -1/+1 |
* | | ffprobe: check av_asprintf() for failure | Michael Niedermayer | 2015-06-13 | 1 | -0/+3 |
* | | ffprobe: print stream_index with frame data | Dave Rice | 2015-05-27 | 1 | -0/+1 |
* | | ffprobe: Use av_packet_side_data_name() to find the side data name | Michael Niedermayer | 2015-05-07 | 1 | -4/+5 |
* | | ffprobe: support printing AVStream and AVPacket side data | Michael Niedermayer | 2015-05-03 | 1 | -2/+47 |
* | | ffprobe: Add Support to print information about AV_FRAME_DATA_DISPLAYMATRIX | Michael Niedermayer | 2015-05-03 | 1 | -0/+6 |
* | | ffprobe: add writer_print_integers() to allow printing formated 1d and 2d arr... | Michael Niedermayer | 2015-05-03 | 1 | -0/+27 |
* | | Merge commit '7b9cb7b36543c2a0e46d99b0e41824b9e7dd0c8f' | Michael Niedermayer | 2015-03-08 | 1 | -0/+2 |
|\| |
|
* | | ffprobe: Change string_validation to int, its accessed via AVOption as int | Michael Niedermayer | 2015-03-02 | 1 | -1/+1 |
* | | Merge commit 'bf704132a51f5d838365158331d4e535e1df4c8e' | Michael Niedermayer | 2015-02-14 | 1 | -4/+4 |
|\| |
|
* | | stop embedding the build date | Andreas Cadhalpun | 2015-02-02 | 1 | -2/+0 |
* | | ffprobe: fix memleaks on errors | Michael Niedermayer | 2015-01-21 | 1 | -7/+12 |
* | | ffprobe: Support extracting the number of reference frames | Michael Niedermayer | 2014-12-30 | 1 | -0/+1 |
* | | Set -scan_all_pmts 1 in ffmpeg, ffplay and ffprobe if not set by user. | Carl Eugen Hoyos | 2014-11-09 | 1 | -0/+7 |
* | | ffprobe: Add support for color_trc/color_pri/chroma_loc | Michael Niedermayer | 2014-10-19 | 1 | -0/+16 |
* | | ffprobe: Simplify by using av_color_range_name() | Michael Niedermayer | 2014-10-10 | 1 | -1/+1 |
* | | ffprobe: add pixel format chroma sub-sampling output | Tobias Rapp | 2014-10-07 | 1 | -0/+7 |
* | | ffprobe: add pixel format component bit depth output | Tobias Rapp | 2014-10-07 | 1 | -2/+18 |
* | | ffprobe: add pixel format flags output | Tobias Rapp | 2014-10-07 | 1 | -1/+22 |
* | | ffprobe: add -show_pixel_formats option | Tobias Rapp | 2014-10-07 | 1 | -2/+31 |
* | | Print bits_per_raw_sample for ffprobe -show_streams. | Carl Eugen Hoyos | 2014-09-08 | 1 | -0/+2 |
* | | ffprobe: add -show_data_hash option. | Nicolas George | 2014-08-17 | 1 | -0/+39 |
* | | ffprobe: print some basic information about avframe side data | Michael Niedermayer | 2014-07-30 | 1 | -1/+20 |
* | | ffprobe: add color_range and color_space to stream output | Tobias Rapp | 2014-06-24 | 1 | -0/+7 |
* | | ffprobe: add rc_max_rate to stream output | Billy Shambrook | 2014-06-09 | 1 | -0/+2 |
* | | ffprobe: Use av_malloc_array() | Michael Niedermayer | 2014-05-21 | 1 | -1/+1 |