aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
* Relicense some non-MPlayer source files to LGPL 2.1 or laterGravatar wm42016-01-19
* command: fix NULL pointer deref in "video-codec" propertyGravatar wm42016-01-18
* demux: disable stream cache if no tracks are selectedGravatar wm42016-01-18
* demux: remove unused flagGravatar wm42016-01-18
* player: refactor: eliminate MPContext.d_videoGravatar wm42016-01-17
* player: refactor: eliminate MPContext.d_subGravatar wm42016-01-17
* command: modify OSD message when forcing original video aspect ratioGravatar wm42016-01-16
* video: refactor: disentangle decoding/filtering some moreGravatar wm42016-01-16
* osd: make osd-width/height properties watchableGravatar wm42016-01-15
* global: add client API pointer to library handleGravatar wm42016-01-15
* video: refactor: slightly disentangle video filteringGravatar wm42016-01-15
* video: fix interactively changing aspect ratioGravatar wm42016-01-14
* player: prefer "service_name" as media title.Gravatar Oliver Freyermuth2016-01-14
* player: implement SWITCH for dvb-channel-name property, add binding.Gravatar Oliver Freyermuth2016-01-14
* player: remove unused last_dvb_step member.Gravatar Oliver Freyermuth2016-01-14
* player, stream_dvb: implement dvb-channel-name property.Gravatar Oliver Freyermuth2016-01-14
* video: decouple filtering/decoding slightly moreGravatar wm42016-01-14
* player: remove stale declarationGravatar wm42016-01-14
* video: refactor: shuffle code aroundGravatar wm42016-01-14
* video: refactor: handle video format fixups closer to decoderGravatar wm42016-01-14
* player: simplify backsteppingGravatar wm42016-01-12
* player: handle hrseek framedrop correctlyGravatar wm42016-01-12
* demux: merge sh_video/sh_audio/sh_subGravatar wm42016-01-12
* mpv_talloc.h: rename from talloc.hGravatar Dmitrij D. Czarkoff2016-01-11
* player: eliminate demux_get_next_pts()Gravatar wm42016-01-11
* ytdl: Include Referer header as wellGravatar Yen Chi Hsuan2016-01-10
* player: detect audio PTS jumps, make video PTS heuristic less aggressiveGravatar wm42016-01-09
* player: reset playback abort when reloading a fileGravatar wm42016-01-07
* player: make watch later/resume work when "playing" directoriesGravatar wm42016-01-06
* video: fix debug messageGravatar wm42016-01-06
* audio: update outdated commentGravatar wm42016-01-05
* player: make sure streams are selected with ordered chaptersGravatar wm42016-01-03
* Update copyright yearGravatar wm42016-01-01
* video: do not disable hr-seek framedrop too earlyGravatar wm42015-12-30
* sub: change how subtitles are readGravatar wm42015-12-29
* sub: refactor initializationGravatar wm42015-12-27
* sub: minor refactor how video FPS for MicroDVD is setGravatar wm42015-12-27
* command: replace ROUND() with lrint()Gravatar wm42015-12-26
* sub: destroy/recreate ASS_Renderer when disabling/enablings subsGravatar wm42015-12-26
* sub: always recreate ASS_Renderer on subtitle decoder reinitGravatar wm42015-12-26
* sub: cache subtitle state per track instead of per demuxer streamGravatar wm42015-12-26
* command: change heuristic for files with 1 chapterGravatar wm42015-12-25
* player: fix previous commitGravatar wm42015-12-25
* options: add --audio-file-pathsGravatar wm42015-12-25
* sub: clear subtitle list when crossing timeline boundaryGravatar wm42015-12-25
* command: fix eof-reached property change notification in corner casesGravatar wm42015-12-24
* demux: remove weird tripple-buffering for the sh_stream listGravatar wm42015-12-23
* input: add key name to script-binding command responseGravatar wm42015-12-23
* player: minor simplificationGravatar wm42015-12-23
* vf_yadif: change defaultsGravatar wm42015-12-21