111012 Commits (96e1325d9152323cb6418df017da7aca99d59f78)
 

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