]> git.sesse.net Git - vlc/history - modules/stream_filter
mac: update build.sh
[vlc] / modules / stream_filter /
2014-11-29 Jean-Baptiste KempfAribcam: correctly link for Windows
2014-11-28 Antti Ajankihds: free mutexes and cond variables on all streams
2014-11-18 Rafaël CarréHLS: Do not assume Content-Length is set
2014-11-17 Jean-Baptiste KempfDASH: fix Win32 compilation
2014-11-17 Francois Cartegniestream_filter: dash: deduplicate parser code
2014-11-17 Francois Cartegniestream_filter: dash: deduplicate code
2014-11-17 Francois Cartegniestream_filter: dash: fix and enable mpd debug print
2014-11-17 Francois Cartegniestream_filter: dash: fix out of bounds exception
2014-11-17 Francois Cartegniestream_filter: dash: set CAN_CONTROL_PACE
2014-11-15 Rémi Denis-Courmonthls: fix strtoull() error handling
2014-11-14 Jean-Baptiste KempfHLS: check strtoull parsing
2014-11-14 Francois Cartegniestream_filter: dash: don't use global ref to log throug...
2014-11-13 Jean-Baptiste KempfDash: Fix win32 compilation
2014-11-13 Francois Cartegniestream_filter: dash: log through libvlc
2014-11-13 Francois Cartegniestream_filter: dash: fix null dereference on empty...
2014-11-13 Francois Cartegniestream_filter: dash: fix and add missing profiles
2014-11-13 Francois Cartegniestream_filter: dash: match case insensitively namespaces
2014-11-10 Tristan Matthewsstream_filter: smooth: fix leaks (cid #1251056)
2014-11-10 Rémi Denis-Courmontsmooth: missing -lm
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-11-05 Tristan Matthewshds: avoid NULL dereference and use-after-free
2014-11-01 Antti Ajankihds: Implement STREAM_GET_POSITION and STREAM_GET_SIZE
2014-11-01 Yuudai Yamashigistream_filter: aribcam: fix old library path
2014-10-29 Yuudai Yamashigistream_filter: add ARIB STD-B25 virtual cam module
2014-10-29 Francois Cartegniestream_filter: smooth: missing terminating zero
2014-10-29 Francois Cartegniestream_filter: smooth: server does control pace in...
2014-10-29 Francois Cartegniestream_filter: smooth: live mode must download all...
2014-10-29 Francois Cartegniestream_filter: smooth: fix int overflows reading xml
2014-10-29 Francois Cartegniestream_filter: smooth: handle live max lookahead
2014-10-29 Francois Cartegniestream_filter: smooth: missing full cleanup/fix leak
2014-10-28 Francois Cartegniestream_filter: smooth: fix url template token replacement
2014-10-28 Francois Cartegniestream_filter: smooth: handle quality custom attributes
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: non live streams can control...
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-10-24 Hugo Beauzée-Luyssendash: Remove unrequired (and invalid on some compiler...
2014-10-11 Rémi Denis-Courmonthds: fix format string
2014-10-07 Antti Ajankihds: Ignore sentinel value at the end of the fragment...
2014-09-02 Tristan Matthewshds: fix leaks
2014-08-30 Rémi Denis-Courmontdecomp: fix heap overflow and cleanup (fixes #12052)
2014-08-20 Rémi Denis-Courmonthds: fix stale pointer
2014-08-10 Tristan Matthewsstream_filter: smooth: fix leak (cid #1211818)
2014-08-01 Tristan Matthewshds: fix memory leak and buffer probing
2014-08-01 Tristan Matthewshds: use else if where appropriate
2014-08-01 Tristan Matthewshds: fix redundant NULL check (cid #1224540)
2014-08-01 Tristan Matthewshds: fix dereference after NULL check (cid #1224532)
2014-08-01 Tristan Matthewshds: fix out of bounds access (cid #1224531)
2014-07-31 Antti Ajankihds: Base URL should not include a possible query
2014-07-25 Tristan Matthewshds: fix memory leak (cid #1224537)
2014-07-25 Tristan Matthewshds: drop macro
2014-07-19 Tristan Matthewshds: use NULL instead of 0 for pointers
2014-07-19 Tristan Matthewshds: check for strdup failure
2014-07-18 Tristan Matthewshds: use NULL instead of 0 for pointers
2014-07-17 Tristan Matthewshds: avoid crashing when no streams are present
2014-07-04 Jonathan ThambiduraiSupport for Http Dynamic Streaming
2014-06-24 Julien 'Lta' BALLETAdd a default implementation for pf_readdir for StreamF...
2014-05-10 Francois Cartegniestream_filter: smooth: fix dead case (cid 1211817)
2014-05-10 Francois Cartegniestream_filter: smooth: fix leak (cid #1211818)
2014-05-01 Francois Cartegniestream_filter: smooth: node & attributes names are...
2014-05-01 Francois Cartegniestream_filter: smooth: useless code cleanup
2014-05-01 Francois Cartegniestream_filter: smooth: fix memleak
2014-05-01 Francois Cartegniestream_filter: smooth: fix memleaks
2014-05-01 Francois Cartegniestream_filter: smooth: some streamindex have no fragmen...
2014-04-27 O. HartmannSegmentInfoCommon.h:43:17: error: unknown type name...
2014-04-24 Rémi Denis-CourmontDASH: unroll and clarify
2014-04-23 Rémi Denis-CourmontSmooth: remove tautology
2014-04-22 Rémi Denis-Courmontsmooth: memory leak
2014-03-12 Francois Cartegniestream_filter: smooth: fix negative array access
2014-03-06 Ilkka Ollakkahttplive: use CLOCK_FREQ
2014-03-06 Ilkka Ollakkahttplive: have some sane max_duration_length
2014-03-04 Romain FLIEDELhttplive: fix wrong url when computing relative uri.
2014-02-21 Jean-Baptiste KempfDash: __STDC_CONSTANT_MACROS must be before config.h
2014-02-21 Rémi Denis-Courmontstream_filter: rectify PTS delay unit (fix #10748)
2014-02-04 Ilkka Ollakkahttplive: use correct segment to calculate duration
2014-02-02 Ilkka Ollakkahttplive: use longest segment to calculate reload wait...
2014-01-07 Heorhi Valakhanovichhttplive: Adjust conditions for playlist reloading
2014-01-01 Rémi Denis-Courmontinput_CreateFilename: take explicit input thread pointer
2013-12-29 Rémi Denis-CourmontDASH: use vlc_strerror_c()
2013-12-29 Rémi Denis-Courmontdecomp: use vlc_strerror_c()
2013-12-12 Ilkka Ollakkalivehttp: parse key="value" style options
2013-11-10 Rémi Denis-Courmontsmooth: provide PTS delay
2013-11-10 Rémi Denis-Courmonthttplive: provide PTS delay
2013-11-10 Rémi Denis-Courmontdecomp: provide PTS delay
2013-11-10 Rémi Denis-CourmontDASH: provide PTS delay
2013-10-14 Ilkka Ollakkahttplive: small simplification
2013-10-06 Jean-Baptiste KempfSmooth: check FromCharset return
2013-09-28 Rémi Denis-Courmontstream_filter: recursion
2013-09-22 Rémi Denis-Courmontmodules: link to pthread only when needed
next