index
:
palemoon-gre
master
Pale Moon [Local Fork]
khronosschoty@posteo.org
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
dom
/
media
Commit message (
Expand
)
Author
Age
*
Revert "HTML - img - srcset - does not react to resize/viewport changes"
Pale Moon
2018-03-26
*
Check plane width & stride constraints.
Pale Moon
2018-03-15
*
Don't reject data promise if new data is pending
trav90
2018-03-04
*
Only clear EOS flag if we have new data
trav90
2018-03-04
*
Work around crashes when trackless mediastreams are encountered.
Pale Moon
2018-02-10
*
Issue #1595 part 3: Remove Vista checks in DOM
Pale Moon
2018-01-20
*
Fix build bustage
trav90
2018-01-05
*
[MSE] Remove some undesired Mozilla diagnostic code
trav90
2018-01-04
*
[MSE] Remove now unused code
trav90
2018-01-04
*
[MSE] When abort() is called, wait until the current appendBuffer completes
trav90
2018-01-04
*
[MSE] Disable tail dispatching on the MediaSourceDemuxer's TaskQueue
trav90
2018-01-04
*
[MSE] Do not attempt to retrieve the buffered range if the mediasource is in ...
trav90
2018-01-04
*
Merge pull request #1536 from janekptacijarabaci/html_media_currentTime_1
Moonchild
2017-12-14
|
\
|
*
HTML - media - setting currentTime when readyState is HAVE_NOTHING incorrectl...
janekptacijarabaci
2017-12-08
*
|
WebAudio - API - return the AudioNode connected to when calling AudioNode.con...
janekptacijarabaci
2017-12-08
|
/
*
Fix typo (RefPtr -> nsRefPtr)
janekptacijarabaci
2017-11-24
*
Media - subtitles (implement cuechange event)
janekptacijarabaci
2017-11-24
*
Don't immediately fire canplaythrough for streams without duration
trav90
2017-10-27
*
Add mochitest that ensures the canplay/canplaythrough and readyState is prope...
trav90
2017-10-27
*
[MSE] Determine when canplaythrough can be fired
trav90
2017-10-27
*
[MSE] Enable NextFrameBufferedStatus() for MediaSourceDecoder
trav90
2017-10-27
*
[MSE] Move the definition of EOS_FUZZ to be public
trav90
2017-10-27
*
Use buffered range to determine next frame availability
trav90
2017-10-27
*
Rework MediaDecoder::AddOutputStream and move related code to the MDSM
trav90
2017-10-25
*
Move MediaDecoder::UpdateStreamBlockingForPlayState to the MDSM
trav90
2017-10-25
*
Move MediaDecoder::UpdateStreamBlockingForStateMachinePlaying to the MDSM
trav90
2017-10-25
*
Move AddOutputStream code below MediaDecoder::Load()
trav90
2017-10-25
*
Rename MediaDecoder::UpdateDecodedStream to MediaDecoder::UpdateStreamBlockin...
trav90
2017-10-25
*
Rework DecodedStream::RecreateData()
trav90
2017-10-25
*
Merge pull request #1422 from trav90/media-work
Moonchild
2017-10-23
|
\
|
*
Remove now unused functions
trav90
2017-10-22
|
*
Move output stream code from MediaDecoder to DecodedStream
trav90
2017-10-22
|
*
Move stream connection code from MediaDecoder to DecodedStream
trav90
2017-10-22
|
*
Remove MediaDecoder::DestroyDecodedStream()
trav90
2017-10-22
|
*
Remove MediaDecoder::ConnectDecodedStreamToOutputStream()
trav90
2017-10-22
|
*
Remove dependency on MediaDecoder from DecodedStream
trav90
2017-10-22
|
*
Move MediaDecoder::mOutputStreams to DecodedStream
trav90
2017-10-22
|
*
Create a wrapper class where MediaDecoder::mOutputStreams can move
trav90
2017-10-22
*
|
Guard against early states in UpdateNextFrameStatus
trav90
2017-10-22
|
/
*
Move MediaDecoder::DecodedStreamData and related code to its own file
trav90
2017-10-20
*
Handle non-empty tail dispatchers in BeginShutdown
trav90
2017-10-05
*
Implement TaskDispatcher::DispatchTasksFor
trav90
2017-10-05
*
Merge pull request #1375 from trav90/media-HWAccel-work
Moonchild
2017-09-28
|
\
|
*
Revert "Allow disabling HW acceleration even when SharedDecoderManager isn't ...
trav90
2017-09-28
*
|
Update MediaPromise gtest
trav90
2017-09-28
*
|
Prevent crash when more than one MediaPromise is rejected
trav90
2017-09-28
|
/
*
Remove ENABLE_TESTS ifdefs from MP3Demuxer
trav90
2017-09-14
*
[MP3] Accept partial information from VBR headers
trav90
2017-09-14
*
Add a test case for skipping over false positive syncs at the beginning of an...
trav90
2017-09-14
*
[MP3] Try detecting the actual frame start even when parsing starts mid-stream
trav90
2017-09-14
[next]