hlsdemux: Give a proper name to the srcpads and remove it when resetting the element
[platform/upstream/gstreamer.git] / ext / hls / gsthlsdemux.c
2014-02-12 Sebastian Drögehlsdemux: Give a proper name to the srcpads and remove...
2014-02-12 Sebastian Drögehlsdemux: Stop leaking GErrors in some error paths
2014-02-12 Gil Pedersenhlsdemux: don't pause task when it is stopped
2014-02-12 Sebastian Drögehlsdemux: Wait for the update task to finish when shutt...
2014-02-12 Sebastian Drögehlsdemux: Prevent rounding errors due to division by...
2014-02-12 Arnaud Vrachlsdemux: schedule next update based on the fragment...
2014-02-12 Sebastian Drögehlsdemux: Properly error out if caps can't be typefind...
2014-02-12 Arnaud Vrachlsdemux: log fragment timestamp
2014-02-12 Sebastian Drögehlsdemux: Error out if the key is not 16 bytes large
2014-02-12 Sebastian Drögehlsdemux: Download playlists with compression, keys...
2014-02-12 Sebastian Drögehlsdemux: Don't set the element private data on the...
2014-02-12 Sebastian Drögehlsdemux: Use gst_pad_use_fixed_caps() on the srcpads
2014-02-12 Sebastian Drögehlsdemux: Cache the key fragment instead of downloading...
2014-02-12 Sebastian Drögehlsdemux: Fix cleanup when decryption fails
2014-02-11 Sebastian Drögehlsdemux: Propagate download errors properly and post...
2014-02-11 Sebastian Drögeext: Update for GstUriDownloader API changes
2014-02-10 Sebastian Drögehlsdemux: Start downloading the next fragment immediate...
2014-02-10 Sebastian Drögehlsdemux: Start fetching new fragments whenever we...
2014-02-10 Sebastian Drögehlsdemux: Fix bitrate calculation
2014-02-09 Sebastian Drögehlsdemux: Prefer to use nettle for decryption but fall...
2014-02-09 Sebastian Drögehlsdemux: Update to non-deprecated GLib thread API
2014-02-09 Sebastian Drögehlsdemux: Use libgcrypt directly instead of going throu...
2013-10-26 Alex Ashleyhlsdemux: fix memory leak in gst_hls_demux_get_next_fra...
2013-10-03 Thiago Santoshlsdemux: Small improvement on always valid if condition
2013-10-03 Thiago Santoshlsdemux: Do not call _stop holding the updates lock
2013-09-28 Alex Ashleyhlsdemux: Fix dereferencing of NULL pointer
2013-09-17 Olivier Crêtehlsdemux: Reset GstUriDownloader cancellation when...
2013-08-12 Andoni Morales Ala... hlsdemux: add support for redirections
2013-07-23 Sebastian Drögehlsdemux: Implement pkcs7 unpadding
2013-07-23 Sebastian Drögehlsdemux: Add support for group-id in the stream-start...
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...