aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* player: slightly simplify how demuxer streams are enabled/disabledGravatar wm42016-02-25
* player: fix --force-window behaviorGravatar wm42016-02-25
* player: honor --force-window if video is selected, but inactiveGravatar wm42016-02-24
* player: remove pointless callGravatar wm42016-02-23
* player: simplify enabling demuxer threadsGravatar wm42016-02-23
* player: remove unused MPContext.stream fieldGravatar wm42016-02-23
* player: remove MPContext.sources fieldsGravatar wm42016-02-23
* player: remove initial seek on playback startGravatar wm42016-02-18
* player: remove old timeline/ordered chapters supportGravatar wm42016-02-15
* audio/video: expose codec info as separate fieldGravatar wm42016-02-15
* video: remove pointless parameter indirectionGravatar wm42016-02-15
* player: add on_preloaded hookGravatar wm42016-02-15
* player: restore old/correct --force-window behaviorGravatar wm42016-02-15
* client API: handle double->int64 conversion correctlyGravatar wm42016-02-13
* lavfi: dump the filter graphGravatar wm42016-02-12
* player: remove dead codeGravatar wm42016-02-12
* player: remove double assignment in declarationGravatar wm42016-02-12
* player: abort loading if there is a problem with complex filtersGravatar wm42016-02-10
* lavfi: stop playback on some unrecoverable situationsGravatar wm42016-02-10
* player: assume setlocale() returns NULL if locales are not supportedGravatar wm42016-02-10
* player: fix crash if no video decoder can be initializedGravatar wm42016-02-10
* player: force refresh seek when changing audio filtersGravatar wm42016-02-09
* player: add --external-file optionGravatar wm42016-02-08
* lavfi: fix EOF caseGravatar wm42016-02-06
* audio: fix EOF handling if nothing could be decoded at allGravatar wm42016-02-06
* player: remove some further current_track dependenciesGravatar wm42016-02-05
* lavfi: fix build on LibavGravatar wm42016-02-05
* player: add complex filter graph supportGravatar 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
* input: ignore --input-cursor for events injected by input commandsGravatar wm42016-02-04
* sub: implement "sub-seek 0"Gravatar wm42016-02-04
* command: fix track cycling logicGravatar wm42016-02-03
* command: show original aspect in video-aspect property tooGravatar wm42016-02-02
* 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
* 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
* vd_lavc: allow switching between hw/sw decoding any timeGravatar 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 coverart switchingGravatar wm42016-01-27
* command: always allow setting volume/mute propertiesGravatar wm42016-01-26
* video: slightly improve video stream switchingGravatar wm42016-01-26
* audio: fix spdif PCM fallbackGravatar wm42016-01-25
* audio: release pending audio frame on seekingGravatar wm42016-01-25