Fix free of uninitialized memory if seek fails in ov_raw_seek
[platform/upstream/libvorbis.git] / lib / vorbisfile.c
2019-01-28 James CowgillFix free of uninitialized memory if seek fails in ov_ra...
2017-06-16 Ralph GilesRemove svn $Id$ header.
2015-03-03 Ralph GilesBump more copyright dates. v1.3.5
2015-01-12 MontyAdd return code check to _initial_pcmoffset as vorbis_p...
2014-06-24 MontyCorrect two more corner case problems with #1486:
2014-06-18 MontyUpdate vorbisfile source copyright
2014-06-18 MontyAdditional fix to last-page handling, this time in...
2014-06-18 MontyCorrect two errors in patch for Trac #1486:
2014-06-11 MontyAttempted fix to Trac #1486
2013-12-03 Tim TerriberryVarious warning fixes.
2013-07-13 MontyPatch for trac #1965; clarify in comments and docs...
2010-10-27 Montylibvorbis version of fix for Trac #1578
2010-10-24 MontyCommit change to libvorbis that returns correct timesta...
2010-10-23 MontyWhile reviewing a patch to port Tremor r17541, noticed...
2010-05-05 Ralph GilesCorrect various comment spelling errors.
2010-04-29 MontyCommit vorbisfile constification patch; affects API...
2010-04-26 MontyFix a chaining bug in raw_seeks where seeking out of...
2010-04-26 MontyTry out a new seek bisect optimization in vorbisfile.
2010-03-24 MontyVorbisfile was always reading very large chunks; a...
2009-07-10 MontyEliminate a correct but harmless 'unititialized variabl...
2009-07-10 MontyBump build system versions for release
2009-07-08 MontyCommit a vorbisfile short-file fix; consists of several...
2009-07-08 MontyRemove trailing whitespace
2009-07-08 Montyanalysis output / trailing whitespace cleanup
2009-05-26 Montyglobal replaced all tabs with whitespaces in the source...
2009-04-27 Montyfix to #1362
2009-04-09 MontyCorrect another setup bug; extremely short links could...
2009-04-09 MontyBugfix to new bisection code: fix end of data marker
2009-04-09 MontyComplete first-cut rearrangement of bisection and initi...
2009-04-09 MontyNip a potential bug in the bud (open2 was relying on...
2009-04-09 MontyOngoing open refactoring to eliminate superfluous seeks...
2009-04-09 MontyAdd an optimization case to _get_prev_page that avoids...
2009-04-08 MontyPatch for "seek broken for large files and on pure...
2008-04-17 MontyCommit 01-ov_read_filter patch from #381; closes featur...
2007-07-24 MontyCatch one bulletproofing oversight; only an app bug...
2007-07-24 MontyUpdate documentation, version numbers, copyright dates
2007-07-23 MontyAdd ov_fopen() (like ov_open, but does the fopen within...
2007-07-04 MontyWell. *that* deadlock bug has been lurking in seeking...
2007-07-03 MontyNew vorbisfile multiplexing support passes built-in...
2007-07-03 MontyMultiplex support fixes; basic functions test OK on...
2007-07-03 MontyMultiplexed stream support for vorbisfile *IN PROGRESS*
2007-07-02 MontyAdd return checks to all instances of seek_func and...
2007-07-02 MontyAlthough bug 552 was complaining about behavior that...
2007-06-29 MontyFix for bug 577; used a different approach than the...
2007-06-21 MontyNumerous small changes to resolve possible and certain...
2004-07-21 Mike SmithPatch from Barry Bouwsma:
2003-09-16 MontyI've been getting sloppy lately... didn;t run streaming...
2003-09-12 MontyState engine change broke seeking because ov_pcm_seek...
2003-09-02 Montyvorbisfile has a flaw where a bad link is not initializ...
2003-09-02 MontyKill bug #434 (ov_test/ov_test_open fails)
2003-08-27 MontySeveral more halfrate fixes:
2003-08-18 MontyVorbisfile API addition for game and mod coders;
2003-03-11 MontyVorbisfile raw seeking failed unit tests on a one-audio...
2003-03-06 MontyComplete crosslap API for Vorbisfile
2003-03-04 MontyOPtimized case of seeking within a single link; reset...
2003-03-02 MontySome cleanup of ov_crosslap function
2003-03-02 MontyExperimental addition to the vorbisfile API that requir...
2002-10-26 Mike Smithgcc 3.x was miscompiling this function at -O2 and above...
2002-10-11 MontyFix ov_time_tell bug for non-seekable streams
2002-07-06 Mike Smith64-bit cleanness fix for vorbisfile (one variable decla...
2002-03-29 Mike SmithSeeking fixes - return values were wrong in error cases.
2002-03-19 MontyFix _fecth_and_process_packet for non-seekable streams
2002-03-07 MontyNumerous vorbisfile fixes:
2002-03-04 MontyVorbisfile wasn't obeying documentation;
2002-02-28 Montyfix one more beginning of stream braino; chained files...
2002-02-28 MontySingle link files seeking fixes:
2002-01-22 MontyFixed a memory management error in the new codebook...
2001-12-18 Jack Moffittov_read_float() was calling vorbis_synthesis_read(...
2001-12-14 Jack Moffittrambokid noticed that we were exporting host_is_big_end...
2001-12-12 MontyInitial branch merge toward rc3
2001-11-12 Mike SmithFixes for two bugs relating to short files in vorbisfile:
2001-10-02 Segher Boessenkoolsizeof() cleanup. the occasional void * didn't make...
2001-09-13 MontyFixed:
2001-06-02 Mike SmithDon't reduce open state during ov_open().
2001-05-27 Ralph Gilesminor spelling correction
2001-05-27 MontyOne last vorbisfile opt uncommented, fixed and tested.
2001-05-27 MontyFloor 1
2001-03-27 MontyCommitted fix to what most people know as the 'seek...
2001-03-20 Ralph Gilesput back the bit about the bitstream index. Didn't...
2001-03-20 Ralph GilesCorrect ov_read() documentation. Each call decodes...
2001-02-26 Montyfinal beta 4 commit
2001-02-15 MontyReverting vorbisfile.c to the known stable 1.37 version...
2001-02-14 Mike SmithOops. Previous commit was of the wrong (not cleaned...
2001-02-14 Mike SmithMuch faster seeking internal to libvorbisfile. Makes...
2001-02-02 MontyUpdate header copyright dates, update copyright assignemnt
2001-01-22 MontyInitial beta 4 merge
2001-01-01 Montyroll back into mainline a bugfix for ov_open with a...
2000-12-21 MontyCommit minor speed patch (sliding window in vorbis_blockin)
2000-11-29 Montycomment correction in ov_read() return vals
2000-11-14 MontyTwo fixes:
2000-11-06 MontyMerge branch_beta3 onto the mainline.
2000-10-13 MontyReadded seeking_example.c to the build
2000-10-12 MontyMerging the postbeta2 branch onto the mainline.
2000-08-30 Montyautoconf changes to handle looking for bit-width types...
2000-08-15 MontyCommit monty_branch_20000724 to the mainline in prep...
2000-08-04 MontyVorbisfile could get itself into an uninitialized state...
2000-06-15 MontyFixed a link-crossing bug in libvorbis (total time...
2000-06-14 MontyMade API consistent wrt in64_t internal types and retur...
2000-05-16 Mike SmithFix for a small problem in ov_read() which made the...
2000-05-01 jonFixed a bug with ov_open_callbacks not initializing...
next