110797 Commits (6ee57fd2b6769725afa66d2f742d928db48ff19f)
 

Author SHA1 Message Date
Anton Khirnov 6ee57fd2b6 fftools/ffmpeg_demux: only print demuxing stats if demuxing actually started 1 year ago
Anton Khirnov d9bcbf9200 fftools/ffmpeg: drop outdated comments 1 year ago
Anton Khirnov ec75b79fe1 fftools/ffmpeg: fail earlier on text/bitmap subtitles mismatch 1 year ago
Anton Khirnov 2b3905254e fftools/ffmpeg_enc: use AVFrame.hw_frames_ctx for encoder hw setup 1 year ago
Anton Khirnov f15b206286 fftools/ffmpeg_hw: move hw_device_setup_for_encode() to ffmpeg_enc 1 year ago
Anton Khirnov 760a9bd306 fftools/ffmpeg_hw: move hw_device_setup_for_decode() to ffmpeg_dec 1 year ago
Paul B Mahol e8e4863325 avfilter/af_silenceremove: fix the any/all confusion and change default 1 year ago
Paul B Mahol 8d662adcc9 avfilter/af_silenceremove: speed-up filtering once start-trim is over 1 year ago
Paul B Mahol 965f99f904 avfilter/af_silenceremove: add timeline support 1 year ago
Paul B Mahol 7927a96e2b avfilter/af_silenceremove: add commands support 1 year ago
James Almer e86e2d5921 fftools/ffmpeg_dec: abort if avcodec_send_packet() returns EAGAIN 1 year ago
Paul B Mahol 5a13b133f8 avfilter/af_silenceremove: add median silence detector 1 year ago
Paul B Mahol 68d0b881de avfilter/silenceremove_template: fix peak detector 1 year ago
Paul B Mahol 29710dd7f2 avfilter/af_silenceremove: speed-up start-only trimming once trim is over 2 years ago
Paul B Mahol f59d9514da avfilter/silenceremove_template: skip silence start detection after start-only trimming is over 2 years ago
Paul B Mahol 2b5166addf avfilter/af_silenceremove: add real peak detector 2 years ago
Paul B Mahol 3235de4883 avfilter/af_silenceremove: switch to activate 2 years ago
yuanhecai 82278e8749
avutil/la: Add function performance testing 2 years ago
Jin Bo cb4ae8baee
swscale/la: Add following builtin optimized functions 2 years ago
Lu Wang 4501b1dfd7
swscale/la: Optimize the functions of the swscale series with lsx. 2 years ago
yuanhecai f6077cc666
avcodec/la: Add LSX optimization for h264 qpel. 2 years ago
Lu Wang 8815a7719e
avcodec/la: Add LSX optimization for h264 chroma and intrapred. 2 years ago
Hao Chen 7845b5ecd6
avcodec/la: Add LSX optimization for loop filter. 2 years ago
Shiyou Yin e1b6ecd20a
avcodec/la: add LSX optimization for h264 idct. 2 years ago
Paul B Mahol 90fba27743 avfilter/trim: switch to activate 2 years ago
Paul B Mahol c6b6356635 avformat/gifdec: switch to using gif parser 2 years ago
Paul B Mahol e7cadd0ee5 avformat/demux: add support to derive timestamps from packet durations for video 2 years ago
Paul B Mahol a1838c59bb avfilter/af_astats: add abs_peak_count stat 2 years ago
James Almer 97f4263457 avcodec/av1dec: convert to receive_frame() 2 years ago
Gyan Doshi 944243477b doc/filters: clarify requirements for subtitles wrap_unicode option 2 years ago
Zhao Zhili 43ace8f2bc avfilter/vf_subtitles: add wrap_unicode option 2 years ago
Haihao Xiang 8e2547ebb2 lavc/qsvenc: the height is aligned to 32 for AV1 2 years ago
Haihao Xiang 943a42fc54 lavc/qsvenc: make sure continuous allocation 2 years ago
Haihao Xiang cf79dab8df lavc/qsvenc: avoid data copy if possible 2 years ago
Haihao Xiang cfdfd6aa72 lavc/qsvenc: use the right alignment instead of hard coded value 2 years ago
Haihao Xiang 2b0fe52967 lavc/qsv: fallback to the default mfx implementation for internal session on Windows 2 years ago
Niklas Haas 0bce5590c3 lavfi/vf_libplacebo: fix crop expr PTS calculation 2 years ago
Niklas Haas d815584755 lavif/vf_libplacebo: move code (cosmetic) 2 years ago
Niklas Haas ee13414444 lavfi/vf_libplacebo: update settings after adding hooks 2 years ago
Anton Khirnov 4e521e6102 fate/tests/ffmpeg: use -idct simple for fate-ffmpeg-input-r 2 years ago
James Almer f209614290 avcodec/libdav1d: only return EAGAIN when there are no buffered packets 2 years ago
Paul B Mahol 557686ac63 avdevice/opengl_enc: check sscanf return value 2 years ago
Marvin Scholz 86b252ea9d avfilter/vf_tpad: accept hardware frames in clone-only mode 2 years ago
Marvin Scholz fa7180b827 avfilter/vf_tpad: use enum for start/stop_mode 2 years ago
Anton Khirnov c894f85f72 fftools/ffmpeg_dec: rename decode_video() to video_frame_process() 2 years ago
Anton Khirnov 909f5dfae1 fftools/ffmpeg_dec: inline decode_audio() into dec_packet() 2 years ago
Anton Khirnov 959a5decf2 fftools/ffmpeg_dec: deduplicate code in decode_audio/video() 2 years ago
Anton Khirnov ab3493006f fftools/ffmpeg_dec: merge check_decode_result() into its callers 2 years ago
Anton Khirnov c08717adae fftools/ffmpeg: reindent after previous commit 2 years ago
Anton Khirnov 748f2999ee fftools/ffmpeg_dec: restructure audio/video decoding loop 2 years ago