aboutsummaryrefslogtreecommitdiffstats
path: root/youtube/static/js/av-merge.js
Commit message (Expand)AuthorAgeFilesLines
* av-merge: Retry more than once for timeoutsAstound2024-03-101-1/+2
* av-merge: Retry failed requestsAstound2024-01-261-11/+37
* av-merge: Use fetchRange promise properlyAstound2024-01-261-18/+25
* [frontend]: fix reporInfo in prototypeJesús2021-12-161-0/+3
* [frontend]: relax find segmentJesús2021-12-161-1/+4
* [frontend]: fix global scope, change var to letJesús2021-12-161-53/+54
* Redo av codec settings & selections to accomodate webmJames Taylor2021-09-061-26/+43
* av-merge: Add webm supportJames Taylor2021-09-061-7/+269
* av-merge: Fix segments not properly reappended during QuotaExceededJames Taylor2021-09-011-16/+23
* av-merge: Specify which of MediaSource, audio, or video are unsupportedJames Taylor2021-08-311-7/+17
* av-merge: Use .shift() instead of .pop() in appendQueue for FIFOJames Taylor2021-08-311-1/+1
* av-merge: Fix handling of QuotaExceededErrorJames Taylor2021-08-311-15/+75
* av-merge: Fix numDeleted not incremented during segment deletionJames Taylor2021-08-291-0/+1
* av-merge: Fix malformed mp4 fragments wrongly considered deletedJames Taylor2021-08-291-1/+32
* av-merge: print sourceBuffer.buffered in printDebuggingInfoJames Taylor2021-08-291-0/+7
* av-merge: Fix error when switching qualities after endOfStreamJames Taylor2021-08-291-3/+5
* av-merge: Add function to dump debugging infoJames Taylor2021-08-291-1/+12
* av-merge: Use tickEnd+1 when calculating segment time rangesJames Taylor2021-08-291-4/+5
* av-merge: End stream correctly when last segments do not overlapJames Taylor2021-08-291-3/+2
* watch.html: Move loose inline javascript into watch.jsJesús2021-08-291-7/+0
* av-merge: Use console.warn and console.errorJames Taylor2021-08-291-2/+2
* av-merge: change QuotaExceeded messages to warningsJames Taylor2021-08-291-2/+2
* av-merge: buffer same duration of audio and videoJames Taylor2021-08-291-4/+10
* av-merge: Make segment fetching message more usefulJames Taylor2021-08-291-2/+7
* av-merge: call mediaSource.endOfStream() so player pauses at endJames Taylor2021-08-291-4/+35
* avmerge: Fix errors if close is called twiceJames Taylor2021-08-291-0/+4
* avmerge: Remove obsolete shouldFetchNextSegment functionJames Taylor2021-08-291-9/+0
* avmerge: Close streams to avoid errors while changing qualityJames Taylor2021-08-291-8/+39
* avmerge: Buffer 50 mb ahead in videoJames Taylor2021-08-291-14/+43
* Add video quality selectorJames Taylor2021-08-291-55/+58
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-291-0/+445
* Revert "Add support for more qualities, merging video+audio using MSE"Jesús2021-08-291-445/+0
* Add support for more qualities, merging video+audio using MSEJames Taylor2021-08-291-0/+445