| Commit message (Expand) | Author | Age |
* | 10l, fix a close() that should be a closesocket() | reimar | 2010-02-20 |
* | Do not discard stream buffer on eof, instead reuse it to slightly improve | reimar | 2010-02-20 |
* | Replace misuse of stream_reset to set stream pos to 0 by more appropriate code. | reimar | 2010-02-20 |
* | Fix mov reference files: for video/quicktime mime do not force a demuxer | reimar | 2010-02-20 |
* | Make sure we do not try to use IPv6 with winsock2, we end up connecting | reimar | 2010-02-20 |
* | Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it. | diego | 2010-02-19 |
* | Add missing 'defined' for __bsdi__. | komh | 2010-02-19 |
* | Remove pointless '#if 1' preprocessor directives. | diego | 2010-02-19 |
* | Replace platform preprocessor check by HAVE_DOS_PATHS. | komh | 2010-02-19 |
* | Remove useless CONFIG_SETLOCALE | komh | 2010-02-19 |
* | stream: Mark functions not used outside of their files as static. | diego | 2010-02-16 |
* | Prefer libavformat over our own mov demuxer also for video/quicktime | reimar | 2010-02-05 |
* | Reindent | reimar | 2010-02-03 |
* | Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme. | reimar | 2010-02-03 |
* | Fix argument order for lseek, fixes cookie loading in Windows and in general | reimar | 2010-02-03 |
* | Add license header to all files missing it in the stream subdirectory. | diego | 2010-01-30 |
* | stream/rtp.h appears not to originate from dvbstream. | diego | 2010-01-30 |
* | Fix ftp support to properly support large files > 2GB. | reimar | 2010-01-24 |
* | Always call cache_uninit to immediately free everything cache-related if we | reimar | 2010-01-23 |
* | Call cache-uninit unconditionally, it should always be safe to call. | reimar | 2010-01-23 |
* | Change code to allow playing a stream even if enabling the cache failed | reimar | 2010-01-23 |
* | Make cache_init static, it is not used outside this file | reimar | 2010-01-23 |
* | Handle Content-Length also when Content-Type is not set. | reimar | 2010-01-23 |
* | Use atoll to parse Content-Length to support http for files > 2GB. | reimar | 2010-01-23 |
* | Add an exit() to silence a gcc warning and ensure forked code will never | reimar | 2010-01-23 |
* | 100l, shouldn't write to memory after freeing it. | reimar | 2010-01-23 |
* | Reindent. | reimar | 2010-01-23 |
* | Zero freed pointers. | reimar | 2010-01-23 |
* | Check for fork failing and make sure cache_uninit always frees the cache data | reimar | 2010-01-23 |
* | Add hack to fix tvi_dshow compilation with 64-bit MinGW | reimar | 2010-01-17 |
* | Change GUID declarations in tvi_dshow so they are not exported and thus | reimar | 2010-01-17 |
* | Add support for distinguishing between little- and big-endian SPDIF AC3 | reimar | 2010-01-11 |
* | Support rtmp:// URLs directly instead of requiring ffmpeg://rtmp:// | reimar | 2010-01-06 |
* | Simplify ffmpeg stream support, we (so far) do not need any special option pa... | reimar | 2010-01-06 |
* | Add a few missing header #includes and #defines. | diego | 2010-01-04 |
* | Disambiguate HEADER_SIZE definition in stream/librtsp and stream/realrtsp. | diego | 2010-01-04 |
* | Several hacks to fix compilation of tvi_dshow on MinGW64. | reimar | 2010-01-02 |
* | Make code slightly more readable. | reimar | 2009-12-31 |
* | Fix crash if http reply contains neither "Accept-Ranges" nor "Server" fields. | reimar | 2009-12-31 |
* | Add a hack for broken youtube servers not returning Accept-Ranges. | reimar | 2009-12-30 |
* | 100l, fix check for V4L2 capture capability flag. | reimar | 2009-12-11 |
* | mime type [video/x-ms-wmv] is not an ASF redirector. | compn | 2009-11-26 |
* | Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too many | reimar | 2009-11-22 |
* | 10l to Reimar: Fix typo. | cehoyos | 2009-11-18 |
* | Deobfuscate the special hack to disable cache for live555. | reimar | 2009-11-17 |
* | Merge malloc+memset -> calloc | reimar | 2009-11-17 |
* | Fall back to read-based seeking for ffmpeg:// URLs when is_streamed is set | reimar | 2009-11-17 |
* | Enable the read-based forward seek fallback also when CONFIG_NETWORK is | reimar | 2009-11-17 |
* | Use fill_buffer if available also for STREAMTYPE_STREAM | reimar | 2009-11-17 |
* | Add preliminary support for streaming via FFmpeg's URProtocol functions. | reimar | 2009-11-17 |