search for: stary

Displaying 20 results from an estimated 46 matches for "stary".

Did you mean: start
2023 Jan 02
2
rewrite manpages to mdoc(7)
On Jan 01 00:05:09, jamie at catflap.org wrote: > Jan Stary via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote: > > > On Dec 31 11:43:56, paul at nohats.ca wrote: > > > Why not go to xml and use xml2man / pandoc ? > > > > Because it is a terrible manpage format > > and the toolchain produces broken crap. > &...
2014 Dec 01
2
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote: > Yes, they are optimization switches. > But what are they doing in a NDEBUG setup? > It's none of NDEBUG's businnes to be adding these, right? NDEBUG means "no debug". Turning on optimisations when debug is disabled makes sense to me. What's the problem? Er...
2023 Jan 10
1
rewrite manpages to mdoc(7)
Jan Stary <hans at stare.cz> wrote: > On Jan 01 00:05:09, jamie at catflap.org wrote: > > Jan Stary via nsd-users <nsd-users at lists.nlnetlabs.nl> wrote: > > > > > On Dec 31 11:43:56, paul at nohats.ca wrote: > > > > Why not go to xml and use xml2man / pando...
2014 Nov 30
2
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote: > > if test "x$debug" = xtrue; then > > CPPFLAGS="-DDEBUG $CPPFLAGS" > > - CFLAGS=$(echo "$CFLAGS" | sed 's/-g//') > > - CFLAGS="-g $CFLAGS" > > + CFLAGS=$(echo "-g $CFLAGS") > > Just zap the s...
2014 Nov 30
4
[PATCH] configure.ac: don't try to unset -g from CFLAGS
Jan Stary wrote: > Yes, that's for DEBUG. > But why does it strip -O2 and add -O3 with NDEBUG? Well thats something from before I took over as FLAC maintainer. My understanding is that '-O3 -funroll-loops' gives the next encoder and/or decoder performance. Erik -- ---------------------...
2014 Nov 30
3
automake
Compiling current git on MacOSX 10.5.8 Darwin mac.stare.cz 9.8.0 Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386 i386 $ ./autogen.sh Updating build configuration files for FLAC, please wait.... configure.ac:26: require Automake 1.11, but have 1.10 autoreconf: automake failed with exit status: 1 Why
2014 Dec 11
1
awk vs. mawk
On Dec 11 00:40:09, mle+la at mega-nerd.com wrote: > Jan Stary wrote: > > > gawk 4.0.1 and 4.1.1 works for me too. > > > > Erik, do you please remember what exactly happened here: > > https://git.xiph.org/?p=flac.git;a=commit;h=5797009fa2beb0426d74485e7624775e2e58e1d1 > > > > Unfortunately I don't remember. > &g...
2014 Nov 25
2
flac-1.3.1pre1
Op 25-11-14 om 23:39 schreef Jan Stary: > Is there a reason the test scripts are calling bash? The change from sh to bash was made a little more than a year ago. The mailing list thread accompanying this change can be found here: http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html
2014 Nov 26
3
flac-1.3.1pre1
On Nov 26 22:39:27, hans at stare.cz wrote: > On Nov 25 00:43:22, mle+la at mega-nerd.com wrote: > > http://downloads.xiph.org/releases/flac/beta/ > > Please test. > > ./test_replaygain.sh fails for me in tonegenerator(), saying: > > ./test_replaygain.sh[91]: mawk: not found > Testing FLAC replaygain 8000 (8000 x 1) ... -: ERROR: got partial sample > >
2018 Nov 05
5
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Nov 05 11:32:49, hans at stare.cz wrote: > On Nov 05 11:05:34, hans at stare.cz wrote: > > > Did you also try to listen at the beginning, shortly before the real tone appears in the audible spectrum? While significantly larger, Opus had produced significant ghost noise (much less than Vorbis did)... I experience the "same" low level noise even in a wav file, even on
2023 Aug 23
1
[EXT] Re: oggenc argument to make the stream not cut in the middle
...der: What happens if you disable cURL's (default) buffering? With curl -N, I see the same behaviour. That's curl 8.1.2. What about you? I still can't see the original problem. Jan > -----Original Message----- > From: Vorbis <vorbis-bounces at xiph.org> On Behalf Of Jan Stary > Sent: Tuesday, August 22, 2023 11:13 AM > To: vorbis at xiph.org > Subject: [EXT] Re: [Vorbis] oggenc argument to make the stream not cut in the middle > > Keep the replies on the mailing list. > > Also, I will send subsequent emails > only to the mailing list, be subscr...
2014 Dec 03
2
[PATCH] test_compression.sh
* Use `mktemp` instead of playing with date(1). * Use -f instead of removing the file every time. * "echo ERROR; exit 1" is what die() is for. * Some cosmetic renamings ('k' to 'comp' for compression etc). * Remove the MacOSX comment. It's not MacOSX specific, and it's not a problem anyway. The number behaves just right. * Remove the $((${size}+10)). It's
2014 Dec 05
7
metaflac --no-utf8-convert complains about UTF
This is 1.3.1 on OpenBSD/amd64. The --no-utf8-convert option of metaflac(1) does not work for me: $ metaflac --no-utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac aladin.flac: ERROR: tag value for 'Artist' is not valid UTF-8 (You probably can't see the Czech letters properly in my mail, but that's beside the point.) Indeed, it is not valid UTF8 (it's LATIN2),
2018 Nov 05
3
Antw: Re: Antw: Re: Possible bug in Opus 1.3
On Mon, Nov 5, 2018 at 11:01 AM Jan Stary <hans at stare.cz> wrote: Attached I send the spectrogram (vic SoX) of the first 20 seconds > for the wav file and the opus file. Indeed, there is extra noise > for the low frequencies, but somewhere around -100 dB. > > Jan > That might be entirely due to SoX treating...
2014 Nov 26
1
flac-1.3.1pre1
On Nov 26 01:25:25, hans at stare.cz wrote: > On Nov 25 23:56:05, mvanb1 at gmail.com wrote: > > Op 25-11-14 om 23:39 schreef Jan Stary: > > > Is there a reason the test scripts are calling bash? > > > > The change from sh to bash was made a little more than a year > > ago. The mailing list thread accompanying this change can be > > found here: > > http://lists.xiph.org/pipermail/flac-dev/...
2014 Dec 11
2
awk vs. mawk
On Dec 10 23:04:44, mle+la at mega-nerd.com wrote: > Definitely interested in a cross platform solution to this. Diff below. Please test. On Dec 03 13:21:16, hans at stare.cz wrote: > On Nov 30 14:33:47, hans at stare.cz wrote: > > On Nov 26 22:39:27, hans at stare.cz wrote: > > > ./test_replaygain.sh fails for me in tonegenerator(), saying: > > > > > >
2018 Nov 02
6
Antw: Re: Possible bug in Opus 1.3 (opus-tools-0.2-opus-1.3)?
...fun, but I knew one classic record where you could hear the nearby underground pass by. Quite low frequencies, too (a slight earth quake if you want to call it so). ;-) On the two opus files: I just ran the encoder twice to make sure I did not make a mistake... Regards, Ulrich >>> Jan Stary <hans at stare.cz> 01.11.18 9.06 Uhr >>> (Please wrap your lines.) On Oct 26 01:38:34, Ulrich.Windl at rz.uni-regensburg.de wrote: > Playing with Opus 1.3 I converted a tone sweep with a sample rate of 96kHz (just for fun). Before I had converted that from WAV to FLAC, and to Vor...
2014 Nov 26
0
flac-1.3.1pre1
On Nov 25 23:56:05, mvanb1 at gmail.com wrote: > Op 25-11-14 om 23:39 schreef Jan Stary: > > Is there a reason the test scripts are calling bash? > > The change from sh to bash was made a little more than a year > ago. The mailing list thread accompanying this change can be > found here: > http://lists.xiph.org/pipermail/flac-dev/2013-September/004374.html Ho...
2014 Dec 06
0
metaflac --no-utf8-convert complains about UTF
...res the charset). Then the applications reading out the tags will know that they're UTF-8. Obviously, if anyone has better procedures for this, please explain. I don't actually know whether this option is supposed to work on input, output, or both. Brian On Dec 5, 2014, at 11:16 AM, Jan Stary <hans at stare.cz> wrote: > This is 1.3.1 on OpenBSD/amd64. > The --no-utf8-convert option of metaflac(1) does not work for me: > > $ metaflac --no-utf8-convert --set-tag="Artist=?ou?l??ek" aladin.flac > aladin.flac: ERROR: tag value for 'Artist' is not valid...
2014 Dec 06
0
metaflac --no-utf8-convert complains about UTF
Brian Willoughby wrote: > Jan Stary wrote: >>> This is 1.3.1 on OpenBSD/amd64. >>> The --no-utf8-convert option of metaflac(1) does not work for me: ... >> The problem seems to be in >> src/metaflac/operations_shorthand_vorbiscomment.c >> in the set_vc_field() function. > By the way, I've n...