aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Remove unused static function streaming_stop().Gravatar cehoyos2010-02-27
* Restructure #ifs to be clearer, also ensures that we return from the threadGravatar reimar2010-02-27
* Do not cast the results of malloc/calloc/realloc.Gravatar diego2010-02-26
* Mark stream open filename parameter as const, the filename string is notGravatar reimar2010-02-25
* Remove unused function declaration.Gravatar reimar2010-02-25
* Make local-only cddb functions static.Gravatar reimar2010-02-25
* Remove declarations of functions now already declared in stream.hGravatar reimar2010-02-25
* Define O_BINARY if it is undefined.Gravatar komh2010-02-25
* Mark vcd_get_track_end () and vcd_read_toc() as static.Gravatar diego2010-02-22
* Declare functions from network.c in network.h.Gravatar diego2010-02-22
* Move struct streaming_control from network.h to stream.h, where it is used.Gravatar diego2010-02-22
* Remove commented-out declaration of non-existing function streaming_start.Gravatar diego2010-02-22
* Declare stream_fill_buffer() and stream_seek_long() unconditionally.Gravatar diego2010-02-21
* Add header for asf_mmst_streaming_start() instead of forward declaring it.Gravatar diego2010-02-21
* Add header for exported DVB-related functions.Gravatar diego2010-02-21
* cosmetics: Move functions around to avoid forward declarations and #ifdefs.Gravatar diego2010-02-21
* cosmetics: Remove pointless empty lines at EOF.Gravatar diego2010-02-20
* cosmetics: K&R coding style, indent with 4 spaces, no tabsGravatar diego2010-02-20
* Print response headers as debugging output also for HTTP seeks.Gravatar reimar2010-02-20
* 10l, fix a close() that should be a closesocket()Gravatar reimar2010-02-20
* Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
* Replace misuse of stream_reset to set stream pos to 0 by more appropriate code.Gravatar reimar2010-02-20
* Fix mov reference files: for video/quicktime mime do not force a demuxerGravatar reimar2010-02-20
* Make sure we do not try to use IPv6 with winsock2, we end up connectingGravatar reimar2010-02-20
* Add dvd_parse_chapter_range() to stream_dvd.h instead of forward declaring it.Gravatar diego2010-02-19
* Add missing 'defined' for __bsdi__.Gravatar komh2010-02-19
* Remove pointless '#if 1' preprocessor directives.Gravatar diego2010-02-19
* Replace platform preprocessor check by HAVE_DOS_PATHS.Gravatar komh2010-02-19
* Remove useless CONFIG_SETLOCALEGravatar komh2010-02-19
* stream: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
* Prefer libavformat over our own mov demuxer also for video/quicktimeGravatar reimar2010-02-05
* ReindentGravatar reimar2010-02-03
* Add support for FFmpeg's rtsp dummy URL-with-pseudo-demuxer scheme.Gravatar reimar2010-02-03
* Fix argument order for lseek, fixes cookie loading in Windows and in generalGravatar reimar2010-02-03
* Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* stream/rtp.h appears not to originate from dvbstream.Gravatar diego2010-01-30
* Fix ftp support to properly support large files > 2GB.Gravatar reimar2010-01-24
* Always call cache_uninit to immediately free everything cache-related if weGravatar reimar2010-01-23
* Call cache-uninit unconditionally, it should always be safe to call.Gravatar reimar2010-01-23
* Change code to allow playing a stream even if enabling the cache failedGravatar reimar2010-01-23
* Make cache_init static, it is not used outside this fileGravatar reimar2010-01-23
* Handle Content-Length also when Content-Type is not set.Gravatar reimar2010-01-23
* Use atoll to parse Content-Length to support http for files > 2GB.Gravatar reimar2010-01-23
* Add an exit() to silence a gcc warning and ensure forked code will neverGravatar reimar2010-01-23
* 100l, shouldn't write to memory after freeing it.Gravatar reimar2010-01-23
* Reindent.Gravatar reimar2010-01-23
* Zero freed pointers.Gravatar reimar2010-01-23
* Check for fork failing and make sure cache_uninit always frees the cache dataGravatar reimar2010-01-23
* Add hack to fix tvi_dshow compilation with 64-bit MinGWGravatar reimar2010-01-17
* Change GUID declarations in tvi_dshow so they are not exported and thusGravatar reimar2010-01-17