summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* fftools/ffmpeg: only convert video frame pts if we have a frameAnton Khirnov2022-11-28
* fftools/ffmpeg: call check_recording_time() with actual frame ptsAnton Khirnov2022-11-28
* fftools/ffmpeg: stop calling adjust_frame_pts_to_encoder_tb() for audioAnton Khirnov2022-11-28
* fftools/ffmpeg: set AVFrame.time_base after filteringAnton Khirnov2022-11-28
* fftools/ffmpeg: move logging filtered frame timestampsAnton Khirnov2022-11-28
* fftools/ffmpeg: avoid storing full forced keyframe specAnton Khirnov2022-11-28
* fftools/ffmpeg: parse forced keyframes in of_open()Anton Khirnov2022-11-28
* fftools/ffmpeg: store forced keyframe pts in AV_TIME_BASE_QAnton Khirnov2022-11-28
* fftools/ffmpeg: move force-keyframe-related vars to a separate structAnton Khirnov2022-11-28
* fftools/ffmpeg: stop explicitly closing decodersAnton Khirnov2022-11-28
* avcodec/amrwbdec: update .p.sample_fmts to planar variantPaul B Mahol2022-11-28
* avfilter/avf_avectorscope: simplify code a littlePaul B Mahol2022-11-27
* avcodec/mjpegenc: take into account component count when writing the SOF head...James Almer2022-11-26
* avcodec/pngdec: Mark damaged frames as finishedAndreas Rheinhardt2022-11-25
* avfilter/f_ebur128: fix crash when using vflip filterPaul B Mahol2022-11-25
* avfilter/avf_showcqt: fix crash when using vflip filterPaul B Mahol2022-11-25
* avfilter/avf_a3dscope: fix crash when using vflip filterPaul B Mahol2022-11-25
* avfilter/avf_avectorscope: fix crash when using vflip filterPaul B Mahol2022-11-25
* avfilter/avf_showcqt: remove invalid linePaul B Mahol2022-11-25
* avcodec/apac: stop adding samples if we run out of bits on EOFPaul B Mahol2022-11-25
* avutil/tx: Use proper deallocatorAndreas Rheinhardt2022-11-25
* avformat/wavenc: w64 muxer supports only 1 streamPaul B Mahol2022-11-25
* swscale/utils: Fix indentationAndreas Rheinhardt2022-11-24
* swscale/utils: Derive range from YUVJ-pix-fmt only onceAndreas Rheinhardt2022-11-24
* swscale/utils: Move functions to avoid forward declarationsAndreas Rheinhardt2022-11-24
* swscale/utils: Avoid calling ff_thread_once() unnecessarilyAndreas Rheinhardt2022-11-24
* swscale/utils: Don't allocate AVFrames for slice contextsAndreas Rheinhardt2022-11-24
* swscale/utils: Factor initializing single slice context outAndreas Rheinhardt2022-11-24
* lavu: bump minor and add APIchanges entry for lavu/tx DCTLynne2022-11-24
* binkaudio: convert to lavu/txLynne2022-11-24
* lavu/tx: add DCT-III implementationLynne2022-11-24
* lavu/tx: add DCT-II implementationLynne2022-11-24
* lavu/tx: clarify stride for RDFT transformsLynne2022-11-24
* lavu/tx: fix last coefficient scaling for R2C transformsLynne2022-11-24
* lavu/tx: generalize PFA FFTsLynne2022-11-24
* lavu/tx: add length decomposition functionLynne2022-11-24
* lavu/tx: refactor to explicitly track and convert lookup table orderLynne2022-11-24
* lavu/tx: refactor and separate codelet list and prio codeLynne2022-11-24
* lavu/tx: improve transform tree loggingLynne2022-11-24
* lavu/tx: allow codelets to specify a minimum number of matching factorsLynne2022-11-24
* lavu/tx: add ff_tx_clear_ctx()Lynne2022-11-24
* x86/tx_float: implement striding in fft_15xMLynne2022-11-24
* x86/tx_float_init: properly specify the supported factors of 15xM FFTsLynne2022-11-24
* x86/tx_float: add a standalone 15-point AVX2 transformLynne2022-11-24
* x86/tx_float: optimize and macro out FFT15Lynne2022-11-24
* lavu/tx: support output stride in naive transformsLynne2022-11-24
* lavu/tx: add fft_inplace_small transformsLynne2022-11-24
* lavu/tx: drop requirement of input == output for in-place transformsLynne2022-11-24
* lavu/tx: support out-of-place transforms in fft_inplaceLynne2022-11-24
* lavu/tx: make C ptwo transforms in+out of placeLynne2022-11-24