aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* osdep: remove shmem wrapperGravatar wm42013-06-18
* cache: actually use time instead of retry count for slow cache warningGravatar wm42013-06-18
* vo_lavc: do NOT fill pict_type from the mp_imageGravatar Rudolf Polzer2013-06-17
* vo_lavc: use mp_image_copy_fields_to_av_frameGravatar Rudolf Polzer2013-06-17
* 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
* | ao_coreaudio: move to new libao APIGravatar Stefano Pigozzi2013-06-16
* | ao_coreaudio: uncrustifyGravatar Stefano Pigozzi2013-06-16
* | fix compile, sorryGravatar Rudolf Polzer2013-06-16
* | vf_dlopen ildetect: fix numdecidedadjacentframes counterGravatar Rudolf Polzer2013-06-16
* | vf_dlopen ildetect: make the wrapper shell script more robustGravatar Rudolf Polzer2013-06-16
* | encode_lavc strings: use new option syntaxGravatar Rudolf Polzer2013-06-16
* | vf_dlopen filters: add an "ildetect" filter that detects interlacingGravatar Rudolf Polzer2013-06-16
* | cocoa_common: implement VOCTRL_UPDATE_WINDOW_TITLEGravatar Stefano Pigozzi2013-06-16
* | wayland: use VOCTRL_UPDATE_WINDOW_TTILEGravatar Alexander Preisinger2013-06-16
* | mplayer: update window title if its properties changeGravatar John Hawthorn2013-06-16
* | vo: fix build on LibavGravatar wm42013-06-15
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* | vo: define VO_TRUE/FALSE to C99 constantsGravatar wm42013-06-15
* | w32_common: remove some unneeded codeGravatar wm42013-06-15
* | w32_common: fix non-senseGravatar wm42013-06-15