aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream/stream.c
Commit message (Expand)AuthorAge
* stream: silence clang empty statement warningsGravatar wm42013-03-19
* stream: fix reconnecting on broken network connectionsGravatar wm42013-01-24
* stream: uncrustify stream.c/.hGravatar wm42013-01-24
* Remove netstream supportGravatar wm42013-01-13
* stream_lavf/demux_lavf: export/use HTTP MIME typeGravatar wm42012-12-11
* cache: simplify furtherGravatar wm42012-12-03
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* demux_lavf: add support for libavdeviceGravatar wm42012-12-03
* stream, demux_lavf: minor cleanup for stream size codeGravatar wm42012-11-20
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Rename directories, move files (step 2 of 2)Gravatar wm42012-11-12
* stream: open_stream_plugin() should set error code on failureGravatar wm42012-11-01
* stream_ffmpeg: handle rtsp:// URLs by default, add lavf://Gravatar Uoti Urpala2012-10-28
* stream: remove NULL checks for open callsGravatar wm42012-10-14
* core: show quvi page title in window title, clean up libquvi handlingGravatar wm42012-10-14
* Remove support for libnemesi RTSP streamingGravatar wm42012-08-20
* Remove support for LIVE555 RTSP streamingGravatar wm42012-08-20
* Remove dvdnav support (DVD menus)Gravatar wm42012-08-16
* options: get rid of ambiguous option parsingGravatar wm42012-08-05
* stream: detect prematurely closed connectionGravatar mplayer-svn2012-08-03
* stream: retry reconnecting several timesGravatar mplayer-svn2012-08-03
* mplayer: rip out --capture supportGravatar wm42012-08-02
* stream: remove stream_cueGravatar wm42012-08-02
* stream: remove native RTSP/RTP/PNM supportGravatar wm42012-08-01
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrGravatar wm42012-07-28
* 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
|\|