index
:
mpv
master
video player based on MPlayer/mplayer2
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
stream
Commit message (
Expand
)
Author
Age
*
options: move some demux options to option struct
Clément Bœsch
2010-11-11
*
cleanup: don't check for NULL before free()
diego
2010-11-08
*
stream_dvd: fill_buffer(): use given buffer, not stream's default
reimar
2010-11-08
*
stream_dvd: minor cleanup
reimar
2010-11-08
*
cache, stream: avoid extra memcpy when using cache
reimar
2010-11-07
*
cosmetics: cache2.c: Remove some irrelevant commented-out code
reimar
2010-11-07
*
stream_dvd: millisecond accuracy for chapters in -identify output
cigaes
2010-11-07
*
Add a simple capture feature (-capture)
Uoti Urpala
2010-11-02
*
stream_network: Fix possible crash for invalid http_proxy URLs
reimar
2010-11-02
*
rtsp_rtp.c: Add missing avstring include for av_strlcpy
reimar
2010-11-02
*
rtsp_rtp.c: Replace snprintf by av_strlcpy
reimar
2010-11-02
*
Remove #warning preprocessor directives
diego
2010-11-02
*
Remove remaining %lf printf conversions
reimar
2010-11-02
*
build: enable/disable all FFmpeg libraries together
Uoti Urpala
2010-11-02
*
stream/tv: move new_handle() function from header to tv.c
diego
2010-11-02
*
tvi_def.h: sizeof(type) -> sizeof(*ptr)
diego
2010-11-02
*
cosmetics: Remove vim/emacs coding style hints from sources
diego
2010-11-02
*
cleanup: malloc+memset->calloc, sizeof(TYPE)->sizeof(*ptr)
reimar
2010-11-02
*
stream/tv: move free_handle() from header to tv.c
diego
2010-11-02
*
cache: Remove unused cache_stats function
diego
2010-11-02
*
cache: Move cache_fill_status extern declaration to cache2.h
diego
2010-11-02
*
stream/http.c: Move mime_type_table extern declaration to network.h
diego
2010-11-02
*
stream: make stream_read_line() terminate line on EOF
reimar
2010-11-02
*
stream_file: Simplify and document MinGW stdin hack
reimar
2010-11-02
*
stream_dvd[nav]: Add const qualifiers to string arguments
reimar
2010-11-02
*
Simplify code: make open_stream() accept NULL file_format argument
reimar
2010-11-02
*
printf format fixes ("%d" -> "%zd")
diego
2010-11-02
*
cache: add sanity-check for sector size
reimar
2010-11-02
*
spelling fixes
siretart
2010-11-02
*
cache: Don't mess up current position if time-based seek fails
reimar
2010-11-02
*
stream_dvd: Improve seeking by position
diego
2010-11-02
*
stream_dvd: Improve seeking by chapters
diego
2010-11-02
*
stream_dvd: fix incorrect assumption about chapter count
diego
2010-11-02
*
stream_dvb.c: avoid compiler warning by adding initialization
diego
2010-11-02
*
configure: Rename "network" variable and option to "networking"
diego
2010-11-02
*
cache: Use sigaction() instead of signal()
reimar
2010-11-02
*
stream.c: add <libavutil/common.h> include needed for GET_UTF16
reimar
2010-11-02
*
stream_bluray: implement slave mode compatible controls
ben
2010-11-02
*
stream_bluray: add unencrypted Blu-ray playback
ben
2010-11-02
*
Factorize MPlayer/MEncoder version string handling.
diego
2010-11-02
*
stream: Use MSG_NOSIGNAL flag if available for send().
reimar
2010-11-02
*
stream/dvbin.h: Use angular brackets for system #includes.
diego
2010-11-02
*
stream_cddb: move structs to the file they're used in
diego
2010-11-02
*
stream_cdda: change printf format for cdda_tracks to %d
diego
2010-11-02
*
stream_cdda.c: Reorder functions to avoid forward declarations.
diego
2010-11-02
*
stream_cdd*: Move declarations for stream_cddb.c functions to cdd.h
diego
2010-11-02
*
stream_cddb: Remove unused static functions
diego
2010-11-02
*
stream_ccda: Move cdda_priv structure to the only place it is used
diego
2010-11-02
*
stream/tcp.c: Prefer the use of inet_ntop over inet_ntoa
attila
2010-11-02
*
stream.h: support backswards stream_skip() within buffer
reimar
2010-11-02
[next]