summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* build: make libavfilter mandatorywm42016-02-055-22/+12
* player: move audio and video decoder init to separate functionswm42016-02-053-33/+74
* player: simplify error_on_track()wm42016-02-051-15/+13
* options: set fs=yes by default on RPI, and change RPI defaults handlingwm42016-02-052-4/+5
* vo_rpi: add geometry handlingUros Vampl2016-02-051-10/+59
* vd_lavc: avoid calling flush on an unopened AVCodecContextwm42016-02-051-6/+9
* input: ignore --input-cursor for events injected by input commandswm42016-02-044-13/+35
* sub: implement "sub-seek 0"wm42016-02-042-6/+13
* video: remove AVI timestamps for dropped frameswm42016-02-041-1/+5
* ao_coreaudio: fix 7.1(rear) channel mappingwm42016-02-041-0/+27
* af_lavrresample: change fudged channelswm42016-02-041-2/+2
* vd_lavc: remove redundant best_csp fieldwm42016-02-032-15/+3
* vd_lavc: force microsecond timestamps on RPIwm42016-02-032-3/+9
* command: fix track cycling logicwm42016-02-031-9/+4
* command: show original aspect in video-aspect property toowm42016-02-021-16/+19
* w32_common: switch to UniformResourceLocatorWwm42016-02-021-3/+5
* TOOLS/lua/autoload.lua: remove the extension prior to sortAlexis Nootens2016-02-021-0/+5
* build: add special openbsd case for iconv checkStefano Pigozzi2016-02-011-1/+5
* player: refactor: reduce some dependencies on current_trackwm42016-02-013-24/+15
* player: use different variable to indicate coverartwm42016-02-014-17/+15
* audio/video: merge decoder return valueswm42016-02-017-46/+43
* CONTRIBUTING.md: encourage users to ping forgotten issueswm42016-02-011-0/+2
* audio: remove default preference for libdcadecwm42016-02-012-2/+2
* vo_opengl: hwdec: use IDs for API, and log which backend is usedwm42016-02-017-17/+30
* audio: use brutal resync only on larger PTS discontinuitieswm42016-01-311-2/+4
* audio: fix a case of going to sleep before playback startwm42016-01-311-0/+1
* DOCS: explain about DVD situation in man page.archenemies2016-01-311-0/+39
* x11: stop waiting for MapNotify when WM_STATE changesTracerneo2016-01-311-1/+3
* vd_lavc: release surfaces before destroying decoderwm42016-01-301-4/+3
* Fix build on Libavwm42016-01-301-0/+1
* vd_lavc: allow switching between hw/sw decoding any timewm42016-01-293-23/+35
* vd_lavc: simplify an aspect of hwdec fallbackwm42016-01-292-10/+5
* player: refactor: some more minor decoder/output decouplingwm42016-01-293-16/+22
* audio: refactor: separate audio init and filter/output initwm42016-01-291-47/+62
* audio: move pts reset checkwm42016-01-294-16/+17
* player: fix initial audio sync in certain caseswm42016-01-293-6/+2
* video: fix broken-PTS fallback determinationwm42016-01-291-11/+6
* audio: move mp_audio->AVFrame conversion to a functionwm42016-01-293-20/+76
* TOOLS/lua/ao-null-reload.lua: send ao-reload on audio-device-list changeKevin Mitchell2016-01-281-0/+20
* rpi: add VC-1 supportwm42016-01-281-0/+1
* mp_image: copy dts as part of mp_image attributes toowm42016-01-281-0/+1
* ao_wasapi: add "wasapi" prefix to non-static find_deviceID functionKevin Mitchell2016-01-283-3/+3
* ao_wasapi: correct check for specified device on default changeKevin Mitchell2016-01-283-5/+11
* ao_wasapi: fix check for already found deviceKevin Mitchell2016-01-281-1/+1
* video: fix coverart switchingwm42016-01-271-2/+3
* rpi: add mpeg-4 decoding supportwm42016-01-271-0/+1
* demux_mkv: allow negative timestampswm42016-01-271-18/+20
* vo_opengl: do chroma merging in integer conversion stagewm42016-01-271-3/+13
* vo_opengl: add precision qualifier to usampler2D on ANGLEwm42016-01-271-1/+1
* vo_opengl: replace tscale-interpolates-only with interpolation-thresholdwm42016-01-274-13/+28
* vo_opengl: support 10 bit support with ANGLEwm42016-01-264-11/+121
* vo_opengl: actually reset use_normalized_range fieldwm42016-01-261-3/+3
* vo_opengl: default to rgba16f FBOs on ANGLEwm42016-01-262-4/+7
* command: always allow setting volume/mute propertieswm42016-01-264-7/+42
* video: slightly improve video stream switchingwm42016-01-261-0/+5
* vaapi: lower number of allocated surfaces againwm42016-01-261-1/+1
* manpage: fix typowm42016-01-251-1/+1
* vo_opengl: add tscale-interpolates-only sub-optionwm42016-01-254-1/+13
* vo_opengl: default scaler-resizes-only sub-option to yeswm42016-01-253-1/+4
* vd_lavc: delay images before reading them backwm42016-01-254-9/+52
* video: cleanup pts/dts passing between decoder componentswm42016-01-254-11/+18
* vo_opengl: rename custom shader entrypoint from sample to sample_pixelwm42016-01-253-4/+26
* vo_opengl: vdpau: better handling of preemption recoverywm42016-01-251-1/+1
* vdpau: force driver to report preemption earlywm42016-01-253-3/+21
* audio: fix spdif PCM fallbackwm42016-01-251-0/+2
* audio: release pending audio frame on seekingwm42016-01-251-0/+2
* video: remove some useless old RGB formatswm42016-01-256-62/+1
* dvb: fix segmentation fault in case no valid configuration is found.Oliver Freyermuth2016-01-241-2/+3
* manpage: minor correctionswm42016-01-242-8/+4
* video: limit maximum number of VO frames correctlywm42016-01-241-1/+1
* DOCS/interface-changes: fix typowm42016-01-231-1/+1
* player: free queued audio frame on uninitwm42016-01-231-0/+1
* manpage: adjust vf/af-command descriptionwm42016-01-221-1/+4
* af_lavfi, vf_lavfi: fix compilation on Libavwm42016-01-222-0/+2
* command: add af-command commandwm42016-01-227-0/+32
* vo_opengl: vaapi: don't expect EGL exts. to be in common ext. stringwm42016-01-221-2/+6
* command: add vf-command commandwm42016-01-227-0/+36
* ao_wasapi: use correct UINT type for device enumerationKevin Mitchell2016-01-221-5/+5
* ao_wasapi: exit earlier if there are zero playback devices foundKevin Mitchell2016-01-221-0/+5
* dvb: remove trailing whitespacewm42016-01-222-18/+18
* dvb: fix compilation with older Linux headerswm42016-01-221-1/+2
* video: don't wait for last video frame in the normal casewm42016-01-221-4/+8
* sub: change when/how subtitles are read completelywm42016-01-221-12/+8
* audio: refactor: move MPContext.ao_buffer fieldwm42016-01-222-25/+22
* player: fix some oversights in video refactoringwm42016-01-222-10/+10
* player: refactor: eliminate MPContext.d_audiowm42016-01-226-37/+57
* audio: refactor: work towards unentangling audio decoding and filteringwm42016-01-228-201/+277
* wscript: Update `--lua' helpMichael Reed2016-01-221-1/+1
* vo_opengl: vaapi: reorganize platform entrypoints as tablewm42016-01-211-15/+20
* stream_dvb: add verbose output in non-DVBv5 querying.Oliver Freyermuth2016-01-211-1/+3
* stream_dvb: use DVBv5 API also for DVB-C tuning.Oliver Freyermuth2016-01-211-8/+39
* stream_dvb: improve messages on delivery-type detection.Oliver Freyermuth2016-01-211-10/+14
* stream_dvb: don't requery tuner type, rely on initial query.Oliver Freyermuth2016-01-211-11/+9
* stream_dvb: support frontends with multiple delivery systems.Oliver Freyermuth2016-01-213-59/+122
* x11: get *current* XRandR screen configurationNils Schneider2016-01-201-1/+1
* vo_opengl: add KMS/DRM VAAPI hardware decoding interopwm42016-01-203-1/+26
* ad_spdif: if DTS-HD is requested, and profile unknown, use DTS-HDwm42016-01-201-1/+2
* audio: change downmix behavior, add --audio-normalize-downmixwm42016-01-207-4/+25
* audio: change --audio-channels default back to stereowm42016-01-203-6/+10
* player: never show "DS: (unavailable)"wm42016-01-201-3/+6
* Change 3 more files to LGPLwm42016-01-203-21/+21
* vaapi: fix compilation on older FFmpeg/Libavwm42016-01-201-1/+1
* audio: remove initial decoding retry limitationwm42016-01-192-11/+0
* audio: move direct packet reading from decoders to common codewm42016-01-195-29/+27
* audio: move dec_audio.pool to ad_spdifwm42016-01-193-3/+3
* ao_coreaudio_chmap: change license to LGPLwm42016-01-192-14/+14
* filter_kernels.h: adjust the licensewm42016-01-191-11/+5
* Change GPL/LGPL dual-licensed files to LGPLwm42016-01-1933-392/+231
* Relicense some non-MPlayer source files to LGPL 2.1 or laterwm42016-01-1988-629/+613
* demux: remove a minor difference between threaded/unthreaded modeswm42016-01-191-2/+2
* demux: fix leaking closed captions packets with unselected sub streamwm42016-01-191-6/+6
* ao_wasapi: use share_mode value instead of raw option opt_exclusiveKevin Mitchell2016-01-181-1/+1
* ao_openal: wipe out global context on init errorKevin Mitchell2016-01-181-0/+1
* vo_drm: fix CRTC usagerr-2016-01-181-1/+1
* vd_lavc: feed A53_CC side data packets into the demuxer for eia_608 decodingAman Gupta2016-01-184-2/+53
* lavc_conv: pass real_time=1 option to ffmpeg for eia_608 decoderAman Gupta2016-01-181-1/+7
* ass_mp: add mp_ass_flush_old_events()Aman Gupta2016-01-182-0/+15
* command: fix NULL pointer deref in "video-codec" propertywm42016-01-181-1/+1
* demux: disable stream cache if no tracks are selectedwm42016-01-182-1/+12
* demux: remove unused functionwm42016-01-182-15/+0
* demux: fix interleaved subtitle reading in unthreaded modewm42016-01-181-16/+17
* demux: unify codepaths for threaded/unthreaded track switchingwm42016-01-181-10/+8
* cache: add mechanism for disabling readaheadwm42016-01-182-1/+17
* demux: remove unused flagwm42016-01-182-4/+1
* manpage: adjust --display-fps descriptionwm42016-01-181-3/+7
* af_lavrresample: fudge some channel layout conversionwm42016-01-181-0/+33
* sub: fix memory leakswm42016-01-182-3/+8
* image_writer: fix writing flipped images as jpgwm42016-01-171-1/+1
* player: refactor: eliminate MPContext.d_videowm42016-01-179-100/+109
* player: refactor: eliminate MPContext.d_subwm42016-01-175-62/+74
* command: modify OSD message when forcing original video aspect ratiowm42016-01-161-0/+7
* video: refactor: disentangle decoding/filtering some morewm42016-01-166-109/+180
* osd: make osd-width/height properties watchablewm42016-01-152-3/+8
* global: add client API pointer to library handlewm42016-01-154-0/+10
* video: refactor: slightly disentangle video filteringwm42016-01-151-43/+32
* cocoa: get fps only from dislaylinkStefano Pigozzi2016-01-141-8/+9
* cocoa: add an observer for screenmode changeStefano Pigozzi2016-01-141-0/+26
* manpage: update win32 config pathwm42016-01-141-1/+1
* video: fix interactively changing aspect ratiowm42016-01-143-1/+7
* man: options: Clarify expected behaviour with --dvbin-full-transponder.Oliver Freyermuth2016-01-141-4/+7
* player: prefer "service_name" as media title.Oliver Freyermuth2016-01-141-0/+3
* options: add "service_name" as display tag.Oliver Freyermuth2016-01-141-1/+1
* demux_lavf: update metadata with information from AV_PROGRAM on switch.Oliver Freyermuth2016-01-141-0/+6
* man: options: hint to cycling of program property.Oliver Freyermuth2016-01-141-0/+2
* man: input: document new DVB bindings and properties.Oliver Freyermuth2016-01-142-1/+13
* player: implement SWITCH for dvb-channel-name property, add binding.Oliver Freyermuth2016-01-142-0/+12
* player: remove unused last_dvb_step member.Oliver Freyermuth2016-01-142-4/+0
* player, stream_dvb: implement dvb-channel-name property.Oliver Freyermuth2016-01-144-1/+59
* stream_dvb: global protection mutex and usage bit for global_dvb_state.Oliver Freyermuth2016-01-142-1/+21
* stream_dvb: implement GET_METADATA and return program name.Oliver Freyermuth2016-01-141-2/+13
* stream_dvb: persist state-information across channel-switches.Oliver Freyermuth2016-01-142-35/+71
* dvb: rename dvb_config_t to dvb_state_t, keep config and state there.Oliver Freyermuth2016-01-143-117/+128
* video: decouple filtering/decoding slightly morewm42016-01-146-101/+119
* player: remove stale declarationwm42016-01-141-1/+0
* video: refactor: shuffle code aroundwm42016-01-144-76/+75
* video: refactor: handle video format fixups closer to decoderwm42016-01-147-92/+83
* manpage: mention that image subtitles can not be repositioned etc.wm42016-01-121-0/+8
* stream: stream_read_complete() reads from current pos, not 0wm42016-01-121-1/+1
* demux_lavf: fix charset conversion with UTF-16 subtitleswm42016-01-121-5/+6
* player: simplify backsteppingwm42016-01-124-117/+38
* player: handle hrseek framedrop correctlywm42016-01-122-2/+2
* demux: merge sh_video/sh_audio/sh_subwm42016-01-1224-247/+232
* TOOLS/stats-conv: slightly better colorwm42016-01-121-3/+9
* build: fix mpv.conf installationwm42016-01-111-1/+1
* build: add option to customize config files system pathStefano Pigozzi2016-01-112-1/+3
* mpv_talloc.h: rename from talloc.hDmitrij D. Czarkoff2016-01-1184-83/+83
* sub: read subtitles until their timestamps are past videowm42016-01-111-1/+1
* player: eliminate demux_get_next_pts()wm42016-01-116-37/+6
* cache: remove useless return valuewm42016-01-111-5/+2
* vaapi: replace VA_STR_FOURCCwm42016-01-114-7/+4
* ao_coreaudio: replace fourcc_repr()wm42016-01-113-35/+7
* etc: rename "example.conf" to "mpv.conf"Dmitrij D. Czarkoff2016-01-111-0/+0
* dxva2: log more debug infoswm42016-01-111-11/+41
* ao_wasapi: move out some utility functionswm42016-01-115-76/+128
* common: add mp_tag_str() utility functionwm42016-01-112-0/+20
* waf: add "lua51" ("51obsd") to list of possible lua namesDmitrij D. Czarkoff2016-01-111-0/+1
* ytdl: Include Referer header as wellYen Chi Hsuan2016-01-101-3/+6
* TOOLS: remove old build systemwm42016-01-102-1500/+0
* player: detect audio PTS jumps, make video PTS heuristic less aggressivewm42016-01-094-14/+23
* Fix build on older libavcodec versionswm42016-