aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* 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
* video: limit maximum number of VO frames correctlyGravatar wm42016-01-24
* player: free queued audio frame on uninitGravatar wm42016-01-23
* command: add af-command commandGravatar wm42016-01-22
* command: add vf-command commandGravatar wm42016-01-22
* video: don't wait for last video frame in the normal caseGravatar wm42016-01-22
* sub: change when/how subtitles are read completelyGravatar wm42016-01-22
* audio: refactor: move MPContext.ao_buffer fieldGravatar wm42016-01-22
* player: fix some oversights in video refactoringGravatar wm42016-01-22
* player: refactor: eliminate MPContext.d_audioGravatar wm42016-01-22
* audio: refactor: work towards unentangling audio decoding and filteringGravatar wm42016-01-22
* player: never show "DS: (unavailable)"Gravatar wm42016-01-20
* audio: remove initial decoding retry limitationGravatar wm42016-01-19
* audio: move dec_audio.pool to ad_spdifGravatar wm42016-01-19