Displaying 20 results from an estimated 5000 matches similar to: "Another big fish to support FLAC"
2018 Nov 14
3
New ID registration
Hi, Martijn,
Thank you for reaching out, and apologies for late reply
It is a dedicated metadata for volume normalization on our player.
Please kindly refer to our company information here: https://labelgate.com/
application ID: SONN
application name: Sony Normalizer
contact e-mail address: taku.kurosawa at labelgate.com<mailto:taku.kurosawa at labelgate.com>
Taku
From: flac-dev
2013 May 26
6
Anything else for Flac 1.3.0?
On 26-05-13 14:20, Martijn van Beurden wrote:
> On 26-05-13 11:33, Erik de Castro Lopo wrote:
>> Hi all,
>>
>> In my latest commit I have updated all version strings and copyright
>> dates.
>
> Here are two patches for the website, updating the copyright as well
> and copying the changelog. I would like to propose copying the
> contents of flac-website.git
2018 Dec 11
2
New ID registration
Hi Martjn, and everyone,
Apologies if I have missed the reply, but I think I have not got any comment so far on this. That means our new ID request is accepted? What should I do next to proceed?? Apparently this is my first time here, so appreciate any advice assistance.
Best regards,
Taku
From: Kurosawa, Taku
Sent: Thursday, November 22, 2018 8:41 PM
To: 'Martijn van Beurden'
2014 Dec 11
4
Two new CVEs against FLAC
Op 11-12-14 om 10:05 schreef Miroslav Lichvar:
> but I'd rather see the real seeking bug fixed instead
I think I might have a fix, but it touches quite a bit of code,
so it'll take some time.
I think the problem is that because bogus headers might pop up
in the stream of which the CRC checks out, the whole frame is
decoded to validate that a frame is correct. The bogus header
2015 Feb 06
2
about apodization functions
Hi Guys,
Does having multiple apodization functions change something to the
decoding process
or does it only apply to the encoding process ?
I have been able to gain almost 10% by using several apodization
functions (it takes way more time to encode but this is quite a non
issue in my use case)
but I don't want to sacrifice any decoding speed as this is the
bottleneck for me.
Thanks,
2014 Jun 27
3
Fixed first cast-align warning
Martijn van Beurden wrote:
> op 27-06-14 14:11, Erik de Castro Lopo schreef:
> > There has been at least one person on this list who is able to do
> > perfromance tests on FLAC. I would appreciate it if someone could
> > run such a performance test before and after the above commit.
>
> Are you specifically referring to the ARM platform or to any
> platform?
The
2014 May 19
2
error in files after removing padding
Thanks for the help Martijn,
I get the same FLAC__STREAM_DECODER_END_OF_STREAM error after doing the 2
steps you suggested.
Scott
On Mon, May 19, 2014 at 9:36 AM, Martijn van Beurden <mvanb1 at gmail.com>wrote:
> Once more hi,
>
> I've tried to reproduce this issue, but I am unable to do so. Could you
> try to re-encode the file with FLAC (to make sure it is not an
2018 Nov 07
2
New ID registration
To whom it may concern,
Hi, I would like to register a new ID hrere,
application ID: SONN
application name: Sony Normalizer
contact e-mail address: taku.kurosawa at labelgate.com<mailto:taku.kurosawa at labelgate.com>
please advise what the next step would be.
Best regards,
Taku Kurosawa
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2012 Dec 12
3
Status of flac; new release?
Martijn van Beurden wrote:
> On 12-12-12 19:47, Max Horn wrote:
> I already submitted a patch (see the mailinglist for the 14th of
> september) to update the news section (and to make it easier to update)
> but no one has replied to that yet...
Sorry, I can't find that patch. Can you resend it please?
Erik
--
2020 Jun 22
3
FLAC specification clarification
Yes, this is such a case. However, implementing this in a future
encoder/decoder would break compatibility with most (likely all) existing
decoders, and only in some very, very rare cases where the material is such
that the encoder chooses to use negative shifts, which makes it even harder
to troubleshoot. Furthermore, as this can only be used in very rare cases,
there is no benefit from allowing
2022 Nov 26
1
Performance tests on POWER8 or POWER9
Hi all,
Last year the POWER8 and POWER9 specific improvements (for PowerPC)
were completely rewritten, but as of yet no accurate performance tests
of these have been performed. I have validated functionality and rough
performance checks for these through Travis CI, but the numbers I get
through that vary wildly.
Recently the C code that these improvements mirror has been changed to
allow
2001 Nov 29
2
plotting (a) confidence intervals (b) standard error
Hi all,
I'm building a plot of the values in tmeant (below) against positions 1 to
5, using matplot.
tmeant looks like this:
case1 case2
pos1 861.8466 818.5909
pos2 961.2841 976.3466
pos3 878.6080 1262.8523
pos4 950.8011 1129.6080
pos5 968.1080 1063.3920
I also have lower (object tl) and upper (object tu) bounds on the
confidence intervals as follows:
tl:
pos1
2014 Dec 11
2
Two new CVEs against FLAC
On Thu, Dec 11, 2014 at 11:12:25AM +0100, Martijn van Beurden wrote:
> Op 11-12-14 om 10:53 schreef Martijn van Beurden:
> > Op 11-12-14 om 10:05 schreef Miroslav Lichvar:
> >> but I'd rather see the real seeking bug fixed instead
> >
> > I think I might have a fix [...]
So the problem is that FLAC__stream_decoder_process_single returns
error before it finds a
2013 Apr 25
2
Tests not aborting when appropriate
On 25-04-13 11:38, Erik de Castro Lopo wrote:
> Lets see the patch first and then see if we can make it prettier.
>
> Erik
Sure. Patch attached.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Add-set-x-to-stop-test_metaflac.sh.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url :
2014 Sep 22
3
[PATCH] apodization for struct CompressionLevels
Op 22-09-14 om 21:56 schreef Erik de Castro Lopo:
> Wouldn't "tukey(1/2)" be better?
>
> Erik
5e-1 is directly parsed by strtod, while 1/2 isn't AFAIK.
2014 Nov 13
4
free() invalid pointer
Op 13-11-14 om 17:45 schreef lvqcl:
> FLAC__window_partial_tukey():
>
> Np = (FLAC__int32)(p / 2.0f * N) - 1;
>
> and Np can be equal to -1. So later in the code
>
> for (; n < (end_n-Np); n++)
> window[n] = 1.0f;
>
> libFLAC writes outside of window[] memory.
That does the trick indeed. I still wonder how it is possible
that this didn't trigger anything
2014 Dec 03
7
[PATCH] Improve LPC order guess
Hi,
This patch improves compression a very tiny bit on average, but
up to 0.1 percentage point for classical music. I haven't found
any tracks that show worsening compression with this patch.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-Improve-LPC-order-guess.patch
Type: text/x-patch
Size: 0 bytes
Desc: not available
Url :
2022 Oct 30
3
Looking for users of --keep-foreign-metadata
Hi all,
Currently I'm looking for users of the --keep-foreign-metadata feature
of FLAC. There has been some improvement of this feature in FLAC
1.4.0. Since 2007 there has been a warning in FLAC that
--keep-foreign-metadata is a new feature. I think removal of this
warning is long overdue, but there are still some issues surrounding
it.
So, if there are users of this feature on the mailing
2014 Dec 03
6
[PATCH] Improve LPC order guess
Op 03-12-14 om 16:48 schreef Olivier Tristan:
> Looks like I've missed the talk about this regression introduced in 1.3.1.
2013 Apr 09
3
Check level not passed to tests
Hi all,
For testing a few mingw-builds I tried to use ./configure
--disable-thorough-testing (because testing in a virtual machine through
mingw isn't really fast) but it turned out this setting doesn't do
anything.
It turns out these configuration options aren't passed to the test
scripts at all. I do not fully understand how Makefiles or environment
variables work, but my