113678 Commits (65c9c52a5aa9f6a0651b7f3302c8f140b3a322e5)
 

Author SHA1 Message Date
Anton Khirnov 0d00e2e2f7 fftools/ffmpeg_dec: eliminate all remaining InputStream uses 11 months ago
Anton Khirnov fe3be6f78f fftools/ffmpeg_dec: stop passing InputStream to dec_open() 11 months ago
Anton Khirnov a0ca99ccb7 fftools/ffmpeg_dec: remove unnecessary InputStream arguments 11 months ago
Anton Khirnov 1b2c539a0f fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts 11 months ago
Anton Khirnov b3d1916ba0 fftools/ffmpeg_dec: pass AVCodec through DecoderOpts 11 months ago
Anton Khirnov d5f9ef766b fftools/ffmpeg_dec: eliminate InputStream use in hw_device_setup_for_decode() 11 months ago
Anton Khirnov 097f9ddbe9 fftools/ffmpeg_dec: pass decoder name through DecoderOpts 11 months ago
Anton Khirnov 9ba4bc87e6 fftools/ffmpeg_dec: pass top_field_first through DecoderOpts 11 months ago
Anton Khirnov 9702817662 fftools/ffmpeg_dec: pass input timebase through DecoderOpts 11 months ago
Anton Khirnov b27de18e4f fftools/ffmpeg_dec: move setting compute_edt to demuxer 11 months ago
Anton Khirnov 052c83e356 fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts 11 months ago
Anton Khirnov e0a6cb07b2 fftools/ffmpeg_dec: move flags to DecoderOpts 11 months ago
Anton Khirnov 4bdffec814 fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate struct 11 months ago
Anton Khirnov a3a9c4ae66 fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to ffmpeg_dec 11 months ago
Anton Khirnov ebb8a58c8f fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag 11 months ago
Anton Khirnov a938f47916 fftools/ffmpeg: refactor disabling decoder threading for attached pictures 11 months ago
Anton Khirnov 474ca6c71e fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration 11 months ago
Anton Khirnov 924a6f3cc7 fftools/ffmpeg_dec: override video SAR with AVCodecParameters value 11 months ago
Anton Khirnov b2a0a2e6f5 fftools/ffmpeg: move decoder existence check to a more appropriate place 11 months ago
Anton Khirnov 217b8757db fftools/ffmpeg_dec: drop a useless log message 11 months ago
Anton Khirnov 27de2aacd1 fftools/ffmpeg_dec: drop useless and racy code 11 months ago
Anton Khirnov 9be3f80527 fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder 11 months ago
Anton Khirnov 5b0e4f945e fftools/ffmpeg_dec: pass decoder options as an argument to dec_open() 11 months ago
Anton Khirnov 7ecd45587f fftools/ffmpeg_dec: add an AVClass to Decoder 11 months ago
Anton Khirnov f2a2094c47 fftools/ffmpeg: make decoding AVCodecContext private to the decoder 11 months ago
Anton Khirnov d47bb91f8b fftools/ffmpeg_filter: consolidate decoder/filter type checks 11 months ago
Anton Khirnov b43d4a0692 fftools/ffmpeg_dec: export subtitle_header in Decoder 11 months ago
Anton Khirnov 3b84140a1b fftools/ffmpeg_dec: split Decoder into a private and public part 11 months ago
Anton Khirnov 0291b6f824 lavfi/vsrc_ddagrab: add an option to avoid duplicating frames 11 months ago
James Almer 66f028accb avcodec/cbs_h266: fix logic setting num_layers_in_ols when vps_ols_mode_idc is 2 11 months ago
Frank Plowman 85e031d5bf lavc/vvc: Increase IntraEdgeParams buffer size 11 months ago
Anton Khirnov 887a7817b6 lavc: move bitstream filters into bsf/ subdir 11 months ago
Anton Khirnov e0da916b8f fftools/ffmpeg: optimize inter-thread queue sizes 12 months ago
Andreas Rheinhardt 341d0419e1 avcodec/texturedsp: Factor common code out 12 months ago
Andreas Rheinhardt 4f58372c10 avcodec/hap: Avoid unnecessary opt.h inclusion 12 months ago
Andreas Rheinhardt a3fc9fb9fb avcodec/texturedsp: Add separate TextureDSPEncContext 12 months ago
Andreas Rheinhardt 8f791304f2 avcodec/dxvenc, hap(dec|enc): Move TextureDSPContext to stack 12 months ago
Andreas Rheinhardt e1d1304b4b avcodec/texturedspenc: Remove unused rgtc1_u_alpha encoding func 12 months ago
Andreas Rheinhardt 916f016741 avcodec/dxvenc: Fix data races with slice threading 12 months ago
Andreas Rheinhardt 555879ca7c avcodec/dxvenc: Don't cast const away 12 months ago
Wenbin Chen d52e8ed114 libavfilter/vf_dnn_detect: Use class confidence to filt boxes 12 months ago
Wenbin Chen 3de38b9da5 libavfilter/dnn_interface: use dims to represent shapes 12 months ago
Wenbin Chen c695de56b5 libavfilter/dnn_bakcend_openvino: Add automatic input/output detection 12 months ago
Frank Plowman 0c517fcbe8 lavc/vvc: Fix emulation prevention byte handling 12 months ago
Anton Khirnov bab7f91c36 tests/fate/ffmpeg: add a test for the issue fixed in previous commit 12 months ago
Anton Khirnov 1ea2e757f7 fftools/ffmpeg_filter: do not end filtering when a graph input EOFs 12 months ago
Anton Khirnov 00013341df fftools/ffmpeg_sched: add filter API to signal EOF on input 12 months ago
James Almer eb4584f994 avcodec/vvc_ps: remove duplicated enum 12 months ago
Frank Plowman 763e31a8d3 lavc/vvc: Clamp shift RHS 12 months ago
Frank Plowman cb7b4ee024 lavc/vvc: Use av_log2 when destination is integer 12 months ago