gecko/media/liboggz/README_MOZILLA
Matthew Gregan f4a5081464 Bug 516847 - liboggz calculates granulepos incorrectly for duplicate Theora frames. r=chris.double
--HG--
extra : rebase_source : 21a045016d300e77fb234d0cbacbfd3bfd25484b
2009-09-22 12:00:52 +12:00

25 lines
829 B
Plaintext

The source from this directory was copied from the liboggz git
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
Mozilla build system.
The git commit id used was cf5feeaab69b05 from git://git.xiph.org/liboggz.git
The wince.patch addresses the lack of posix file IO support on windows ce,
see bug 461844 for details.
endian.patch is applied to fix bug 452698.
key_frame_seek.patch fixes bug 463358.
offset_next.patch fixes bug 495366.
bug487519.patch: Fix for bug 487519.
bug496063.patch: Fix for infinite loop during seek while shutting down.
faster_seek.patch: Fix for bug 501031, make seeking faster over HTTP.
bug516847.patch: Fix for bug 516847 (duplicate frame handling).