summaryrefslogtreecommitdiff
path: root/libavformat/dump.c
Commit message (Collapse)AuthorAge
* dump: Update streams and chapters printout formatSylvain Rabot2014-10-08
| | | | This matches the -map option which requires '%d:%d' format.
* dump: split audio and video probing on multiple linesVittorio Giovara2014-10-08
| | | | Also always report pixel format.
* avcodec: add stream-level stereo3d side dataVittorio Giovara2014-08-28
|
* dump: Use correct printf conversion specifiers for POSIX int typesDiego Biurrun2014-07-28
|
* dump_stream: print the timebase as is, do not reduce itAnton Khirnov2014-06-26
| | | | | | It makes more sense to print the timebase exactly as it is set. Also, this avoids a divide by zero when av_dump_format() is called on a format context before writing the header.
* lavf: dump stream side data when probingVittorio Giovara2014-06-14
|
* lavf: group dump functions togetherVittorio Giovara2014-06-14