aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Define HAVE_SETMODE conditionally, and use it in stream/stream_file.c insteadGravatar komh2010-03-04
* Add a VCD support for OS/2Gravatar komh2010-03-03
* Drop support for old-style DVB code.Gravatar diego2010-03-02
* Remove unused and useless define.Gravatar reimar2010-03-01
* Fix memleak due to strdup'd filename not being freed.Gravatar reimar2010-03-01
* Move functions into proper order to avoid extra declarations.Gravatar reimar2010-03-01
* Deduplicate code to set stream start_pos/end_pos.Gravatar reimar2010-03-01
* Set stream->pos correctly after seeking to a VCD title.Gravatar reimar2010-03-01
* Ensure that cue_current_pos.track is not set to an invalid value afterGravatar reimar2010-03-01
* Fix off-by-one error in chapter<->VCD track conversion.Gravatar reimar2010-03-01
* Fix cue_read_toc_entry to also reject negative track numbersGravatar reimar2010-03-01
* Implement cue:// track switching via chapter forward/backward like for audio ...Gravatar reimar2010-03-01
* Fix cue_vcd_get_track_end to not change the current position.Gravatar reimar2010-03-01
* Avoid fd_bin and fd_cue global variables.Gravatar reimar2010-03-01
* Avoid a global variable and a strcpy.Gravatar reimar2010-03-01
* Reindent.Gravatar reimar2010-03-01
* Avoid code duplication and excessively deep nesting in cue_find_binGravatar reimar2010-03-01
* Use sizeof instead of hardcoded size.Gravatar reimar2010-03-01
* Extend stream_read_line to support reading lines from UTF-16 encoded filesGravatar reimar2010-02-28
* Move stream_read_line implementation from stream.h to stream.c,Gravatar reimar2010-02-28
* Simplify handling of 0-termination in stream_read_lineGravatar reimar2010-02-28
* Remove useless cast.Gravatar reimar2010-02-28
* Add cddb:// support for OS/2Gravatar komh2010-02-28
* Fix warning "missing braces around initializer".Gravatar cehoyos2010-02-27
* Remove unused functions.Gravatar cehoyos2010-02-27
* Fix cd_info_new() prototype.Gravatar cehoyos2010-02-27
* Threaded cache fixes: do not free the stream_t struct twice on windowsGravatar reimar2010-02-27
* 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