[FFmpeg-cvslog] [ffmpeg-radio] branch master updated (2fd1be6f5f -> 9e3773d0c6)

ffmpeg-git ffmpeg-git at ffmpeg.org
Sat Aug 5 21:16:35 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 2fd1be6f5f avradio/sdr: Add am_multiple parameter to allow restricting detected AM stations
     new c7aaa5a82c avradio/sdr: Add CQUAM support
     new 9e3773d0c6 Move sdr within the libavradio repository

The 2 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:
 Makefile                                           |   5 +-
 configure                                          |  36 +-----
 fftools/ffmpeg.c                                   |   5 -
 fftools/ffplay.c                                   |   4 -
 fftools/ffprobe.c                                  |   4 -
 fftools/opt_common.c                               |  62 +----------
 fftools/opt_common.h                               |  27 -----
 libavdevice/Makefile                               |   1 +
 libavdevice/alldevices.c                           |   1 +
 libavradio/sdrinradio.c => libavdevice/sdrindev.c  |  18 +--
 libavdevice/utils.c                                |   2 +-
 libavformat/Makefile                               |   1 +
 libavformat/allformats.c                           |  33 ++----
 libavformat/internal.h                             |   1 -
 {libavradio => libavformat}/rds.c                  |   0
 {libavradio => libavformat}/sdr.h                  |  21 ++--
 .../vissualize.c => libavformat/sdr_vissualize.c   |   0
 {libavradio => libavformat}/sdrdemux.c             |  65 +++++++----
 libavradio/Makefile                                |  15 ---
 libavradio/allradios.c                             |  66 -----------
 libavradio/avradio.c                               |  32 ------
 libavradio/avradio.h                               | 121 ---------------------
 libavradio/internal.h                              |  28 -----
 libavradio/utils.c                                 |  59 ----------
 libavradio/version.c                               |  45 --------
 libavradio/version.h                               |  45 --------
 libavradio/version_major.h                         |  36 ------
 libavutil/log.h                                    |   1 -
 tools/uncoded_frame.c                              |   4 -
 29 files changed, 87 insertions(+), 651 deletions(-)
 rename libavradio/sdrinradio.c => libavdevice/sdrindev.c (98%)
 rename {libavradio => libavformat}/rds.c (100%)
 rename {libavradio => libavformat}/sdr.h (94%)
 rename libavradio/vissualize.c => libavformat/sdr_vissualize.c (100%)
 rename {libavradio => libavformat}/sdrdemux.c (97%)
 delete mode 100644 libavradio/Makefile
 delete mode 100644 libavradio/allradios.c
 delete mode 100644 libavradio/avradio.c
 delete mode 100644 libavradio/avradio.h
 delete mode 100644 libavradio/internal.h
 delete mode 100644 libavradio/utils.c
 delete mode 100644 libavradio/version.c
 delete mode 100644 libavradio/version.h
 delete mode 100644 libavradio/version_major.h



More information about the ffmpeg-cvslog mailing list