]> git.sesse.net Git - vlc/history - modules/stream_filter
dash: Kill a warning.
[vlc] / modules / stream_filter /
2012-03-23 Hugo Beauzée-Luyssendash: Kill a warning.
2012-03-23 Hugo Beauzée-Luyssendash: Don't use void* for pointer arithmetic
2012-03-23 Frédéric YhuelCurrently, Read() might returns less than i_len bytes...
2012-03-21 Eric Petithttplive: slightly more robust parsing of attributes
2012-03-20 Christopher Muellerdash: removed EOFException
2012-03-20 Christopher Muellerdash: added connection to chunk
2012-03-20 Christopher Muellerdash: added Persistent Connection
2012-03-20 Christopher Muellerdash: added byte count methods to chunk
2012-03-20 Christopher Muellerdash: fixed warnings in basiccm and isoffmainmanager
2012-03-20 Christopher Muellerdash: refactored HTTPConnection
2012-03-20 Christopher Muellerdash: added url parsing to chunk
2012-03-12 Hugo Beauzée-Luyssenhls: Cosmetics.
2012-03-12 Hugo Beauzée-Luyssenhls: Fix parse_SegmentInformation error checking.
2012-03-09 Hugo Beauzée-Luyssenhls: Remove useless errno include.
2012-03-09 Hugo Beauzée-Luyssenhls: Fix floating-point value duration parsing.
2012-03-09 Hugo Beauzée-Luyssenhls: Avoid using errno.
2012-03-09 bbcallenhls: m3u8 parser should pass 0xD at line end
2012-03-06 Rafaël CarréHLS: fix IV parsing
2012-03-06 Rafaël Carréhttplive: aes_key is not a string, neither it is NULL...
2012-03-06 Christopher Muellerdash: read skips bytes when p_read is NULL
2012-03-05 Rafaël Carréhttplive: fix stream detection
2012-03-05 Christopher Muellerdash: fix parsing bug
2012-03-04 Chris Smowtonhls: Fixing bad length computing.
2012-03-04 Chris Smowtonhls: Fixing backward seek
2012-03-04 Hugo Beauzée-LuyssenFixing HLS on win32.
2012-02-29 Frédéric YhuelDASH: prevent integer overflow
2012-02-29 Hugo Beauzée-Luyssenhls: Removing useless test.
2012-02-27 Christopher Muellerdash: fix intialization typo
2012-02-24 Hugo Beauzée-Luyssenhls: Removing unused parameter.
2012-02-24 Hugo Beauzée-Luyssenhls: Removing vlc_url_t
2012-02-23 Hugo Beauzée-Luyssenhls: Fixing a memory leak.
2012-02-23 Jeroen OstFix http live streaming without bandwith set (optional...
2012-02-22 Frédéric YhuelDASH: fix URL parsing
2012-02-22 Christopher Muellerdash: helper added config.h
2012-02-22 Christopher Muellerdash: set segment url relative if url is not valid
2012-02-20 Christopher Muellerdash: added path helpers
2012-02-20 Christopher Muellerdash: set minbuffer for stream stability
2012-02-20 Christopher Muellerdash: simplified chunk initialization
2012-02-20 Christopher Muellerdash: added bufferobserver to adaptationlogic
2012-02-20 Christopher Muellerdash: IBufferObserver cosmetic
2012-02-20 Christopher Muellerdash: corrected IAdaptationLogic documentation
2012-02-14 Hugo Beauzée-Luyssendash: BasicCMManager: Fixing a warning.
2012-02-14 Christopher Muellerdash: remove some disturbing couts from isoffmainmanager
2012-02-14 Christopher Muellerdash: downloader avoid div by zero
2012-02-14 Christopher Muellerdash: fixed segfault when period is null
2012-02-14 Christopher Muellerdash: added buffer size to prefs
2012-02-14 Christopher Muellerdash: removed couts from downloader
2012-02-14 Christopher Muellerdash: added buffer and downloader to manager
2012-02-14 Christopher Muellerdash: set chunk bitrate
2012-02-14 Christopher Muellerdash: added downloader and bitrate to chunk
2012-02-14 Christopher Muellerdash: removed couts from buffer
2012-02-14 Christopher Muellerdash: added blockbuffer
2012-02-14 Christopher Muellerdash: dont use best rep without information
2012-02-14 Christopher Muellerdash: added resolution interpretation
2012-02-14 Christopher Muellerdash: added byte range requests
2012-02-07 Hugo Beauzée-Luyssenhls: Fixing a memory leak
2012-02-07 Hugo Beauzée-Luyssenhls: Adding missing locks.
2012-02-06 Jean-Paul Samanstream_filter/httplive.c: various cleanups
2012-02-06 Frédéric YhuelHLS: clean Read function
2012-02-05 Jean-Paul Samanstream_filter/httplive.c: indentation cleanup
2012-02-05 Jean-Paul Samanstream_filter/httplive.c: kill some depreceated vlc_obj...
2012-02-05 Hugo Beauzée-Luyssenhls: Fixing playlist reloading.
2012-02-03 Hugo Beauzée-Luyssenhls: Ensure streams are sorted by bandwidth.
2012-02-03 Hugo Beauzée-Luyssenhls: Don't download the same segment twice when prefetc...
2012-02-02 Hugo Beauzée-Luyssendash: Use a const Representation to extract segments.
2012-02-02 Hugo Beauzée-Luyssendash: removing useless loop
2012-02-02 Hugo Beauzée-Luyssendash: DOMParser: Removing useless includes.
2012-02-02 Hugo Beauzée-Luyssendash: Adding an helper to compute a segment size
2012-02-02 Hugo Beauzée-Luyssendash: bandwidth is in bits per second
2012-02-02 Hugo Beauzée-Luyssendash: Fixing STREAM_GET_SIZE control query.
2012-02-02 Hugo Beauzée-Luyssendash: Adding a getter for current representation
2012-02-02 Hugo Beauzée-Luyssendash: Store the parent representation for every segments.
2012-02-02 Hugo Beauzée-Luyssendash: Allow bps methods to be called from a IAdaptation...
2012-02-02 Hugo Beauzée-Luyssendash: HTTPConnectionManager: Removing duplicate attribute.
2012-02-02 Hugo Beauzée-Luyssendash: Adding missing LPGL header.
2012-02-02 Hugo Beauzée-Luyssendash: Include <config.h> in new cpp files.
2012-02-02 Christopher Muellerdash: added generic mpd generation
2012-02-02 Christopher Muellerdash: added mpdfactory
2012-02-02 Christopher Muellerdash: added isoffmainmanager to factory
2012-02-02 Christopher Muellerdash: added isoffmainmanager
2012-02-02 Christopher Muellerdash: added isoffmainparser
2012-02-02 Christopher Muellerdash: added IS namespace and getprofile to domparser
2012-02-02 Christopher Muellerdash: added isoffmain profile
2012-02-02 Christopher Muellerdash: simplified adaptationlogic
2012-02-02 Christopher Muellerdash: added segmentlist and base to representation
2012-02-02 Christopher Muellerdash: added adaptationset to period
2012-02-02 Christopher Muellerdash: segment added byterange and tochunk
2012-02-02 Christopher Muellerdash: chunk added optionalurl setter
2012-02-02 Christopher Muellerdash: node added hasattribute
2012-02-02 Christopher Muellerdash: added adaptationset
2012-02-02 Christopher Muellerdash: added segmentbase
2012-02-02 Christopher Muellerdash: added segmentlist
2012-01-28 Rémi Denis-Courmontdash: include <config.h> in all cpp files
2012-01-27 Rafaël Carrédash: fix windows compile
2012-01-24 Hugo Beauzée-Luyssenhls: Don't crash if a segment can't be found.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing useless assignments.
2012-01-24 Hugo Beauzée-Luyssenhls: Removing calls to vlc_array_item_at_index
2012-01-24 Hugo Beauzée-Luyssenhls: Removing warnings.
2012-01-24 Hugo Beauzée-Luyssenhls: Cosmetics: removing useless casts.
2012-01-24 Hugo Beauzée-Luyssenhls: Fixing a deadlock introduced in previous commit.
next