summaryrefslogtreecommitdiff
path: root/fftools
Commit message (Expand)AuthorAge
* doc/ffprobe: clarify that the input file is not optionalStefano Sabatini2022-04-21
* fftools/ffmpeg: store output format separately from the muxer contextAnton Khirnov2022-04-13
* fftools/ffmpeg: move freeing the output file to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move writing the trailer to ffmpeg_mux.cAnton Khirnov2022-04-13
* fftools/ffmpeg: move some muxing-related code into a separate fileAnton Khirnov2022-04-13
* fftools/ffmpeg: store the output file index in OutputFileAnton Khirnov2022-04-13
* fftools/ffmpeg: pass the muxer context explicitly to some functionsAnton Khirnov2022-04-13
* fftools/ffmpeg: stop using OutputStream.frame_number for streamcopyAnton Khirnov2022-04-13
* fftools/ffmpeg: move a comment to a more appropriate placeAnton Khirnov2022-04-13
* fftools/ffmpeg: drop an obsolete hackAnton Khirnov2022-04-13
* fftools/opt_cmdutils: fix printing known channel layoutsJames Almer2022-03-25
* ffmpeg: add packet duration to AVPacket loggingJaakko Perttilä2022-03-23
* fftools/cmdutils: drop redundant codeAnton Khirnov2022-03-22
* fftools: drop the fake "default" option from ffplay/ffprobeAnton Khirnov2022-03-22
* fftools/ffprobe: drop -show_format_entryAnton Khirnov2022-03-22
* fftools/ffplay: drop options deprecated since 2011Anton Khirnov2022-03-22
* fftools/ffmpeg: drop mistakenly added empty lineAnton Khirnov2022-03-22
* fftools: move opt_timelimit from cmdutils to ffmpegAnton Khirnov2022-03-22
* fftools/cmdutils: split common option handlers into their own fileAnton Khirnov2022-03-22
* fftools: drop useless indirectionAnton Khirnov2022-03-22
* fftools/cmdutils: drop extern declarations for nonexistent variablesAnton Khirnov2022-03-22
* fftools/cmdutils: drop prototypes for nonexistent functionsAnton Khirnov2022-03-22
* ffmpeg: make the ac option set the demuxer's ch_layout AVOptionJames Almer2022-03-22
* ffmpeg: add a ch_layout option as an alias to channel_layoutJames Almer2022-03-22
* ffmpeg: replace custom channel_layout code with an SpecifierOpt based oneJames Almer2022-03-22
* ffplay: don't shadow global variableZhao Zhili2022-03-21
* ffplay: check AVFMT_NO_BYTE_SEEK flag for seek_by_bytesZhao Zhili2022-03-21
* ffmpeg: remove usage of internal deprecation macroJames Almer2022-03-16
* configure: Use a separate config_components.h header for $ALL_COMPONENTSMartin Storsjö2022-03-16
* libavfilter: Split version.hMartin Storsjö2022-03-16
* libswscale: Split version.hMartin Storsjö2022-03-16
* libswresample: Split version.hMartin Storsjö2022-03-16
* libpostproc: Split version.hMartin Storsjö2022-03-16
* libavdevice: Split version.hMartin Storsjö2022-03-16
* libavformat: Split version.hMartin Storsjö2022-03-16
* libavcodec: Split version.hMartin Storsjö2022-03-16
* ffplay: convert to new channel layout-APIJames Almer2022-03-15
* ffprobe: convert to new channel layout-APIJames Almer2022-03-15
* ffmpeg: convert to new channel layout-APIJames Almer2022-03-15
* fftools/ffmpeg_opt: Apply copyinkf for all stream typesAndreas Rheinhardt2022-03-04
* fftools/ffmpeg: Don't presume frame_queue to have been allocatedAndreas Rheinhardt2022-03-03
* fftools/ffmpeg_opt: Simplify adding complex filtergraphAndreas Rheinhardt2022-03-03
* fftools/ffmpeg_opt: Simplify adding new input/output streamsAndreas Rheinhardt2022-03-03
* fftool/ffprobe: support for CUVA HDR Vivid metadataLimin Wang2022-03-01
* ffmpeg: ensure a keyframe was not seen before skipping packetsJames Almer2022-02-28
* ffmpeg: flush delayed frames in codec copy scenariosJames Almer2022-02-28
* fftools/ffprobe: Remove redundant checksAndreas Rheinhardt2022-02-23
* fftools/ffprobe: Flush decoder after drainingAndreas Rheinhardt2022-02-23
* fftools/ffmpeg: fix (a)buffer src namesAnton Khirnov2022-02-15
* fftools/ffmpeg: Restore DTS correction for VP9 copiesDanny Wu2022-02-13