aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* player: add complex filter graph supportGravatar wm42016-02-05
* build: make libavfilter mandatoryGravatar wm42016-02-05
* player: move audio and video decoder init to separate functionsGravatar wm42016-02-05
* player: simplify error_on_track()Gravatar wm42016-02-05
* options: set fs=yes by default on RPI, and change RPI defaults handlingGravatar wm42016-02-05
* vo_rpi: add geometry handlingGravatar Uros Vampl2016-02-05
* vd_lavc: avoid calling flush on an unopened AVCodecContextGravatar wm42016-02-05
* input: ignore --input-cursor for events injected by input commandsGravatar wm42016-02-04
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* video: remove AVI timestamps for dropped framesGravatar wm42016-02-04
* ao_coreaudio: fix 7.1(rear) channel mappingGravatar wm42016-02-04
* af_lavrresample: change fudged channelsGravatar wm42016-02-04
* vd_lavc: remove redundant best_csp fieldGravatar wm42016-02-03
* vd_lavc: force microsecond timestamps on RPIGravatar wm42016-02-03
* command: fix track cycling logicGravatar wm42016-02-03
* command: show original aspect in video-aspect property tooGravatar wm42016-02-02
* w32_common: switch to UniformResourceLocatorWGravatar wm42016-02-02
* TOOLS/lua/autoload.lua: remove the extension prior to sortGravatar Alexis Nootens2016-02-02
* build: add special openbsd case for iconv checkGravatar Stefano Pigozzi2016-02-01
* player: refactor: reduce some dependencies on current_trackGravatar wm42016-02-01
* player: use different variable to indicate coverartGravatar wm42016-02-01
* audio/video: merge decoder return valuesGravatar wm42016-02-01
* CONTRIBUTING.md: encourage users to ping forgotten issuesGravatar wm42016-02-01
* audio: remove default preference for libdcadecGravatar wm42016-02-01
* vo_opengl: hwdec: use IDs for API, and log which backend is usedGravatar wm42016-02-01
* audio: use brutal resync only on larger PTS discontinuitiesGravatar wm42016-01-31
* audio: fix a case of going to sleep before playback startGravatar wm42016-01-31
* DOCS: explain about DVD situation in man page.Gravatar archenemies2016-01-31
* x11: stop waiting for MapNotify when WM_STATE changesGravatar Tracerneo2016-01-31
* vd_lavc: release surfaces before destroying decoderGravatar wm42016-01-30
* Fix build on LibavGravatar wm42016-01-30
* vd_lavc: allow switching between hw/sw decoding any timeGravatar wm42016-01-29
* vd_lavc: simplify an aspect of hwdec fallbackGravatar wm42016-01-29
* player: refactor: some more minor decoder/output decouplingGravatar wm42016-01-29
* audio: refactor: separate audio init and filter/output initGravatar wm42016-01-29
* audio: move pts reset checkGravatar wm42016-01-29
* player: fix initial audio sync in certain casesGravatar wm42016-01-29
* video: fix broken-PTS fallback determinationGravatar wm42016-01-29
* audio: move mp_audio->AVFrame conversion to a functionGravatar wm42016-01-29
* TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list changeGravatar Kevin Mitchell2016-01-28
* rpi: add VC-1 supportGravatar wm42016-01-28
* mp_image: copy dts as part of mp_image attributes tooGravatar wm42016-01-28
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionGravatar Kevin Mitchell2016-01-28
* ao_wasapi: correct check for specified device on default changeGravatar Kevin Mitchell2016-01-28
* ao_wasapi: fix check for already found deviceGravatar Kevin Mitchell2016-01-28
* video: fix coverart switchingGravatar wm42016-01-27
* rpi: add mpeg-4 decoding supportGravatar wm42016-01-27
* demux_mkv: allow negative timestampsGravatar wm42016-01-27
* vo_opengl: do chroma merging in integer conversion stageGravatar wm42016-01-27
* vo_opengl: add precision qualifier to usampler2D on ANGLEGravatar wm42016-01-27