Re: [flac-dev] FLAC decoding

2017-04-18 Thread Erik de Castro Lopo
m201672...@hust.edu.cn wrote: > I want to know more about FLAC decoding, rice coding and LPC, more details or > examples. These can all be found on Wikipedia: https://en.wikipedia.org/wiki/Golomb_coding https://en.wikipedia.org/wiki/Linear_predictive_coding > I view https://xiph.org/fl

[flac-dev] FLAC decoding

2017-04-18 Thread m201672...@hust.edu.cn
hi, I want to know more about FLAC decoding, rice coding and LPC, more details or examples. I view https://xiph.org/flac/format.html. But only know some theory which is very abstract. what is the table for FLAC decoding? thank all. m201672...@hust.edu.cn _

Re: [flac-dev] FLAC decoding failing (probably old encoder bug?)

2013-01-17 Thread Erik de Castro Lopo
Martijn van Beurden wrote: > I can't compile the git as autogen.sh fails here That should be fixed now. Please re-test. > > Maybe this bug still persists? Can anyone take a look there to provide a > 'second opinion'? See here: > http://lists.xiph.org/pipermail/flac/2013-January/thread.html R

[flac-dev] FLAC decoding failing (probably old encoder bug?)

2013-01-13 Thread Martijn van Beurden
Hi all, Over at the flac users mailinglist a user had some corrupt FLAC files which showed strange behaviour: decoding of the files failed at the last few percent for all of them with a few different errors. They were encoded with flac 1.1.2. I looked into a sample of a corrupt file, I can rep

Re: [Flac-dev] FLAC decoding details

2009-04-27 Thread Josh Coalson
--- On Sun, 4/5/09, Jonathan Lee wrote: > Can the bits per sample change from frame to frame? no, not in the native container (i.e. fLaC header + metadata + frames). in a raw streaming situation where you are getting only frames it might be advantageous to support it but I don't know of anythi

[Flac-dev] FLAC decoding details

2009-04-05 Thread Jonathan Lee
Hello all, I am writing an implementation of a FLAC decoder and I am polishing up some details. The format page leaves some room for interpretation. Can anyone help me by clarifying the official rules about the following? Most of them are degenerate c