2008-07-29 23:46:06 -07:00
|
|
|
The source from this directory was copied from the liboggplay svn
|
|
|
|
source using the update.sh script. The only changes made were those
|
|
|
|
applied by update.sh and the addition/upate of Makefile.in files for
|
|
|
|
the Mozilla build system.
|
|
|
|
|
2009-04-03 05:56:22 -07:00
|
|
|
git://git.xiph.org/liboggplay.git
|
2008-07-29 23:46:06 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
The git commit ID used was 404316e5957370b3c854a86910c237c90746c325.
|
2008-12-08 17:00:47 -08:00
|
|
|
|
2009-04-03 05:56:22 -07:00
|
|
|
The following local patches have been applied:
|
2009-01-29 23:29:20 -08:00
|
|
|
|
2009-04-03 23:21:15 -07:00
|
|
|
endian: pick up NSPR's little/big endian defines in oggplay's config.h.
|
|
|
|
|
2009-05-17 15:24:04 -07:00
|
|
|
bug481921: fix a crash in oggplay_callback_info_prepare().
|
|
|
|
|
2009-05-18 17:23:52 -07:00
|
|
|
aspect-ratio: Adds oggplay_get_video_aspect_ratio, used for bug 480058.
|
2009-05-19 19:46:58 -07:00
|
|
|
|
2009-09-01 15:33:43 -07:00
|
|
|
bug493678.patch: fix for infinite loop in oggplay_step_decode. See bug 493678.
|
|
|
|
|
2009-05-19 20:49:01 -07:00
|
|
|
seek_to_key_frame.patch: Adds oggplay_seek_to_keyframe(), as per bug 463358.
|
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
oggplay_os2.patch: Bug 448918 - add OS/2 support (this patch should be
|
|
|
|
removed when OS/2 support is added upstream)
|
2009-09-01 15:33:43 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
bug496529.patch: Fix bug 496529.
|
2009-09-01 15:33:43 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
bug500311.patch: Fix crash during decoder initialization.
|
2009-09-01 15:33:43 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
faster_seek.patch: Fix for bug 501031, make seeking faster over HTTP.
|
2009-09-01 15:33:43 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
fix-17ef4ca82df28.patch: Fix oggplay_callback_predetected() to return
|
|
|
|
value interpreted as success upon success.
|
|
|
|
Fixes liboggplay changeset 17ef4ca82df28.
|
2009-09-01 15:33:43 -07:00
|
|
|
|
2009-09-23 21:22:23 -07:00
|
|
|
handle-read-errors.patch: Make oggplay_initialise() handle closing of stream
|
|
|
|
while reading. Prevents infinite loop. Further fix
|
|
|
|
to 17ef4ca82df28.
|
2009-07-23 00:37:01 -07:00
|
|
|
|
2009-10-02 21:08:12 -07:00
|
|
|
bug504843.patch: Abort when decoding video excessively large video frames.
|
2009-10-13 20:35:59 -07:00
|
|
|
|
2009-09-28 17:59:00 -07:00
|
|
|
fishsound_reset.patch: Fixes bug 516323.
|
2009-10-13 20:35:59 -07:00
|
|
|
|
|
|
|
bug520493.patch: Ensure liboggplay returns data when all tracks
|
|
|
|
are deactivated when a callback reaches EOF.
|