aboutsummaryrefslogtreecommitdiffhomepage
path: root/player
Commit message (Expand)AuthorAge
...
* 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
* 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