summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* core: move contents to mpvcore (2/2)Stefano Pigozzi2013-08-0628-46/+46
* stream_radio: fix some thingswm42013-08-051-2/+2
* stream: parse URL escapes for file://wm42013-08-024-0/+41
* stream: redo URL parsing, replace m_struct usage with m_configwm42013-08-0219-362/+280
* stream: remove inactive URL option fieldswm42013-07-303-23/+0
* stream_dvd: fix .ifo redirectionwm42013-07-301-2/+1
* Fix some -Wshadow warningswm42013-07-233-8/+5
* stream_vcd.c: fix compilation on win32Diogo Franco (Kovensky)2013-07-222-3/+8
* cache: fix time check for printing warningwm42013-07-201-1/+1
* stream: remove unused vcd functionswm42013-07-154-22/+0
* Merge branch 'remove_old_demuxers'wm42013-07-1421-323/+190
|\
| * demux: remove useless author/comment fieldswm42013-07-121-4/+1
| * stream: remove useless author/comment fieldswm42013-07-1217-58/+19
| * stream: remove unused functionswm42013-07-121-36/+0
| * stream: remove fd memberwm42013-07-128-66/+57
| * stream: use talloc for some string memberswm42013-07-121-7/+7
| * stream: don't require streams to set a typewm42013-07-129-34/+13
| * Cleanup some include statementswm42013-07-1210-16/+8
| * demux: rewrite probing and demuxer initializationwm42013-07-123-3/+7
| * core: change open_stream and demux_open signaturewm42013-07-1217-65/+47
| * demux: change signature of open functions, cleanupswm42013-07-111-19/+15
| * video: eliminate frametime variablewm42013-07-111-2/+0
| * core: don't access demux_stream outside of demux.c, make it privatewm42013-07-111-1/+1
| * tv: add hack in preparation of demux_stream removalwm42013-07-111-4/+17
| * mplayer: fix incorrect audio sync after format changeswm42013-07-111-1/+1
| * Merge branch 'master' into remove_old_demuxerswm42013-07-084-26/+6
| |\
| * | demux: remove separate arrays for audio/video/sub streams, simplifywm42013-07-081-12/+0
| * | demux: remove some old stream header functionswm42013-07-081-2/+4
| * | Remove old demuxerswm42013-07-072-2/+2
* | | w32: silence some warningsJames Ross-Gowan2013-07-131-1/+1
* | | stream_vcd: use intptr_t cast for _open_osfhandle in accordance to MSDNJonathan Yong2013-07-131-1/+1
* | | stream: remove some more forgotten network stuffwm42013-07-121-13/+0
* | | options: add --cache-default optionwm42013-07-102-17/+12
| |/ |/|
* | cache: fix compilation without posix timersStefano Pigozzi2013-07-081-0/+1
* | stream/tv: remove unused dshow-specific optionsMartin Herkt2013-07-082-26/+1
* | stream_radio: fix buildwm42013-07-081-0/+4
|/
* stream: unbreak streams with large sector sizes (stream_cdda)wm42013-07-071-1/+2
* stream: don't treat position 0 speciallywm42013-07-071-7/+6
* Remove some leftovers from network removalwm42013-07-073-182/+1
* stream: remove weird STREAMTYPE_STREAM special handlingwm42013-07-076-50/+27
* stream: re-add accidentally removed seek callwm42013-07-071-0/+7
* Remove internal network supportwm42013-07-0722-5996/+9
* core: make network options available even if old net code is disabledwm42013-07-075-23/+3
* stream: make eof flag more consistentwm42013-07-041-1/+6
* stream_lavf: request and read streamcast/ICY metadatawm42013-07-021-4/+89
* core: update metadata during playback, allow streams to export metadatawm42013-07-022-1/+23
* cache: fix per-block metadata memory leakwm42013-07-021-0/+1
* stream: redo memory streamswm42013-06-283-8/+91
* Merge branch 'sub_mess2'wm42013-06-252-46/+77
|\
| * stream: remove stream_unread_buffer()wm42013-06-252-21/+0
| * stream: add stream_peek functionwm42013-06-252-0/+35
| * stream: never let read functions return values < 0wm42013-06-251-3/+5
| * stream: readd memory streamswm42013-06-252-5/+21
| * stream: remove padding parameter from stream_read_complete()wm42013-06-232-18/+17
* | cache: cache number of chapterswm42013-06-241-0/+10
* | cache: fix stream_pts cachingwm42013-06-181-20/+20
* | osdep: remove shmem wrapperwm42013-06-181-1/+0
* | cache: actually use time instead of retry count for slow cache warningwm42013-06-181-9/+11
|/
* cache: fix build on OSX (again)wm42013-06-161-0/+7
* cache: fix compilation on Libavwm42013-06-161-1/+8
* cache: use correct header for clock_gettimewm42013-06-161-0/+1
* stream: don't set sector size on cachewm42013-06-161-3/+1
* cache: attempt to improve slow cache warningwm42013-06-161-26/+35
* cache: report more precise stream timewm42013-06-161-9/+39
* stream: don't align stream position if not neededwm42013-06-161-3/+1
* stream: don't adjust stream position if seek succeeds, but read failswm42013-06-161-3/+2
* stream: fix some aspects of EOF handlingwm42013-06-161-10/+22
* stream: don't set EOF flag in stream implementationswm42013-06-167-13/+1
* stream: remove stream_reset()wm42013-06-162-12/+3
* stream: check for interruption when trying to reconnect streamwm42013-06-161-3/+3
* stream: cosmeticswm42013-06-162-26/+12
* stream: reset buffer even on EOF/errorwm42013-06-161-4/+2
* cache: use threads instead of fork()wm42013-06-163-542/+403
* stream: add partial read functionwm42013-06-162-17/+28
* stream: add stream_unread_buffer()wm42013-06-162-4/+33
* cache: make the stream cache a proper stream that wraps other streamswm42013-06-165-331/+220
* stream: remove pointless checkwm42013-06-091-7/+3
* stream: remove unused functionwm42013-06-091-9/+0
* stream: move VCD specific stuff to stream_vcdwm42013-06-093-5/+4
* stream_cdda, stream_vcd: check read buffer sizewm42013-06-092-0/+5
* stream_dvd: remove some deadly insane codewm42013-06-091-15/+0
* stream: misleading statementwm42013-06-091-1/+1
* core: use STREAM_CTRL instead of accessing stream_dvd internalswm42013-06-093-0/+24
* stream: rename cache2.c to cache.cwm42013-06-091-0/+0
* cache2: uncrustifywm42013-06-091-452/+521
* demux: fix "-demuxer mpegps", don't force demuxer in stream_dvdwm42013-06-021-1/+0
* stream: kill STREAM_CTRL_RESETwm42013-05-262-4/+0
* stream: kill memory streamswm42013-05-262-23/+3
* stream: de-inline some larger functionswm42013-05-262-70/+73
* Replace calls to usec_sleep()wm42013-05-262-4/+4
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-262-4/+4
* Silence some compiler warningswm42013-05-211-8/+7
* core: add --stream-capturewm42013-05-123-0/+41
* Merge branch 'audio_changes'wm42013-05-121-4/+6
|\
| * core: use channel map on demuxer level toowm42013-05-121-4/+6
* | stream_bluray: report chapter timeswm42013-05-091-0/+21
* | stream_bluray: general timeline supportwm42013-05-091-0/+37
* | stream_bluray: make code a bit more obviouswm42013-05-091-4/+4
* | stream: report chapter times, use time seeks for DVD chapterswm42013-05-063-6/+41
* | Fix some cppcheck / scan-build warningswm42013-05-065-32/+5
* | stream: fix bad cache behavior introduced by recent commitwm42013-05-051-1/+8
* | stream: add start time reportingwm42013-05-053-0/+9
* | core: don't report byte-based playback position with dvdwm42013-05-054-0/+17
* | stream: remove unused new_ds_stream()wm42013-05-032-13/+0
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-272-16/+2
* | stream_bluray: fix querying current chapterreimar2013-04-271-3/+1
* | options: untangle track range parsing for stream_cddawm42013-04-211-17/+14
|/
* stream_cddb: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
* vcd_read_win32.h: fix compilation on MinGW-w64Stephen Hutchinson2013-04-061-1/+1
* http: handle broken QuickTime Streaming Server headersreimar2013-04-041-3/+9
* http: fix for broken SHOUTcast streamsreimar2013-04-041-0/+6
* vcd_read: cleanup ifdefsreimar2013-04-041-14/+7
* stream: silence clang empty statement warningswm42013-03-191-12/+8
* network: set default user-agent to MPlayer'swm42013-02-261-1/+1
* core: redo how codecs are mapped, remove codecs.confwm42013-02-101-6/+4
* Check return values of some mp_find_..._config_file function calls for NULLwm42013-02-091-2/+5
* 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/