You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
srs/trunk/research
chundonglinlin e7b629cd39
RTC: Refine FFmpeg opus audio noisy issue. v5.0.197 v6.0.97 (#3852)
### Description

When converting between AAC and Opus formats (aac2opus or opus2aac), the
`av_frame_get_buffer` API is frequently called.

### Objective

The goal is to optimize the code logic and reduce the frequent
allocation and deallocation of memory.

In the case of aac2opus, av_frame_get_buffer is still frequently called.
In the case of opus2aac, the goal is to avoid calling
av_frame_get_buffer and reduce memory allocations.

### Additional Note

Before calling the `av_audio_fifo_read` API, use
`av_frame_make_writable` to check if the frame is writable. If it is not
writable, create a new frame.

---------

Co-authored-by: john <hondaxiao@tencent.com>
1 year ago
..
api-server Fix command injection in api-server for HTTP callback. v5.0.157, v6.0.48 2 years ago
apm APM: Extract research to projects. 2 years ago
arm Merge 4.0release, migrate to new website. 3 years ago
code-statistic SquashSRS4: Use SPDX-License-Identifier: MIT. 5.0.3 4 years ago
console Refactor: Update the badge to SRS. (#3841) 1 year ago
ffempty SquashSRS4: Use SPDX-License-Identifier: MIT. 5.0.3 4 years ago
frame Update 4 years ago
golang refine srs player to play hls. 9 years ago
gperftools Squash: Fix bugs 3 years ago
hls SquashSRS4: Use SPDX-License-Identifier: MIT. 5.0.3 4 years ago
msg_zerocopy ST: Simplify it, only Linux/Darwin, epoll/kqueue, single process. 5.0.2 4 years ago
players RTC: Refine FFmpeg opus audio noisy issue. v5.0.197 v6.0.97 (#3852) 1 year ago
python-subprocess finish the research for python-subprocess 11 years ago
st Clock: Update stat. Insert timer to execute first 4 years ago
thread-model Research: Add udp connect 4 years ago
wireshark GB28181: Support GB28181-2016 protocol. v5.0.74 (#3201) 2 years ago