]> git.sesse.net Git - vlc/history - modules/stream_filter/smooth/downloader.c
stream_filter: smooth: fix segfault
[vlc] / modules / stream_filter / smooth / downloader.c
2014-11-10 Francois Cartegniestream_filter: smooth: fix endianness creating smoo box
2014-11-10 Francois Cartegniestream_filter: smooth: merge trackid fix with chunk...
2014-11-10 Francois Cartegniestream_filter: smooth: parse chunks using libmp4.h
2014-11-10 Francois Cartegniestream_filter: smooth: get rid of es->index->es
2014-11-10 Francois Cartegniestream_filter: smooth: dynamically create smoo box
2014-11-10 Francois Cartegniestream_filter: smooth: pass stream reference when addin...
2014-11-10 Francois Cartegniestream_filter: smooth: rewrite bw adaptation algorithm
2014-11-10 Francois Cartegniestream_filter: smooth: rewrite buffering
2014-11-09 Francois Cartegniestream_filter: smooth: handle "start_time" and "start...
2014-11-09 Francois Cartegniestream_filter: smooth: fix write overflow
2014-10-29 Francois Cartegniestream_filter: smooth: missing terminating zero
2014-10-29 Francois Cartegniestream_filter: smooth: live mode must download all...
2014-10-29 Francois Cartegniestream_filter: smooth: handle live max lookahead
2014-10-28 Francois Cartegniestream_filter: smooth: fix url template token replacement
2014-10-28 Francois Cartegniestream_filter: smooth: allow pausing
2014-10-28 Francois Cartegniestream_filter: smooth: fix always zero get_lead()
2014-10-28 Francois Cartegniestream_filter: smooth: fix unwanted padding in error...
2014-10-28 Francois Cartegniestream_filter: smooth: fix signedness
2014-10-27 Francois Cartegniestream_filter: smooth: fix warnings for non bw adapt...
2014-05-01 Francois Cartegniestream_filter: smooth: some streamindex have no fragmen...
2014-03-12 Francois Cartegniestream_filter: smooth: fix negative array access
2012-12-22 Rémi Duraffortsmooth: fix potential memleak
2012-11-13 Jean-Baptiste KempfLGPL
2012-10-12 Frédéric YhuelSmooth Streaming: fix a memory leak
2012-10-12 Frédéric YhuelSmooth Streaming: don't use block_t
2012-10-05 Frédéric YhuelSmooth Streaming: fix manifest parsing (FourCC)
2012-10-05 Frédéric YhuelSmooth Streaming: clean / factorize code
2012-09-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-26 Frédéric YhuelSmooth Streaming: play streams with no video (or audio...
2012-09-24 Frédéric YhuelAdd Smooth Streaming module