114975 Commits (cdf71f789b2f94877983f2f2e586e099a7f0e586)
 

Author SHA1 Message Date
Martin Storsjö cdf71f789b Remove .travis.yml 7 months ago
James Almer ce33a5f16d avformat/movenc: remove one level of indentation 7 months ago
James Almer 63702d5f9c avcodec/aac/aacdec: remove double colon 7 months ago
Zhao Zhili 1b41631185 fftools: Fix implicit-const-int-float-conversion warning 7 months ago
Zhao Zhili 66161166dc avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support 7 months ago
Zhao Zhili 9e49915195 avcodec/mediacodecenc: Add global header support 7 months ago
Zhao Zhili 3cfea6993a avcodec/mediacodecenc: Remove write only variable 7 months ago
Zhao Zhili a5a3788f56 avcodec/mediacodecenc: Fix return empty packet when bsf is used 7 months ago
Zhao Zhili 32fa20c0c9 avcodec/mediacodec_wrapper: Fix unused variable warning 7 months ago
Zhao Zhili 98b5e80fd6 avcodec/mediacodec_wrapper: link to NDK mediacodec API directly 7 months ago
Zhao Zhili 309cff378c configure: Lower Android API level requirement of mediandk 7 months ago
Lynne e3650886c7
aacdec: initialize float/fixed SBR tables only when either is needed 7 months ago
Lynne 176c922e4e
aacsbr: constify the only SBR table 7 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 7 months ago
Lynne ae7c6cc17d
aac: move aacdec.c to aac/aacdec.c 7 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 7 months ago
Lynne cd1e404a10
aacdec: merge previously-templated code 7 months ago
Lynne ce740618d1
aacdec: move LATM decode functions into a separate file 7 months ago
Lynne e93793bf3c
aacdec: fully detemplate decoder core 7 months ago
Lynne 2f90d83981
aacdec: move fixed/float DSP initialization to templated init functions 7 months ago
Lynne 905fdb0601
aacdec: reuse TNS and LTP tables between fixed and float decoders 7 months ago
Lynne 49e7be1e37
aacdec: move prediction to separate files 7 months ago
Lynne b1718ce0f9
aacdec: move CCE decoding to a separate templated file 7 months ago
Lynne 41c04bec0a
aacdec: move fixed-point clipping to a separate function 7 months ago
Lynne 87a93a5670
aacdec: split off channel coupling into a new file 7 months ago
Lynne b7387ea00e
aacdec: deduplicate table initizalization 7 months ago
Lynne 41ae2b03a5
aacdec: move spectrum decode and dequantization to a new file 7 months ago
Lynne 5c026e6637
aacdec: remove unnecessary decode_spectrum_and_dequant arguments 7 months ago
Lynne eef9100a8e
aacdec: template LTP windowing separately 7 months ago
Lynne 091d85217d
aacdec: template windowing and transforms separately 7 months ago
Lynne a309aa4127
aacdec: duplicate table initialization 7 months ago
Lynne e9fc7661da
aacdec: template LTP application separately 7 months ago
Lynne db5128ef70
aacdec: template TNS application separately 7 months ago
Lynne ad16349f9b
aacdec: template intensity stereo application separately 7 months ago
Lynne 9f3fa77e0d
aacdec: template mid/side stereo application separately 7 months ago
Lynne a6295586f5
aacdec: template scalefactor dequantization separately 7 months ago
Lynne 7f3b3e2df1
aacdec: switch-ify scalefactor decoding 7 months ago
Lynne 77a88bbdda
aacdec: give spectrum dequant+decode SCE rather than an ICS 7 months ago
Lynne 60b60dd635
aacdec: separate out scalefactor dequantization from decoding 7 months ago
Lynne ed009bfd3d
aacdec: add a decoder DSP structure 7 months ago
Andreas Rheinhardt 9de66fd449
avcodec/aacdec_template: Deduplicate common part of aac_decode_init() 7 months ago
Andreas Rheinhardt 980a55fb46
avcodec/aacdec_template: Deduplicate AVClass+AVOptions 7 months ago
Andreas Rheinhardt e3693c6f56
avcodec/aacdec_template: Deduplicate aac_decode_close() 7 months ago
Andreas Rheinhardt 7117e0c7be
avcodec/aacdec: Use same AACDecContext for fixed and float 7 months ago
Andreas Rheinhardt fc3c2ea8dc
avcodec/aacdec: PredictorState array out of SingleChannelElement 7 months ago
Andreas Rheinhardt 8b2261e573
avcodec/aacdec: Always include AV(Fixed|Float)DSPContext in AACDecContext 7 months ago
Andreas Rheinhardt 5bd7b8d999
avcodec/aacdec: Split SBR context from ChannelElement 7 months ago
Andreas Rheinhardt 6975d965fc
avcodec/aacsbr: Make ff_aac_sbr_* funcs accept ChannelElement* 7 months ago
Lynne 3600f757db
aacsbr_template: include mem.h 7 months ago
Lynne f55b587820
aacdec: move aacdec_common to aac/aacdec_tab 7 months ago