aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* command: dump tracklist if sub-add is run with the "cached" flagGravatar wm42016-03-14
* player: add missing audio reconfig eventsGravatar wm42016-03-13
* ytdl_hook: handle optional format_noteGravatar ▟ ▖▟ ▖2016-03-10
* demux: replace demux_pause/demux_unpause with demux_run_on_threadGravatar wm42016-03-09
* command: change stream-pos semanticsGravatar wm42016-03-09
* osd: cleanup: make OSDTYPE_ constants private to OSD codeGravatar wm42016-03-08
* osd, lua: manage multiple ASS overlays set with set_osd_ass() callsGravatar wm42016-03-08
* osc: fix mouse areasGravatar wm42016-03-08
* osd, lua: remove weird OSD scalingGravatar wm42016-03-07
* sub: make preloading more robustGravatar wm42016-03-06
* sub: pass all attachments to the subtitle decoderGravatar wm42016-03-03
* command: fix property notification for cache-buffering-stateGravatar wm42016-03-02
* command: add encoder-list propertyGravatar wm42016-03-01
* command: export canonical ffmpeg version identifierGravatar wm42016-02-29
* command: export list of all decodersGravatar wm42016-02-29
* command: export more information under track-listGravatar wm42016-02-29
* player: simplify mp_seek()Gravatar wm42016-02-28
* demux: remove relative seekingGravatar wm42016-02-28
* osc: add always-on mode and unify visibility mode (always/never/auto)Gravatar Avi Halachmi (:avih)2016-02-27
* osc: fix runtime enable_osc(true/false)Gravatar Avi Halachmi (:avih)2016-02-27
* player: minor simplificationGravatar wm42016-02-27
* 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