| Commit message (Expand) | Author | Age | Files | Lines |
* | fftools/opt_cmdutils: fix printing known channel layouts | James Almer | 2022-03-25 | 1 | -5/+8 |
* | ffmpeg: add packet duration to AVPacket logging | Jaakko Perttilä | 2022-03-23 | 1 | -9/+18 |
* | fftools/cmdutils: drop redundant code | Anton Khirnov | 2022-03-22 | 1 | -15/+0 |
* | fftools: drop the fake "default" option from ffplay/ffprobe | Anton Khirnov | 2022-03-22 | 3 | -3/+7 |
* | fftools/ffprobe: drop -show_format_entry | Anton Khirnov | 2022-03-22 | 1 | -18/+0 |
* | fftools/ffplay: drop options deprecated since 2011 | Anton Khirnov | 2022-03-22 | 1 | -14/+0 |
* | fftools/ffmpeg: drop mistakenly added empty line | Anton Khirnov | 2022-03-22 | 1 | -1/+0 |
* | fftools: move opt_timelimit from cmdutils to ffmpeg | Anton Khirnov | 2022-03-22 | 2 | -17/+20 |
* | fftools/cmdutils: split common option handlers into their own file | Anton Khirnov | 2022-03-22 | 8 | -1615/+1697 |
* | fftools: drop useless indirection | Anton Khirnov | 2022-03-22 | 3 | -6/+4 |
* | fftools/cmdutils: drop extern declarations for nonexistent variables | Anton Khirnov | 2022-03-22 | 1 | -2/+0 |
* | fftools/cmdutils: drop prototypes for nonexistent functions | Anton Khirnov | 2022-03-22 | 1 | -7/+0 |
* | ffmpeg: make the ac option set the demuxer's ch_layout AVOption | James Almer | 2022-03-22 | 1 | -5/+4 |
* | ffmpeg: add a ch_layout option as an alias to channel_layout | James Almer | 2022-03-22 | 1 | -1/+4 |
* | ffmpeg: replace custom channel_layout code with an SpecifierOpt based one | James Almer | 2022-03-22 | 2 | -50/+35 |
* | ffplay: don't shadow global variable | Zhao Zhili | 2022-03-21 | 1 | -2/+2 |
* | ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytes | Zhao Zhili | 2022-03-21 | 1 | -1/+3 |
* | ffmpeg: remove usage of internal deprecation macro | James Almer | 2022-03-16 | 1 | -2/+2 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+1 |
* | libavfilter: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libswscale: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libswresample: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libpostproc: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libavdevice: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libavformat: Split version.h | Martin Storsjö | 2022-03-16 | 2 | -0/+2 |
* | libavcodec: Split version.h | Martin Storsjö | 2022-03-16 | 3 | -0/+3 |
* | ffplay: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -76/+64 |
* | ffprobe: convert to new channel layout-API | James Almer | 2022-03-15 | 1 | -11/+8 |
* | ffmpeg: convert to new channel layout-API | James Almer | 2022-03-15 | 6 | -74/+129 |
* | fftools/ffmpeg_opt: Apply copyinkf for all stream types | Andreas Rheinhardt | 2022-03-04 | 1 | -4/+3 |
* | fftools/ffmpeg: Don't presume frame_queue to have been allocated | Andreas Rheinhardt | 2022-03-03 | 1 | -4/+6 |
* | fftools/ffmpeg_opt: Simplify adding complex filtergraph | Andreas Rheinhardt | 2022-03-03 | 1 | -3/+2 |
* | fftools/ffmpeg_opt: Simplify adding new input/output streams | Andreas Rheinhardt | 2022-03-03 | 1 | -11/+3 |
* | fftool/ffprobe: support for CUVA HDR Vivid metadata | Limin Wang | 2022-03-01 | 1 | -0/+72 |
* | ffmpeg: ensure a keyframe was not seen before skipping packets | James Almer | 2022-02-28 | 2 | -1/+4 |
* | ffmpeg: flush delayed frames in codec copy scenarios | James Almer | 2022-02-28 | 4 | -5/+14 |
* | 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 |
* | fftools/ffmpeg: fix (a)buffer src names | Anton Khirnov | 2022-02-15 | 1 | -2/+2 |
* | fftools/ffmpeg: Restore DTS correction for VP9 copies | Danny Wu | 2022-02-13 | 1 | -1/+0 |
* | ffmpeg: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 4 | -56/+37 |
* | ffplay: switch to new FIFO API | Anton Khirnov | 2022-02-07 | 1 | -13/+9 |
* | ffprobe: allow side-data selection by element | Gyan Doshi | 2022-02-03 | 1 | -3/+3 |
* | fftools/cmdutils: Fix undefined 1 << 31 | Andreas Rheinhardt | 2022-01-11 | 1 | -1/+1 |
* | ffmpeg: remove a redundant assignment of interrupt_callback | Anton Khirnov | 2022-01-10 | 1 | -2/+0 |
* | ffprobe: Support AV_FRAME_DATA_DOVI_METADATA | Jan Ekström | 2022-01-04 | 1 | -3/+170 |
* | fftools: provide media type info for devices | Diederick Niehorster | 2021-12-24 | 1 | -10/+24 |
* | fftools/ffmpeg_filter: Avoid inserting hflip filter | Andreas Rheinhardt | 2021-12-23 | 1 | -12/+4 |
* | fftools/ffmpeg_filter: Fix autorotation | Andreas Rheinhardt | 2021-12-23 | 1 | -2/+2 |
* | ffprobe: add missing separator when printing side data in compact output | James Almer | 2021-12-22 | 1 | -1/+3 |