1
0
mirror of https://github.com/TeamNewPipe/NewPipe synced 2024-06-27 07:33:20 +00:00
NewPipe/app/src/main/java/org/schabi/newpipe
kapodamy dab53450c1 rewrite OggFromWebMWriter
* reduce the number of iterations over the output file (less seeking)
* fix audio samples with size of 255 do not handled correctly in the segment table (allows writing audio streams with 70kbps and 160kbps bitrate)
* add support for VORBIS codec metadata
* write packets based on the timestamp
2019-11-26 10:46:26 -03:00
..
about Migrate to AndroidX 2019-10-04 14:59:08 +02:00
database Migrate to AndroidX 2019-10-04 14:59:08 +02:00
download implement webm to ogg demuxer 2019-11-26 10:46:26 -03:00
fragments Make the KioskFragment aware of changes in the preferred content country 2019-11-20 00:23:35 -03:00
info_list Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
local Migrate to AndroidX 2019-10-04 14:59:08 +02:00
player Fix popup player gestures 2019-11-22 11:41:10 +01:00
report Migrate to AndroidX 2019-10-04 14:59:08 +02:00
settings Make the KioskFragment aware of changes in the preferred content country 2019-11-20 00:23:35 -03:00
streams rewrite OggFromWebMWriter 2019-11-26 10:46:26 -03:00
util Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
views Migrate to AndroidX 2019-10-04 14:59:08 +02:00
ActivityCommunicator.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
App.java Show parsed relative times instead of whatever the service gives us 2019-11-17 23:58:55 -03:00
BaseFragment.java Enable toolbar title visibility when setting a new one 2019-11-20 00:23:33 -03:00
CheckForNewAppVersionTask.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
DownloaderImpl.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
ExitActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ImageDownloader.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
MainActivity.java fix NPE, fix 'wrong' constant, avoid unnecessary nulling 2019-10-08 06:36:29 +02:00
NewPipeDatabase.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00
PanicResponderActivity.java Update extractor and refactored NewPipe 2017-09-03 13:57:12 -03:00
ReCaptchaActivity.java Use new Localization and Downloader implementations from extractor 2019-11-17 23:58:52 -03:00
RouterActivity.java Migrate to AndroidX 2019-10-04 14:59:08 +02:00