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
*
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
*
[MP3] Fix assert in VBRI header parsing to actually check that we've been pas...
trav90
2017-09-14
*
[MP3] Check VBR header is valid before using it for duration calculations
trav90
2017-09-14
*
Crash fix: Avoid division by zero in MP3Demuxer
trav90
2017-09-14
*
Add/update tests
trav90
2017-09-14
*
[MP3] Constrain seek position getter to max duration
trav90
2017-09-14
*
[MP3] Accept only layer III frames
trav90
2017-09-14
*
[MP3] Clamp seeking offsets to estimated frame boundaries
trav90
2017-09-14
*
[MP3] Add frame consistency verification to reduce chance for false positive ...
trav90
2017-09-14
*
Prevent ScanUntil from overshooting the target time frame
trav90
2017-09-14
*
[MP3] Use VBR/CBR header TOC for efficient seeking and enable fast seeking wi...
trav90
2017-09-14
*
[MP3] Parse complete Xing/Info header info
trav90
2017-09-14
*
Switch VBR header parsing to use a ByteReader as well instead of directly acc...
trav90
2017-09-12
*
Switch the MPEG frame and ID3 header parsers to use a ByteReader instead of a...
trav90
2017-09-12
*
[minor fix] Build - warnings - truncation from 'double' to 'float'
janekptacijarabaci
2017-08-05
*
Revert "Media mirroring/task queue improvements"
Moonchild
2017-07-23
*
Remove now-unnecessary null-out in MediaDecoderReader::BreakCycles
trav90
2017-07-20
*
Null out the thread pool when resolving shutdown
trav90
2017-07-20
*
Move shutdown promise resolution into a helper
trav90
2017-07-20
*
Enable tail dispatch for the decode task queue
trav90
2017-07-20
*
Initialize reader task queue in the constructor
trav90
2017-07-20
*
Split WebMPacketQueue from WebMReader
trav90
2017-07-16
*
Add TimeUnitToFrames method
trav90
2017-07-16
*
Split NesteggPacketHolder from WebMReader
trav90
2017-07-16
*
Mark WebMBufferedParser refcounting as thread-safe
trav90
2017-07-16
[next]