aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Simplify code: make open_stream() accept NULL file_format argumentGravatar reimar2010-11-02
* printf format fixes ("%d" -> "%zd")Gravatar diego2010-11-02
* cache: add sanity-check for sector sizeGravatar reimar2010-11-02
* spelling fixesGravatar siretart2010-11-02
* cache: Don't mess up current position if time-based seek failsGravatar reimar2010-11-02
* stream_dvd: Improve seeking by positionGravatar diego2010-11-02
* stream_dvd: Improve seeking by chaptersGravatar diego2010-11-02
* stream_dvd: fix incorrect assumption about chapter countGravatar diego2010-11-02
* stream_dvb.c: avoid compiler warning by adding initializationGravatar diego2010-11-02
* configure: Rename "network" variable and option to "networking"Gravatar diego2010-11-02
* cache: Use sigaction() instead of signal()Gravatar reimar2010-11-02
* stream.c: add <libavutil/common.h> include needed for GET_UTF16Gravatar reimar2010-11-02
* stream_bluray: implement slave mode compatible controlsGravatar ben2010-11-02
* stream_bluray: add unencrypted Blu-ray playbackGravatar ben2010-11-02
* Factorize MPlayer/MEncoder version string handling.Gravatar diego2010-11-02
* stream: Use MSG_NOSIGNAL flag if available for send().Gravatar reimar2010-11-02
* stream/dvbin.h: Use angular brackets for system #includes.Gravatar diego2010-11-02
* stream_cddb: move structs to the file they're used inGravatar diego2010-11-02
* stream_cdda: change printf format for cdda_tracks to %dGravatar diego2010-11-02
* stream_cdda.c: Reorder functions to avoid forward declarations.Gravatar diego2010-11-02
* stream_cdd*: Move declarations for stream_cddb.c functions to cdd.hGravatar diego2010-11-02
* stream_cddb: Remove unused static functionsGravatar diego2010-11-02
* stream_ccda: Move cdda_priv structure to the only place it is usedGravatar diego2010-11-02
* stream/tcp.c: Prefer the use of inet_ntop over inet_ntoaGravatar attila2010-11-02
* stream.h: support backswards stream_skip() within bufferGravatar reimar2010-11-02
* tv.h: Change function pointer types to proper declarationsGravatar reimar2010-11-02
* cache: Respect -cache-seek-min also for on-disk filesGravatar reimar2010-11-02
* Merge svn changes up to r31291Gravatar Uoti Urpala2010-06-02
|\
* | stream_radio.c: fix corrupt line from e3061749Gravatar Uoti Urpala2010-06-02
| * Add a referrer option to set the HTTP Referer field.Gravatar reimar2010-05-30
* | Merge svn changes up to r31256Gravatar Uoti Urpala2010-05-30
|\ \
* \ \ Merge svn changes up to r31244Gravatar Uoti Urpala2010-05-30
|\ \ \
* \ \ \ Merge svn changes up to r31226Gravatar Uoti Urpala2010-05-30
|\ \ \ \
* \ \ \ \ Merge svn changes up to r31211Gravatar Uoti Urpala2010-05-30
|\ \ \ \ \
* | | | | | cosmetics: "struct vf_instance* vf" -> "struct vf_instance *vf"Gravatar Uoti Urpala2010-05-29
| | | | | * misc cosmetics: K&R style nits, #include placement, indentationGravatar diego2010-05-29
| | | | |/
| | | | * Fix typo in message.Gravatar reimar2010-05-28
| | | | * stream_check_interrupt should sleep even if no callback is set.Gravatar reimar2010-05-28
| | | | * 100l, stream_check_for_interrupt argument is not in usec,Gravatar reimar2010-05-28
| | | | * Document time scale for stream_check_interrupt argument.Gravatar reimar2010-05-28
| | | | * Improve handling of cache process/thread hanging/being killed.Gravatar reimar2010-05-28
| | | | * Fix cache process accidentally being killed by SIGUSR1.Gravatar reimar2010-05-28
| | | |/
| | | * Fix a bunch of typos in the stream cache code.Gravatar diego2010-05-27
| | | * Drop pointless _st suffix from 'struct stream'.Gravatar diego2010-05-27
| | |/
| | * Retry reading even if we hit eof before.Gravatar reimar2010-05-26
| | * Re-enable wakeup-on-signal for cache process.Gravatar reimar2010-05-26
| | * Disable waking the cache process up via a signal, itGravatar reimar2010-05-26
| | * Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streamsGravatar hyc2010-05-25
| |/
| * Slightly reduce number of #ifsGravatar reimar2010-05-23
| * Use an extra define to simplify ifdefsGravatar reimar2010-05-23