aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* build: switch to libavutil bswap.h and intreadwrite.hGravatar Uoti Urpala2012-02-01
* configure, build: remove --disable-libav supportGravatar Uoti Urpala2011-12-11
* options: change option parsing to use bstrGravatar Uoti Urpala2011-07-29
* options: indicate ambiguous option parameters explicitlyGravatar Uoti Urpala2011-07-29
* stream.c: make reconnect checks more robustGravatar reimar2011-07-06
* stream.c: Pass streaming_ctrl eof on to struct stream fieldGravatar reimar2011-07-06
* stream.c: make some stream messages translatableGravatar ib2011-06-29
* cleanup: shut up more warningsGravatar Clément Bœsch2011-05-06
* Merge branch 'mplayer1_changes'Gravatar Uoti Urpala2011-05-02
|\
| * stream: try to reset stream once if read failsGravatar reimar2011-04-12
| * stream: Make stream_write_buffer() check for short writesGravatar ranma2011-04-12
* | stream.[ch], ass_mp: new stream function for whole-file readsGravatar Uoti Urpala2011-03-03
|/
* cleanup: don't check for NULL before free()Gravatar diego2010-11-08
* cache, stream: avoid extra memcpy when using cacheGravatar reimar2010-11-07
* Add a simple capture feature (-capture)Gravatar Uoti Urpala2010-11-02
* build: enable/disable all FFmpeg libraries togetherGravatar Uoti Urpala2010-11-02
* stream: make stream_read_line() terminate line on EOFGravatar reimar2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* stream.c: add <libavutil/common.h> include needed for GET_UTF16Gravatar reimar2010-11-02
* stream_bluray: add unencrypted Blu-ray playbackGravatar ben2010-11-02
* Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\
* \ Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\ \
| | * stream_check_interrupt should sleep even if no callback is set.Gravatar reimar2010-05-28
| |/
| * Retry reading even if we hit eof before.Gravatar reimar2010-05-26
* | Merge svn changes up to r31004Gravatar Uoti Urpala2010-04-26
|\|
| * 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