hlsdemux: Fix accessing invalidated memory
[platform/upstream/gstreamer.git] / ext / hls / m3u8.c
2014-10-07 Thomas Bluemelhlsdemux: Fix accessing invalidated memory
2014-09-04 Sebastian Drögehlsdemux: Properly assign offsets to the files if we...
2014-06-12 Tim-Philipp Müllerhls: fix build with GLib 2.32
2014-06-06 Damian Ziobrohlsdemux: Improve parsing quoted key URIs and apply...
2014-06-06 Sebastian Drögehlsdemux: Don't store the current key in the playlist
2014-06-06 Sebastian Drögehlsdemux: Fix compiler warnings
2014-06-06 Thomas Bluemelhlsdemux: Reload the variant playlist if refreshing...
2014-05-28 Damian Ziobrohlsdemux: Make parsing of "-quoted key URIs more resilient
2014-05-28 Sebastian Drögehlsdemux: Always use the redirect target to resolve...
2014-05-22 Damian Ziobrohlsdemux: Fix storing of the IV based on the media...
2014-05-09 Sebastian Drögehls: Remove invalid free
2014-05-05 Sebastian Drögehls: Store allowcache playlist field in a boolean
2014-04-08 Vincent Penquerc'hhls: restore NULL test mistakenly removed
2014-04-08 Vincent Penquerc'hhls: bring NULL test before dereference
2014-03-29 Sebastian Drögehlsdemux: Fix forwards and backwards searching in the...
2014-03-29 Sebastian Drögehlsdemux: Implement trick modes via I-frame variant...
2014-03-29 Sebastian Drögehlsdemux: Implement parsing of #EXT-X-I-FRAME-STREAM-INF
2014-03-09 Sebastian Drögehlsdemux: Fix comparison in bitrate selection
2014-03-07 Sebastian Drögem3u8: Fix off-by-one in the download range end
2014-03-06 Sebastian Drögehlsdemux: Implement handling of byte ranges
2014-03-01 Sebastian Drögehlsdemux: Implement proper handling of discontinuities
2014-03-01 Alex Ashleyhlsdemux: Segfaults if playlist has no media files
2014-02-26 Alex Ashleyhlsdemux: Fix parsing of CODECS and RESOLUTION
2014-02-26 Alex Ashleyhlsdemux: Fix for URLs that contain a '/' in the query...
2014-02-23 Sebastian Drögehlsdemux: Keep track of timestamps by adding them up...
2014-02-22 Sebastian Drögehlsdemux: Refactor threading and downloading
2014-02-12 Sebastian Drögehlsdemux: Ignore empty lines in the playlist
2014-02-12 Sebastian Drögehlsdemux: Make sure to ignore \r in line endings in...
2014-02-12 Arnaud Vrachlsdemux: schedule next update based on the fragment...
2014-02-12 Sebastian Drögehlsdemux: Use g_ascii_xdigit_value() instead of our...
2014-02-11 Sebastian Drögehlsdemux: Don't try decryption if an unsupported method...
2014-02-11 Sebastian Drögehlsdemux: Properly parse IV from the playlist
2014-02-10 Sebastian Drögehlsdemux: Actually store doubles as such and don't...
2014-02-10 Sebastian Drögehlsdemux: Use locale-independent int/float parsing...
2014-02-09 Sebastian Drögehlsdemux: Update to non-deprecated GLib thread API
2013-03-27 Tim-Philipp MüllerMerge SBC decoder and encoder from bluez
2013-03-19 Alessandro DecinaMake the hls plugin depend on gnutls and move to ext...