index
:
delta/libvorbis-git.git
branch_beta3
branch_jackoggsvorbis
branch_monty_20010708
branch_monty_20010901
branch_monty_20011009
branch_monty_20011217
branch_monty_20020303
branch_monty_20020507
branch_postbeta2
bugfix/1975
devel-ph3
master
math_defines
monty-branch-20010404
monty_branch_20000524
monty_branch_20000623
monty_branch_20000724
monty_branch_20001226
monty_branch_rc4
new_acoustics_pending_merge_20000328
segher-20010328-01
travis
unlabeled-1.1.2
unlabeled-1.11.2
unlabeled-1.16.2
unlabeled-1.18.2
unlabeled-1.24.2
vorbis-aotuv
vorbis-malloccheck
vorbis-tahseen
gitlab.xiph.org: xiph/vorbis.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
vorbisfile.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Port opus-tools check to see if underlying file was overwritten.
Thomas Daede
2019-01-28
1
-0
/
+4
*
Fix free of uninitialized memory if seek fails in ov_raw_seek
James Cowgill
2019-01-28
1
-10
/
+6
*
Remove svn $Id$ header.
Ralph Giles
2017-06-16
1
-1
/
+0
*
Bump more copyright dates.
v1.3.5
Ralph Giles
2015-03-03
1
-1
/
+1
*
Add return code check to _initial_pcmoffset as vorbis_packet_blocksize can fa...
Monty
2015-01-12
1
-3
/
+5
*
Correct two more corner case problems with #1486:
Monty
2014-06-24
1
-1
/
+16
*
Update vorbisfile source copyright
Monty
2014-06-18
1
-1
/
+1
*
Additional fix to last-page handling, this time in initial bisection;
Monty
2014-06-18
1
-46
/
+36
*
Correct two errors in patch for Trac #1486:
Monty
2014-06-18
1
-1
/
+0
*
Attempted fix to Trac #1486
Monty
2014-06-11
1
-23
/
+101
*
Various warning fixes.
Tim Terriberry
2013-12-03
1
-6
/
+6
*
Patch for trac #1965; clarify in comments and docs that a failed call
Monty
2013-07-13
1
-1
/
+5
*
libvorbis version of fix for Trac #1578
Monty
2010-10-27
1
-2
/
+1
*
Commit change to libvorbis that returns correct timestamp for granule
Monty
2010-10-24
1
-4
/
+6
*
While reviewing a patch to port Tremor r17541, noticed that the
Monty
2010-10-23
1
-23
/
+38
*
Correct various comment spelling errors.
Ralph Giles
2010-05-05
1
-5
/
+5
*
Commit vorbisfile constification patch; affects API but not ABI.
Monty
2010-04-29
1
-8
/
+8
*
Fix a chaining bug in raw_seeks where seeking out of the current link
Monty
2010-04-26
1
-8
/
+17
*
Try out a new seek bisect optimization in vorbisfile.
Monty
2010-04-26
1
-5
/
+6
*
Vorbisfile was always reading very large chunks; a good idea for
Monty
2010-03-24
1
-3
/
+4
*
Eliminate a correct but harmless 'unititialized variable' warning from libvor...
v1.2.3
Monty
2009-07-10
1
-2
/
+2
*
Bump build system versions for release
Monty
2009-07-10
1
-0
/
+3
*
Commit a vorbisfile short-file fix; consists of several fixes to reinitializa...
Monty
2009-07-08
1
-12
/
+24
*
Remove trailing whitespace
Monty
2009-07-08
1
-1
/
+1
*
analysis output / trailing whitespace cleanup
Monty
2009-07-08
1
-150
/
+151
*
global replaced all tabs with whitespaces in the source to end some of
Monty
2009-05-26
1
-530
/
+530
*
fix to #1362
Monty
2009-04-27
1
-2
/
+2
*
Correct another setup bug; extremely short links could get 'shadowed'
Monty
2009-04-09
1
-33
/
+43
*
Bugfix to new bisection code: fix end of data marker
Monty
2009-04-09
1
-3
/
+2
*
Complete first-cut rearrangement of bisection and initialization code to redu...
Monty
2009-04-09
1
-214
/
+240
*
Nip a potential bug in the bud (open2 was relying on the position of the vf->...
Monty
2009-04-09
1
-4
/
+10
*
Ongoing open refactoring to eliminate superfluous seeks and reads
Monty
2009-04-09
1
-89
/
+127
*
Add an optimization case to _get_prev_page that avoids a redundant seek/resyn...
Monty
2009-04-09
1
-7
/
+12
*
Patch for "seek broken for large files and on pure 32 bit architectures"
Monty
2009-04-08
1
-2
/
+3
*
Commit 01-ov_read_filter patch from #381; closes feature request #1352. Also...
Monty
2008-04-17
1
-2
/
+17
*
Catch one bulletproofing oversight; only an app bug would trip it
Monty
2007-07-24
1
-1
/
+1
*
Update documentation, version numbers, copyright dates
Monty
2007-07-24
1
-1
/
+1
*
Add ov_fopen() (like ov_open, but does the fopen within libvorbisfile)
Monty
2007-07-23
1
-7
/
+25
*
Well. *that* deadlock bug has been lurking in seeking for a long time.
Monty
2007-07-04
1
-7
/
+6
*
New vorbisfile multiplexing support passes built-in playback and seeking
Monty
2007-07-03
1
-9
/
+17
*
Multiplex support fixes; basic functions test OK on single stream files
Monty
2007-07-03
1
-24
/
+48
*
Multiplexed stream support for vorbisfile *IN PROGRESS*
Monty
2007-07-03
1
-94
/
+219
*
Add return checks to all instances of seek_func and _seek_helper.
Monty
2007-07-02
1
-36
/
+66
*
Although bug 552 was complaining about behavior that was illegal
Monty
2007-07-02
1
-1
/
+4
*
Fix for bug 577; used a different approach than the submitted patch
Monty
2007-06-29
1
-14
/
+20
*
Numerous small changes to resolve possible and certain issues found by
Monty
2007-06-21
1
-3
/
+3
*
Patch from Barry Bouwsma:
Mike Smith
2004-07-21
1
-2
/
+2
*
I've been getting sloppy lately... didn;t run streaming tests against
Monty
2003-09-16
1
-4
/
+6
*
State engine change broke seeking because ov_pcm_seek was actually
Monty
2003-09-12
1
-2
/
+3
*
vorbisfile has a flaw where a bad link is not initialized [proper
Monty
2003-09-02
1
-9
/
+15
[next]