| Commit message (Expand) | Author | Age | Files | Lines |
* | stream_lavf: warn if protocol not found | wm4 | 2012-12-28 | 1 | -1/+6 |
* | stream_dvd: fix angle math | Rudolf Polzer | 2012-12-22 | 1 | -8/+7 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 2 | -30/+39 |
* | Fix compilation with Libav | wm4 | 2012-12-11 | 1 | -0/+2 |
* | audio: remove support for native alaw/mulaw/adpcm output | wm4 | 2012-12-11 | 1 | -3/+0 |
* | stream_lavf/demux_lavf: export/use HTTP MIME type | wm4 | 2012-12-11 | 3 | -15/+17 |
* | stream: handle mms streaming with ffmpeg | wm4 | 2012-12-11 | 3 | -14/+23 |
* | stream_dvd: add a stream_seek() call | Rudolf Polzer | 2012-12-07 | 1 | -0/+2 |
* | stream_ftp: cleanups | al | 2012-12-03 | 1 | -19/+13 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 2 | -1/+9 |
* | stream_lavf: use ffmpeg for http/https streaming | wm4 | 2012-12-03 | 2 | -3/+5 |
* | cache: simplify further | wm4 | 2012-12-03 | 8 | -34/+28 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 8 | -27/+24 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 3 | -0/+52 |
* | stream_ftp: fix compilation with libav | Stefano Pigozzi | 2012-11-22 | 1 | -1/+1 |
* | stream_ftp: support longer filenames | al | 2012-11-21 | 1 | -31/+73 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 3 | -3/+5 |
* | stream, demux_lavf: minor cleanup for stream size code | wm4 | 2012-11-20 | 2 | -0/+10 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 17 | -48/+48 |
* | stream: change STREAM_CTRL_GET_SIZE argument type to uint64_t | reimar | 2012-11-20 | 4 | -4/+13 |
* | asf_streaming: remove broken MMSU support code | upsuper | 2012-11-20 | 1 | -15/+3 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 9 | -89/+87 |
* | cookies: don't read cookie files from ancient browsers | wm4 | 2012-11-16 | 1 | -42/+3 |
* | network: fix crash with -playlist http://... | wm4 | 2012-11-14 | 1 | -0/+2 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 45 | -109/+108 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 1 | -0/+0 |
* | stream: open_stream_plugin() should set error code on failure | wm4 | 2012-11-01 | 1 | -0/+1 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -10/+9 |
* | http: fix potential NULL pointer issue | wm4 | 2012-11-01 | 1 | -1/+4 |
* | cookies: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -5/+7 |
* | stream_cddb: replace sprintf with snprintf | reimar | 2012-10-31 | 1 | -12/+14 |
* | cleanup: remove references to CONFIG_TV_DSHOW | wm4 | 2012-10-30 | 1 | -8/+1 |
* | stream: fix redirection for proxy URLs | reimar | 2012-10-30 | 3 | -15/+55 |
* | url: simplify | cboesch | 2012-10-30 | 3 | -25/+43 |
* | stream: add STREAM_CTRL_GET_CURRENT_TITLE | ib | 2012-10-30 | 4 | -0/+14 |
* | cache: enable STREAM_CTRL_GET_NUM_TITLES | ib | 2012-10-30 | 1 | -0/+3 |
* | cache: fix long hangs | reimar | 2012-10-30 | 1 | -1/+1 |
* | stream_file: explicitly signal EOF | reimar | 2012-10-30 | 1 | -0/+2 |
* | stream_ftp: fix double free in one error case | Uoti Urpala | 2012-10-30 | 1 | -1/+0 |
* | stream_ffmpeg: handle rtsp:// URLs by default, add lavf:// | Uoti Urpala | 2012-10-28 | 2 | -17/+23 |
* | stream: remove NULL checks for open calls | wm4 | 2012-10-14 | 1 | -13/+3 |
* | core: show quvi page title in window title, clean up libquvi handling | wm4 | 2012-10-14 | 2 | -132/+24 |
* | Rename to "mpv" | wm4 | 2012-10-12 | 1 | -1/+1 |
* | core, timeline: cache external ordered chapter files too | Stefano Pigozzi | 2012-09-18 | 4 | -7/+17 |
* | bluray: add bd:// as stream prefix | wm4 | 2012-09-18 | 1 | -1/+1 |
* | core: fix DVD subtitle selection | wm4 | 2012-09-18 | 3 | -10/+5 |
* | libaf: rename af_format.h to format.h | wm4 | 2012-08-29 | 3 | -3/+3 |
* | Adjust ffmpeg/libav #includes to work with recent upstream changes | Uoti Urpala | 2012-08-21 | 1 | -3/+4 |
* | Remove support for libnemesi RTSP streaming | wm4 | 2012-08-20 | 2 | -83/+0 |
* | Remove support for LIVE555 RTSP streaming | wm4 | 2012-08-20 | 4 | -146/+0 |
* | libmpdemux: remove demux_real, demux_viv, demux_audio | wm4 | 2012-08-20 | 2 | -2/+2 |
* | Remove dvdnav support (DVD menus) | wm4 | 2012-08-16 | 4 | -1085/+0 |
* | Remove win32/qt/xanim/real binary codecs loading | wm4 | 2012-08-16 | 2 | -4242/+0 |
* | stream_file: print strerror() when failing to open a file | Uoti Urpala | 2012-08-16 | 1 | -1/+3 |
* | win32: fix compilation on MinGW | wm4 | 2012-08-07 | 1 | -9/+9 |
* | options: get rid of ambiguous option parsing | wm4 | 2012-08-05 | 1 | -1/+1 |
* | mplayer, stream_tv: move variable initialization | wm4 | 2012-08-03 | 1 | -1/+1 |
* | tv: reduce code duplication | mplayer-svn | 2012-08-03 | 1 | -21/+14 |
* | stream_pvr: fix buffer overflow | mplayer-svn | 2012-08-03 | 1 | -16/+13 |
* | stream: detect prematurely closed connection | mplayer-svn | 2012-08-03 | 1 | -1/+2 |
* | stream: retry reconnecting several times | mplayer-svn | 2012-08-03 | 1 | -8/+22 |
* | commands, dvd, dvdnav, bluray: cleanup sub/audio track language display | mplayer-svn | 2012-08-03 | 7 | -23/+99 |
* | cache2: allow cache sizes up to 4 TB | mplayer-svn | 2012-08-03 | 2 | -29/+30 |
* | stream: add new stream control command STREAM_CTRL_GET_NUM_TITLES | mplayer-svn | 2012-08-03 | 4 | -0/+12 |
* | cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLs | mplayer-svn | 2012-08-03 | 1 | -10/+33 |
* | stream/http: add a test file for ultravox in comment | mplayer-svn | 2012-08-03 | 1 | -0/+3 |
* | cache2: make cache process exit when main process dies | mplayer-svn | 2012-08-03 | 1 | -0/+13 |
* | Replace 'q' printf length modifier by 'll' | mplayer-svn | 2012-08-03 | 1 | -1/+1 |
* | cache2: make warnings easier to understand | mplayer-svn | 2012-08-03 | 1 | -2/+2 |
* | Remove teletext support | wm4 | 2012-08-03 | 5 | -128/+18 |
* | stream: remove V4L TV input and V4L radio support | wm4 | 2012-08-02 | 3 | -2072/+0 |
* | mplayer: rip out --capture support | wm4 | 2012-08-02 | 3 | -20/+0 |
* | stream: remove stream_cue | wm4 | 2012-08-02 | 2 | -643/+0 |
* | stream: remove native RTSP/RTP/PNM support | wm4 | 2012-08-01 | 30 | -10376/+2 |
* | Change <endian.h> include to <sys/types.h> | wm4 | 2012-07-31 | 1 | -1/+1 |
* | Remove some demuxers and decoders | wm4 | 2012-07-30 | 1 | -21/+0 |
* | Remove compile time/runtime CPU detection, and drop some platforms | wm4 | 2012-07-30 | 1 | -1/+2 |
* | bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstr | wm4 | 2012-07-28 | 1 | -1/+1 |
* | Add support for playing video from streaming sites with libquvi | wm4 | 2012-07-28 | 1 | -2/+69 |
* | Merge remote-tracking branch 'origin/master' | wm4 | 2012-07-28 | 1 | -2/+2 |
|\ |
|
| * | demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEY | Uoti Urpala | 2012-07-25 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-29 | 1 | -1/+1 |
|\| |
|
| * | stream_cdda: print CDTEXT if available | wm4 | 2012-04-28 | 1 | -17/+51 |
| * | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-28 | 1 | -59/+11 |
| * | cosmetics: stream_cdda.c: reformat | wm4 | 2012-04-28 | 1 | -359/+368 |
| * | stream_cdda: various fixes | reimar | 2012-04-28 | 1 | -10/+28 |
| * | stream_ffmpeg: fix broken line from 30afc64532ff61 | Uoti Urpala | 2012-04-18 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-28 | 1 | -1/+1 |
|\| |
|
| * | stream_pvr: fix field size / snprintf size mismatch | Uoti Urpala | 2012-04-11 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-13 | 4 | -340/+1 |
|\| |
|
| * | build: remove OS/2 support | Uoti Urpala | 2012-04-06 | 4 | -340/+1 |
* | | stream_cdda: print CDTEXT if available | wm4 | 2012-04-01 | 1 | -17/+51 |
* | | configure, stream_cdda: remove libcdparanoia support | wm4 | 2012-04-01 | 1 | -59/+11 |
* | | stream_cdda: reformat | wm4 | 2012-04-01 | 1 | -359/+368 |
* | | stream_cdda: various fixes | reimar | 2012-04-01 | 1 | -10/+28 |
* | | Merge remote-tracking branch 'origin/master' | wm4 | 2012-04-01 | 1 | -2/+3 |
|\| |
|
| * | stream_vstream: fix vstream_error format string | Uoti Urpala | 2012-04-01 | 1 | -2/+3 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-16 | 4 | -7/+9 |
|\| |
|
| * | windows support: unicode filenames | wm4 | 2012-03-09 | 3 | -7/+7 |
| * | cleanup: Silence compilation warnings on MinGW-w64 | wm4 | 2012-03-01 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'origin/master' into my_master | wm4 | 2012-03-05 | 10 | -207/+31 |
|\| |
|
| * | configure, ao_alsa: drop support for obsolete ALSA versions | Uoti Urpala | 2012-02-27 | 1 | -184/+0 |
| * | build: switch to libavutil bswap.h and intreadwrite.h | Uoti Urpala | 2012-02-01 | 8 | -21/+29 |
| * | Update Libav API uses | Uoti Urpala | 2012-02-01 | 1 | -2/+2 |
* | | stream: refuse to open directories | wm4 | 2012-02-19 | 1 | -0/+9 |
|/ |
|
* | stream_vcd: fix option value allocated with strdup | Uoti Urpala | 2012-01-16 | 1 | -2/+4 |
* | stream_ffmpeg: switch to libavformat avio API | Uoti Urpala | 2012-01-02 | 1 | -19/+31 |
* | configure, build: require at least Libav 0.7 | Uoti Urpala | 2011-12-22 | 2 | -6/+0 |
* | configure, build: remove --disable-libav support | Uoti Urpala | 2011-12-11 | 2 | -4/+0 |
* | stream_cdda: fix incorrectly allocated option field | Uoti Urpala | 2011-07-30 | 1 | -3/+5 |
* | options: change option parsing to use bstr | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | options: indicate ambiguous option parameters explicitly | Uoti Urpala | 2011-07-29 | 1 | -1/+1 |
* | cleanup: do libav* initialization on startup | Uoti Urpala | 2011-07-18 | 1 | -1/+0 |
* | stream_bluray: switch to new libbluray API | Rico Tzschichholz | 2011-07-10 | 1 | -7/+7 |
* | cleanup: silence most of the clang warnings | Clément Bœsch | 2011-07-09 | 1 | -3/+4 |
* | stream.c: make reconnect checks more robust | reimar | 2011-07-06 | 1 | -14/+21 |
* | stream.c: Pass streaming_ctrl eof on to struct stream field | reimar | 2011-07-06 | 1 | -0/+2 |
* | stream/network: don't clobber buffer byte counts on error | reimar | 2011-07-06 | 1 | -0/+1 |
* | stream/network: distinguish EOF/error in streaming control API | reimar | 2011-07-06 | 1 | -1/+2 |
* | cache: don't modify argument when stream control fails | reimar | 2011-07-06 | 1 | -2/+3 |
* | stream/tvi_v4l[2]: fix calculation of free RAM for buffers | iive | 2011-07-06 | 2 | -16/+10 |
* | cleanup: tvi_dshow: add "static", fix printf format | diego | 2011-07-06 | 1 | -9/+16 |
* | cache: allow STREAM_CTRL_GET_CURRENT_TIME with cache | reimar | 2011-07-06 | 1 | -3/+12 |
* | cosmetics: cache2.c: Fix comment | reimar | 2011-07-06 | 1 | -2/+2 |
* | cosmetics: stream_dvdnav.c: Remove pointless () | reimar | 2011-07-06 | 1 | -9/+9 |
* | stream_dvd: fix dvd_get_current_time() | reimar | 2011-07-06 | 1 | -5/+5 |
* | stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h> | reimar | 2011-07-06 | 1 | -1/+1 |
* | stream_cdda: work around libcdparanoia caching issues | reimar | 2011-07-06 | 1 | -0/+3 |
* | stream: show negative seek position value in error message | reimar | 2011-07-06 | 1 | -1/+2 |
* | stream_cue: Avoid probing empty filename in cue_find_bin() | iive | 2011-07-06 | 1 | -0/+3 |
* | stream_cue: fix multiple bugs | reimar | 2011-07-06 | 1 | -24/+25 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-06-29 | 7 | -14/+22 |
|\ |
|
| * | stream.c: make some stream messages translatable | ib | 2011-06-29 | 1 | -6/+7 |
| * | Windows: stream_cddb.c: include <path.h> for MinGW | vayne | 2011-06-29 | 1 | -0/+1 |
| * | cleanup: Make vcd_seek_to_track() static in more files | reimar | 2011-06-29 | 4 | -4/+4 |
| * | cache2.c: Avoid warnings about discarding volatile | reimar | 2011-06-29 | 1 | -4/+10 |
* | | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD) | Uoti Urpala | 2011-06-29 | 1 | -0/+4 |
|/ |
|
* | cleanup: shut up more warnings | Clément Bœsch | 2011-05-06 | 7 | -18/+15 |
* | cleanup: remove more warnings | Clément Bœsch | 2011-05-02 | 6 | -7/+6 |
* | Merge branch 'mplayer1_changes' | Uoti Urpala | 2011-05-02 | 8 | -9/+76 |
|\ |
|
| * | cache: call stream read with at least sector size space | reimar | 2011-05-01 | 1 | -2/+18 |
| * | stream: http: Allow setting custom http header | cehoyos | 2011-04-13 | 2 | -0/+9 |
| * | stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav:// | cehoyos | 2011-04-13 | 1 | -1/+1 |
| * | stream_dvdnav: identify: show more title information | cehoyos | 2011-04-12 | 1 | -0/+3 |
| * | stream: try to reset stream once if read fails | reimar | 2011-04-12 | 1 | -1/+21 |
| * | stream_dvdnav: don't skip last title for dvdnav:// -identify | cehoyos | 2011-04-12 | 1 | -1/+1 |
| * | stream: Make stream_write_buffer() check for short writes | ranma | 2011-04-12 | 4 | -4/+23 |
* | | cleanup: avoid various GCC warnings | Clément Bœsch | 2011-04-20 | 2 | -2/+1 |
* | | options: change -alang and -slang to use string list type | Clément Bœsch | 2011-04-20 | 4 | -28/+19 |
* | | stream.[ch], ass_mp: new stream function for whole-file reads | Uoti Urpala | 2011-03-03 | 2 | -0/+44 |
* | | cleanup: demuxer.[ch]: remove unused code, make functions static | Uoti Urpala | 2011-02-22 | 1 | -0/+3 |
|/ |
|
* | stream/url.c: escape characters >= 127 in URLs | reimar | 2011-02-15 | 1 | -2/+1 |
* | terminal output: show cache fill changes in "PAUSED" message | reimar | 2011-02-15 | 2 | -5/+9 |
* | fix compilation with old FFmpeg versions | Uoti Urpala | 2011-02-08 | 2 | -0/+11 |
* | cache: suggest increasing cache size in the "not filling!" message | reimar | 2011-01-31 | 1 | -1/+1 |
* | stream/http: assume MakeMKV webservers always support ranges | reimar | 2011-01-31 | 1 | -2/+6 |
* | stream/tvi_v4l2.c: simplify by using getfps helper function | reimar | 2011-01-31 | 1 | -9/+2 |
* | cleanup: Replace two malloc+memset with calloc. | cboesch | 2011-01-29 | 2 | -6/+2 |
* | stream/http: support 307 (Temporary Redirect) responses | cboesch | 2011-01-29 | 1 | -0/+2 |
* | Merge branch 'sub' | Uoti Urpala | 2011-01-26 | 1 | -1/+1 |
|\ |
|
| * | sub/OSD: move some related files to sub/ | Uoti Urpala | 2011-01-26 | 1 | -1/ |