111153 Commits (7d4e00ccf0b77dab1bf74320b26af968ba670394)
 

Author SHA1 Message Date
Anton Khirnov 58a64e3d54 fftools/ffmpeg_mux_init: only process -enc_time_base if the stream is encoded 2 years ago
Anton Khirnov 2baae6434b fftools/ffmpeg_enc: merge two adjacent video-specific blocks 2 years ago
Anton Khirnov c8a85d1b2f fftools/ffmpeg_mux_init: do not overwrite OutputStream.frame_rate for streamcopy 2 years ago
Anton Khirnov ccf219e361 fftools/ffmpeg_enc: avoid breaking exactly integer timestamps in vsync code 2 years ago
Anton Khirnov c7a05ac117 fftools/ffmpeg_demux: do not set AVCodecContext.framerate 2 years ago
Anton Khirnov d8c61ba723 fftools/ffmpeg_filter: drop a block disabled since 2012 2 years ago
Anton Khirnov ad14bdbcfd fftools/ffmpeg_filter: drop a write-only variable 2 years ago
Anton Khirnov 57021a68d9 fftools/ffmpeg_mux: set stream duration after the timebase is certainly known 2 years ago
Anton Khirnov ba1141d8a9 fftools/ffmpeg_enc: move nb_frames{dup,drop} globals into OutputStream 2 years ago
Anton Khirnov 09af34dc91 tests/fate/ffmpeg: add tests for -max_error_rate 2 years ago
Michael Niedermayer b1c3d81e71
avformat/oggparsetheora: clip duration within 64bit 2 years ago
Michael Niedermayer b168aeb734
avcodec/rka: avoid undefined multiply in cmode==0 2 years ago
Michael Niedermayer cbe5e480aa
avcodec/rka: use 64bit for srate_pad computation 2 years ago
Jeremy Wu b92af7b64e avcodec/aacenc: add strict bit rate control option 2 years ago
Philip Langdale 378fb40282 avutil/hwcontext_vulkan: disable multiplane when deriving from cuda 2 years ago
Rick Kern 4ef5e7d472 lavc/videotoolboxenc: support additional options 2 years ago
xufuji456 decc776f88 avcodec/videotoolboxenc: add CBP/CHP profile 2 years ago
Rick Kern cab6d7bd71 lavc/videotoolboxenc: use ffmpeg profile constants 2 years ago
Paul B Mahol 2342c05e43 avcodec/magicyuvenc: put some slice work under parallel execution 2 years ago
Anton Khirnov ba32f28498 doc/examples/transcode: convert timestamps between filtering and encoding 2 years ago
Anton Khirnov 811b0e02be doc/examples/transcode: stop using decoder's AVCodecContext.time_base 2 years ago
Anton Khirnov 828d3b4432 doc/examples/transcode: set packet timebase for decoding 2 years ago
Paul B Mahol 6b8d53f728 avcodec/magicyuvenc: add slice encoding support 2 years ago
James Almer 4da14c302f avcodec/av1dec: reset the fragment on extradata reading failure 2 years ago
James Almer 8c6b931f4c avcodec/av1dec: reset the fragment on reading failure 2 years ago
Paul B Mahol 9a9b56c870 avfilter/vf_mix: add fast filtering in case all tmix weights are same 2 years ago
James Almer da23151eaf avformat/oggparseflac: use the GetByteContext API 2 years ago
Timo Rothenpieler d2b46c1ef7 avcodec/nvenc: stop using deprecated rc modes with SDK 12.1 2 years ago
Timo Rothenpieler 03823ac0c6 configure: use non-deprecated nvenc GUID for conftest 2 years ago
Paul B Mahol 3cfd85ec20 avfilter/avf_showcqt: switch to activate 2 years ago
Paul B Mahol baa9fccf8d avfilter/vf_mergeplanes: remove hack for linesize calculation 2 years ago
Pierre-Anthony Lemieux 0f2f0dd5b4
avformat/imf: clean-up logging 2 years ago
Anton Khirnov ba2c791627 fftools/ffmpeg_filter: do not flush encoders on parameter change 2 years ago
Anton Khirnov 106167374c fftools/ffmpeg_mux: flush bsfs immediately on exceeding recoding time 2 years ago
Anton Khirnov 2674532eee fftools/ffmpeg_filter: constify the argument of filtergraph_is_simple() 2 years ago
Anton Khirnov 3bfc2c589a fftools/ffmpeg_filter: make InputStream.filter private 2 years ago
Anton Khirnov 5924b70075 fftools/ffmpeg_filter: make ifilter_has_all_input_formats() static 2 years ago
Anton Khirnov 2262df5e8a fftools/ffmpeg_filter: drop unreachable code 2 years ago
Anton Khirnov f3e0a83e8e fftools/ffmpeg_enc: stop configuring filters from encoder flush 2 years ago
Anton Khirnov f8abab673c fftools/ffmpeg: move sub2video handling to ffmpeg_filter 2 years ago
Anton Khirnov 20cacfe493 fftools/ffmpeg: rework setting sub2video parameters 2 years ago
Anton Khirnov ea5c39cef6 fftools/ffmpeg: tweak sub2video_heartbeat() arguments 2 years ago
Anton Khirnov a6d67b11f5 fftools/ffmpeg_filter: move sub2video subtitle queue to InputFilterPriv 2 years ago
Anton Khirnov 5d530e3a72 fftools/ffmpeg_dec: move sub2video submission to ffmpeg_filter 2 years ago
Anton Khirnov 3d35b73b2a fftools/ffmpeg: constify AVSubtitle parameters as appropriate 2 years ago
Anton Khirnov ad4efb9158 fftools/ffmpeg_filter: try to configure filtergraphs earlier 2 years ago
Anton Khirnov 7520cd9f07 fftools/ffmpeg_mux_init: move OutputFilter setup code to ffmpeg_filter 2 years ago
Anton Khirnov 87b576135e fftools/ffmpeg_filter: factor out binding an output stream to OutputFilter 2 years ago
Anton Khirnov dc5864a00c fftools/ffmpeg_filter: create Input/OutputFilters together with FilterGraph 2 years ago
Anton Khirnov a1061d4bdc fftools/ffmpeg_filter: move some functions higher up 2 years ago