aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
...
| * Remove commented-out #include of a non-existing file.Gravatar diego2010-04-03
* | Delete things related to old translation systemGravatar Uoti Urpala2010-03-10
* | Merge svn changes up to r30815Gravatar Uoti Urpala2010-03-10
|\|
* | Merge svn changes up to r30798Gravatar Uoti Urpala2010-03-10
|\ \
* \ \ Merge svn changes up to r30748Gravatar Uoti Urpala2010-03-10
|\ \ \
* \ \ \ Merge svn changes up to r30672Gravatar Uoti Urpala2010-03-10
|\ \ \ \
* \ \ \ \ Merge svn changes up to r30475Gravatar Uoti Urpala2010-03-09
|\ \ \ \ \
| | | | | * 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
| | | |/
| | | * Mark stream open filename parameter as const, the filename string is notGravatar reimar2010-02-25
| | |/
| | * Do not discard stream buffer on eof, instead reuse it to slightly improveGravatar reimar2010-02-20
| | * stream: Mark functions not used outside of their files as static.Gravatar diego2010-02-16
| |/
| * Add license header to all files missing it in the stream subdirectory.Gravatar diego2010-01-30
* | Merge svn changes up to r30419Gravatar Uoti Urpala2010-01-25
|\|
| * Call cache-uninit unconditionally, it should always be safe to call.Gravatar reimar2010-01-23
* | stream: improve EOF handling in seeksGravatar Uoti Urpala2010-01-18
* | Merge svn changes up to r29962Gravatar Uoti Urpala2009-11-23
|\|
| * Finally rename the STREAM_SEEK define to MP_STREAM_SEEK, there are just too manyGravatar reimar2009-11-22
| * Merge malloc+memset -> callocGravatar reimar2009-11-17
| * Enable the read-based forward seek fallback also when CONFIG_NETWORK isGravatar reimar2009-11-17
| * Use fill_buffer if available also for STREAMTYPE_STREAMGravatar reimar2009-11-17
| * Add preliminary support for streaming via FFmpeg's URProtocol functions.Gravatar reimar2009-11-17
* | Merge svn changes up to r29912Gravatar Uoti Urpala2009-11-16
|\|
| * The code for the non-networking case is the same whether networkingGravatar reimar2009-11-09
| * Factor out triplicated break statement.Gravatar reimar2009-11-09
* | Remove trailing whitespace from most filesGravatar Uoti Urpala2009-07-07
* | Translation system changes part 2: replace macros by stringsGravatar Amar Takhar2009-07-07
* | Translation system changes part 1: wrap translated stringsGravatar Amar Takhar2009-07-07
| * whitespace cosmetics: Remove all trailing whitespace.Gravatar diego2009-05-13
* | Merge svn changes up to r28461Gravatar Uoti Urpala2009-02-04
|\|
| * Convert HAVE_WINSOCK2_H into a 0/1 definition.Gravatar diego2009-02-01
* | Merge svn changes up to r27514Gravatar Uoti Urpala2008-09-03
|\|
| * Move '#define closesocket close' preprocessor directive to a common placeGravatar diego2008-09-01
| * Revert moving closesocket definition and network headers to network.h.Gravatar diego2008-08-31
| * Move duplicated '#define closesocket close' into network.h along withGravatar diego2008-08-29
| * Rename HAVE_WINSOCK preprocessor condition to HAVE_WINSOCK_H.Gravatar diego2008-08-29
* | Merge svn changes up to r27441Gravatar Uoti Urpala2008-08-08
|\|
| * Give a CONFIG_ prefix to preprocessor directives that lacked one andGravatar diego2008-08-07
| * Rename a bunch of miscellaneous preprocessor directives.Gravatar diego2008-08-07
| * Change a bunch of video/audio-output-specific preprocessor directives fromGravatar diego2008-08-03
* | Merge svn changes up to r27374Gravatar Uoti Urpala2008-07-30
|\|
| * Start unifying names of internal preprocessor directives.Gravatar diego2008-07-30
* | Merge svn changes up to r27242Gravatar Uoti Urpala2008-07-09
|\|
| * Surround stream cache specific code by an appropriate #ifdef; fixes linkingGravatar diego2008-07-05
* | Merge svn changes up to r26979Gravatar Uoti Urpala2008-06-04
|\|
| * Add basic support for stream controls with cache enabled.Gravatar reimar2008-05-24
* | Create a context for input.c stateGravatar Uoti Urpala2008-04-30
* | Add option pointer to stream struct (at least temporarily)Gravatar Uoti Urpala2008-04-23
* | Mark some functions staticGravatar Uoti Urpala2008-04-23
|/
* Remove the need for code using stream to export an mp_input_check_interrupt()Gravatar albeu2008-04-09