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
...
*
Merge branch 'sub'
Uoti Urpala
2011-01-26
|
\
|
*
sub/OSD: move some related files to sub/
Uoti Urpala
2011-01-26
*
|
cleanup: remove unused MEncoder-related code
Clément Bœsch
2011-01-25
|
/
*
stream.h: check against huge negative values in stream_seek()
reimar
2010-12-16
*
stream/http: Add support for login/password in http_proxy env variable
cboesch
2010-12-16
*
stream/: delete base64_encode(), use libavutil av_base64_encode()
cboesch
2010-12-16
*
stream/network.c, stream/http.c: cleanup
cboesch
2010-12-16
*
stream/http: Do not keep authentication in URL when proxied
cboesch
2010-12-16
*
stream/http: Add Proxy-Authorization header to authenticate on proxies
cboesch
2010-12-16
*
stream/http: don't use proxy values for "Authorization" header
cboesch
2010-12-16
*
cleanup: remove NULL checks before free() all over the code
cboesch
2010-11-14
*
stream/url.c: Unescape username/password when parsing URLs
reimar
2010-11-14
*
cache: read up to 64 KiB at once from stream_file
reimar
2010-11-14
*
stream/network.c: Replace hardcoded str size with sizeof
cboesch
2010-11-14
*
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
[prev]
[next]