summaryrefslogtreecommitdiff
path: root/libavcodec/sinewin.h
Commit message (Expand)AuthorAgeFilesLines
* avcodec/aacdec_fixed: Move fixed-point sinewin tables to its only userAndreas Rheinhardt2021-02-071-9/+4
* lavu/mem: move the DECLARE_ALIGNED macro family to mem_internal on next+1 bumpAnton Khirnov2021-01-011-1/+1
* avcodec/sinewin: Fix wrong number of elements of array declarationAndreas Rheinhardt2020-12-081-1/+1
* avcodec/aacdec, sinewin: Move 120 and 960 point sine tables to aacdecAndreas Rheinhardt2020-12-081-5/+0
* lavc/sinewin: Do not declare AAC 120/960 tables as const.Carl Eugen Hoyos2018-10-191-2/+5
* avcodec/aac: Add floating point 960/120 MDCT windowPaul B Mahol2017-08-241-1/+3
* avcodec: Minor macro polishingNedeljko Babic2015-07-221-12/+5
* libavcodec: Implementation of AAC_fixed_decoder (LC-module) [2/4]Jovan Zelincevic2015-07-091-4/+16
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-05-221-1/+1
|\
| * Convert vector_fmul range of functions to YASM and add AVX versionsKieran Kunhya2012-05-211-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-181-1/+2
|\ \ | |/
| * wmapro: change max. block size to 13 bits.Ronald S. Bultje2012-02-161-1/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-221-1/+1
|\ \ | |/
| * multiple inclusion guard cleanupDiego Biurrun2011-05-211-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-211-4/+4
|/
* Move sine windows to a separate fileMans Rullgard2011-03-201-0/+59