summaryrefslogtreecommitdiff
path: root/lib/vorbisfile.c
Commit message (Expand)AuthorAgeFilesLines
* Port opus-tools check to see if underlying file was overwritten.Thomas Daede2019-01-281-0/+4
* Fix free of uninitialized memory if seek fails in ov_raw_seekJames Cowgill2019-01-281-10/+6
* Remove svn $Id$ header.Ralph Giles2017-06-161-1/+0
* Bump more copyright dates.v1.3.5Ralph Giles2015-03-031-1/+1
* Add return code check to _initial_pcmoffset as vorbis_packet_blocksize can fa...Monty2015-01-121-3/+5
* Correct two more corner case problems with #1486:Monty2014-06-241-1/+16
* Update vorbisfile source copyrightMonty2014-06-181-1/+1
* Additional fix to last-page handling, this time in initial bisection;Monty2014-06-181-46/+36
* Correct two errors in patch for Trac #1486:Monty2014-06-181-1/+0
* Attempted fix to Trac #1486Monty2014-06-111-23/+101
* Various warning fixes.Tim Terriberry2013-12-031-6/+6
* Patch for trac #1965; clarify in comments and docs that a failed callMonty2013-07-131-1/+5
* libvorbis version of fix for Trac #1578 Monty2010-10-271-2/+1
* Commit change to libvorbis that returns correct timestamp for granule Monty2010-10-241-4/+6
* While reviewing a patch to port Tremor r17541, noticed that the Monty2010-10-231-23/+38
* Correct various comment spelling errors.Ralph Giles2010-05-051-5/+5
* Commit vorbisfile constification patch; affects API but not ABI.Monty2010-04-291-8/+8
* Fix a chaining bug in raw_seeks where seeking out of the current link Monty2010-04-261-8/+17
* Try out a new seek bisect optimization in vorbisfile.Monty2010-04-261-5/+6
* Vorbisfile was always reading very large chunks; a good idea for Monty2010-03-241-3/+4
* Eliminate a correct but harmless 'unititialized variable' warning from libvor...v1.2.3Monty2009-07-101-2/+2
* Bump build system versions for releaseMonty2009-07-101-0/+3
* Commit a vorbisfile short-file fix; consists of several fixes to reinitializa...Monty2009-07-081-12/+24
* Remove trailing whitespaceMonty2009-07-081-1/+1
* analysis output / trailing whitespace cleanupMonty2009-07-081-150/+151
* global replaced all tabs with whitespaces in the source to end some ofMonty2009-05-261-530/+530
* fix to #1362Monty2009-04-271-2/+2
* Correct another setup bug; extremely short links could get 'shadowed'Monty2009-04-091-33/+43
* Bugfix to new bisection code: fix end of data markerMonty2009-04-091-3/+2
* Complete first-cut rearrangement of bisection and initialization code to redu...Monty2009-04-091-214/+240
* Nip a potential bug in the bud (open2 was relying on the position of the vf->...Monty2009-04-091-4/+10
* Ongoing open refactoring to eliminate superfluous seeks and readsMonty2009-04-091-89/+127
* Add an optimization case to _get_prev_page that avoids a redundant seek/resyn...Monty2009-04-091-7/+12
* Patch for "seek broken for large files and on pure 32 bit architectures"Monty2009-04-081-2/+3
* Commit 01-ov_read_filter patch from #381; closes feature request #1352. Also...Monty2008-04-171-2/+17
* Catch one bulletproofing oversight; only an app bug would trip itMonty2007-07-241-1/+1
* Update documentation, version numbers, copyright datesMonty2007-07-241-1/+1
* Add ov_fopen() (like ov_open, but does the fopen within libvorbisfile)Monty2007-07-231-7/+25
* Well. *that* deadlock bug has been lurking in seeking for a long time. Monty2007-07-041-7/+6
* New vorbisfile multiplexing support passes built-in playback and seeking Monty2007-07-031-9/+17
* Multiplex support fixes; basic functions test OK on single stream files Monty2007-07-031-24/+48
* Multiplexed stream support for vorbisfile *IN PROGRESS*Monty2007-07-031-94/+219
* Add return checks to all instances of seek_func and _seek_helper.Monty2007-07-021-36/+66
* Although bug 552 was complaining about behavior that was illegalMonty2007-07-021-1/+4
* Fix for bug 577; used a different approach than the submitted patchMonty2007-06-291-14/+20
* Numerous small changes to resolve possible and certain issues found by Monty2007-06-211-3/+3
* Patch from Barry Bouwsma:Mike Smith2004-07-211-2/+2
* I've been getting sloppy lately... didn;t run streaming tests againstMonty2003-09-161-4/+6
* State engine change broke seeking because ov_pcm_seek was actuallyMonty2003-09-121-2/+3
* vorbisfile has a flaw where a bad link is not initialized [properMonty2003-09-021-9/+15