aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-02-20Fix NONTHREADSAFE_PSEUDOSTACKJean-Marc Valin
2024-02-20Silences gcc warningJean-Marc Valin
2024-02-18Remove training whitespaceJean-Marc Valin
2024-02-18Instructions for reusing loss simulatorJean-Marc Valin
2024-02-17Add lossgen_demoJean-Marc Valin
2024-02-16meson: Increase slow tests timeoutXavier Claessens
2024-02-16dump_modes: add missing file to buildGiovanni Bajo
2024-02-16Map 2 extra channels in 5th order HOAChris Hold
2024-02-16Provide 4th order HOA map 3 mixing and demixingChris Hold
2024-02-16fixed compiler warning when building without dredJan Buethe
2024-02-16Delaying new DRED data when just out of silenceJean-Marc Valin
2024-02-16Add dred_end return value to opus_dred_parse()Jean-Marc Valin
2024-02-16Support for extra offsetJean-Marc Valin
2024-02-16Refactoring: store all statesJean-Marc Valin
2024-02-16Chopping the oldest silence in a DRED payloadJean-Marc Valin
2024-02-15Fix missing dotprod optimizationJean-Marc Valin
2024-02-15hangover fix in osce/utils/pitch.pyJan Buethe
2024-02-15re-dumped osce models with sparse=FalseJan Buethe
2024-02-15disabled sparse option in osce export scriptJan Buethe
2024-02-14Provide 5th order HOA map 3 mixing and demixingChris Hold
2024-02-14More #ifdef around the dnn codeJean-Marc Valin
2024-02-14Conditional includeJean-Marc Valin
2024-02-14updated modelJan Buethe
2024-02-11Fix check-asm for celt_fir_sse4_1()Jean-Marc Valin
2024-02-09Fix OOB read in fixed-point NEON intrinsics.Timothy B. Terriberry
2024-02-09Add check-asm for fixed-point xcorr_kernel().Timothy B. Terriberry
2024-02-06Add basic testing for Deep PLC, DRED, and OSCEJean-Marc Valin
2024-02-06Make opus_packet_unpad() discard extensions tooJean-Marc Valin
2024-02-06Fix internal error on DREDJean-Marc Valin
2024-02-06Avoid size-zero OPUS_COPY() with NULL pointerJean-Marc Valin
2024-02-02Allow wrap-around in silk_LPC_analysis_filter_avx2()Jean-Marc Valin
2024-02-02Fix log(0) on silence for fixed-pointJean-Marc Valin
2024-02-02Add missing NULL pointer checkJean-Marc Valin
2024-02-02Fix various typosluzpaz
2024-01-31Fix OSCE using uninitialized range coder for PLCJean-Marc Valin
2024-01-31Fix lossgen shared buildJean-Marc Valin
2024-01-31Avoid padding multi-frame DTX packetsJean-Marc Valin
2024-01-31Allow for DRED in DTX refresh packetsJean-Marc Valin
2024-01-31Handle the offset from the DRED frame idJean-Marc Valin
2024-01-31Fix frame separator parsingJean-Marc Valin
2024-01-30Fix c90 buildJean-Marc Valin
2024-01-25Cleanup previous commitsJean-Marc Valin
2024-01-25divide max payload tooJean-Marc Valin
2024-01-25First shot at multi-frame CBR with DREDJean-Marc Valin
2024-01-25More activity handling to opus_encode_native_process()Jean-Marc Valin
2024-01-25Handle rangeFinal, delay_compensationJean-Marc Valin
2024-01-25Refactor multi-frame encoding to be non-recursiveJean-Marc Valin
2024-01-25Splitting opus_encode_native()Jean-Marc Valin
2024-01-25Fix Hybrid CBR with DRED and CELT->SILK redundancyJean-Marc Valin
2024-01-25Fix desync for CBR DREDJean-Marc Valin