[FFmpeg-cvslog] [ffmpeg-radio] branch master updated (db12164d0a -> bbdfeb4ca4)

ffmpeg-git ffmpeg-git at ffmpeg.org
Sat Jul 22 16:55:46 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 db12164d0a avradio/sdr: workaround inverted gain parameter on sdrplay
     new 6029450572 avradio/sdrdemux: Add Mittelwelle / Mediumwave / Mediumfrequency band
     new 4561bcd02e avradio/sdrdemux: Fix corner case in snap2band
     new ec21dd22b4 avradio/sdrdemux: Fix seeking to stations at the edge of the range
     new e06dd1e69c avradio/sdrdemux: snap2station() should look only at the vissible window
     new 4e424b2141 avradio/sdr: snap2station() documentation
     new 018370ac29 avradio/sdrdemux: do not hack bandwidth value in random places
     new 37717d5141 avradio/sdrdemux: snap2station consider more distant stations
     new e3eb650a52 tests: Add avradio/sdrdemux tests
     new 70d6058364 avradio/sdr: Remove code setting frequency from variable being 0
     new 326fe6e456 avradio/sdrdemux: no need to set wanted_freq from sdrfile_initial_setup()
     new 195eacee23 avradio/sdr: More atomics, less Mutexes
     new a3f7ae9830 avradio/sdrdemux: + vs. - bug
     new 2b2f054d1e avradio/sdrdemux: snap2band doesnt change anything so use const
     new bbdfeb4ca4 avradio/sdrdemux: Fix wraparound with seeking

The 14 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:
 libavradio/sdr.h        |  6 ++--
 libavradio/sdrdemux.c   | 96 +++++++++++++++++++++++++++++++++++--------------
 libavradio/sdrinradio.c |  5 +--
 tests/Makefile          |  1 +
 tests/fate/sdr.mak      | 11 ++++++
 tests/ref/fate/sdr-am   | 55 ++++++++++++++++++++++++++++
 tests/ref/fate/sdr-fm   | 25 +++++++++++++
 7 files changed, 167 insertions(+), 32 deletions(-)
 create mode 100644 tests/fate/sdr.mak
 create mode 100644 tests/ref/fate/sdr-am
 create mode 100644 tests/ref/fate/sdr-fm



More information about the ffmpeg-cvslog mailing list