summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-064-1053/+0
* build: make it work on somewhat older ffmpeg versionswm42013-01-311-1/+1
* stream: set default HTTP user agent to "Mozilla/5.0"wm42013-01-311-1/+1
* stream: fix reconnecting on broken network connectionswm42013-01-243-21/+50
* stream: uncrustify stream.c/.hwm42013-01-242-582/+664
* stream: implement some HTTP specific options for stream_lavfwm42013-01-247-7/+61
* cookies: fix crashwm42013-01-241-3/+3
* stream_cdda: support latest libcdio versionUoti Urpala2013-01-241-1/+31
* Silence two compiler warningswm42013-01-161-3/+2
* video: decouple internal pixel formats from FourCCswm42013-01-135-84/+84
* Remove netstream supportwm42013-01-133-472/+0
* Fix lots of bugs in mp_http URL handlingRudolf Polzer2013-01-102-7/+10
* stream_lavf: warn if protocol not foundwm42012-12-281-1/+6
* stream_dvd: fix angle mathRudolf Polzer2012-12-221-8/+7
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-152-30/+39
* Fix compilation with Libavwm42012-12-111-0/+2
* audio: remove support for native alaw/mulaw/adpcm outputwm42012-12-111-3/+0
* stream_lavf/demux_lavf: export/use HTTP MIME typewm42012-12-113-15/+17
* stream: handle mms streaming with ffmpegwm42012-12-113-14/+23
* stream_dvd: add a stream_seek() callRudolf Polzer2012-12-071-0/+2
* stream_ftp: cleanupsal2012-12-031-19/+13
* core: automatically pause on low cachewm42012-12-032-1/+9
* stream_lavf: use ffmpeg for http/https streamingwm42012-12-032-3/+5
* cache: simplify furtherwm42012-12-038-34/+28
* cache: refactor how cache enabling is doneUoti Urpala2012-12-038-27/+24
* demux_lavf: add support for libavdevicewm42012-12-033-0/+52
* stream_ftp: fix compilation with libavStefano Pigozzi2012-11-221-1/+1
* stream_ftp: support longer filenamesal2012-11-211-31/+73
* stream: fix dvd:// + cache crashingwm42012-11-203-3/+5
* stream, demux_lavf: minor cleanup for stream size codewm42012-11-202-0/+10
* stream, demux: replace off_t with int64_twm42012-11-2017-48/+48
* stream: change STREAM_CTRL_GET_SIZE argument type to uint64_treimar2012-11-204-4/+13
* asf_streaming: remove broken MMSU support codeupsuper2012-11-201-15/+3
* Fix potential bugs and issues, general cleanupsreimar2012-11-209-89/+87
* cookies: don't read cookie files from ancient browserswm42012-11-161-42/+3
* network: fix crash with -playlist http://...wm42012-11-141-0/+2
* Rename directories, move files (step 2 of 2)wm42012-11-1245-109/+108
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-121-0/+0
* stream: open_stream_plugin() should set error code on failurewm42012-11-011-0/+1
* http: fix potential NULL pointer issuewm42012-11-011-10/+9
* http: fix potential NULL pointer issuewm42012-11-011-1/+4
* cookies: replace sprintf with snprintfreimar2012-10-311-5/+7
* stream_cddb: replace sprintf with snprintfreimar2012-10-311-12/+14
* cleanup: remove references to CONFIG_TV_DSHOWwm42012-10-301-8/+1
* stream: fix redirection for proxy URLsreimar2012-10-303-15/+55
* url: simplifycboesch2012-10-303-25/+43
* stream: add STREAM_CTRL_GET_CURRENT_TITLEib2012-10-304-0/+14
* cache: enable STREAM_CTRL_GET_NUM_TITLESib2012-10-301-0/+3
* cache: fix long hangsreimar2012-10-301-1/+1
* stream_file: explicitly signal EOFreimar2012-10-301-0/+2
* stream_ftp: fix double free in one error caseUoti Urpala2012-10-301-1/+0
* stream_ffmpeg: handle rtsp:// URLs by default, add lavf://Uoti Urpala2012-10-282-17/+23
* stream: remove NULL checks for open callswm42012-10-141-13/+3
* core: show quvi page title in window title, clean up libquvi handlingwm42012-10-142-132/+24
* Rename to "mpv"wm42012-10-121-1/+1
* core, timeline: cache external ordered chapter files tooStefano Pigozzi2012-09-184-7/+17
* bluray: add bd:// as stream prefixwm42012-09-181-1/+1
* core: fix DVD subtitle selectionwm42012-09-183-10/+5
* libaf: rename af_format.h to format.hwm42012-08-293-3/+3
* Adjust ffmpeg/libav #includes to work with recent upstream changesUoti Urpala2012-08-211-3/+4
* Remove support for libnemesi RTSP streamingwm42012-08-202-83/+0
* Remove support for LIVE555 RTSP streamingwm42012-08-204-146/+0
* libmpdemux: remove demux_real, demux_viv, demux_audiowm42012-08-202-2/+2
* Remove dvdnav support (DVD menus)wm42012-08-164-1085/+0
* Remove win32/qt/xanim/real binary codecs loadingwm42012-08-162-4242/+0
* stream_file: print strerror() when failing to open a fileUoti Urpala2012-08-161-1/+3
* win32: fix compilation on MinGWwm42012-08-071-9/+9
* options: get rid of ambiguous option parsingwm42012-08-051-1/+1
* mplayer, stream_tv: move variable initializationwm42012-08-031-1/+1
* tv: reduce code duplicationmplayer-svn2012-08-031-21/+14
* stream_pvr: fix buffer overflowmplayer-svn2012-08-031-16/+13
* stream: detect prematurely closed connectionmplayer-svn2012-08-031-1/+2
* stream: retry reconnecting several timesmplayer-svn2012-08-031-8/+22
* commands, dvd, dvdnav, bluray: cleanup sub/audio track language displaymplayer-svn2012-08-037-23/+99
* cache2: allow cache sizes up to 4 TBmplayer-svn2012-08-032-29/+30
* stream: add new stream control command STREAM_CTRL_GET_NUM_TITLESmplayer-svn2012-08-034-0/+12
* cache2: flush cache and sync stream position/eof after seeking STREAM_CTRLsmplayer-svn2012-08-031-10/+33
* stream/http: add a test file for ultravox in commentmplayer-svn2012-08-031-0/+3
* cache2: make cache process exit when main process diesmplayer-svn2012-08-031-0/+13
* Replace 'q' printf length modifier by 'll'mplayer-svn2012-08-031-1/+1
* cache2: make warnings easier to understandmplayer-svn2012-08-031-2/+2
* Remove teletext supportwm42012-08-035-128/+18
* stream: remove V4L TV input and V4L radio supportwm42012-08-023-2072/+0
* mplayer: rip out --capture supportwm42012-08-023-20/+0
* stream: remove stream_cuewm42012-08-022-643/+0
* stream: remove native RTSP/RTP/PNM supportwm42012-08-0130-10376/+2
* Change <endian.h> include to <sys/types.h>wm42012-07-311-1/+1
* Remove some demuxers and decoderswm42012-07-301-21/+0
* Remove compile time/runtime CPU detection, and drop some platformswm42012-07-301-1/+2
* bstr: rename bstr() function to bstr0(), and typedef bstr to struct bstrwm42012-07-281-1/+1
* Add support for playing video from streaming sites with libquviwm42012-07-281-2/+69
* Merge remote-tracking branch 'origin/master'wm42012-07-281-2/+2
|\
| * demux, vd_ffmpeg: fix demux keyframe flag, set AV_PKT_FLAG_KEYUoti Urpala2012-07-251-2/+2
* | Merge remote-tracking branch 'origin/master'wm42012-04-291-1/+1
|\|
| * stream_cdda: print CDTEXT if availablewm42012-04-281-17/+51
| * configure, stream_cdda: remove libcdparanoia supportwm42012-04-281-59/+11
| * cosmetics: stream_cdda.c: reformatwm42012-04-281-359/+368
| * stream_cdda: various fixesreimar2012-04-281-10/+28
| * stream_ffmpeg: fix broken line from 30afc64532ff61Uoti Urpala2012-04-181-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-281-1/+1
|\|
| * stream_pvr: fix field size / snprintf size mismatchUoti Urpala2012-04-111-1/+1
* | Merge remote-tracking branch 'origin/master'wm42012-04-134-340/+1
|\|
| * build: remove OS/2 supportUoti Urpala2012-04-064-340/+1
* | stream_cdda: print CDTEXT if availablewm42012-04-011-17/+51
* | configure, stream_cdda: remove libcdparanoia supportwm42012-04-011-59/+11
* | stream_cdda: reformatwm42012-04-011-359/+368
* | stream_cdda: various fixesreimar2012-04-011-10/+28
* | Merge remote-tracking branch 'origin/master'wm42012-04-011-2/+3
|\|
| * stream_vstream: fix vstream_error format stringUoti Urpala2012-04-011-2/+3
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-164-7/+9
|\|
| * windows support: unicode filenameswm42012-03-093-7/+7
| * cleanup: Silence compilation warnings on MinGW-w64wm42012-03-011-0/+2
* | Merge remote-tracking branch 'origin/master' into my_masterwm42012-03-0510-207/+31
|\|
| * configure, ao_alsa: drop support for obsolete ALSA versionsUoti Urpala2012-02-271-184/+0
| * build: switch to libavutil bswap.h and intreadwrite.hUoti Urpala2012-02-018-21/+29
| * Update Libav API usesUoti Urpala2012-02-011-2/+2
* | stream: refuse to open directorieswm42012-02-191-0/+9
|/
* stream_vcd: fix option value allocated with strdupUoti Urpala2012-01-161-2/+4
* stream_ffmpeg: switch to libavformat avio APIUoti Urpala2012-01-021-19/+31
* configure, build: require at least Libav 0.7Uoti Urpala2011-12-222-6/+0
* configure, build: remove --disable-libav supportUoti Urpala2011-12-112-4/+0
* stream_cdda: fix incorrectly allocated option fieldUoti Urpala2011-07-301-3/+5
* options: change option parsing to use bstrUoti Urpala2011-07-291-1/+1
* options: indicate ambiguous option parameters explicitlyUoti Urpala2011-07-291-1/+1
* cleanup: do libav* initialization on startupUoti Urpala2011-07-181-1/+0
* stream_bluray: switch to new libbluray APIRico Tzschichholz2011-07-101-7/+7
* cleanup: silence most of the clang warningsClément Bœsch2011-07-091-3/+4
* stream.c: make reconnect checks more robustreimar2011-07-061-14/+21
* stream.c: Pass streaming_ctrl eof on to struct stream fieldreimar2011-07-061-0/+2
* stream/network: don't clobber buffer byte counts on errorreimar2011-07-061-0/+1
* stream/network: distinguish EOF/error in streaming control APIreimar2011-07-061-1/+2
* cache: don't modify argument when stream control failsreimar2011-07-061-2/+3
* stream/tvi_v4l[2]: fix calculation of free RAM for buffersiive2011-07-062-16/+10
* cleanup: tvi_dshow: add "static", fix printf formatdiego2011-07-061-9/+16
* cache: allow STREAM_CTRL_GET_CURRENT_TIME with cachereimar2011-07-061-3/+12
* cosmetics: cache2.c: Fix commentreimar2011-07-061-2/+2
* cosmetics: stream_dvdnav.c: Remove pointless ()reimar2011-07-061-9/+9
* stream_dvd: fix dvd_get_current_time()reimar2011-07-061-5/+5
* stream_pvr: Replace <sys/fcntl.h> include by <fcntl.h>reimar2011-07-061-1/+1
* stream_cdda: work around libcdparanoia caching issuesreimar2011-07-061-0/+3
* stream: show negative seek position value in error messagereimar2011-07-061-1/+2
* stream_cue: Avoid probing empty filename in cue_find_bin()iive2011-07-061-0/+3
* stream_cue: fix multiple bugsreimar2011-07-061-24/+25
* Merge branch 'mplayer1_changes'Uoti Urpala2011-06-297-14/+22
|\
| * stream.c: make some stream messages translatableib2011-06-291-6/+7
| * Windows: stream_cddb.c: include <path.h> for MinGWvayne2011-06-291-0/+1
| * cleanup: Make vcd_seek_to_track() static in more filesreimar2011-06-294-4/+4
| * cache2.c: Avoid warnings about discarding volatilereimar2011-06-291-4/+10
* | stream/tvi_v4l2: Add V4L2 support for OpenBSD (and NetBSD)Uoti Urpala2011-06-291-0/+4
|/
* cleanup: shut up more warningsClément Bœsch2011-05-067-18/+15
* cleanup: remove more warningsClément Bœsch2011-05-026-7/+6
* Merge branch 'mplayer1_changes'Uoti Urpala2011-05-028-9/+76
|\
| * cache: call stream read with at least sector size spacereimar2011-05-011-2/+18
| * stream: http: Allow setting custom http headercehoyos2011-04-132-0/+9
| * stream_dvdnav: output ID_DVD_VOLUME_ID also for dvdnav://cehoyos2011-04-131-1/+1
| * stream_dvdnav: identify: show more title informationcehoyos2011-04-121-0/+3
| * stream: try to reset stream once if read failsreimar2011-04-121-1/+21
| * stream_dvdnav: don't skip last title for dvdnav:// -identifycehoyos2011-04-121-1/+1
| * stream: Make stream_write_buffer() check for short writesranma2011-04-124-4/+23
* | cleanup: avoid various GCC warningsClément Bœsch2011-04-202-2/+1
* | options: change -alang and -slang to use string list typeClément Bœsch2011-04-204-28/+19
* | stream.[ch], ass_mp: new stream function for whole-file readsUoti Urpala2011-03-032-0/+44
* | cl