Xiph.org - mirrors/vorbis.git/summary
Vorbis git repository
Les articles publiés sur le site
-
This commit has two ’functional changes’ :
26 février 2015, par MontyThis commit has two 'functional changes': Update the footer to use a modern logo and not kick out a formatting error handle errata discussed in Trac #2139 regarding single-entry codebooks git-svn-id: http://svn.xiph.org/trunk/vorbis@19445 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Trac 2139 indirectly brought to light the case of a stream that uses a
26 février 2015, par MontyTrac 2139 indirectly brought to light the case of a stream that uses a single-entry codebook, but does not code a codeword of length 1 equal to zero. Such a stream could cause a stream to read garbage. There is no apparent chance of garbage memory writes as this happen entirely after decode setup, however there is playback DoS potential. This commit special cases single-entry codebook setup so that decode is well-defined for streams with single-entry codebooks, and adds some comments to make it more clear how the case is handled. git-svn-id: http://svn.xiph.org/trunk/vorbis@19444 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Render prototype and actual function declatation of ov_ilog() semantically consistent
21 janvier 2015, par Monty -
Remove multiple subtly different inline and static implementaitonos of ilog()
21 janvier 2015, par MontyRemove multiple subtly different inline and static implementaitonos of ilog() Add a few additional sanity checks, mostly functioning to ensure we're always calling ilog() with >=0 input. git-svn-id: http://svn.xiph.org/trunk/vorbis@19441 0101bb08-14d6-0310-b084-bc0e0c8e3800
-
Add return code check to _initial_pcmoffset as vorbis_packet_blocksize can fail....
12 janvier 2015, par Monty