| Commit message (Expand) | Author | Age | Files | Lines |
* | ffprobe: check av_frame_alloc() failure. | Nicolas George | 2013-12-30 | 1 | -0/+4 |
* | ffprobe: Dont clear AVFrame between uses. | Michael Niedermayer | 2013-12-25 | 1 | -1/+0 |
* | ffprobe: drop dependancy on sizeof(AVFrame) | Michael Niedermayer | 2013-12-17 | 1 | -3/+5 |
* | ffprobe: show best_effort_timestamp in the frame section | wm4 | 2013-12-15 | 1 | -0/+2 |
* | ffprobe: only show tags when explicitly requested | Stefano Sabatini | 2013-12-14 | 1 | -5/+22 |
* | ffprobe: add cosmetical empty line | Stefano Sabatini | 2013-12-13 | 1 | -0/+1 |
* | ffprobe: free shared writer context on exit | Stefano Sabatini | 2013-12-03 | 1 | -0/+1 |
* | build: rename version.h to libavutil/ffversion.h | Timothy Gu | 2013-11-30 | 1 | -1/+1 |
* | Revert "configure: add #include "version.h" to config.h" | Michael Niedermayer | 2013-11-28 | 1 | -0/+1 |
* | configure: add #include "version.h" to config.h | Timothy Gu | 2013-11-27 | 1 | -1/+0 |
* | cmdutils: remove this_year constant, use CONFIG_THIS_YEAR instead | Stefano Sabatini | 2013-11-26 | 1 | -1/+1 |
* | ffprobe: add support for subtitle frames | Marton Balint | 2013-11-25 | 1 | -2/+38 |
* | ffprobe: use designated initializer for AVClass | Paul B Mahol | 2013-11-23 | 1 | -8/+7 |
* | ffprobe: remove various useless "," | Stefano Sabatini | 2013-11-22 | 1 | -2/+2 |
* | ffprobe: implement string validation setting | Stefano Sabatini | 2013-11-22 | 1 | -12/+146 |
* | ffprobe: add support for nested options in writer contexts | Stefano Sabatini | 2013-11-22 | 1 | -2/+35 |
* | ffprobe: check for errors, and abort immediately | Stefano Sabatini | 2013-11-22 | 1 | -38/+84 |
* | ffprobe: fix consistency checks in parse_read_intervals() | Stefano Sabatini | 2013-10-21 | 1 | -3/+5 |
* | ffprobe: print stream channel_layout when available | Stefano Sabatini | 2013-10-03 | 1 | -0/+9 |
* | ffprobe: fix uninitialized variable warning | Stefano Sabatini | 2013-09-23 | 1 | -1/+1 |
* | ffprobe: add -read_intervals option | Stefano Sabatini | 2013-09-19 | 1 | -2/+255 |
* | ffprobe: downgrade log level for non fatal errors in open_input_file() | Stefano Sabatini | 2013-09-17 | 1 | -3/+3 |
* | ffprobe: show bitmap subtitles size. | Nicolas George | 2013-09-04 | 1 | -0/+11 |
* | ffprobe: show probe_score in the format section | Stefano Sabatini | 2013-09-01 | 1 | -0/+1 |
* | ffprobe: add -show_programs option | Florent Tribouilloy | 2013-07-28 | 1 | -8/+70 |
* | ffprobe: do not treat array elements as nested in the compact writer | Stefano Sabatini | 2013-07-28 | 1 | -4/+17 |
* | Merge commit '636ced8e1dc8248a1353b416240b93d70ad03edb' | Michael Niedermayer | 2013-07-08 | 1 | -3/+3 |
|\ |
|
* | | ffprobe: always exit 1 in case of errors | Stefano Sabatini | 2013-06-27 | 1 | -1/+1 |
* | | ffprobe: reindent after previous commit | Stefano Sabatini | 2013-06-27 | 1 | -44/+43 |
* | | ffprobe: fix exit code with stream specifiers | Nicolas George | 2013-06-27 | 1 | -0/+1 |
* | | ffprobe: simplify branching logic in probe_file() | Stefano Sabatini | 2013-06-27 | 1 | -2/+5 |
* | | ffprobe: show chapter and chapter metadata information | Stefano Sabatini | 2013-06-06 | 1 | -2/+35 |
* | | ffprobe: set writer context to 0 after allocation | Stefano Sabatini | 2013-03-19 | 1 | -1/+1 |
* | | ffprobe: remove deprecated frame "reference" field | Stefano Sabatini | 2013-03-17 | 1 | -1/+0 |
* | | ffprobe: support codec options | Stefano Sabatini | 2013-03-13 | 1 | -6/+21 |
* | | ffprobe: use AVFrame accessor functions | Michael Niedermayer | 2013-03-01 | 1 | -4/+4 |
* | | ffprobe: do not escape '"' between single quotes. | Clément Bœsch | 2013-01-01 | 1 | -4/+4 |
* | | ffprobe: show pkt_size in frame | Stefano Sabatini | 2012-12-15 | 1 | -0/+2 |
* | | ffprobe: free dictionary in opt_show_entries() | Stefano Sabatini | 2012-11-23 | 1 | -0/+1 |
* | | ffprobe: implement -sections option | Stefano Sabatini | 2012-11-22 | 1 | -0/+30 |
* | | ffprobe: implement subsection field selection through the -show_entries option | Stefano Sabatini | 2012-11-22 | 1 | -40/+187 |
* | | ffprobe: fix typo in a comment | Stefano Sabatini | 2012-11-21 | 1 | -1/+1 |
* | | ffprobe: add "," at the end of enum list | Stefano Sabatini | 2012-11-21 | 1 | -1/+1 |
* | | ffprobe: fix potential NULL pointer dereference | Stefano Sabatini | 2012-11-06 | 1 | -2/+2 |
* | | ffprobe: add an array of section print buffers to the WriterContext | Stefano Sabatini | 2012-10-24 | 1 | -89/+27 |
* | | ffprobe: fix use of uninitialized pointer in av_strtok() | Michael Niedermayer | 2012-10-11 | 1 | -0/+4 |
* | | ffprobe: reindent after previous commit | Stefano Sabatini | 2012-10-05 | 1 | -9/+9 |
* | | ffprobe: add -select_streams option | Stefano Sabatini | 2012-10-05 | 1 | -2/+27 |
* | | fix exit_program() prototypes | Michael Niedermayer | 2012-10-02 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-02 | 1 | -2/+3 |
|\| |
|