2009-04-04 16:17:48 -07:00
|
|
|
The source from this directory was copied from the liboggz git
|
2009-03-03 02:23:54 -08:00
|
|
|
source repository using the update.sh script. The only changes made
|
|
|
|
were those applied by update.sh, which applies patches described
|
|
|
|
below, and the addition/upate of Makefile.in files for the
|
2008-10-19 00:35:01 -07:00
|
|
|
Mozilla build system.
|
|
|
|
|
2009-09-15 20:45:16 -07:00
|
|
|
The git commit id used was cf5feeaab69b05 from git://git.xiph.org/liboggz.git
|
2008-10-28 11:55:10 -07:00
|
|
|
|
2009-03-03 02:23:54 -08:00
|
|
|
The wince.patch addresses the lack of posix file IO support on windows ce,
|
|
|
|
see bug 461844 for details.
|
2009-01-29 23:30:37 -08:00
|
|
|
|
|
|
|
endian.patch is applied to fix bug 452698.
|
2009-05-17 15:15:57 -07:00
|
|
|
|
2009-05-28 21:13:23 -07:00
|
|
|
key_frame_seek.patch fixes bug 463358.
|
|
|
|
|
|
|
|
offset_next.patch fixes bug 495366.
|
2009-06-01 14:20:51 -07:00
|
|
|
|
|
|
|
bug487519.patch: Fix for bug 487519.
|
2009-07-23 00:37:01 -07:00
|
|
|
|
2009-09-15 20:45:16 -07:00
|
|
|
bug496063.patch: Fix for infinite loop during seek while shutting down.
|
2009-09-01 16:11:05 -07:00
|
|
|
|
2009-09-07 14:41:56 -07:00
|
|
|
faster_seek.patch: Fix for bug 501031, make seeking faster over HTTP.
|
2009-09-15 20:45:16 -07:00
|
|
|
|
2009-09-21 17:00:52 -07:00
|
|
|
bug516847.patch: Fix for bug 516847 (duplicate frame handling).
|
2009-09-23 18:42:18 -07:00
|
|
|
|
2009-10-02 21:08:12 -07:00
|
|
|
bug518169.patch: Fix bug 518169, fix faster_seek.patch.
|
|
|
|
|
|
|
|
bug504843.patch: Propogate read errors from oggz_read_sync().
|
2009-10-02 21:08:12 -07:00
|
|
|
|
|
|
|
bug519155.patch: Fix oggz seek's reset so that it can rollback on fail correctly.
|
2009-10-13 20:35:59 -07:00
|
|
|
|
2009-10-11 17:07:51 -07:00
|
|
|
bug498380.patch: Remove bogus assert.
|
|
|
|
|
2009-10-13 20:35:59 -07:00
|
|
|
bug520493.patch: Fix oggz seek so that it doesn't exit too early, and to use
|
|
|
|
more accurate page offsets while bisecting.
|
2009-10-20 20:24:21 -07:00
|
|
|
|
|
|
|
bug523335.patch: Abort oggz seek bisection when the underlying stream closes.
|