summaryrefslogtreecommitdiffstats
path: root/stream
Commit message (Expand)AuthorAgeFilesLines
* player: avoid stalling when starting a network streamwm42014-01-152-0/+2
* stream_pvr: fix crash on initializationwm42014-01-061-0/+1
* stream: always respect sector_size, fixes cdda://wm42014-01-061-1/+1
* stream_smb: remove dead codewm42013-12-221-22/+1
* stream_radio: suppress error with -Werror=format-security compilation flagMiro HronĨok2013-12-221-1/+1
* stream: minor cookie cleanupwm42013-12-222-26/+23
* options: move network related options to MPOptswm42013-12-223-19/+20
* msg: rename mp_msg_log -> mp_msgwm42013-12-212-4/+4
* path lookup functions: mp_msg conversionswm42013-12-211-3/+0
* quvi: mp_msg conversionswm42013-12-213-17/+30
* stream: mp_msg conversionswm42013-12-2130-721/+539
* demux: mp_msg conversionswm42013-12-2110-209/+217
* m_option, m_config: mp_msg conversionswm42013-12-211-1/+1
* stream: remove stale MAX_STREAM_PROTOCOLS definewm42013-12-191-2/+0
* Reduce recursive config.h inclusions in headerswm42013-12-183-1/+2
* stream: move O_BINARY dummy definitionwm42013-12-181-4/+0
* Remove the _ macrowm42013-12-181-0/+2
* Split mpvcore/ into common/, misc/, bstr/wm42013-12-1731-37/+37
* Merge mp_talloc.h into ta/ta_talloc.hwm42013-12-172-2/+2
* Move options/config related files from mpvcore/ to options/wm42013-12-1717-22/+22
* Move libquvi stuff to stream/resolve/wm42013-12-173-0/+321
* Move mpvcore/input/ to input/wm42013-12-171-1/+1
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgwm42013-12-1617-168/+166
* dvdnav: select longest title by defaultwm42013-12-141-6/+26
* dvdnav: crappy hack to respect timed still frameswm42013-12-142-21/+12
* dvdnav, tv: force-disable cachingwm42013-12-144-4/+5
* dvdnav: enable cachingwm42013-12-141-2/+1
* stream_dvdnav: drop stream buffers on seekwm42013-12-141-3/+5
* cache: add a way to explicitly resume cachewm42013-12-142-0/+5
* cache: try harder on EOFwm42013-12-141-5/+11
* stream: don't seek when seeking to the same positionwm42013-12-141-0/+3
* stream: add function for dropping the bufferwm42013-12-142-2/+11
* dvdnav: remove highlights if no PCI availablewm42013-12-131-1/+3
* Add prelimimary (basic, possibly broken) dvdnav supportwm42013-12-125-0/+807
* stream: fix clang warningStefano Pigozzi2013-12-071-1/+1
* player: load external subs for uncompressed rar archiveswm42013-12-062-0/+13
* Use O_CLOEXEC when creating FDswm42013-11-309-16/+32
* build: make pthreads mandatorywm42013-11-281-6/+1
* Reduce stheader.h includes, move stream types to mp_common.hwm42013-11-234-4/+0
* demux: remove gsh field from sh_audio/sh_video/sh_subwm42013-11-231-6/+6
* stream_lavf: fix a small memory leakwm42013-11-211-1/+5
* timeline: add edl:// URIswm42013-11-193-0/+24
* stream_dvb: remove bogus free callswm42013-11-181-5/+0
* stream: split out pthread helper functionwm42013-11-171-26/+3
* demux: use talloc for certain stream headerswm42013-11-141-1/+1
* tvi_v4l2: remove VBI stuffwm42013-11-131-100/+0
* tvi_v4l2: let libv4l2 convert to a known pixel formatbugmen0t2013-11-131-47/+58
* stream: don't include linux/types.h in some fileswm42013-11-133-4/+0
* Remove sh_audio->samplesizewm42013-11-093-14/+5
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-071-3/+2
* stream_lavf: don't duplicate list of rtmp protocolswm42013-11-041-6/+4
* stream_lavf: support more libavformat protocolswm42013-11-041-1/+3
* Merge branch 'master' into have_configurewm42013-11-041-5/+11
|\
| * stream: more consistent checks for whether stream is seekablewm42013-11-031-6/+10
| * stream: reconnecting doesn't make sense if stream is not seekablewm42013-11-031-0/+2
* | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-037-72/+72
|/
* Fix some more -Wshadow warningswm42013-11-013-4/+4
* Enable -Wshadowwm42013-11-011-3/+3
* ao_alsa: don't include alloca.hwm42013-10-251-1/+0
* tv: simplify ifdefferywm42013-10-171-8/+2
* Copyright, LICENSE: switch to GPL version 2 or laterwm42013-10-131-1/+2
* audio/out: add sndio supportChristian Neukirchen2013-10-033-0/+127
* cosmetics: replace "CTRL" defines by enumswm42013-10-021-25/+27
* network: add options to control TLS verificationwm42013-09-271-0/+3
* mplayer: attempt to make playback resume work with DVD/BDwm42013-09-224-6/+3
* network: fix rtsp playbackwm42013-09-221-1/+1
* stream_lavf: print lavf options that could not be setwm42013-09-221-0/+6
* stream_dvd: prevent segmentation fault with some broken filesStefano Pigozzi2013-09-141-2/+2
* stream_bluray: return number of titleswm42013-09-101-6/+11
* stream: force demuxer of cached stream, fixes cdda:// + cachewm42013-09-101-0/+1
* path: add a common mp_is_url() functionwm42013-09-041-4/+3
* tv: attempt to support mjpeg streamswm42013-09-041-2/+6
* stream: read at least a full buffer with stream_peek()wm42013-08-281-1/+1
* stream: add uncompressed rar supportwm42013-08-265-0/+747
* stream: change open code, add stream filter conceptwm42013-08-262-55/+83
* stream: don't drop buffer when creating the cachewm42013-08-261-3/+0
* stream: fix url_options field, make protocols field not fixed lengthwm42013-08-2617-77/+82
* core: add a playlist demuxerwm42013-08-262-0/+20
* stream: allow potentially faster skippingwm42013-08-221-3/+12
* stream: don't require streams to set s->pos in seek callbackwm42013-08-229-22/+11
* stream: move file forward skipping to common stream implementationwm42013-08-223-52/+29
* stream_avdevice: remove redundant dummy callbackwm42013-08-221-6/+0
* stream_file: uncrustifywm42013-08-221-132/+140
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Noble Huang2013-08-121-6/+2
* 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
*