372 Commits (b9c928a486fda3c0d79b153591ac86beb1c53708)

Author SHA1 Message Date
Andreas Rheinhardt efc323062c fftools/ffmpeg_filter: Avoid DynBuf API to improve error checks 3 years ago
Andreas Rheinhardt cf8925a096 fftools/ffmpeg_filter: Avoid DynBuf-API for writing strings 3 years ago
James Almer c1818cb947 ffmpeg: fix usage of -shortest in codec copy scenarios 3 years ago
Andreas Rheinhardt e22dff43e7 fftools/ffmpeg_opt: Don't set source_index redundantly 3 years ago
Andreas Rheinhardt 4913f05ccf fftools/ffmpeg_opt: Don't duplicate array unnecessarily 3 years ago
softworkz 939711905a fftools/ffprobe: print size of attachment streams (extradata_size) 3 years ago
rcombs 4b54818981 ffmpeg: remove ffmpeg_videotoolbox 3 years ago
Andreas Rheinhardt 81be19b906 fftools/ffmpeg: Take type limitations of AVFifo API into account 3 years ago
Anton Khirnov 9dd104f6e2 ffmpeg: drop obsolete rotation API remnants 3 years ago
Anton Khirnov 823cea5197 ffmpeg: drop -isync, which did nothing since 2012 3 years ago
Anton Khirnov 84cb255c20 ffmpeg: drop -sameq/-samequant options 3 years ago
Anton Khirnov 5ebdf9bb50 ffmpeg: drop the -tvstd option 3 years ago
Anton Khirnov a44098152b ffmpeg: drop the -vc option 3 years ago
Anton Khirnov d013453caa ffmpeg: drop the -deinterlace option 3 years ago
Anton Khirnov 9d4e290ec4 ffmpeg: drop the -intra option 3 years ago
Anton Khirnov e8380bbae6 ffmpeg: do not copy chroma_sample_location from the input stream 3 years ago
Andreas Rheinhardt a132614bba fftools/ffmpeg: Avoid temporary frame 3 years ago
James Almer 405685dec7 ffmpeg: remove unused hw_frames_ctx AVBufferRef from InputStream 3 years ago
James Almer 379f8b8ec6 ffmpeg: remove unused hwaccel_get_buffer function pointer 3 years ago
James Almer e7f3279ba0 ffmpeg: Allocate InputStream.decoded_frame early 3 years ago
James Almer ee3d6a20f6 ffmpeg: Allocate (In|Out)putStream.filter_frame early 3 years ago
Chad Fraleigh a185b526a9 fftools: Constify values from av_dict_get() 3 years ago
Paul B Mahol e5367b481b ffmpeg: fix loosing gaps between audio frame timestamps when filtering 3 years ago
Anton Khirnov bd55552d69 ffmpeg: rewrite setting the stream disposition 3 years ago
Anton Khirnov d4ae2a20e8 cmdutils: add an option for listing stream dispositions 3 years ago
Anton Khirnov a4c5d241ec lavf: add "disposition" AVOption to AVStream AVClass 3 years ago
Soft Works f3b6e3e81a fftools/cmdutils: Print bit depths when executing 'ffmpeg -pix_fmts' 3 years ago
Soft Works ce47ce079a fftools/ffmpeg: Output log message when interactive q command is received 3 years ago
Soft Works bcbedd2749 fftools/ffmpeg: Fix indentation after change 3 years ago
Soft Works 0a99c8322a fftools/ffmpeg: Remove redundant loop 3 years ago
Andreas Rheinhardt 44c65c6cc0 fftools/ffmpeg_opt: Fix copyinkf option name in warning message 3 years ago
Zane van Iperen 783935de18
fftools/ffplay: don't disable x11 compositing 3 years ago
Andreas Rheinhardt 21914e7a4e fftools/ffmpeg, ffmpeg_opt: Allocate (In|Out)putStream.pkt early 3 years ago
Andreas Rheinhardt f1df856fb6 fftools/ffmpeg: Remove unnecessary av_packet_unref() 3 years ago
Andreas Rheinhardt fb215798c7 fftools/ffmpeg: Fix crash when flushing non-fully setup output stream 3 years ago
Andreas Rheinhardt 8a23159797 fftools/ffmpeg, doc/examples: Remove redundant av_packet_unref 3 years ago
Andreas Rheinhardt d15efbdd5e fftools/ffmpeg_opt: Remove write-only variable 3 years ago
James Almer ed1a70469e ffmpeg_filter: don't try to autorotate frames with hwaccel pixel formats 3 years ago
Andreas Rheinhardt 01f106000b fftools/ffmpeg_opt: Add missing AV_OPT_SEARCH_FAKE_OBJ 3 years ago
Andreas Rheinhardt 1ea3650823 Replace all occurences of av_mallocz_array() by av_calloc() 3 years ago
Andreas Rheinhardt 3b6c25c925 avfilter/vf_subtitles, fftools/ffmpeg: Don't set sub_text_format 3 years ago
Andreas Rheinhardt c5c6871a22 fftools/cmdutils: Don't report AV_CODEC_CAP_TRUNCATED 3 years ago
James Almer 42fce6fffe ffmpeg: take into account image flipping in the display matrix 3 years ago
James Almer 535a835e51 ffmpeg: use display matrix frame side data for autorotation 3 years ago
James Almer a8bd8d46f9 cmdutils: round rotation value to nearest integer 3 years ago
Andreas Rheinhardt 6b08ed9f95 fftools/ffprobe: Don't access AVProgram.(start|end)_time 3 years ago
Haihao Xiang 6803d8b440 ffmpeg_hw: make hardware selection for filters more user friendly 3 years ago
Andreas Rheinhardt b36b703c29 fftools/cmdutils: Use %c, not %s to write a single char 3 years ago
Andreas Rheinhardt 5312208f12 Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and there is no specific default" 3 years ago
James Almer 7453d3482a ffmpeg: let AVFilterGraph parse the filter_threads option 3 years ago