-
Notifications
You must be signed in to change notification settings - Fork 324
Comparing changes
Open a pull request
base repository: grafov/m3u8
base: v0.7
head repository: grafov/m3u8
compare: master
Commits on Aug 26, 2014
-
Configuration menu - View commit details
-
Copy full SHA for db5a34a - Browse repository at this point
Copy the full SHA db5a34aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 836de6a - Browse repository at this point
Copy the full SHA 836de6aView commit details -
Configuration menu - View commit details
-
Copy full SHA for fa6f791 - Browse repository at this point
Copy the full SHA fa6f791View commit details -
Configuration menu - View commit details
-
Copy full SHA for 693cf3b - Browse repository at this point
Copy the full SHA 693cf3bView commit details
Commits on Nov 5, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 2a6e67f - Browse repository at this point
Copy the full SHA 2a6e67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for a24137b - Browse repository at this point
Copy the full SHA a24137bView commit details -
Move the writing of the no cache header to inside playlist type event.
Let the client determine if it should cache or not unless we are publishing a live stream.
Configuration menu - View commit details
-
Copy full SHA for 594a421 - Browse repository at this point
Copy the full SHA 594a421View commit details
Commits on Nov 6, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 9ba6d3a - Browse repository at this point
Copy the full SHA 9ba6d3aView commit details
Commits on Nov 9, 2014
-
Merge pull request #9 from jamie-stackhouse/typo-fixes
Fixing typos in a parsing commands (patch by jamie-stackhouse).
Configuration menu - View commit details
-
Copy full SHA for eeef1ad - Browse repository at this point
Copy the full SHA eeef1adView commit details -
Merge pull request #13 from kz26/master
Fix EXT-X-PLAYLIST-TYPE parsing
Configuration menu - View commit details
-
Copy full SHA for c6d1b55 - Browse repository at this point
Copy the full SHA c6d1b55View commit details -
Configuration menu - View commit details
-
Copy full SHA for acafc3f - Browse repository at this point
Copy the full SHA acafc3fView commit details
Commits on Nov 14, 2014
-
Configuration menu - View commit details
-
Copy full SHA for 29b87d1 - Browse repository at this point
Copy the full SHA 29b87d1View commit details
Commits on Jan 10, 2015
-
Configuration menu - View commit details
-
Copy full SHA for bc6e186 - Browse repository at this point
Copy the full SHA bc6e186View commit details
Commits on Jan 11, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 5a840f6 - Browse repository at this point
Copy the full SHA 5a840f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for f25ead2 - Browse repository at this point
Copy the full SHA f25ead2View commit details -
Realize support for #EXT-X-I-FRAME-STREAM-INF and #EXT-X-I-FRAMES-ONLY
Both parsing and generation added. With these tags library fully supports M3U8 of ver. 4 of the HLS protocol. Version bumped up to 0.3-dev.
Configuration menu - View commit details
-
Copy full SHA for e677423 - Browse repository at this point
Copy the full SHA e677423View commit details -
Configuration menu - View commit details
-
Copy full SHA for abd6472 - Browse repository at this point
Copy the full SHA abd6472View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9efa7cb - Browse repository at this point
Copy the full SHA 9efa7cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 80b0466 - Browse repository at this point
Copy the full SHA 80b0466View commit details -
Follow naming convention for examples
Minor change. As described in https://golang.org/pkg/testing/
Configuration menu - View commit details
-
Copy full SHA for d2981a7 - Browse repository at this point
Copy the full SHA d2981a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c65116 - Browse repository at this point
Copy the full SHA 6c65116View commit details
Commits on Feb 1, 2015
-
Year updated to current. Added missed copyleft headers.
Configuration menu - View commit details
-
Copy full SHA for f2e3279 - Browse repository at this point
Copy the full SHA f2e3279View commit details -
It feature completes support for version 5 of the protocol.
Configuration menu - View commit details
-
Copy full SHA for 1cb49ac - Browse repository at this point
Copy the full SHA 1cb49acView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe1ae6 - Browse repository at this point
Copy the full SHA afe1ae6View commit details -
Fix inversed logic of DuratiofAsInt()
Function declared as DuratiofAsInt(yes bool) so seems like set arg to true will set segments durations to integer values, but it has reverse logic. It was fixed and function now works as expected. It changes public API!
Configuration menu - View commit details
-
Copy full SHA for 9621316 - Browse repository at this point
Copy the full SHA 9621316View commit details -
Fix #7 EXT-X-DISCONTINUITY parsing error
It also apply to EXT-X-PROGRAM-DATE-TIME parsing. Unit tests updated.
Configuration menu - View commit details
-
Copy full SHA for f9895ea - Browse repository at this point
Copy the full SHA f9895eaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 72cfa42 - Browse repository at this point
Copy the full SHA 72cfa42View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0a47595 - Browse repository at this point
Copy the full SHA 0a47595View commit details
Commits on Feb 2, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 722e2a5 - Browse repository at this point
Copy the full SHA 722e2a5View commit details -
Merge pull request #4 from Makombo/patch-2
Export count of mediaplaylist segments
Configuration menu - View commit details
-
Copy full SHA for d441909 - Browse repository at this point
Copy the full SHA d441909View commit details
Commits on Feb 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for 3d8f8e7 - Browse repository at this point
Copy the full SHA 3d8f8e7View commit details -
Fixing Handling of the Audio property on VariantParams to write out A…
…udio group name not Video.
Zac Shenker committedFeb 12, 2015 Configuration menu - View commit details
-
Copy full SHA for d7d1e58 - Browse repository at this point
Copy the full SHA d7d1e58View commit details
Commits on Feb 14, 2015
-
Fixing the HLS version when using alternatives. Fixing Resolution, it…
… should not be quoted.
Zac Shenker committedFeb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for 242321d - Browse repository at this point
Copy the full SHA 242321dView commit details -
Fixing check on if Alternatives is being used on the VariantParams
Zac Shenker committedFeb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for dcf302c - Browse repository at this point
Copy the full SHA dcf302cView commit details -
Fixing setting the version, adding a test and fixing the resolution n…
…ot in quotes in the test.
Zac Shenker committedFeb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for d045058 - Browse repository at this point
Copy the full SHA d045058View commit details -
Adding LANGUAGE to EXT-X-MEDIA tag.
Zac Shenker committedFeb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for fbd778b - Browse repository at this point
Copy the full SHA fbd778bView commit details -
Zac Shenker committed
Feb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for d5609d3 - Browse repository at this point
Copy the full SHA d5609d3View commit details -
Zac Shenker committed
Feb 14, 2015 Configuration menu - View commit details
-
Copy full SHA for a848f95 - Browse repository at this point
Copy the full SHA a848f95View commit details
Commits on Mar 12, 2015
-
Configuration menu - View commit details
-
Copy full SHA for fa8f2b8 - Browse repository at this point
Copy the full SHA fa8f2b8View commit details
Commits on Mar 13, 2015
-
Merge pull request #1 from zshenker/fix-encode-audio-group
Fix encode audio group and lots of other things
zshenker committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for c096d19 - Browse repository at this point
Copy the full SHA c096d19View commit details -
Making sure that alternatives EXT-X-MEDIA tags only get written once.
Zac Shenker committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for e045850 - Browse repository at this point
Copy the full SHA e045850View commit details -
Fixing prevention of duplicates.
Zac Shenker committedMar 13, 2015 Configuration menu - View commit details
-
Copy full SHA for b902929 - Browse repository at this point
Copy the full SHA b902929View commit details
Commits on Mar 21, 2015
-
Configuration menu - View commit details
-
Copy full SHA for b3786aa - Browse repository at this point
Copy the full SHA b3786aaView commit details
Commits on Apr 5, 2015
-
Merge pull request #17 from zshenker/fix-encode-audio-group
Fix Audio group name being incorrectly set to the Video group name Also fixes: * When using Alternatives (which writes an EXT-X-MEDIA-TAG, master manifest version should be 4 (not let at the default of 3) * RESOLUTION should not be in quotes (mediastreamvalidator will complain about this, and some players will have issues) * LANGUAGE was not being included in the EXT-X-MEDIA tag * TYPE & AUTOSELECT should not be quoted, they are considered enums
Configuration menu - View commit details
-
Copy full SHA for 09b6833 - Browse repository at this point
Copy the full SHA 09b6833View commit details -
Merge pull request #18 from Mistobaan/master
Add check for parameter existence in parsing of #EXTINF tag.
Configuration menu - View commit details
-
Copy full SHA for dc971df - Browse repository at this point
Copy the full SHA dc971dfView commit details -
Set empty string as default title for EXTINF
It change behaviour introduced by #18. I think default title is property of application not a library, so parser just set it to empty string.
Configuration menu - View commit details
-
Copy full SHA for 46e8e6d - Browse repository at this point
Copy the full SHA 46e8e6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 878d169 - Browse repository at this point
Copy the full SHA 878d169View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5a99629 - Browse repository at this point
Copy the full SHA 5a99629View commit details -
Merge pull request #16 from dennwc/master
Fix handling of multiple codecs in params string. Code cleanup.
Configuration menu - View commit details
-
Copy full SHA for 0d40b3d - Browse repository at this point
Copy the full SHA 0d40b3dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 0455341 - Browse repository at this point
Copy the full SHA 0455341View commit details
There are no files selected for viewing