-
Notifications
You must be signed in to change notification settings - Fork 6k
Comparing changes
Open a pull request
base repository: google/ExoPlayer
base: release-v2
head repository: ococococ/ExoPlayer
compare: master
- 19 commits
- 24 files changed
- 2 contributors
Commits on Feb 9, 2015
-
- Bump version. - Remove AC3 renderer. It's not ready.
Configuration menu - View commit details
-
Copy full SHA for 33db570 - Browse repository at this point
Copy the full SHA 33db570View commit details
Commits on Feb 13, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 2f04580 - Browse repository at this point
Copy the full SHA 2f04580View commit details
Commits on Feb 16, 2015
-
Merge pull request #297 from google/dev-1.2.0-rc
dev-1.2.0-rc -> master
Configuration menu - View commit details
-
Copy full SHA for 953e111 - Browse repository at this point
Copy the full SHA 953e111View commit details -
Merge pull request #299 from google/dev
Correctly reset ADTSreader state
Configuration menu - View commit details
-
Copy full SHA for 4e02bc6 - Browse repository at this point
Copy the full SHA 4e02bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 407dee2 - Browse repository at this point
Copy the full SHA 407dee2View commit details
Commits on Feb 18, 2015
-
Add support for elementary AAC/ADTS streams.
- This change: 1. Extracts HlsExtractor interface from TsExtractor. 2. Adds AdtsExtractor for AAC/ADTS streams, which turned out to be really easy. Selection of the ADTS extractor relies on seeing the .aac extension. This is at least guaranteed not to break anything that works already (since no-one is going to be using .aac as the extension for something that's not elementary AAC/ADTS). Issue: #209
Configuration menu - View commit details
-
Copy full SHA for 9137962 - Browse repository at this point
Copy the full SHA 9137962View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f897b1 - Browse repository at this point
Copy the full SHA 6f897b1View commit details -
Configuration menu - View commit details
-
Copy full SHA for fb7e48f - Browse repository at this point
Copy the full SHA fb7e48fView commit details -
Ensure we always seek after selecting a track.
Some extractor implementations underneath MediaExtractor require a seekTo call after tracks are selected to ensure samples are read from the correct position. De-duplicating logic was preventing this from happening in some cases, causing issues like: #301 Note that seeking all tracks a side effect of track selection sucks if you already have one or more tracks selected, because it introduces discontinuities to the already selected tracks. However, in general, it *is* necessary to specify the position for the track being selected, because the underlying extractor doesn't have enough information to know where to start reading from. It can't determine this based on the read positions of the already selected tracks, because the samples in these tracks might be very sparse with respect to time. I think a more optimal fix would be to change the SampleExtractor interface to receive the current position as an argument to selectTrack. For our own extractors, we'd seek the newly selected track to that position, whilst the already enabled tracks would be left in their current positions (if possible). For FrameworkSampleExtractor we'd still have no choice but to call seekTo on the extractor to seek all of the tracks. This solution ends up being more complex though, because: - The SampleExtractor then needs a way of telling DefaultSampleSource which tracks were actually seeked, so that the pendingDiscontinuities flags can be set correctly. - It's a weird API that requires the "current playback position to seek only the track being enabled" So it may not be worth it! I think this fix is definitely good for now, in any case. Issue: #301
Configuration menu - View commit details
-
Copy full SHA for c78a00d - Browse repository at this point
Copy the full SHA c78a00dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c9a616 - Browse repository at this point
Copy the full SHA 5c9a616View commit details -
Configuration menu - View commit details
-
Copy full SHA for b3a0114 - Browse repository at this point
Copy the full SHA b3a0114View commit details
Commits on Feb 19, 2015
-
Configuration menu - View commit details
-
Copy full SHA for a2476b4 - Browse repository at this point
Copy the full SHA a2476b4View commit details -
Configuration menu - View commit details
-
Copy full SHA for a9d2205 - Browse repository at this point
Copy the full SHA a9d2205View commit details -
Fixed issue in CODEC regular expression
Previous regular expression for extracting codec information was wrong, given a line that defines a variant it added information from “CODEC=“ text to the end of the line (including also information about RESOLUTION or alternate rendition groups as part of the CODEC field). This is not causing a functional problem (at least known by me) although is making codecs field storing information that is not related with the codec.
Configuration menu - View commit details
-
Copy full SHA for 3e5370f - Browse repository at this point
Copy the full SHA 3e5370fView commit details -
- Data needs to be unescaped before it's passed to SeiReader. - SeiReader should loop over potentially multiple child messages. - I also changed the sample passed to the EIA-608 renderer so that it's the entire sei message payload. The first 8 bytes are unnecessary, but it seems nicer conceptually to do it this way. Issue: #295
Configuration menu - View commit details
-
Copy full SHA for 11d7e8f - Browse repository at this point
Copy the full SHA 11d7e8fView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb03441 - Browse repository at this point
Copy the full SHA cb03441View commit details
Commits on Feb 25, 2015
-
1. Clear prefixFlags when a NAL unit is found. 2. continueBuffering should return true if loading is finished.
Configuration menu - View commit details
-
Copy full SHA for 51dd664 - Browse repository at this point
Copy the full SHA 51dd664View commit details -
Configuration menu - View commit details
-
Copy full SHA for cc6a29c - Browse repository at this point
Copy the full SHA cc6a29cView commit details -
Merge pull request #320 from google/dev-1.2.3-rc
Merge minor release 1.2.3
Configuration menu - View commit details
-
Copy full SHA for f506eff - Browse repository at this point
Copy the full SHA f506effView commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff release-v2...master