gecko/content/media/test
2010-09-17 05:36:23 +12:00
..
crashtests Add a bunch of crashtests 2010-06-08 17:53:08 -07:00
320x240.ogv Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
448636.ogv Bug 448636 - Add testcase 2009-08-04 14:44:45 +12:00
allowed.sjs Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
audio-gaps.ogg Bug 576539 - Inject silence when decoder encounters missing audio in WebM and Ogg media. r=kinetik a=blocking2.0 2010-08-13 14:28:15 +12:00
audio-overhang.ogg Bug 531340 - New Ogg video decoder. r=doublec sr=roc 2010-04-01 20:03:07 -07:00
beta-phrasebook.ogg Bug 507167 and Bug 518941 - Update libvorbis to SVN r16597 to pick up recent fixes. r=chris.double, rs=roc 2009-10-05 11:54:13 +13:00
big.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
bogus.duh Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec 2009-07-10 14:03:01 +12:00
bogus.ogv Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec 2009-07-10 14:03:01 +12:00
bogus.wav Bug 502211. Create test_playback and test_playback_errors for easy regression testing. r=doublec 2009-07-10 14:03:01 +12:00
bug461281.ogg Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
bug482461.ogv Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
bug495129.ogv Bug 495129 - Add testcase. 2009-08-04 18:13:40 +12:00
bug495794.ogg Bug 531340 - New Ogg video decoder. r=doublec sr=roc 2010-04-01 20:03:07 -07:00
bug498380.ogv Bug 498380 - Remove bogus packet_buffer assert from oggz_close. r=chris.double 2009-10-12 13:07:51 +13:00
bug498855-1.ogv Bug 498855 - Add testcase. 2009-08-04 18:13:40 +12:00
bug498855-2.ogv Bug 498855 - Add testcase. 2009-08-04 18:13:40 +12:00
bug498855-3.ogv Bug 498855 - Add testcase. 2009-08-04 18:13:40 +12:00
bug499519.ogv Bug 499519 - Add test which ensures height 0 videos load. r=roc 2009-08-04 18:13:33 +12:00
bug500311.ogv Bug 500311 - Add testcase. r=roc 2009-08-04 18:13:40 +12:00
bug500311.ogv^headers^ Bug 500311 - Add testcase. r=roc 2009-08-04 18:13:40 +12:00
bug501279.ogg Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too. 2009-08-04 18:13:40 +12:00
bug504613.ogv Bug 504613 - Handle zero-byte first-frame packets in Theora. p=tterribe@vt.edu, r=chris.double 2009-09-15 17:53:49 +12:00
bug504644.ogv Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too. 2009-08-04 18:13:40 +12:00
bug504843.ogv Bug 504843 - Abort ogg decode with excessively large video frame sizes. r=doublec 2009-10-03 17:08:12 +13:00
bug506094.ogv Bug 501279 - Add testcases, includes test files from bug 504644 and bug 506094 as they're fixed by bug 501279 too. 2009-08-04 18:13:40 +12:00
bug516323.indexed.ogv Bug 519897 - Supported indexed Ogg files. r=doublec 2010-08-20 10:50:37 +12:00
bug516323.ogv 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
bug520493.ogg Bug 520493 - Fix regression in Ogg playback. r=doublec 2009-10-14 16:35:59 +13:00
bug520500.ogg Bug 520500 - Don't reject vorbis streams with 0 length comments. r=doublec 2009-10-14 16:36:01 +13:00
bug520908.ogv Bug 520908 - Use calculated duration from cloned decoder when initializing the clone. r=roc 2009-10-15 14:28:59 +13:00
bug520908.ogv^headers^ Bug 520908 - Use calculated duration from cloned decoder when initializing the clone. r=roc 2009-10-15 14:28:59 +13:00
bug523816.ogv Bug 523816 - Fix calculation of CMML record size. r=roc 2009-10-23 11:17:35 +13:00
bug533822.ogg Bug 533822 - Flush liboggz packet_buffer in oggz_reset_streams. r=chris.double 2010-01-08 17:55:39 +13:00
bug557094.ogv Bug 557095 - Video FPS calculation in 64bit to avoid aborting on overflow. r=doublec 2010-04-08 20:16:02 +12:00
bug580982.webm Bug 580982 - Remove workarounds for old YouTube WebM encodings. Don't treat "matroska" doctype as valid WebM file. r=doublec 2010-08-05 15:49:27 +12:00
can_play_type_ogg.js Fix for bug 503468 (canPlayType should return "", not "no"). r=cdouble. 2009-07-14 16:04:56 +02:00
can_play_type_wave.js Bug 503835. Wave codec 0 should be reported as unsupported. r=doublec 2009-07-27 10:01:41 +12:00
can_play_type_webm.js Bug 566245 - HTMLMediaElement.canPlayType support for WebM. r=roc 2010-06-09 11:31:27 +12:00
cancellable_request.sjs Bug 522114. While we're suspending the download, a Web server might close our connection, thinking we're dead. This might look just like a normal connection close. So whenever the connection closes after we resumed, try to reopen it, if we're seekable. r=kinetik 2009-10-15 15:20:49 +13:00
chain.ogv Bug 519155 - reset oggz seek on failure. r=doublec 2009-10-03 17:08:12 +13:00
contentDuration1.sjs Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double 2010-01-27 13:29:26 +01:00
contentDuration2.sjs Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
contentDuration3.sjs Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
contentDuration4.sjs Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double 2010-01-27 13:29:26 +01:00
contentDuration5.sjs Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double 2010-01-27 13:29:26 +01:00
contentDuration6.sjs Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double 2010-01-27 13:29:26 +01:00
contentDuration7.sjs Bug 539620 - Deprecate X-Content-Duration for Content-Duration. r=chris.double 2010-01-27 13:29:26 +01:00
dirac.ogg Bug 481057 - Fire MEDIA_ERR_DECODE errors when a decoding error occurs. r=chris.double, sr=roc 2009-09-22 12:08:13 +12:00
dynamic_redirect.sjs Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
file_a4_tone.ogg bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
file_access_controls.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
file_audio_event_adopt_iframe.html bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
Makefile.in Bug 584480 - Send Referer header with media requests - r=roc a=blocking2.0 2010-09-17 05:36:23 +12:00
manifest.js Bug 588312 - Set video.currentTime to seek time when seek starts - r=kinetik a=blocking2.0 2010-09-10 14:48:36 +12:00
r11025_msadpcm_c1.wav Bug 481057 - Fire MEDIA_ERR_DECODE errors when a decoding error occurs. r=chris.double, sr=roc 2009-09-22 12:08:13 +12:00
r11025_s16_c1_trailing.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
r11025_s16_c1.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
r11025_u8_c1_trunc.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
r11025_u8_c1.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
r16000_u8_c1_list.wav Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
reactivate_helper.html Bug 518659. Make nsHTMLMediaElement hold a reference to itself to keep itself alive while network or decoder activity could result in events being fired in the future. Also rework the handling of media elements in inactive documents. r=jst, r=doublec 2009-10-02 00:10:13 +10:00
redirect.sjs Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
referer.sjs Bug 584480 - Send Referer header with media requests - r=roc a=blocking2.0 2010-09-17 05:36:23 +12:00
seek1.js Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan 2009-12-08 17:00:42 -08:00
seek2.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek3.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek4.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek5.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek6.js Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
seek7.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek8.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek9.js Bug 502211. Unify seek tests into a single backend-independent test. r=doublec 2009-07-10 14:03:02 +12:00
seek10.js Bug 523335 - Abort seek operation on underlying stream close. r=roc 2009-10-21 16:24:21 +13:00
seek11.js Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
seek.ogv Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
seek.webm Bug 566245 - Add WebM test file for content/media tests. r=kinetik 2010-06-09 11:31:27 +12:00
seek.yuv Bug 508082: Implement a raw video decoder. Based on an earlier patch by Brad Lassey. r=doublec 2010-07-26 12:35:16 -07:00
short-video.ogv Bug 493431 - Add test to ensure video file with more audio than video plays and that video.currentTime only increases during playback. r=n/a 2009-08-17 09:32:24 +12:00
small-shot.ogg Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
sound.ogg Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_a4_tone.html bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
test_access_control.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_audio1.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_audio2.html Bug 589626 - Update media readystate when crossing HAVE_FUTURE/HAVE_ENOUGH_DATA audio boundary. r=roc a=blocking2.0 2010-09-14 16:24:47 -07:00
test_audio_event_adopt.html bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
test_audioDocumentTitle.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_audiowrite.html Bug 485288 - Ensure video context menu doesn't show when video's source children don't contain a resource. r=dolske a=blocking2.0 2010-09-03 12:03:03 +12:00
test_autoplay.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_buffered.html Bug 570904 - Implement buffered support for WebM. r=roc 2010-09-13 20:45:50 +12:00
test_bug448534.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_bug463162.xhtml Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
test_bug465498.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_bug493187.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_bug495145.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_bug495300.html Bug 499874 - Move Wave decoder to ended state when seeking to end of media. r=roc 2009-10-20 15:48:03 +13:00
test_can_play_type_no_ogg.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type_no_wave.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type_no_webm.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type_ogg.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type_wave.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type_webm.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_can_play_type.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_closing_connections.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_constants.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_contentDuration1.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration2.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration3.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration4.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration5.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration6.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_contentDuration7.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_controls.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_currentTime.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_decode_error.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_decoder_disable.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_delay_load.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_error_on_404.html Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
test_framebuffer.html bug 490705 - Support Audio Data API: Get, Manipulate, Play & Save. r=smaug+kinetik+peterv, sr=vlad, a=vlad 2010-08-25 09:10:00 -04:00
test_info_leak.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_load_candidates.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_load_source.html Bug 534571 - Enable reloads from audio source child to work. r=roc a=blocking2.0 2010-07-26 10:45:18 +12:00
test_load.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_media_selection.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_mixed_principals.html Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
test_mozLoadFrom.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_networkState.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_new_audio.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_paused_after_ended.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_paused.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_play_events_2.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_play_events.html Bug 580876 - Add debugging logging to figure out if we've got a type error a=test-fix 2010-09-09 11:58:18 +12:00
test_play_twice.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_playback_errors.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_playback.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_preload_actions.html Bug 593074 - Prevent multiple test finish from causing errors. a=test-fix 2010-09-03 12:03:03 +12:00
test_preload_attribute.html Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0 2010-08-20 10:50:37 +12:00
test_preload_suspend.html Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0 2010-08-20 10:50:37 +12:00
test_progress.html Backed out changeset 96b74fec2915 2010-09-11 11:17:11 +02:00
test_reactivate.html Bug 518659. Make nsHTMLMediaElement hold a reference to itself to keep itself alive while network or decoder activity could result in events being fired in the future. Also rework the handling of media elements in inactive documents. r=jst, r=doublec 2009-10-02 00:10:13 +10:00
test_readyState.html Bug 529404 - Assignments to a property that has a getter but not a setter should not throw a TypeError per ES5, except in strict mode. r=brendan 2009-12-08 17:00:42 -08:00
test_referer.html Bug 584480 - Send Referer header with media requests - r=roc a=blocking2.0 2010-09-17 05:36:23 +12:00
test_replay_metadata.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_resume.html Bug 548523 - Replace HTMLMediaElement.autobuffer attribute with 'preload'. r=roc a=blocking2.0 2010-08-20 10:50:37 +12:00
test_seek2.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_seek_out_of_range.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_seek.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_source_write.html Bug 485288 - Update media load algorithm. r=roc a=blocking2.0 2010-09-03 12:03:03 +12:00
test_source.html Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
test_standalone.html Bug 564720 - Refactor media tests to be backend independent were possible. r=roc 2010-05-31 10:02:06 +12:00
test_timeupdate_seek.html Bug 588312 - Set video.currentTime to seek time when seek starts - r=kinetik a=blocking2.0 2010-09-10 14:48:36 +12:00
test_timeupdate_small_files.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_video_to_canvas.html Bug 557432 - Reduce parallelism of media mochitests. r=test-fix a=roc 2010-08-27 14:11:46 +12:00
test_videoDocumentTitle.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_volume.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_wav_ended1.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
test_wav_ended2.html Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
use_large_cache.js Bug 499880 - Restructure content/media directory. r+=doublec 2009-06-26 16:23:15 +12:00
video-overhang.ogg Bug 531340 - New Ogg video decoder. r=doublec sr=roc 2010-04-01 20:03:07 -07:00