[FFmpeg-cvslog] [ffmpeg-radio] branch master updated (9e3773d0c6 -> 886e4ed652)

ffmpeg-git ffmpeg-git at ffmpeg.org
Sat Sep 16 21:38:16 EEST 2023


This is an automated email from the git hooks/post-receive script.

Git pushed a change to branch master
in repository libavradio.

    from 9e3773d0c6 Move sdr within the libavradio repository
     new 7191efa122 avradio/avformat/sdrdemux: Move agc_gain into local variable
     new 8a9774aa6f avradio/avformat/sdrdemux: Move Software AGC into buffer thread
     new 82a806b32a avradio/avdevice/sdrindev: Soapy / RTLSDR ignores gain in direct sampling mode
     new 3186d0dde0 avradio/avformat/sdrdemux: only update agc_gain on success
     new dd8212fcbe avradio/avformat/sdrdemux: delay station search on AGC adjust
     new 030e190561 avradio/avformat/sdrdemux: run clip check on the correct samples
     new f10f5c5ef9 avradio/avformat/sdrdemux: Avoid uninitialized memory on mono -> stereo switch
     new cc5886c075 avradio/avformat/sdrdemux: set wanted gain also when manually set
     new 47f25bb937 avradio/avformat/sdrdemux: dont use a fuction name as local variable
     new 8c02929e99 avradio/avformat/sdrdemux: fix off by 2 FM bandwidth error
     new 84b67ca7f5 avradio/avformat/sdrdemux: fix FM block size
     new 866804294d avradio/avformat/sdrdemux: replace heuristic FM scaling by logic
     new 886e4ed652 avradio/avformat/sdrdemux: remove unused variable

The 13 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 libavdevice/sdrindev.c |   4 ++
 libavformat/sdr.h      |   2 -
 libavformat/sdrdemux.c | 125 +++++++++++++++++++++++++++++--------------------
 tests/ref/fate/sdr-am  |  25 +++++-----
 tests/ref/fate/sdr-fm  |  14 +++---
 5 files changed, 96 insertions(+), 74 deletions(-)



More information about the ffmpeg-cvslog mailing list