evpobr
2421c8501e
sndfile-info: Remove duplicate array
2021-09-01 11:55:31 +05:00
Arthur Taylor
fe51e9b093
programs: Add MPEG related handling, other misc Ogg handling fixes.
...
- Add MPEG major and minor formats to string printing routines.
- Don't warn when adding a broadcast chunk to a MPEG WAV.
- sndfile-convert: Infer that ".ogg" suffix means Ogg+Vorbis. This
aligns with Xiph.org
- sndfile-info: Properly calculate the dB of Vorbis and Opus files. The
handling of the allowable sample range of these files may need to be
investigated in future.
2021-04-03 13:56:09 -07:00
evpobr
c29a002749
sndfile-info: Use proper format specifiers
2021-02-25 12:47:27 +05:00
Moonbase59
3a57ea117b
Add BWF v2 loudness parameters
...
Closes: https://github.com/erikd/libsndfile/issues/479
2019-08-27 07:28:25 +10:00
Erik de Castro Lopo
9cae6da0b8
programs/*.c : More exit code fixes.
...
Patch-from: Jan Stary <hans@stare.cz>
2014-06-25 06:09:58 +10:00
Erik de Castro Lopo
c1a09a5065
programs/*.c : Clean up and normailize printing of version strings.
...
Suggested-by: Jan Stary <hans@stare.cz>
2014-06-23 17:17:51 +10:00
Erik de Castro Lopo
dcc3c85c84
programs/sndfile-info.c : Add ability to dump the cart chunk.
2013-02-11 19:57:49 +11:00
Erik de Castro Lopo
8508ec5679
More whitespace and cstyle fixes.
2012-01-21 14:24:38 +11:00
Erik de Castro Lopo
d5e34a6bb5
programs/sndfile-info.c : Minor refactoring.
2011-11-16 21:56:32 +11:00
Erik de Castro Lopo
63a49d67ec
programs/ : Use Use program_name() where appropriate. Fix build.
2011-03-21 21:17:59 +11:00
Erik de Castro Lopo
f209698448
Update copyright dates.
2011-01-19 21:36:56 +11:00
Erik de Castro Lopo
565e1c0fe1
programs/*.c : Add the libsndfile version to the usage message of all programs.
2010-10-11 20:33:52 +11:00
Erik de Castro Lopo
e00521cea3
programs/sndfile-info.c : Print 'unknown' if frame count == SF_COUNT_MAX.
2010-08-02 19:23:03 +10:00
Erik de Castro Lopo
197273486c
Merge from -dev branch.
2009-10-18 21:16:32 +11:00
Erik de Castro Lopo
37a36e7746
Remove WIN32 snprintf #define.
2009-09-19 20:30:58 +10:00
Erik de Castro Lopo
fd6b01a1df
programs/sndfile-info.c : Add -c command line option to dump the channel map information.
2009-05-23 18:21:00 +10:00
Erik de Castro Lopo
294cdd7f27
programs/sndfile-info.c : Remove dead code.
2009-02-22 12:41:40 +11:00
Erik de Castro Lopo
a38e0b105e
Update copyright notices.
2009-02-07 15:20:17 +11:00
Erik de Castro Lopo
134cd50cae
programs/sndfile-info.c : Simplify get_signal_max using SFC_CALC_SIGNAL_MAX command. Increase size of files for which signal max will be calculated.
2009-02-03 10:52:13 +11:00
Erik de Castro Lopo
b14ff0f275
programs/sndfile-info.c : Apply patch from Conrad Parker to calculate and display total duration when more than one file is dumped.
2008-11-19 21:53:56 +11:00
Erik de Castro Lopo
6c8026ab54
programs/*.[ch] : Use SF_BROADCAST_INFO_VAR to manipulate larger 'bext' chunks.
2008-10-27 06:28:14 +11:00
Erik de Castro Lopo
f72823c38f
programs/sndfile-info.c : Exit with non-zero on error.
2008-10-25 10:28:19 +11:00
Erik de Castro Lopo
50112e2bb7
Move real utility programs from examples/ to new directory programs/ .
2008-10-21 22:49:55 +11:00