summaryrefslogtreecommitdiff
path: root/iseeking_example.c
Commit message (Collapse)AuthorAgeFilesLines
* Commit suggested fix for #2021 Backport additional #1486 -n -r 19164 set ↵Monty2014-06-241-1/+1
| | | | | | keyword property on source files git-svn-id: https://svn.xiph.org/trunk/Tremor@19172 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Backport #1486 fixes from libvorbis to Tremor (trunk)Monty2014-06-241-2/+2
| | | | git-svn-id: https://svn.xiph.org/trunk/Tremor@19170 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Correct 'seconds' to 'milliseconds', a cosmetic error that's been there ↵Monty2010-10-141-2/+2
| | | | | | since the iseeking_example was originally copied over from reference. git-svn-id: https://svn.xiph.org/trunk/Tremor@17535 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Patch iseeking example to continue if there's insufficient memory to ↵Monty2010-10-141-27/+33
| | | | | | | | | | | | | allocate a verification buffer for excessively large samples. Also correct sample/time calculation to not overflow 64 bit math, again for those excessively long samples git-svn-id: https://svn.xiph.org/trunk/Tremor@17533 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fix iseeking_example #includes.Tim Terriberry2010-10-141-2/+2
| | | | | | | | | | Unless you're using the autotools build system, <vorbis/...> doesn't exist, and could pull out-of-date system headers anyway. ivorbisfile_example had the same problem, but that fix was accidentally included in r17526. git-svn-id: https://svn.xiph.org/trunk/Tremor@17532 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Back out r17515.Tim Terriberry2010-10-131-2/+2
| | | | | | | This accidentally contained far more than I meant to commit. git-svn-id: https://svn.xiph.org/trunk/Tremor@17516 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Fixes for r17514.Tim Terriberry2010-10-131-2/+2
| | | | | | | | | Actually allocate the right number of comments, and add an extra check against i+1 overflowing (which could happen with a 4 GB comment packet on a 64-bit machine... unlikely, but possible). git-svn-id: https://svn.xiph.org/trunk/Tremor@17515 0101bb08-14d6-0310-b084-bc0e0c8e3800
* Merge recent vorbifile changes, extensions and fixes back fromMonty2009-07-111-0/+259
reference 1.2.2 and 1.2.3 into tremor. git-svn-id: https://svn.xiph.org/trunk/Tremor@16259 0101bb08-14d6-0310-b084-bc0e0c8e3800