(none)
- update webwackify to 0.1.6 (#176)
- package: update webwackify to 0.1.5 (#175)
- use webwackify for webworkers to support webpack bundle (#173)
- update travis config (#174)
- Update video.js dependency to allow for v6 to be installed. (#169)
- update mux.js to 4.3.2 #166
- flush pes packets when there is enough data
- update mux.js to 4.3.1 #165
- Set active data channel per-field instead of globally for CEA-608
- Fixed an issue with captions being placed in the wrong CC
- Set active data channel per-field instead of globally for CEA-608
- Append video data at end of buffer in HTML mode for IE11 for safe quality switch #164
- make sure appended gops align with whats in the buffer
- safe append mode for ie11
- update mux.js to 4.3.0
- update mux.js to 4.2.2 #162
- Use the first audio and video tracks in the PMT
- let video.js remoteTextTrack auto cleanup take care of text track cleanup #159
- fix: flv metadata tags now appened when audio info changes #157
- fix duplicate caption processing #156
- Support for multiple CEA608 tracks and HLS-provided track names #140
- Fix processing segments when mediaSource is closed #151
- Fix disabled audio for a single audio only source buffer #152
- disable audio based on codec info when only one source buffer
- allow audio only source buffer creation for flash
- update mux.js to v4.1.5 #150
- Only flush PES packets from TS parsing front end when they are complete
- Complete is defined as any time PES_packet_length matches the data’s length OR is a video packets
- Works around an issue with incomplete packets getting sent down the pipeline when the source has audio PES packets split between segments
- Only flush PES packets from TS parsing front end when they are complete
- update mux.js to 4.1.4 #144
- ts probe searches packets for first it can successfully parse
- Fixed an issue that could cause updateend events to fire more than once per append or remove under very specific conditions on firefox #142
- wrapping source buffer objects so that we can handle the
updating
state ourselves
- wrapping source buffer objects so that we can handle the
- update mux.js to 4.1.3 #141
- update mux.js to 4.1.2 #139