109304 Commits (f1907faab4023517af7d10d746b5684cccc5cfcc)
 

Author SHA1 Message Date
Michael Niedermayer 7792825ad6
avutil/tx: Use unsigned in ff_tx_fft_sr_combine() to avoid undefined behavior 2 years ago
Lynne 90c17a05aa
x86/tx_float: fix stray change in 15xM FFT and replace imul->lea 2 years ago
Niklas Haas 48c385fb4c avfilter/vf_libplacebo: support more output formats 2 years ago
Anton Khirnov becbb22eb0 fftools/ffmpeg: cosmetics 2 years ago
Anton Khirnov d04ec7efe3 fftools/ffmpeg: remove a useless inner block 2 years ago
Anton Khirnov d60d6d819d fftools/ffmpeg: drop an always-false check 2 years ago
Anton Khirnov 8ee4365ad8 fftools/ffmpeg: only convert video frame pts if we have a frame 2 years ago
Anton Khirnov 617ea07c22 fftools/ffmpeg: call check_recording_time() with actual frame pts 2 years ago
Anton Khirnov 86a71d6b3c fftools/ffmpeg: stop calling adjust_frame_pts_to_encoder_tb() for audio 2 years ago
Anton Khirnov a186360f27 fftools/ffmpeg: set AVFrame.time_base after filtering 2 years ago
Anton Khirnov d9534ec84e fftools/ffmpeg: move logging filtered frame timestamps 2 years ago
Anton Khirnov 2fa2e146cc fftools/ffmpeg: avoid storing full forced keyframe spec 2 years ago
Anton Khirnov 334e52e094 fftools/ffmpeg: parse forced keyframes in of_open() 2 years ago
Anton Khirnov efe4423627 fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_Q 2 years ago
Anton Khirnov b1143330c8 fftools/ffmpeg: move force-keyframe-related vars to a separate struct 2 years ago
Anton Khirnov 630fbdcc52 fftools/ffmpeg: stop explicitly closing decoders 2 years ago
Paul B Mahol e8e9950f2a avcodec/amrwbdec: update .p.sample_fmts to planar variant 2 years ago
Paul B Mahol 2324b917fc avfilter/avf_avectorscope: simplify code a little 2 years ago
James Almer 1009396953 avcodec/mjpegenc: take into account component count when writing the SOF header size 2 years ago
Andreas Rheinhardt 0c5af908c1 avcodec/pngdec: Mark damaged frames as finished 2 years ago
Paul B Mahol e0bc798ce5 avfilter/f_ebur128: fix crash when using vflip filter 2 years ago
Paul B Mahol 4c1a79eb80 avfilter/avf_showcqt: fix crash when using vflip filter 2 years ago
Paul B Mahol 9d2b5762d3 avfilter/avf_a3dscope: fix crash when using vflip filter 2 years ago
Paul B Mahol 9c8b977c1e avfilter/avf_avectorscope: fix crash when using vflip filter 2 years ago
Paul B Mahol f2ea508e16 avfilter/avf_showcqt: remove invalid line 2 years ago
Paul B Mahol 5d7f3b2639 avcodec/apac: stop adding samples if we run out of bits on EOF 2 years ago
Andreas Rheinhardt 1a7efafd33 avutil/tx: Use proper deallocator 2 years ago
Paul B Mahol 2ad199ae31 avformat/wavenc: w64 muxer supports only 1 stream 2 years ago
Andreas Rheinhardt 1ff9c07fa6 swscale/utils: Fix indentation 2 years ago
Andreas Rheinhardt b2d1a25816 swscale/utils: Derive range from YUVJ-pix-fmt only once 2 years ago
Andreas Rheinhardt ff39dcb129 swscale/utils: Move functions to avoid forward declarations 2 years ago
Andreas Rheinhardt baccc1c541 swscale/utils: Avoid calling ff_thread_once() unnecessarily 2 years ago
Andreas Rheinhardt 8ee0711228 swscale/utils: Don't allocate AVFrames for slice contexts 2 years ago
Andreas Rheinhardt 64ed1d40df swscale/utils: Factor initializing single slice context out 2 years ago
Lynne e97368eba5
lavu: bump minor and add APIchanges entry for lavu/tx DCT 2 years ago
Lynne ca8aaf24df
binkaudio: convert to lavu/tx 2 years ago
Lynne a56d7e0ca3
lavu/tx: add DCT-III implementation 2 years ago
Lynne 504b7bec1a
lavu/tx: add DCT-II implementation 2 years ago
Lynne 93c30bd6f0
lavu/tx: clarify stride for RDFT transforms 2 years ago
Lynne 43d285a40f
lavu/tx: fix last coefficient scaling for R2C transforms 2 years ago
Lynne 8547123f3b
lavu/tx: generalize PFA FFTs 2 years ago
Lynne 7f019e7758
lavu/tx: add length decomposition function 2 years ago
Lynne 87bae6b018
lavu/tx: refactor to explicitly track and convert lookup table order 2 years ago
Lynne 1c8d77a2bf
lavu/tx: refactor and separate codelet list and prio code 2 years ago
Lynne 958b3760b5
lavu/tx: improve transform tree logging 2 years ago
Lynne 6ddd10c3e2
lavu/tx: allow codelets to specify a minimum number of matching factors 2 years ago
Lynne dd77e61182
lavu/tx: add ff_tx_clear_ctx() 2 years ago
Lynne fab97faf02
x86/tx_float: implement striding in fft_15xM 2 years ago
Lynne 92100eee5b
x86/tx_float_init: properly specify the supported factors of 15xM FFTs 2 years ago
Lynne cc1df4045e
x86/tx_float: add a standalone 15-point AVX2 transform 2 years ago