Граф коммитов

127 Коммитов

Автор SHA1 Сообщение Дата
Ms2ger@gmail.com 7abd6d2f12 Bug 523377 - Typo in media/libfishsound/README_MOZILLA. r=chris.double
--HG--
extra : rebase_source : 80b04bc95ee10ca3e157aa7cb4245112e00f9eff
2009-10-23 16:25:05 +13:00
Matthew Gregan 6ac500db15 Bug 523816 - Fix calculation of CMML record size. r=roc
--HG--
extra : rebase_source : a1f68e1f64581029b9624fd57a897f0085dd126b
2009-10-23 11:17:35 +13:00
Chris Pearce 3d981f2bca Bug 523335 - Abort seek operation on underlying stream close. r=roc 2009-10-21 16:24:21 +13:00
Matthew Gregan 8f36ff0ae8 Bug 498380 - Remove bogus packet_buffer assert from oggz_close. r=chris.double 2009-10-12 13:07:51 +13:00
Matthew Gregan 3b2a53f9cb Bug 515217 - Don't crash when presentation thread releases a buffer just before decode thread attempts to set that buffer as the last at EOF. r=chris.double 2009-10-15 14:27:49 +13:00
Chris Pearce e9f08815bc Bug 520500 - Don't reject vorbis streams with 0 length comments. r=doublec 2009-10-14 16:36:01 +13:00
Chris Pearce d0990d78d3 Bug 520493 - Fix regression in Ogg playback. r=doublec 2009-10-14 16:35:59 +13:00
Matthew Gregan acbac64a97 Bug 518952 - Remove unnecessary local patch against libvorbis. r=chris.double
--HG--
extra : rebase_source : 0c0703cf36a14a5d9d055a860abf8b4197f20d03
2009-10-05 11:56:08 +13:00
Matthew Gregan 5b8b7dae6a Bug 507167 and Bug 518941 - Update libvorbis to SVN r16597 to pick up recent fixes. r=chris.double, rs=roc
--HG--
extra : rebase_source : e941bcd256dd233304c6095d9d66ad1a96061ce2
2009-10-05 11:54:13 +13:00
Chris Pearce c7497caf98 Bug 519155 - reset oggz seek on failure. r=doublec 2009-10-03 17:08:12 +13:00
Chris Pearce 9a94880e1e Bug 504843 - Abort ogg decode with excessively large video frame sizes. r=doublec 2009-10-03 17:08:12 +13:00
Chris Double 1783bb21e2 Bug 462141 - Fix unreferenced local variable warning in libfishsound - r=kinetik
--HG--
extra : rebase_source : 12557d99b8380aaa69e268f09fc2c49a32e189d4
2009-09-29 14:40:38 +13:00
Chris Pearce f8b2e4f99a Bug 516323 - Reset libfishsound when seeking to 0 so it doesn't die re-reading header packets. r=doublec 2009-09-29 13:59:00 +13:00
Matthew Gregan 1393b71219 Bug 507554 - Update in-tree libtheora to 1.1.0 (Thusnelda) plus post-release fixes from SVN. r=chris.double, rs=roc
--HG--
rename : media/libtheora/lib/dec/apiwrapper.c => media/libtheora/lib/apiwrapper.c
rename : media/libtheora/lib/dec/apiwrapper.h => media/libtheora/lib/apiwrapper.h
rename : media/libtheora/lib/dec/bitpack.c => media/libtheora/lib/bitpack.c
rename : media/libtheora/lib/dec/bitpack.h => media/libtheora/lib/bitpack.h
rename : media/libtheora/lib/dec/dct.h => media/libtheora/lib/dct.h
rename : media/libtheora/lib/dec/decapiwrapper.c => media/libtheora/lib/decapiwrapper.c
rename : media/libtheora/lib/dec/decinfo.c => media/libtheora/lib/decinfo.c
rename : media/libtheora/lib/dec/decint.h => media/libtheora/lib/decint.h
rename : media/libtheora/lib/dec/decode.c => media/libtheora/lib/decode.c
rename : media/libtheora/lib/dec/dequant.c => media/libtheora/lib/dequant.c
rename : media/libtheora/lib/dec/dequant.h => media/libtheora/lib/dequant.h
rename : media/libtheora/lib/dec/fragment.c => media/libtheora/lib/fragment.c
rename : media/libtheora/lib/dec/huffdec.c => media/libtheora/lib/huffdec.c
rename : media/libtheora/lib/dec/huffdec.h => media/libtheora/lib/huffdec.h
rename : media/libtheora/lib/dec/huffman.h => media/libtheora/lib/huffman.h
rename : media/libtheora/lib/dec/idct.c => media/libtheora/lib/idct.c
rename : media/libtheora/lib/dec/info.c => media/libtheora/lib/info.c
rename : media/libtheora/lib/dec/internal.c => media/libtheora/lib/internal.c
rename : media/libtheora/lib/dec/ocintrin.h => media/libtheora/lib/ocintrin.h
rename : media/libtheora/lib/dec/quant.c => media/libtheora/lib/quant.c
rename : media/libtheora/lib/dec/quant.h => media/libtheora/lib/quant.h
rename : media/libtheora/lib/dec/state.c => media/libtheora/lib/state.c
rename : media/libtheora/lib/dec/x86/mmxfrag.c => media/libtheora/lib/x86/mmxfrag.c
rename : media/libtheora/lib/dec/x86/mmxidct.c => media/libtheora/lib/x86/mmxidct.c
rename : media/libtheora/lib/dec/x86/mmxstate.c => media/libtheora/lib/x86/mmxstate.c
rename : media/libtheora/lib/dec/x86/x86int.h => media/libtheora/lib/x86/x86int.h
rename : media/libtheora/lib/dec/x86/x86state.c => media/libtheora/lib/x86/x86state.c
rename : media/libtheora/lib/dec/x86_vc/mmxfrag.c => media/libtheora/lib/x86_vc/mmxfrag.c
rename : media/libtheora/lib/dec/x86_vc/mmxidct.c => media/libtheora/lib/x86_vc/mmxidct.c
rename : media/libtheora/lib/dec/x86_vc/mmxstate.c => media/libtheora/lib/x86_vc/mmxstate.c
rename : media/libtheora/lib/dec/x86_vc/x86int.h => media/libtheora/lib/x86_vc/x86int.h
rename : media/libtheora/lib/dec/x86_vc/x86state.c => media/libtheora/lib/x86_vc/x86state.c
2009-09-28 11:14:21 +13:00
Chris Pearce 3f3d4ea5a0 Bug 512328 - Update liboggplay to rev 404316e595. r=doublec 2009-09-24 16:22:23 +12:00
Chris Pearce 9ed9674ab6 Bug 518169 - Fix bounds check calculation in oggz seek. r=doublec 2009-09-24 13:42:18 +12:00
Matthew Gregan efd3d15986 Bug 501279 - Update media/libvorbis/README_MOZILLA to represent reality.
--HG--
extra : rebase_source : 553bdb02ffe00b0a94ebdb0227aaf8cf56f9841d
2009-09-22 12:40:35 +12:00
Matthew Gregan 2f1eff8e30 Bug 506061 - Deal with audio XRUNs as soon as possible. Also clean up the code a little. p=j^, r=chris.double
--HG--
extra : rebase_source : ffbff463b77ade2bacc5a8b9f662228b05667dc3
2009-09-14 12:21:22 +12:00
Matthew Gregan 03c3afbcbd Bug 504613 - Handle zero-byte first-frame packets in Theora. p=tterribe@vt.edu, r=chris.double
--HG--
extra : rebase_source : d2b18e88ddec3836e30b448f949657206a33f3fa
2009-09-15 17:53:49 +12:00
Matthew Gregan 165f832d2d 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
Chris Pearce 57be2c2f34 Bug 512327 - Update liboggz to cf5feeaab69b05e24. r=doublec 2009-09-16 15:45:16 +12:00
Chris Pearce 84e8669d95 Bug 501031 - Make media seeking faster over HTTP by adding 'fuzz' factor to liboggz seek, and fixing its bisection search. r=doublec 2009-09-08 09:41:56 +12:00
Matthew Gregan 00cf37a7f6 Bug 495558 - Initialize sydneyaudio/ALSA with host endian format (fixes sound on big endian machines). r=chris.double
--HG--
extra : rebase_source : d2635e23f0e65a7e9db397d54f998610fa2348f6
2009-09-07 14:44:39 +12:00
Benjamin Smedberg 6399d22ef3 Bug 513032 - remove empty conditionals in our makefiles, r=ted 2009-08-27 10:48:18 -07:00
Chris Pearce cd0364926b Bug 513999 - Backed out changeset 8217d78ccdaf, liboggz update from bug 512327 on CLOSED TREE. 2009-09-02 11:11:05 +12:00
Chris Pearce a2a9a49233 Bug 512327 - Update liboggz to rev 20609d34c41fa 2009-08-31 13:23:16 +12:00
Chris Pearce cc9cc9ef27 Bug 511584 - Update libfishsound to rev 20b5cdf6fe38f6 2009-08-31 13:23:16 +12:00
Matthew Gregan f8aa59bf24 Bug 501279. Update libvorbis to r16335.
--HG--
extra : rebase_source : 04d15a3e154054fe00b3c01f3c252f5f9613e3e8
2009-07-31 17:24:16 +12:00
Rich Walsh 2d6a49e99b Bug 506434 - fix ogg video playback regression, OS/2 part, r=pweilbacher 2009-08-02 14:06:02 +03:00
Rich Walsh effbfd086a Bug 506434 - fix ogg video playback regression, add OS/2 part to sydneyaudio patch, r=pweilbacher 2009-08-02 14:06:02 +03:00
Matthew Gregan d8373a09b7 Bug 500311 - Count tracks as active during initialization. r=chris.double
--HG--
extra : rebase_source : 25e5d3aa9661a95e1a623a9fe15f5c12f31d13f3
2009-07-30 15:28:53 +12:00
Makoto Kato 05ee7e7e02 Bug 501877 - Don't define USE_ASM on Windows x64. r=chris.double 2009-07-28 19:48:21 +09:00
Jacek Caban ac5ccf40c1 Bug 505227 - Don't use config_win32.h on MinGW in liboggz. r+cpearce,sr+doublec 2009-07-20 16:01:52 +02:00
Peter Weilbacher 32511dcd4c [OS/2] Bug 448918: add media support on OS/2 (liboggplay part), p=dragtext@e-vertise, r=chris.double 2009-07-23 10:37:01 +03:00
Peter Weilbacher 770be0e9b1 [OS/2] Bug 448918: add media support on OS/2 (liboggz part), p=dragtext@e-vertise, r=chris.double 2009-07-23 10:37:01 +03:00
Peter Weilbacher f038e8d1fc [OS/2] Bug 448918: add media support on OS/2 (sydneyaudio part), p=dragtext@e-vertise, r=chris.double 2009-07-23 10:37:01 +03:00
Chris Pearce db8389f6c0 Bug 499519 - liboggplay fix; disable video tracks with height 0 video. r+=doublec, sr+=roc. 2009-07-20 14:26:09 +12:00
Chris Double 208afef4be Bug 500254 - Update libvorbis - rs=roc
--HG--
extra : rebase_source : f53b6ad720004d2fca0d643af11e0b565acf9d55
2009-07-07 10:10:04 +12:00
Matthew Gregan 9922cc4c12 Bug 495794 - Fix crash when destroying audio stream that failed to open cleanly. r=chris.double 2009-07-02 16:38:26 +12:00
Chris Double 1533be290f Bug 498853 - libvorbis update - r=xiphmont 2009-06-19 15:35:50 +12:00
Chris Double dcd0448ed1 Bug 498855 - libvorbis update - r=xiphmont 2009-06-19 15:33:29 +12:00
Chris Double a5d888e46e Bug 498827 - libvorbis update - r=xiphmont 2009-06-19 15:27:59 +12:00
Chris Double 81fd5b9597 Bug 498824 - liboggplay update - r=roc 2009-06-19 15:16:52 +12:00
Tim Terriberry d3791f6483 Bug 498824 - libtheora update - r=roc 2009-06-19 15:12:54 +12:00
Chris Double acf5bb200a Bug 498815 - liboggplay update - r=wiking rs=roc 2009-06-19 15:11:41 +12:00
Tim Terriberry 606101d5b4 Bug 498815 - libtheora update - r=doublec rs=roc 2009-06-19 15:11:15 +12:00
David Schleef f6876a95bc Bug 498770 - Enable optimized Theora code in Windows builds - r=kinetik rs=roc 2009-06-19 15:03:45 +12:00
Matthew Gregan d088e00a90 Bug 496529 - Use SSE2 YUV conversion code on Win32 (ATTR_ALIGNED_MAX is not defined). r+sr=roc 2009-06-05 21:00:21 +12:00
Chris Double a3d9b3e773 Bug 496684. Finish reading headers in liboggplay before reporting that headers are read, but make sure to not skip any frames while doing so. r=wiking(ish)
--HG--
extra : rebase_source : 0413f7c85460c11a6bf00492aec1fb9510ce8b16
2009-06-15 09:54:36 +12:00
Chris Double f4076b6173 Bug 496063. Avoid infinite loops on shutdown or error while seeking. r=cpearce 2009-06-04 14:06:03 +12:00