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-01 15:33:43 -07:00
|
|
|
The git commit ID used was b4a7efa06d46596515071490cb255c3548d90371.
|
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-09-01 15:33:43 -07:00
|
|
|
trac466: Fix for infinite loop in liboggplay when running decoder on its own thread. Cherry picked from liboggplay git commit e6871f.
|
|
|
|
|
|
|
|
bug492436: Fix for that bug cherry picked from liboggplay git commit 4b97ad.
|
|
|
|
bug493140: Fix for offsets not being used.
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
bug493224.patch: Fix for bug 493224.
|
|
|
|
|
2009-05-19 20:49:01 -07:00
|
|
|
seek_to_key_frame.patch: Adds oggplay_seek_to_keyframe(), as per bug 463358.
|
|
|
|
|
2009-09-01 15:33:43 -07:00
|
|
|
bug488951: Fix for YUV conversion for odd sized frames. Cherrypicked from
|
|
|
|
upstream commits dabde8, 683f23, and 4d7581.
|
|
|
|
|
|
|
|
bug488951_fix_yuv: Additional fixes to YUV conversion that have not been
|
|
|
|
upstreamed yet.
|
|
|
|
|
|
|
|
bug488951_fix_yuv_2: Additional fix to YUV conversion for odd height videos
|
|
|
|
that has not been upstreamed yet.
|
|
|
|
|
|
|
|
bug495129a.patch: Fix from liboggplay commit 6c8e11.
|
|
|
|
bug495129b.patch: Fix from liboggplay commit 3602bf.
|
|
|
|
|
|
|
|
bug487519.patch: Fix for bug 487519.
|
|
|
|
|
2009-07-23 00:37:01 -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
|
|
|
bug498815.patch: Fix for bug 498815.
|
|
|
|
bug498824.patch: Fix for bug 498824.
|
|
|
|
bug500311.patch: Fix crash during decoder initialization.
|
2009-09-07 14:41:56 -07:00
|
|
|
faster_seek.patch: Fix for bug 501031, make seeking faster over HTTP.
|