aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* sub: add demux_libass wrapper, drop old hacksGravatar wm42013-06-25
* core: don't set correct-pts mode randomlyGravatar wm42013-06-25
* subreader: turn into actual demuxerGravatar wm42013-06-25
* demux: add utility functions for preloading demuxersGravatar wm42013-06-25
* stream: remove stream_unread_buffer()Gravatar wm42013-06-25
* demux_lavf: use stream_peek() instead of read/unreadGravatar wm42013-06-25
* stream: add stream_peek functionGravatar wm42013-06-25
* stream: never let read functions return values < 0Gravatar wm42013-06-25
* stream: readd memory streamsGravatar wm42013-06-25
* Move/rename subreader.cGravatar wm42013-06-25
* sd_ass: fix nonsenseGravatar wm42013-06-25
* sd_ass: disable special handling of subtitles with duration 0Gravatar wm42013-06-25
* sd_ass: handle libavformat ASS comment packets as wellGravatar wm42013-06-23
* subreader: remove overlap handling codeGravatar wm42013-06-23
* sub: do some timing postprocessing on preloaded subsGravatar wm42013-06-23
* sub: preload external text subtitlesGravatar wm42013-06-23
* sub: remove redundant conditionGravatar wm42013-06-23
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* demux: don't require fill_buffer callbackGravatar wm42013-06-23
* cache: fix build on OSX (again)Gravatar wm42013-06-16
* cache: fix compilation on LibavGravatar wm42013-06-16
* cache: use correct header for clock_gettimeGravatar wm42013-06-16
* ao_dsound: fix compilationGravatar wm42013-06-16
* configure: make check for stream cache verboseGravatar wm42013-06-16
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * stream: don't set sector size on cacheGravatar wm42013-06-16
| * cache: attempt to improve slow cache warningGravatar wm42013-06-16
| * cache: report more precise stream timeGravatar wm42013-06-16
| * stream: don't align stream position if not neededGravatar wm42013-06-16
| * stream: don't adjust stream position if seek succeeds, but read failsGravatar wm42013-06-16
| * stream: fix some aspects of EOF handlingGravatar wm42013-06-16
| * stream: don't set EOF flag in stream implementationsGravatar wm42013-06-16
| * stream: remove stream_reset()Gravatar wm42013-06-16
| * stream: check for interruption when trying to reconnect streamGravatar wm42013-06-16
| * stream: cosmeticsGravatar wm42013-06-16
| * stream: reset buffer even on EOF/errorGravatar wm42013-06-16
| * cache: use threads instead of fork()Gravatar wm42013-06-16
| * stream: add partial read functionGravatar wm42013-06-16
| * demux_lavf: change probing, use stream_unread_buffer()Gravatar wm42013-06-16
| * stream: add stream_unread_buffer()Gravatar wm42013-06-16
| * cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* | audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* | audio/out: don't require AOs to set ao->bpsGravatar wm42013-06-16
* | audio: fix af_fmt_seconds_to_bytesGravatar Stefano Pigozzi2013-06-16
* | audio/out: remove wrapper for old AOsGravatar wm42013-06-16
* | ao_jack: use mp_ringGravatar Stefano Pigozzi2013-06-16
* | ao_portaudio: use mp_ringGravatar Stefano Pigozzi2013-06-16
* | core: add a spsc ringbuffer implementationGravatar Stefano Pigozzi2013-06-16
* | ao_coreaudio: fix output with spdifGravatar Stefano Pigozzi2013-06-16
* | ao_coreaudio: split ringbuffer in it's own fileGravatar Stefano Pigozzi2013-06-16