summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* 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
* lavu/tx: add naive_small FFTLynne2022-11-24
* lavu/tx: list all odd-length FFT factors as regular codeletsLynne2022-11-24
* lavu/tx: generalize single-factor transformsLynne2022-11-24
* lavu/tx: make prime factor transforms truly in-placeLynne2022-11-24
* fate/aacenc: increase tolerance for ln-128k testLynne2022-11-24
* avcodec/flashsvenc: Remove unnecessary or unused variableAndreas Rheinhardt2022-11-23
* avcodec/flashsvenc: Avoid copying frameAndreas Rheinhardt2022-11-23
* avcodec/flashsvenc: Change check for first frameAndreas Rheinhardt2022-11-23
* avcodec/flashsvenc: Use const where appropriateAndreas Rheinhardt2022-11-23
* avcodec/flashsvenc: Remove unused bufferAndreas Rheinhardt2022-11-23
* avcodec/flashsvenc: Fix packet size calculationAndreas Rheinhardt2022-11-23
* avcodec/pnmenc: Check av_image_get_buffer_size()Andreas Rheinhardt2022-11-23
* doc/developer.texi: extend and update naming conventionsAnton Khirnov2022-11-23
* doc/developer.texi: drop a misplaced sentence from code formatting sectionAnton Khirnov2022-11-23
* doc/developer.texi: move editor configuration under formattingAnton Khirnov2022-11-23
* doc/developer.texi: update the language feature sectionAnton Khirnov2022-11-23
* doc/developer.texi: move the language feature section higher upAnton Khirnov2022-11-23
* configure: drop support for complex functionsAnton Khirnov2022-11-23
* fftools/ffmpeg_mux_init: postpone matching -disposition to streamsAnton Khirnov2022-11-23
* fftools/ffmpeg: _-prefix variables in MATCH_PER_STREAM_OPT()Anton Khirnov2022-11-23
* fftools/ffmpeg: declare loop variables inside loops in transcode_init()Anton Khirnov2022-11-23
* fftools/ffmpeg: do not assume input streams existAnton Khirnov2022-11-23
* fftools/ffmpeg: remove the input_streams globalAnton Khirnov2022-11-23
* fftools/ffmpeg_mux_init: simplify inner loop in map_auto_{video,audio}Anton Khirnov2022-11-23
* fftools/ffmpeg: replace OutputStream.source_index with a pointer to InputStreamAnton Khirnov2022-11-23
* fftools/ffmpeg: stop inventing fake source informationAnton Khirnov2022-11-23
* fftools/ffmpeg: drop an arbitrary conditionAnton Khirnov2022-11-23
* fftools/ffmpeg: move freeing an input stream into a separate functionAnton Khirnov2022-11-23