aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* mp_image: deal with FFmpeg PSEUDOPAL braindeathGravatar wm42013-12-01
* input: don't emit command when using multiple mouse buttons at onceGravatar wm42013-12-01
* input: improve some commentsGravatar wm42013-12-01
* vo_null: don't reject hwaccel formatsGravatar wm42013-12-01
* command: add a revert_seek commandGravatar wm42013-12-01
* options: add options that set defaults for af/vf/ao/voGravatar wm42013-12-01
* old-configure: delete pre-waf config.h and config.makGravatar wm42013-11-30
* osdep/io: also include unistd.hGravatar wm42013-11-30
* Prevent creating zombiesGravatar wm42013-11-30
* Use O_CLOEXEC when creating FDsGravatar wm42013-11-30
* build: don't check libsmbclient version numberGravatar wm42013-11-30
* ao_oss: add 6.1 and 7.1 speaker placement from FreeBSDGravatar bugmen0t2013-11-30
* ao_oss: SNDCTL_DSP_CHANNELS takes int, not uint8_tGravatar wm42013-11-30
* ao_alsa: remove unneeded checksGravatar wm42013-11-30
* ao_alsa: enable "plug" for non-interleaved float formats tooGravatar wm42013-11-30
* command: add a cycle_values input commandGravatar wm42013-11-30
* command: change the syntax and semantics of the "run" commandGravatar wm42013-11-30
* input: require space before '#' commentsGravatar wm42013-11-30
* input: rearrange command parsingGravatar wm42013-11-30
* build: make deps_neg work with multiple dependenciesGravatar Stefano Pigozzi2013-11-29
* build: reimplement the OSS checks using a more declarative approachGravatar Stefano Pigozzi2013-11-29
* build: add options for enabling and disabling any libquvi versionsGravatar Nikoli2013-11-29
* Take care of some libavutil deprecations, drop support for FFmpeg 1.0Gravatar wm42013-11-29
* ao_alsa: disable ALSA resampling by default againGravatar wm42013-11-29
* player: always reset some variables on seekGravatar wm42013-11-29
* vf_pullup: properly reset on seekGravatar wm42013-11-29
* video: restore printing warning on decreasing filter PTSGravatar wm42013-11-29
* gl_hwdec: use a imgfmt field instead of a query_format callbackGravatar wm42013-11-29
* vdpau: always let decoder output IMGFMT_VDPAUGravatar wm42013-11-29
* vaapi: remove unused hw image formats, simplifyGravatar wm42013-11-29
* build: make pthreads mandatoryGravatar wm42013-11-28
* command: allow "current" as argument to playlist_remove commandGravatar wm42013-11-28
* input: use separate type for command definitionsGravatar wm42013-11-28
* player: simple hack to make backstep code somewhat more robustGravatar wm42013-11-28
* video: add insane hack to work around FFmpeg/Libav insanityGravatar wm42013-11-28
* video: warn against non-monotonic PTS instead of decreasing PTSGravatar wm42013-11-28
* video: add heuristic to prevent framedrop during hrseek if pts brokenGravatar wm42013-11-28
* build: make --disable-gl disable all the gl backendsGravatar Stefano Pigozzi2013-11-28
* build: add custom -I/-L flags for the BSDs [2]Gravatar Stefano Pigozzi2013-11-28
* ao_coreaudio: simplify ch label to speaker id conversionGravatar Stefano Pigozzi2013-11-27
* build: add custom -I/-L flags for the BSDsGravatar Stefano Pigozzi2013-11-27
* old-build: fix iconv check on openbsdGravatar Stefano Pigozzi2013-11-27
* af_lavi: actually free the filter graph on uninitGravatar wm42013-11-27
* video: replace d_video->pts field, change PTS jump checksGravatar wm42013-11-27
* video: if PTS is missing, make something up using the framerateGravatar wm42013-11-27
* video: refactor PTS code, add fall back heuristic to DTSGravatar wm42013-11-27
* Move some code from player to audio/video reset functionsGravatar wm42013-11-27
* cosmetics: rename video/audio reset functionsGravatar wm42013-11-27
* video: remove commented codeGravatar wm42013-11-27
* video: use dts as fallback when determining pts by sortingGravatar wm42013-11-27