115235 Commits (a3e45063c0b132eff0122258bd12691357cff1c6)
 

Author SHA1 Message Date
James Almer ecf87dd230 fftools/ffmpeg_mux_init: allow mapping a stream group from one of the inputs 10 months ago
James Almer 8616cfe089 avutil/opt: add support for children objects in av_opt_serialize 10 months ago
James Almer 855d4b5254 avutil/tests/opt: test av_opt_find2() 10 months ago
James Almer a9df9f95c4 avutil/test/opt: test the AV_OPT_SERIALIZE_SKIP_DEFAULTS flag 10 months ago
Michael Niedermayer b91e3c4c90
avcodec/cbs_h2645: Check NAL space 10 months ago
Michael Niedermayer 02301017d2
avfilter/vf_thumbnail_cuda: Set ret before checking it 10 months ago
Michael Niedermayer e7174e66ac
avfilter/signature_lookup: Dont copy uninitialized stuff around 10 months ago
Michael Niedermayer 25cb66369e
avfilter/signature_lookup: Fix 2 differences to the refernce SW 10 months ago
Michael Niedermayer fb4a1eaadf
tools: add target_enc_fuzzer.c 10 months ago
Timo Rothenpieler 61f27e5f71 doc: use HOSTEXESUF when calling print_options 10 months ago
Martin Storsjö cdf71f789b Remove .travis.yml 10 months ago
James Almer ce33a5f16d avformat/movenc: remove one level of indentation 10 months ago
James Almer 63702d5f9c avcodec/aac/aacdec: remove double colon 10 months ago
Zhao Zhili 1b41631185 fftools: Fix implicit-const-int-float-conversion warning 10 months ago
Zhao Zhili 66161166dc avcodec/mediacodecenc: add AV_CODEC_CAP_ENCODER_FLUSH support 10 months ago
Zhao Zhili 9e49915195 avcodec/mediacodecenc: Add global header support 10 months ago
Zhao Zhili 3cfea6993a avcodec/mediacodecenc: Remove write only variable 10 months ago
Zhao Zhili a5a3788f56 avcodec/mediacodecenc: Fix return empty packet when bsf is used 10 months ago
Zhao Zhili 32fa20c0c9 avcodec/mediacodec_wrapper: Fix unused variable warning 10 months ago
Zhao Zhili 98b5e80fd6 avcodec/mediacodec_wrapper: link to NDK mediacodec API directly 10 months ago
Zhao Zhili 309cff378c configure: Lower Android API level requirement of mediandk 10 months ago
Lynne e3650886c7
aacdec: initialize float/fixed SBR tables only when either is needed 10 months ago
Lynne 176c922e4e
aacsbr: constify the only SBR table 10 months ago
Lynne 03cf101645
aacdec: remove AAC-specific MIPS optimizations 10 months ago
Lynne ae7c6cc17d
aac: move aacdec.c to aac/aacdec.c 10 months ago
Lynne 551ce16b59
aacdec: move aacdec.h into libavcodec/aac 10 months ago
Lynne cd1e404a10
aacdec: merge previously-templated code 10 months ago
Lynne ce740618d1
aacdec: move LATM decode functions into a separate file 10 months ago
Lynne e93793bf3c
aacdec: fully detemplate decoder core 10 months ago
Lynne 2f90d83981
aacdec: move fixed/float DSP initialization to templated init functions 10 months ago
Lynne 905fdb0601
aacdec: reuse TNS and LTP tables between fixed and float decoders 10 months ago
Lynne 49e7be1e37
aacdec: move prediction to separate files 10 months ago
Lynne b1718ce0f9
aacdec: move CCE decoding to a separate templated file 10 months ago
Lynne 41c04bec0a
aacdec: move fixed-point clipping to a separate function 10 months ago
Lynne 87a93a5670
aacdec: split off channel coupling into a new file 10 months ago
Lynne b7387ea00e
aacdec: deduplicate table initizalization 10 months ago
Lynne 41ae2b03a5
aacdec: move spectrum decode and dequantization to a new file 10 months ago
Lynne 5c026e6637
aacdec: remove unnecessary decode_spectrum_and_dequant arguments 10 months ago
Lynne eef9100a8e
aacdec: template LTP windowing separately 10 months ago
Lynne 091d85217d
aacdec: template windowing and transforms separately 10 months ago
Lynne a309aa4127
aacdec: duplicate table initialization 10 months ago
Lynne e9fc7661da
aacdec: template LTP application separately 10 months ago
Lynne db5128ef70
aacdec: template TNS application separately 10 months ago
Lynne ad16349f9b
aacdec: template intensity stereo application separately 10 months ago
Lynne 9f3fa77e0d
aacdec: template mid/side stereo application separately 10 months ago
Lynne a6295586f5
aacdec: template scalefactor dequantization separately 10 months ago
Lynne 7f3b3e2df1
aacdec: switch-ify scalefactor decoding 10 months ago
Lynne 77a88bbdda
aacdec: give spectrum dequant+decode SCE rather than an ICS 10 months ago
Lynne 60b60dd635
aacdec: separate out scalefactor dequantization from decoding 10 months ago
Lynne ed009bfd3d
aacdec: add a decoder DSP structure 10 months ago