| Commit message (Expand) | Author | Age | Files | Lines |
* | ffprobe: print AVFrame.duration | Anton Khirnov | 2022-07-19 | 1 | -0/+6 |
* | fftools/ffprobe: Improve description of AFD side data | Andreas Rheinhardt | 2022-07-09 | 1 | -0/+4 |
* | fftools/ffprobe: Add const to AVPacket data pointers | Andreas Rheinhardt | 2022-07-09 | 1 | -2/+2 |
* | fftools/ffprobe: report avio errors | Marton Balint | 2022-06-20 | 1 | -4/+8 |
* | ffprobe: add -o option | Stefano Sabatini | 2022-06-13 | 1 | -61/+148 |
* | ffprobe: update entry index after printing packet/media type | Stefano Sabatini | 2022-06-09 | 1 | -0/+1 |
* | doc/ffprobe: clarify that the input file is not optional | Stefano Sabatini | 2022-04-21 | 1 | -1/+1 |
* | fftools: drop the fake "default" option from ffplay/ffprobe | Anton Khirnov | 2022-03-22 | 1 | -1/+0 |
* | fftools/ffprobe: drop -show_format_entry | Anton Khirnov | 2022-03-22 | 1 | -18/+0 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 1 | -0/+1 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libswscale: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libswresample: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libpostproc: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavdevice: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | ffprobe: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -11/+8 |
* | fftool/ffprobe: support for CUVA HDR Vivid metadata | Limin Wang | 2022-03-01 | 1 | -0/+72 |
* | fftools/ffprobe: Remove redundant checks | Andreas Rheinhardt | 2022-02-23 | 1 | -2/+2 |
* | fftools/ffprobe: Flush decoder after draining | Andreas Rheinhardt | 2022-02-23 | 1 | -1/+4 |
* | ffprobe: allow side-data selection by element | Gyan Doshi | 2022-02-03 | 1 | -3/+3 |
* | ffprobe: Support AV_FRAME_DATA_DOVI_METADATA | Jan Ekström | 2022-01-04 | 1 | -3/+170 |
* | ffprobe: add missing separator when printing side data in compact output | James Almer | 2021-12-22 | 1 | -1/+3 |
* | fftools/ffprobe: print size of attachment streams (extradata_size) | softworkz | 2021-11-29 | 1 | -0/+1 |
* | fftools: Constify values from av_dict_get() | Chad Fraleigh | 2021-11-18 | 1 | -4/+4 |
* | Replace all occurences of av_mallocz_array() by av_calloc() | Andreas Rheinhardt | 2021-09-20 | 1 | -2/+1 |
* | fftools/ffprobe: Don't access AVProgram.(start|end)_time | Andreas Rheinhardt | 2021-09-14 | 1 | -4/+0 |
* | avcodec: add a Film Grain codec property flag | James Almer | 2021-08-24 | 1 | -0/+1 |
* | ffprobe: remove references to frame->pkt_pts | James Almer | 2021-08-07 | 1 | -2/+2 |
* | ffprobe: Rename Audio Service Type 'type' field to 'service_type' | Derek Buitenhuis | 2021-08-06 | 1 | -1/+1 |
* | fftools: Don't set default swscale flags in ffmpeg/ffprobe/ffplay | Linjie Fu | 2021-08-05 | 1 | -1/+0 |
* | avcodec/avcodec: Stop including channel_layout.h in avcodec.h | Andreas Rheinhardt | 2021-07-22 | 1 | -0/+1 |
* | ffprobe: use quotation marks in the xml header output | James Almer | 2021-07-15 | 1 | -3/+3 |
* | fftools/ffprobe: Remove redundant check before avcodec_free_context() | Andreas Rheinhardt | 2021-06-08 | 1 | -2/+1 |
* | ffprobe: support printing more packet side data types | Anton Khirnov | 2021-05-09 | 1 | -0/+17 |
* | ffprobe: only hash extradata when it is present | Anton Khirnov | 2021-05-09 | 1 | -2/+5 |
* | ffprobe: add option to control optional fields display | Gyan Doshi | 2021-05-05 | 1 | -2/+21 |
* | avutil/buffer: Switch AVBuffer API to size_t | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avformat: Constify the API wrt AV(In|Out)putFormat | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | fftools/ffprobe: Remove check on show_frames and show_packets in XML writer | Tobias Rapp | 2021-04-16 | 1 | -7/+0 |
* | ffprobe: only print exported private decoder options | James Almer | 2021-04-14 | 1 | -1/+1 |
* | fftools/ffprobe: Add missing dispositions | Andreas Rheinhardt | 2021-03-31 | 1 | -0/+5 |
* | fftools/ffprobe: use av_packet_alloc() to allocate packets | James Almer | 2021-03-17 | 1 | -15/+19 |
* | ffprobe: switch to av_bprint_escape for XML escaping | Jan Ekström | 2021-03-05 | 1 | -21/+11 |
* | fftools: Switch to const AVCodec * where possible | Andreas Rheinhardt | 2021-03-02 | 1 | -1/+1 |
* | ffprobe: stop setting AVCodecContext.framerate | Anton Khirnov | 2021-02-22 | 1 | -1/+0 |
* | ffprobe: stop printing deprecated fields | Anton Khirnov | 2021-02-22 | 1 | -18/+0 |
* | ffprobe: drop code accessing deprecated AVStream.codec | Anton Khirnov | 2021-02-22 | 1 | -5/+0 |
* | ffprobe: do not use deprecated AVStream.codec for max bitrate | Anton Khirnov | 2021-02-22 | 1 | -4/+4 |