summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* video: correct spelling: mp_image_params_equals -> mp_image_params_equalwm42014-06-178-14/+14
* video: remove redundant functionwm42014-06-173-11/+2
* DOCS/contribute.md: move instructions for sending patches to the topwm42014-06-171-50/+56
* DOCS: remove coding-style.md to contribute.mdwm42014-06-171-0/+0
* vo: make draw_image and vo_queue_image transfer image ownershipwm42014-06-1717-31/+53
* build: check for 64bit stdatomic.h operations tooAlessandro Ghedini2014-06-172-4/+5
* demux_mkv: add S_DVBSUBwm42014-06-172-0/+2
* encode: disable playback framedroppingwm42014-06-171-0/+1
* video: check image parameterswm42014-06-173-4/+38
* video: introduce failure path for image allocationswm42014-06-1745-67/+219
* gl_lcms: use thread-safe lcms API, require lcms2 2.6wm42014-06-163-29/+18
* build: add '--enable-libmpv-static' optionxylosper2014-06-162-14/+34
* cache: avoid race condition between cache wakeup and idlingwm42014-06-161-0/+1
* vo_opengl: simplify redraw callback OSD handlingwm42014-06-165-82/+23
* discnav: make OSD path explicitly thread-safewm42014-06-161-16/+31
* sub: prefer ffmpeg microdvd converter over internal onewm42014-06-151-1/+1
* video/out: change aspects of OSD handlingwm42014-06-1525-187/+128
* vo_vaapi: fix a crash on the init error handling pathwm42014-06-151-1/+2
* wayland: move subsurfaces to wayland voAlexander Preisinger2014-06-153-34/+43
* wayland: attach NULL surface on osd creationAlexander Preisinger2014-06-151-0/+3
* ao_pcm: fix message stringsAmos Onn2014-06-151-2/+2
* cocoa: add fallback for automatic GPU switchingStefano Pigozzi2014-06-151-1/+14
* cocoa: allow automatic gpu switchingStefano Pigozzi2014-06-151-0/+3
* cocoa: switch to CGL APIs for GL context creationStefano Pigozzi2014-06-151-16/+23
* demux: use position as signed integerwm42014-06-141-1/+1
* tv: if timestamp is unset, return NOPTSwm42014-06-141-4/+4
* tv: remove some non-sensewm42014-06-141-2/+2
* tv: fix compilation without clock_gettime, don't claim to be MPlayerwm42014-06-141-1/+1
* sub: add --sub-scale-with-window optionwm42014-06-144-4/+17
* gl_w32: remove unused variablewm42014-06-141-2/+0
* build: version string as native str type for each Python versionPhilip Sequeira2014-06-141-2/+4
* video: cosmetics: reformat image format names tablewm42014-06-141-25/+17
* video: synchronize mpv rgb pixel format names with ffmpeg nameswm42014-06-1411-131/+117
* video: automatically strip "le" and "be" suffix from pixle format nameswm42014-06-143-20/+27
* build: fix generation of zsh completionAlessandro Ghedini2014-06-131-2/+2
* tv: add missing header for clock_gettimewm42014-06-131-0/+1
* options: remove some more stuffwm42014-06-134-39/+15
* options: remove some unneeded stuffwm42014-06-133-28/+21
* command: redo the property typewm42014-06-135-565/+687
* options: remove OPT_FLAG_CONSTANTSwm42014-06-134-28/+19
* options: remove use of an inverted option valuewm42014-06-133-5/+4
* options: turn --idx, --forceidx into --indexwm42014-06-137-21/+16
* vd_lavc: use option parser for skip suboptionswm42014-06-131-22/+25
* input.conf: make ESC quit when encodingwm42014-06-131-0/+1
* demux: use av_malloc for packetswm42014-06-131-2/+2
* demux: simplify packet resizingwm42014-06-133-15/+5
* encode: get rid of the recursion that led to a deadlock.Rudolf Polzer2014-06-121-23/+28
* Revert "encode: make the central lock recursive"Rudolf Polzer2014-06-121-2/+1
* demux: fix compilation with FFmpeg gitwm42014-06-122-11/+4
* cache: print cache size only in verbose modewm42014-06-121-2/+2
* win32: implement --priority differentlywm42014-06-126-103/+17
* tv: fix a hidden static variablewm42014-06-121-9/+9
* stream_bluray: fix some const declarationswm42014-06-121-6/+6
* encode: don't load Lua scriptswm42014-06-121-0/+2
* audio: more detailed debugging outputwm42014-06-121-0/+2
* audio: don't wait when draining and pausedwm42014-06-121-1/+1
* encode: make the central lock recursivewm42014-06-121-1/+2
* options: fix for compilation when encoding disabledxylosper2014-06-121-1/+1
* tv: use correct timestampsiive2014-06-121-12/+48
* encode: make option struct localwm42014-06-117-56/+70
* input: make option struct localwm42014-06-114-72/+70
* demux_lavf: make option struct localwm42014-06-113-34/+37
* ad_lavc: make option struct localwm42014-06-113-24/+26
* vd_lavc: make option struct localwm42014-06-113-32/+37
* options: remove a global variablewm42014-06-112-5/+5
* vf_noise: remove global variableswm42014-06-111-9/+4
* vf_divtc: remove a global variablewm42014-06-111-5/+1
* Add more constwm42014-06-1182-208/+204
* vo_caca: remove global variableswm42014-06-111-68/+84
* demux_raw: remove global option variableswm42014-06-113-57/+85
* demux_mf: remove global option variableswm42014-06-114-18/+13
* options: remove global variables for swscale options; rename themwm42014-06-1111-83/+77
* stream_dvd: minor cleanupswm42014-06-113-141/+44
* stream_dvd, stream_dvdnav, stream_bluray: remove global option variableswm42014-06-1110-78/+78
* stream_dvb: remove global option variableswm42014-06-116-38/+36
* stream_cdda: remove global option variableswm42014-06-116-64/+66
* stream: add a generic way to setup stream priv defaultswm42014-06-112-0/+3
* stream_pvr: remove global option variableswm42014-06-117-250/+122
* tv: remove printing of useless comment informationwm42014-06-114-14/+3
* tv: remove global option variableswm42014-06-118-390/+376
* m_config: add function to copy subopt-structwm42014-06-112-0/+43
* command: redo ancient TV/DVB/PVR commandswm42014-06-1114-207/+259
* osd: Center the volume icon in the osd fontChrisK22014-06-101-0/+0
* build: disable zsh completions by default, fixes e.g. cross compilationwm42014-06-091-0/+1
* player: hide some messages in verbose modewm42014-06-091-3/+3
* video: fix another cover art corner casewm42014-06-091-1/+1
* client API: disable LIRC input by defaultwm42014-06-091-0/+1
* audio: add a "weak" gapless mode, and make it defaultwm42014-06-095-18/+45
* player: show "neutral" position markers for OSD barswm42014-06-086-6/+33
* build: generate and install zsh completion scriptAlessandro Ghedini2014-06-084-1/+32
* TOOLS: add script for generating a zsh completion scriptAlessandro Ghedini2014-06-081-0/+129
* client API: minor documentation fixes/enhancementswm42014-06-082-4/+6
* client API: trigger wakeup when creating wakeup pipe/callbackwm42014-06-081-1/+5
* manpage: document new --sub-file semanticswm42014-06-081-3/+11
* options: change --sub-file behaviorwm42014-06-083-1/+41
* client API: restructure waiting, do log msg wakeup properlywm42014-06-072-43/+58
* client API: rename mpv_destroy() to mpv_detach_destroy()wm42014-06-074-22/+21
* client API: clarify mpv_get_wakeup_pipe docswm42014-06-071-13/+43
* client API: add API function that ensures total destructionwm42014-06-074-3/+55
* client API: docs: some clarificationswm42014-06-071-1/+7
* client API: change mpv_wait_event() timeout semanticswm42014-06-073-3/+7
* build: prevent installation of client API examplewm42014-06-061-0/+1
* client API: enlarge the message buffer if log level is highwm42014-06-061-1/+2
* client API: call wakeup callback if there are new messageswm42014-06-063-15/+29
* x11: cleanup motif hints handlingwm42014-06-062-38/+17
* client API: fix terminal usagewm42014-06-061-1/+4
* client API: don't update properties in uninitialized statewm42014-06-061-0/+2
* client API: don't use the mpv config files by defaultwm42014-06-061-0/+1
* client API: use shared code for creating the wakeup pipewm42014-06-061-12/+2
* client API: fix swapped pipe ends used with mpv_set_wakeup_callbackwm42014-06-061-2/+2
* input: don't print warning when aboting playback via commandswm42014-06-061-6/+1
* wscript: update waf version check to the version in bootstrap.pywm42014-06-061-1/+1
* sub: remove old style override optionwm42014-06-053-34/+2
* sub: add --ass-style-override=force optionwm42014-06-053-4/+20
* stream/cache: handle failure of seeking underlying streamwm42014-06-051-1/+4
* lua: make warning about unknown scripts -v onlywm42014-06-041-1/+1
* filter_kernels: fix nearest scalerwm42014-06-041-1/+1
* filter_kernels: add nearest neighbour scalinglucy2014-06-031-0/+6
* audio/out/push: don't attempt to fill AO buffer when pausedwm42014-06-031-2/+3
* command: format_bitrate: fix conversion to kbits and mbitsMarcoen Hirschberg2014-06-021-2/+2
* osc: keep track of the "fullscreen" state when it changesMarcoen Hirschberg2014-06-021-3/+6
* wayland: remove stub for unimplemented functionwm42014-06-021-15/+0
* osd/libass: use BorderStyle=4 for backgroundwm42014-06-011-0/+11
* player: write file name to the watch later config fileAlessandro Ghedini2014-06-014-0/+13
* audio: prefer dsound over wasapiwm42014-06-011-3/+3
* demux_lavf: support new rotation metadata APIwm42014-06-013-1/+23
* command: improve video-bitrate propertyAndrey Morozov2014-06-012-1/+7
* vo: correctly initialize parameters in corner caseswm42014-06-011-1/+4
* m_option: use isfinite() instead of isnormal()wm42014-06-011-1/+1
* stream: remove VCD supportwm42014-06-0112-1013/+0
* client API: report success status when running commandswm42014-06-014-35/+52
* command: property notification when changing af/vfwm42014-06-011-0/+1
* command: add const to mp_notify_propertywm42014-06-012-2/+2
* player: hide audio/video codec and file format messageswm42014-05-313-7/+5
* gl_common: remove dlsym() fallbackwm42014-05-311-21/+1
* gl_wayland: remove probably unneeded workaroundwm42014-05-311-2/+0
* gl_x11: remove workaround for PPC OSX 10.4wm42014-05-311-7/+0
* gl_x11: always require some GLX API functions, avoid dlsym()wm42014-05-314-20/+9
* ao_alsa: make device the first sub optionwm42014-05-312-4/+4
* audio/out/push: keep some extra bufferwm42014-05-311-6/+4
* ao_alsa: reduce spurious wakeupswm42014-05-302-10/+18
* tv: remove sysinfo() usagewm42014-05-303-18/+0
* audio/out/push: handle draining correctlywm42014-05-301-7/+22
* audio: change handling of an EOF corner casewm42014-05-302-12/+10
* ao_alsa: use poll() to wait for devicewm42014-05-301-0/+30
* audio/out/push: add a way to wait for the audio device with poll()wm42014-05-302-3/+68
* input: separate wakeup pipe creation into a separate functionwm42014-05-303-13/+28
* audio/out/push: add mechanism for event-based waitingwm42014-05-303-76/+143
* audio/out: adjust documentation commentswm42014-05-301-11/+19
* ring: use a different type for read/write pointerswm42014-05-301-3/+3
* build: disable PortAudio by defaultwm42014-05-291-0/+1
* audio/out/pull: remove race conditionswm42014-05-296-57/+68
* ring: implement drain in terms of readwm42014-05-291-12/+9
* atomics: some corrections to __sync builtins usagewm42014-05-281-3/+3
* Fix gcc 4.7 warning about shadowing talloc_parent in mp_dispact_queuePaweł Forysiuk2014-05-281-2/+2
* ad_lavc: don't overwrite lavc bitrateMarcoen Hirschberg2014-05-281-2/+3
* vd_lavc: set video bitrate if availableMarcoen Hirschberg2014-05-281-0/+5
* ao_wasapi: simplify nAvgBytesPerSec calculationMarcoen Hirschberg2014-05-281-4/+3
* af_fmt2bits: change to af_fmt2bps (bytes/sample) where appropriateMarcoen Hirschberg2014-05-2813-22/+28
* audio: rename i_bps to 'bitrate' to avoid confusionMarcoen Hirschberg2014-05-2810-19/+19
* audio: change values from bytes-per-second to bits-per-secondMarcoen Hirschberg2014-05-289-21/+24
* vaapi: fix destruction with --hwdec=haapi-copywm42014-05-281-2/+6
* video: warn if an emulated hwdec API is usedwm42014-05-2811-4/+48
* vo_vaapi: cleanup error handling on initwm42014-05-282-4/+10
* osc: correct calculation of slider positionChrisK22014-05-281-1/+1
* osc: extend hitbox of seekbars to include gapChrisK22014-05-271-1/+1
* stream: unbreak writeable streamswm42014-05-271-2/+2
* video: better handling for (very) broken timestampswm42014-05-271-1/+9
* manpage: document write_watch_later_config commandwm42014-05-271-0/+3
* idet.sh: An alternative to ildetect.sh.Rudolf Polzer2014-05-271-0/+161
* lua: slightly nicer diagnostics outputwm42014-05-271-1/+3
* gl_common: minor cosmetic changeswm42014-05-261-10/+9
* gl_common: correct a typewm42014-05-261-1/+1
* gl_w32: remove some non-sensewm42014-05-261-3/+1
* vo_opengl: always dynamically load OpenGL symbolswm42014-05-261-64/+59
* x11: fix restoring position when leaving fullscreenwm42014-05-261-1/+2
* x11: fix datatype for _NET_WM_PIDwm42014-05-261-1/+1
* input: make combined commands repeatablewm42014-05-263-2/+10
* lua: add missing include fileswm42014-05-261-0/+2
* lua: fix compilation with lua 5.2wm42014-05-263-11/+47
* command: add write_watch_later_config commandMartin2014-05-264-0/+12
* autoload.lua: fix autoloading of files to prependwm42014-05-251-1/+1
* DOCS/coding-style: add a hint that new features should be documentedwm4