summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * define HAVE_COREAUDIO on platforms other than OSXwm42013-11-041-0/+1
| * fix weird DPMS->EXT replacementwm42013-11-041-3/+3
| * Merge branch 'master' into have_configurewm42013-11-0428-94/+478
| |\
| * | configure: uniform the defines to #define HAVE_xxx (0|1)Stefano Pigozzi2013-11-0352-500/+528
* | | vo_opengl: fix use of uninitialized memorywm42013-11-041-1/+1
| |/ |/|
* | Fix -Wshadow warning about seek function in playloop.cPaweł Forysiuk2013-11-041-11/+11
* | vo_opengl: add support for VA-API OpenGL interopwm42013-11-047-2/+160
* | vo_opengl: add infrastructure for hardware decoding OpenGL interopwm42013-11-049-32/+229
* | mp_image: add helper for copying image attributeswm42013-11-032-0/+25
* | tools: add --no-cache --no-config to mpv_identify.shChrisK22013-11-031-1/+1
* | player: fix quvi 0.9 playlist loadingwm42013-11-031-2/+3
* | demux: make determining seek capability genericwm42013-11-037-13/+25
* | demux: remove movi_start/movi_end fieldswm42013-11-037-28/+13
* | stream: more consistent checks for whether stream is seekablewm42013-11-031-6/+10
* | stream: reconnecting doesn't make sense if stream is not seekablewm42013-11-031-0/+2
|/
* w32: implement functionality required for window-scalewm42013-11-021-0/+23
* x11: make window-scale use windowed size in fullscreen modewm42013-11-021-2/+2
* ta: re-add MinGW cargo cultingwm42013-11-021-0/+6
* demux: rename Windows symbolswm42013-11-026-134/+110
* demux_mkv: fix warningwm42013-11-021-1/+1
* matroska.pl: Sort the generated struct field listDiogo Franco (Kovensky)2013-11-021-2/+2
* Fix some more -Wshadow warningswm42013-11-0110-36/+36
* tl_matroska: initialize segment related arrays with 0wm42013-11-011-4/+6
* video: check profiles with hardware decodingwm42013-11-018-72/+142
* demux_mkv: use a more universal zero initializerwm42013-11-011-1/+1
* Enable -Wshadowwm42013-11-017-17/+16
* options: fix positional suboption asrgumentswm42013-11-011-2/+2
* input: show deprecation warnings for some recently replaced commandswm42013-11-011-4/+4
* command: replace speed_mult with multiply commandwm42013-10-315-17/+5
* command: add generic "multiply" commandwm42013-10-316-0/+85
* command: add property to scale window sizewm42013-10-314-0/+51
* x11: factor out normal window resize codewm42013-10-311-23/+31
* sd_lavc: display DVD subs with unknown durationwm42013-10-311-0/+6
* ao_pulse: fix channel layoutswm42013-10-311-1/+4
* vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctnesswm42013-10-311-7/+13
* dec_video: remove unused declaration of a former global variablewm42013-10-311-2/+0
* encoding-example-configs: add more comments regarding the scaling methodRudolf Polzer2013-10-311-2/+16
* gl_common: osx: fix compilation with latest XQuartz RCStefano Pigozzi2013-10-301-1/+1
* tech-overview.txt: reflect recent updateswm42013-10-301-21/+32
* ta: track location debug info in 2 more caseswm42013-10-301-0/+2
* x11: restore support for --wid=0wm42013-10-301-2/+4
* x11: remove ancient metacity hackwm42013-10-301-14/+1
* x11: minor cosmeticswm42013-10-301-16/+11
* main: improve a terminal messagewm42013-10-301-1/+1
* player: merge mp_osd.h into mp_core.hwm42013-10-307-59/+33
* mp_core: sort function prototypes by source filewm42013-10-301-58/+68
* ao_alsa: return negative value on error in play()wm42013-10-301-3/+3
* Fix style of the HP Slate 7 vf-add line.Rudolf Polzer2013-10-301-1/+1
* encoding-example-profiles: support HP Slate 7's weird aspect.Rudolf Polzer2013-10-301-5/+37
* Split mplayer.cwm42013-10-3017-5084/+5400
* Move files part of the playback core to player sub-directorywm42013-10-3018-50/+48
* gl_x11: change error message when GL3 context creation failswm42013-10-281-1/+1
* getch2: assume EOF when input file descriptor is invalidwm42013-10-281-2/+5
* getch2: move global state to file scope variableswm42013-10-281-6/+5
* mplayer: handle subtitle renderer cleanup via uninit_playerwm42013-10-282-10/+24
* x11_common: refactor of fstype codewm42013-10-281-102/+73
* cocoa: apply the more invasive constraining only with cmd+1/2/3Stefano Pigozzi2013-10-281-2/+10
* command: disable autorepeat for some commands (actually properties)wm42013-10-283-5/+29
* x11: fix border togglingwm42013-10-272-2/+5
* vo_xv: check whether image allocation succeedswm42013-10-271-6/+24
* command: don't include stream_dvd.hwm42013-10-271-3/+0
* af: replace macros with too generic nameswm42013-10-2613-44/+35
* gl_common: suggest --vo=opengl-old if OpenGL 2.1 missingwm42013-10-261-1/+6
* af_volume: some more cosmeticswm42013-10-261-27/+15
* af_volume: switch to new option parsingwm42013-10-262-38/+25
* af_volume: uncrustifywm42013-10-261-94/+85
* af_volume: don't change volume if nothing is to be changedwm42013-10-261-0/+2
* af_volume: remove unused featureswm42013-10-264-60/+1
* mpvcore: add a note about desync on track switchesBen Boeckel2013-10-261-0/+1
* docs: osc: update cache display percentage.ChrisK22013-10-261-1/+1
* osc: display cache status only below 45%ChrisK22013-10-261-1/+1
* osc: fix bug for no-duration casesChrisK22013-10-261-1/+1
* osc: add experimental seekbar tooltipChrisK22013-10-261-6/+46
* osc: make sure the OSC actually fits into the videoChrisK22013-10-261-1/+7
* options: don't let watch_later etc. overwite command line optionswm42013-10-254-24/+46
* ao_alsa: don't include alloca.hwm42013-10-252-2/+0
* README: add a link to the wiki about the FFmpeg vs. Libav issuewm42013-10-251-0/+8
* manpage: clarify --heartbeat-interval operationwm42013-10-251-0/+5
* x11_common: reduce screensaver heartbeat from 30 to 10 secondswm42013-10-251-1/+1
* cocoa: constraint the window position a little moreStefano Pigozzi2013-10-251-1/+6
* mplayer: make --length relative to actual start of file, instead of 0wm42013-10-251-1/+2
* m_config: slightly improve name handlingwm42013-10-252-16/+10
* m_config: remove unused fieldswm42013-10-252-9/+1
* m_config: allow not allocating option struct, and use itwm42013-10-253-8/+23
* wayland: better name for mouse coordinatesAlexander Preisinger2013-10-252-7/+7
* wayland: fix fullscreen transparent border regionsAlexander Preisinger2013-10-252-22/+30
* cocoa: fix opening quarantined files on 10.9 with the bundle [2]Stefano Pigozzi2013-10-251-2/+2
* m_config: refactor option defaults handlingwm42013-10-2411-75/+79
* options: fix bogus entrywm42013-10-241-1/+1
* m_config: don't require dragging along parent in initializationwm42013-10-241-14/+19
* m_config: minor simplificationwm42013-10-241-9/+7
* m_config: store m_config_options in an array instead of a listwm42013-10-242-47/+39
* m_config: refactor initialization, reduce amount of malloc'ed stringswm42013-10-242-48/+46
* m_config: slightly simplify dynamic option initializationwm42013-10-241-2/+1
* m_config: don't allow aliasing with string optionswm42013-10-241-12/+7
* m_config: cosmetics: make code less verbosewm42013-10-241-7/+2
* cocoa: fix opening quarantined files on 10.9 with the bundleStefano Pigozzi2013-10-241-2/+7
* cocoa: fix race condition with input context creationStefano Pigozzi2013-10-242-0/+14
* manpage: use the new name for af_force in one placewm42013-10-231-2/+2
* audio/out: remove useless info struct and redundant fieldswm42013-10-2319-113/+47
* video/filter: remove useless vf_info fieldswm42013-10-2333-178/+96
* video/out: remove useless info struct and redundant fieldswm42013-10-2317-123/+51
* audio/filter: remove useless af_info fieldswm42013-10-2326-152/+94
* af_force: set format early for better debug outputwm42013-10-231-18/+34
* af_force: minor simplificationswm42013-10-231-9/+0
* audio/filter: rename af_force.c to af_format.cwm42013-10-232-1/+1
* vo_opengl: don't enable PBOs with opengl-hqwm42013-10-232-4/+6
* gl_video: add RGB10_A2 FBO formatwm42013-10-232-2/+3
* audio/filter: split af_format into separate filters, rename af_forcewm42013-10-238-536/+395
* audio/format: add some helper functionswm42013-10-222-0/+33
* ao_pcm: big endian AC3 in wav doesn't workwm42013-10-221-1/+0
* mplayer: don't call libquvi for local fileswm42013-10-201-0/+2
* cocoa: set and clear gl context inside of sync sectionsStefano Pigozzi2013-10-201-6/+6
* input: fix --input-ar-rate=0wm42013-10-201-1/+1
* wayland: use mp_input_test_draggingAlexander Preisinger2013-10-202-3/+8
* Revert "wayland: remove moving window by grabbing"Alexander Preisinger2013-10-201-0/+4
* Revert "wayland: remove outdated comment"Alexander Preisinger2013-10-201-0/+2
* demux_mkv: use standard C default initialization syntaxwm42013-10-191-17/+17
* demux_mkv: cosmetics: add redundant braces for consistent stylewm42013-10-191-27/+46
* demux_mkv: fill ordered chapters info only if it's presentwm42013-10-191-14/+16
* tl_matroska: fix use-after-free with --cachewm42013-10-191-3/+3
* mp_talloc: simplify a bitwm42013-10-191-8/+6
* vdpau_old: restore hardware decoding with old APIwm42013-10-191-0/+1
* configure: use pkg-config for libsmbclientwm42013-10-191-10/+5
* af_lavrresample: actually free resamplerwm42013-10-191-0/+3
* mp_msg: remove gettext() supportwm42013-10-185-112/+4
* mplayer: mp_msg replacementswm42013-10-181-95/+83
* mpv.desktop: add russian translation, sortNikoli2013-10-181-1/+3
* osc: make transparency of background-box configurableChrisK22013-10-182-3/+8
* getch2: remove pointless ifdefferywm42013-10-171-8/+0
* tv: simplify ifdefferywm42013-10-171-8/+2
* Merge Matroska ordered chapter changeswm42013-10-173-114/+349
|\
| * matroska: don't add time for chapters without a sourceBen Boeckel2013-10-151-0/+3
| * matroska: log about where missing time comes fromBen Boeckel2013-10-151-4/+21
| * matroska: only error if at least a millisecond is missingBen Boeckel2013-10-151-1/+4
| * matroska: account for missing information from short sourcesBen Boeckel2013-10-151-2/+31
| * matroska: modify chapter limits by join_diffBen Boeckel2013-10-151-9/+23
| * matroska: use memmove when collapsing the source list downBen Boeckel2013-10-081-1/+1
| * matroska: avoid requesting the same source multiple timesBen Boeckel2013-10-081-0/+18
| * matroska: support chapter references to ordered editionsBen Boeckel2013-10-081-7/+51
| * matroska: recursively search for referenced segmentsBen Boeckel2013-10-081-30/+50
| * matroska: refactor ordered chapter timeline buildingBen Boeckel2013-10-071-63/+103
| * matroska: select the edition using the requested edition uidBen Boeckel2013-10-072-5/+31
| * matroska: set the edition uid when reading a chapter referenceBen Boeckel2013-10-071-1/+3
| * matroska: parse the requested edition for the segment referenceBen Boeckel2013-10-071-5/+5
| * matroska: store segment/edition uids in a single structureBen Boeckel2013-10-073-31/+50
* | sws_utils: work around libswscale crash with --contrast=-100wm42013-10-161-1/+2
* | vf_scale: fix get/set confusionwm42013-10-161-1/+1
* | spelling fixesAlessandro Ghedini2013-10-163-5/+5
* | demux_mkv: add support for HEVCwm42013-10-163-0/+4
* | docs: osc: add short info about lua and how to disable itChrisK22013-10-151-0/+3
* | changes.rst: add some replaced options, follow conventions betterwm42013-10-151-4/+6
* | docs: osc: fix table and other errorsChrisK22013-10-151-11/+18
* | docs: Add osc.rst to mpv.rstChrisK22013-10-152-3/+5
* | osc: fix borked optionsChrisK22013-10-151-13/+13
* | osc docs: Add documentation for OSC and rename some optionsChrisK22013-10-152-6/+194
* | x11_common: don't handle mouse enter eventswm42013-10-151-5/+1
* | tech-overview.txt: reflect talloc/TA changeswm42013-10-151-0/+6
* | osc: reset mouse position when leaving windowChrisK22013-10-151-4/+9
* | osc: Don't create a config if none exists.ChrisK22013-10-151-19/+14
* | osc: use "info" instead of "warn" for config file creation messagewm42013-10-141-1/+1
* | example.conf: add example for disabling the OSCwm42013-10-141-0/+3
* | parser-cfg: allow putting options with leading "--"wm42013-10-141-0/+3
* | parser-cfg: use bstr everywhere after parsing stagewm42013-10-143-7/+8
* | options: enable OSC by defaultwm42013-10-141-0/+1
* | mplayer: escape strings if needed when writing watch_later configwm42013-10-141-2/+19
* | parser-cfg: parse % escapeswm42013-10-141-7/+31
* | version.sh: don't use git tags for version output (again)wm42013-10-141-5/+10
* | mplayer: print ffmpeg library versions along with mpv version infowm42013-10-143-16/+33
* | osc: raise minmousemove default setting to 3 and disable input mouse area whe...ChrisK22013-10-141-6/+11
* | mplayer, vo_image: simplify OSD redrawing, fix vo_image crashwm42013-10-132-11/+1
* | mplayer: print a warning if libass is not compiledwm42013-10-131-0/+3
* | osc: fix mouse hidingChrisK22013-10-131-2/+2
*