aboutsummaryrefslogtreecommitdiffhomepage
path: root/stream
Commit message (Expand)AuthorAge
* Merge mp_talloc.h into ta/ta_talloc.hGravatar wm42013-12-17
* Move options/config related files from mpvcore/ to options/Gravatar wm42013-12-17
* Move libquvi stuff to stream/resolve/Gravatar wm42013-12-17
* Move mpvcore/input/ to input/Gravatar wm42013-12-17
* Replace mp_tmsg, mp_dbg -> mp_msg, remove mp_gtext(), remove set_osd_tmsgGravatar wm42013-12-16
* dvdnav: select longest title by defaultGravatar wm42013-12-14
* dvdnav: crappy hack to respect timed still framesGravatar wm42013-12-14
* dvdnav, tv: force-disable cachingGravatar wm42013-12-14
* dvdnav: enable cachingGravatar wm42013-12-14
* stream_dvdnav: drop stream buffers on seekGravatar wm42013-12-14
* cache: add a way to explicitly resume cacheGravatar wm42013-12-14
* cache: try harder on EOFGravatar wm42013-12-14
* stream: don't seek when seeking to the same positionGravatar wm42013-12-14
* stream: add function for dropping the bufferGravatar wm42013-12-14
* dvdnav: remove highlights if no PCI availableGravatar wm42013-12-13
* Add prelimimary (basic, possibly broken) dvdnav supportGravatar wm42013-12-12
* stream: fix clang warningGravatar Stefano Pigozzi2013-12-07
* player: load external subs for uncompressed rar archivesGravatar wm42013-12-06
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* build: make pthreads mandatoryGravatar wm42013-11-28
* Reduce stheader.h includes, move stream types to mp_common.hGravatar wm42013-11-23
* demux: remove gsh field from sh_audio/sh_video/sh_subGravatar wm42013-11-23
* 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