| Commit message (Expand) | Author | Age | Files | Lines |
* | ta: re-add MinGW cargo culting | wm4 | 2013-11-02 | 1 | -0/+6 |
* | demux: rename Windows symbols | wm4 | 2013-11-02 | 6 | -134/+110 |
* | demux_mkv: fix warning | wm4 | 2013-11-02 | 1 | -1/+1 |
* | matroska.pl: Sort the generated struct field list | Diogo Franco (Kovensky) | 2013-11-02 | 1 | -2/+2 |
* | Fix some more -Wshadow warnings | wm4 | 2013-11-01 | 10 | -36/+36 |
* | tl_matroska: initialize segment related arrays with 0 | wm4 | 2013-11-01 | 1 | -4/+6 |
* | video: check profiles with hardware decoding | wm4 | 2013-11-01 | 8 | -72/+142 |
* | demux_mkv: use a more universal zero initializer | wm4 | 2013-11-01 | 1 | -1/+1 |
* | Enable -Wshadow | wm4 | 2013-11-01 | 7 | -17/+16 |
* | options: fix positional suboption asrguments | wm4 | 2013-11-01 | 1 | -2/+2 |
* | input: show deprecation warnings for some recently replaced commands | wm4 | 2013-11-01 | 1 | -4/+4 |
* | command: replace speed_mult with multiply command | wm4 | 2013-10-31 | 5 | -17/+5 |
* | command: add generic "multiply" command | wm4 | 2013-10-31 | 6 | -0/+85 |
* | command: add property to scale window size | wm4 | 2013-10-31 | 4 | -0/+51 |
* | x11: factor out normal window resize code | wm4 | 2013-10-31 | 1 | -23/+31 |
* | sd_lavc: display DVD subs with unknown duration | wm4 | 2013-10-31 | 1 | -0/+6 |
* | ao_pulse: fix channel layouts | wm4 | 2013-10-31 | 1 | -1/+4 |
* | vd_lavc: add more ifdeffery and ffmpeg cargo culting for correctness | wm4 | 2013-10-31 | 1 | -7/+13 |
* | dec_video: remove unused declaration of a former global variable | wm4 | 2013-10-31 | 1 | -2/+0 |
* | encoding-example-configs: add more comments regarding the scaling method | Rudolf Polzer | 2013-10-31 | 1 | -2/+16 |
* | gl_common: osx: fix compilation with latest XQuartz RC | Stefano Pigozzi | 2013-10-30 | 1 | -1/+1 |
* | tech-overview.txt: reflect recent updates | wm4 | 2013-10-30 | 1 | -21/+32 |
* | ta: track location debug info in 2 more cases | wm4 | 2013-10-30 | 1 | -0/+2 |
* | x11: restore support for --wid=0 | wm4 | 2013-10-30 | 1 | -2/+4 |
* | x11: remove ancient metacity hack | wm4 | 2013-10-30 | 1 | -14/+1 |
* | x11: minor cosmetics | wm4 | 2013-10-30 | 1 | -16/+11 |
* | main: improve a terminal message | wm4 | 2013-10-30 | 1 | -1/+1 |
* | player: merge mp_osd.h into mp_core.h | wm4 | 2013-10-30 | 7 | -59/+33 |
* | mp_core: sort function prototypes by source file | wm4 | 2013-10-30 | 1 | -58/+68 |
* | ao_alsa: return negative value on error in play() | wm4 | 2013-10-30 | 1 | -3/+3 |
* | Fix style of the HP Slate 7 vf-add line. | Rudolf Polzer | 2013-10-30 | 1 | -1/+1 |
* | encoding-example-profiles: support HP Slate 7's weird aspect. | Rudolf Polzer | 2013-10-30 | 1 | -5/+37 |
* | Split mplayer.c | wm4 | 2013-10-30 | 17 | -5084/+5400 |
* | Move files part of the playback core to player sub-directory | wm4 | 2013-10-30 | 18 | -50/+48 |
* | gl_x11: change error message when GL3 context creation fails | wm4 | 2013-10-28 | 1 | -1/+1 |
* | getch2: assume EOF when input file descriptor is invalid | wm4 | 2013-10-28 | 1 | -2/+5 |
* | getch2: move global state to file scope variables | wm4 | 2013-10-28 | 1 | -6/+5 |
* | mplayer: handle subtitle renderer cleanup via uninit_player | wm4 | 2013-10-28 | 2 | -10/+24 |
* | x11_common: refactor of fstype code | wm4 | 2013-10-28 | 1 | -102/+73 |
* | cocoa: apply the more invasive constraining only with cmd+1/2/3 | Stefano Pigozzi | 2013-10-28 | 1 | -2/+10 |
* | command: disable autorepeat for some commands (actually properties) | wm4 | 2013-10-28 | 3 | -5/+29 |
* | x11: fix border toggling | wm4 | 2013-10-27 | 2 | -2/+5 |
* | vo_xv: check whether image allocation succeeds | wm4 | 2013-10-27 | 1 | -6/+24 |
* | command: don't include stream_dvd.h | wm4 | 2013-10-27 | 1 | -3/+0 |
* | af: replace macros with too generic names | wm4 | 2013-10-26 | 13 | -44/+35 |
* | gl_common: suggest --vo=opengl-old if OpenGL 2.1 missing | wm4 | 2013-10-26 | 1 | -1/+6 |
* | af_volume: some more cosmetics | wm4 | 2013-10-26 | 1 | -27/+15 |
* | af_volume: switch to new option parsing | wm4 | 2013-10-26 | 2 | -38/+25 |
* | af_volume: uncrustify | wm4 | 2013-10-26 | 1 | -94/+85 |
* | af_volume: don't change volume if nothing is to be changed | wm4 | 2013-10-26 | 1 | -0/+2 |
* | af_volume: remove unused features | wm4 | 2013-10-26 | 4 | -60/+1 |
* | mpvcore: add a note about desync on track switches | Ben Boeckel | 2013-10-26 | 1 | -0/+1 |
* | docs: osc: update cache display percentage. | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: display cache status only below 45% | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: fix bug for no-duration cases | ChrisK2 | 2013-10-26 | 1 | -1/+1 |
* | osc: add experimental seekbar tooltip | ChrisK2 | 2013-10-26 | 1 | -6/+46 |
* | osc: make sure the OSC actually fits into the video | ChrisK2 | 2013-10-26 | 1 | -1/+7 |
* | options: don't let watch_later etc. overwite command line options | wm4 | 2013-10-25 | 4 | -24/+46 |
* | ao_alsa: don't include alloca.h | wm4 | 2013-10-25 | 2 | -2/+0 |
* | README: add a link to the wiki about the FFmpeg vs. Libav issue | wm4 | 2013-10-25 | 1 | -0/+8 |
* | manpage: clarify --heartbeat-interval operation | wm4 | 2013-10-25 | 1 | -0/+5 |
* | x11_common: reduce screensaver heartbeat from 30 to 10 seconds | wm4 | 2013-10-25 | 1 | -1/+1 |
* | cocoa: constraint the window position a little more | Stefano Pigozzi | 2013-10-25 | 1 | -1/+6 |
* | mplayer: make --length relative to actual start of file, instead of 0 | wm4 | 2013-10-25 | 1 | -1/+2 |
* | m_config: slightly improve name handling | wm4 | 2013-10-25 | 2 | -16/+10 |
* | m_config: remove unused fields | wm4 | 2013-10-25 | 2 | -9/+1 |
* | m_config: allow not allocating option struct, and use it | wm4 | 2013-10-25 | 3 | -8/+23 |
* | wayland: better name for mouse coordinates | Alexander Preisinger | 2013-10-25 | 2 | -7/+7 |
* | wayland: fix fullscreen transparent border regions | Alexander Preisinger | 2013-10-25 | 2 | -22/+30 |
* | cocoa: fix opening quarantined files on 10.9 with the bundle [2] | Stefano Pigozzi | 2013-10-25 | 1 | -2/+2 |
* | m_config: refactor option defaults handling | wm4 | 2013-10-24 | 11 | -75/+79 |
* | options: fix bogus entry | wm4 | 2013-10-24 | 1 | -1/+1 |
* | m_config: don't require dragging along parent in initialization | wm4 | 2013-10-24 | 1 | -14/+19 |
* | m_config: minor simplification | wm4 | 2013-10-24 | 1 | -9/+7 |
* | m_config: store m_config_options in an array instead of a list | wm4 | 2013-10-24 | 2 | -47/+39 |
* | m_config: refactor initialization, reduce amount of malloc'ed strings | wm4 | 2013-10-24 | 2 | -48/+46 |
* | m_config: slightly simplify dynamic option initialization | wm4 | 2013-10-24 | 1 | -2/+1 |
* | m_config: don't allow aliasing with string options | wm4 | 2013-10-24 | 1 | -12/+7 |
* | m_config: cosmetics: make code less verbose | wm4 | 2013-10-24 | 1 | -7/+2 |
* | cocoa: fix opening quarantined files on 10.9 with the bundle | Stefano Pigozzi | 2013-10-24 | 1 | -2/+7 |
* | cocoa: fix race condition with input context creation | Stefano Pigozzi | 2013-10-24 | 2 | -0/+14 |
* | manpage: use the new name for af_force in one place | wm4 | 2013-10-23 | 1 | -2/+2 |
* | audio/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 19 | -113/+47 |
* | video/filter: remove useless vf_info fields | wm4 | 2013-10-23 | 33 | -178/+96 |
* | video/out: remove useless info struct and redundant fields | wm4 | 2013-10-23 | 17 | -123/+51 |
* | audio/filter: remove useless af_info fields | wm4 | 2013-10-23 | 26 | -152/+94 |
* | af_force: set format early for better debug output | wm4 | 2013-10-23 | 1 | -18/+34 |
* | af_force: minor simplifications | wm4 | 2013-10-23 | 1 | -9/+0 |
* | audio/filter: rename af_force.c to af_format.c | wm4 | 2013-10-23 | 2 | -1/+1 |
* | vo_opengl: don't enable PBOs with opengl-hq | wm4 | 2013-10-23 | 2 | -4/+6 |
* | gl_video: add RGB10_A2 FBO format | wm4 | 2013-10-23 | 2 | -2/+3 |
* | audio/filter: split af_format into separate filters, rename af_force | wm4 | 2013-10-23 | 8 | -536/+395 |
* | audio/format: add some helper functions | wm4 | 2013-10-22 | 2 | -0/+33 |
* | ao_pcm: big endian AC3 in wav doesn't work | wm4 | 2013-10-22 | 1 | -1/+0 |
* | mplayer: don't call libquvi for local files | wm4 | 2013-10-20 | 1 | -0/+2 |
* | cocoa: set and clear gl context inside of sync sections | Stefano Pigozzi | 2013-10-20 | 1 | -6/+6 |
* | input: fix --input-ar-rate=0 | wm4 | 2013-10-20 | 1 | -1/+1 |
* | wayland: use mp_input_test_dragging | Alexander Preisinger | 2013-10-20 | 2 | -3/+8 |
* | Revert "wayland: remove moving window by grabbing" | Alexander Preisinger | 2013-10-20 | 1 | -0/+4 |
* | Revert "wayland: remove outdated comment" | Alexander Preisinger | 2013-10-20 | 1 | -0/+2 |
* | demux_mkv: use standard C default initialization syntax | wm4 | 2013-10-19 | 1 | -17/+17 |
* | demux_mkv: cosmetics: add redundant braces for consistent style | wm4 | 2013-10-19 | 1 | -27/+46 |
* | demux_mkv: fill ordered chapters info only if it's present | wm4 | 2013-10-19 | 1 | -14/+16 |
* | tl_matroska: fix use-after-free with --cache | wm4 | 2013-10-19 | 1 | -3/+3 |
* | mp_talloc: simplify a bit | wm4 | 2013-10-19 | 1 | -8/+6 |
* | vdpau_old: restore hardware decoding with old API | wm4 | 2013-10-19 | 1 | -0/+1 |
* | configure: use pkg-config for libsmbclient | wm4 | 2013-10-19 | 1 | -10/+5 |
* | af_lavrresample: actually free resampler | wm4 | 2013-10-19 | 1 | -0/+3 |
* | mp_msg: remove gettext() support | wm4 | 2013-10-18 | 5 | -112/+4 |
* | mplayer: mp_msg replacements | wm4 | 2013-10-18 | 1 | -95/+83 |
* | mpv.desktop: add russian translation, sort | Nikoli | 2013-10-18 | 1 | -1/+3 |
* | osc: make transparency of background-box configurable | ChrisK2 | 2013-10-18 | 2 | -3/+8 |
* | getch2: remove pointless ifdeffery | wm4 | 2013-10-17 | 1 | -8/+0 |
* | tv: simplify ifdeffery | wm4 | 2013-10-17 | 1 | -8/+2 |
* | Merge Matroska ordered chapter changes | wm4 | 2013-10-17 | 3 | -114/+349 |
|\ |
|
| * | matroska: don't add time for chapters without a source | Ben Boeckel | 2013-10-15 | 1 | -0/+3 |
| * | matroska: log about where missing time comes from | Ben Boeckel | 2013-10-15 | 1 | -4/+21 |
| * | matroska: only error if at least a millisecond is missing | Ben Boeckel | 2013-10-15 | 1 | -1/+4 |
| * | matroska: account for missing information from short sources | Ben Boeckel | 2013-10-15 | 1 | -2/+31 |
| * | matroska: modify chapter limits by join_diff | Ben Boeckel | 2013-10-15 | 1 | -9/+23 |
| * | matroska: use memmove when collapsing the source list down | Ben Boeckel | 2013-10-08 | 1 | -1/+1 |
| * | matroska: avoid requesting the same source multiple times | Ben Boeckel | 2013-10-08 | 1 | -0/+18 |
| * | matroska: support chapter references to ordered editions | Ben Boeckel | 2013-10-08 | 1 | -7/+51 |
| * | matroska: recursively search for referenced segments | Ben Boeckel | 2013-10-08 | 1 | -30/+50 |
| * | matroska: refactor ordered chapter timeline building | Ben Boeckel | 2013-10-07 | 1 | -63/+103 |
| * | matroska: select the edition using the requested edition uid | Ben Boeckel | 2013-10-07 | 2 | -5/+31 |
| * | matroska: set the edition uid when reading a chapter reference | Ben Boeckel | 2013-10-07 | 1 | -1/+3 |
| * | matroska: parse the requested edition for the segment reference | Ben Boeckel | 2013-10-07 | 1 | -5/+5 |
| * | matroska: store segment/edition uids in a single structure | Ben Boeckel | 2013-10-07 | 3 | -31/+50 |
* | | sws_utils: work around libswscale crash with --contrast=-100 | wm4 | 2013-10-16 | 1 | -1/+2 |
* | | vf_scale: fix get/set confusion | wm4 | 2013-10-16 | 1 | -1/+1 |
* | | spelling fixes | Alessandro Ghedini | 2013-10-16 | 3 | -5/+5 |
* | | demux_mkv: add support for HEVC | wm4 | 2013-10-16 | 3 | -0/+4 |
* | | docs: osc: add short info about lua and how to disable it | ChrisK2 | 2013-10-15 | 1 | -0/+3 |
* | | changes.rst: add some replaced options, follow conventions better | wm4 | 2013-10-15 | 1 | -4/+6 |
* | | docs: osc: fix table and other errors | ChrisK2 | 2013-10-15 | 1 | -11/+18 |
* | | docs: Add osc.rst to mpv.rst | ChrisK2 | 2013-10-15 | 2 | -3/+5 |
* | | osc: fix borked options | ChrisK2 | 2013-10-15 | 1 | -13/+13 |
* | | osc docs: Add documentation for OSC and rename some options | ChrisK2 | 2013-10-15 | 2 | -6/+194 |
* | | x11_common: don't handle mouse enter events | wm4 | 2013-10-15 | 1 | -5/+1 |
* | | tech-overview.txt: reflect talloc/TA changes | wm4 | 2013-10-15 | 1 | -0/+6 |
* | | osc: reset mouse position when leaving window | ChrisK2 | 2013-10-15 | 1 | -4/+9 |
* | | osc: Don't create a config if none exists. | ChrisK2 | 2013-10-15 | 1 | -19/+14 |
* | | osc: use "info" instead of "warn" for config file creation message | wm4 | 2013-10-14 | 1 | -1/+1 |
* | | example.conf: add example for disabling the OSC | wm4 | 2013-10-14 | 1 | -0/+3 |
* | | parser-cfg: allow putting options with leading "--" | wm4 | 2013-10-14 | 1 | -0/+3 |
* | | parser-cfg: use bstr everywhere after parsing stage | wm4 | 2013-10-14 | 3 | -7/+8 |
* | | options: enable OSC by default | wm4 | 2013-10-14 | 1 | -0/+1 |
* | | mplayer: escape strings if needed when writing watch_later config | wm4 | 2013-10-14 | 1 | -2/+19 |
* | | parser-cfg: parse % escapes | wm4 | 2013-10-14 | 1 | -7/+31 |
* | | version.sh: don't use git tags for version output (again) | wm4 | 2013-10-14 | 1 | -5/+10 |
* | | mplayer: print ffmpeg library versions along with mpv version info | wm4 | 2013-10-14 | 3 | -16/+33 |
* | | osc: raise minmousemove default setting to 3 and disable input mouse area whe... | ChrisK2 | 2013-10-14 | 1 | -6/+11 |
* | | mplayer, vo_image: simplify OSD redrawing, fix vo_image crash | wm4 | 2013-10-13 | 2 | -11/+1 |
* | | mplayer: print a warning if libass is not compiled | wm4 | 2013-10-13 | 1 | -0/+3 |
* | | osc: fix mouse hiding | ChrisK2 | 2013-10-13 | 1 | -2/+2 |
* | | osc: Once again new Show/Hide handling | ChrisK2 | 2013-10-13 | 1 | -7/+34 |
* | | Copyright, LICENSE: switch to GPL version 2 or later | wm4 | 2013-10-13 | 6 | -653/+303 |
* | | Replace talloc | wm4 | 2013-10-13 | 9 | -1928/+1098 |
* | | talloc: change talloc destructor signature | wm4 | 2013-10-13 | 8 | -30/+14 |
* | | cocoa: make --ontop also cover dock+menubar | Stefano Pigozzi | 2013-10-12 | 1 | -1/+3 |
* | | command: preferably show "add"/"cycle"/"set" command errors on OSD | wm4 | 2013-10-12 | 1 | -10/+10 |
* | | command: don't allow changing volume if no audio initialized | wm4 | 2013-10-12 | 3 | -0/+12 |
* | | playlist: check for NULL on caller site | wm4 | 2013-10-12 | 2 | -2/+3 |
* | | options: --loop=N means playback N times, not N+1 times | Philip Sequeira | 2013-10-12 | 3 | -8/+9 |
* | | libquvi9: work around insane interaction between libquvi and libkdecore | wm4 | 2013-10-12 | 1 | -0/+7 |
* | | cocoa: refactor precise scrolling to a separate method | Stefano Pigozzi | 2013-10-12 | 1 | -4/+7 |
* | | cocoa: fix mouse wheel scrolling | Mad Fish | 2013-10-12 | 1 | -1/+1 |
* | | mpvcore/playlist.c: Avoid NULL reference in playlist_add_base_path() | Mohammad A |