aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* stream_lavf: fix a small memory leakGravatar wm42013-11-21
* timeline: add edl:// URIsGravatar wm42013-11-19
* stream_dvb: remove bogus free callsGravatar wm42013-11-18
* stream: split out pthread helper functionGravatar wm42013-11-17
* demux: use talloc for certain stream headersGravatar wm42013-11-14
* tvi_v4l2: remove VBI stuffGravatar wm42013-11-13
* tvi_v4l2: let libv4l2 convert to a known pixel formatGravatar bugmen0t2013-11-13
* stream: don't include linux/types.h in some filesGravatar wm42013-11-13
* Remove sh_audio->samplesizeGravatar wm42013-11-09
* audio: replace af_fmt2str_short -> af_fmt_to_strGravatar wm42013-11-07
* stream_lavf: don't duplicate list of rtmp protocolsGravatar wm42013-11-04
* stream_lavf: support more libavformat protocolsGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * stream: more consistent checks for whether stream is seekableGravatar wm42013-11-03
| * stream: reconnecting doesn't make sense if stream is not seekableGravatar wm42013-11-03
|/
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* ao_alsa: don't include alloca.hGravatar wm42013-10-25
* tv: simplify ifdefferyGravatar wm42013-10-17
* Copyright, LICENSE: switch to GPL version 2 or laterGravatar wm42013-10-13
* audio/out: add sndio supportGravatar Christian Neukirchen2013-10-03
* cosmetics: replace "CTRL" defines by enumsGravatar wm42013-10-02
* network: add options to control TLS verificationGravatar wm42013-09-27
* mplayer: attempt to make playback resume work with DVD/BDGravatar wm42013-09-22
* network: fix rtsp playbackGravatar wm42013-09-22
* stream_lavf: print lavf options that could not be setGravatar wm42013-09-22
* stream_dvd: prevent segmentation fault with some broken filesGravatar Stefano Pigozzi2013-09-14
* stream_bluray: return number of titlesGravatar wm42013-09-10
* stream: force demuxer of cached stream, fixes cdda:// + cacheGravatar wm42013-09-10
* path: add a common mp_is_url() functionGravatar wm42013-09-04
* tv: attempt to support mjpeg streamsGravatar wm42013-09-04
* stream: read at least a full buffer with stream_peek()Gravatar wm42013-08-28
* stream: add uncompressed rar supportGravatar wm42013-08-26
* stream: change open code, add stream filter conceptGravatar wm42013-08-26
* stream: don't drop buffer when creating the cacheGravatar wm42013-08-26
* stream: fix url_options field, make protocols field not fixed lengthGravatar wm42013-08-26
* core: add a playlist demuxerGravatar wm42013-08-26
* stream: allow potentially faster skippingGravatar wm42013-08-22
* stream: don't require streams to set s->pos in seek callbackGravatar wm42013-08-22
* stream: move file forward skipping to common stream implementationGravatar wm42013-08-22
* stream_avdevice: remove redundant dummy callbackGravatar wm42013-08-22
* stream_file: uncrustifyGravatar wm42013-08-22
* stream_bluray: fix bd:// url segfault introduced by commit bc1d61Gravatar Noble Huang2013-08-12
* core: move contents to mpvcore (2/2)Gravatar Stefano Pigozzi2013-08-06
* stream_radio: fix some thingsGravatar wm42013-08-05
* stream: parse URL escapes for file://Gravatar wm42013-08-02
* stream: redo URL parsing, replace m_struct usage with m_configGravatar wm42013-08-02
* stream: remove inactive URL option fieldsGravatar wm42013-07-30
* stream_dvd: fix .ifo redirectionGravatar wm42013-07-30