summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* player: factor audio buffer clearing codewm42013-11-084-13/+25
* audio: don't let ao_lavc access frontend internals, change gapless audiowm42013-11-086-46/+77
* audio: stop "unsupported sample format" spamwm42013-11-071-6/+1
* audio: fix bogus audio format comparisonwm42013-11-071-1/+1
* vdpau: drop dummy render functionwm42013-11-071-14/+2
* af: remove a pointless macrowm42013-11-072-28/+16
* audio/format: convert format macros to enum, drop NE suffixwm42013-11-072-95/+96
* audio: replace af_fmt2str_short -> af_fmt_to_strwm42013-11-0714-37/+24
* audio/format: reformatwm42013-11-072-58/+56
* encoding-example-profiles: support setsar in FFmpeg-gitRudolf Polzer2013-11-071-13/+19
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Rudolf Polzer2013-11-077-8/+55
* sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles.Rudolf Polzer2013-11-072-4/+25
* ao_oss: fix previous ao_oss commitwm42013-11-061-1/+0
* travis: use clang for ffmpeg/libav compilationStefano Pigozzi2013-11-061-1/+1
* ao_oss: hide warningwm42013-11-061-2/+2
* ao_oss: don't enable -softvol by default on OSSv4bugmen0t2013-11-061-0/+4
* ao_oss: make no_persistent_volume volume work when seekingbugmen0t2013-11-061-0/+4
* osdep: handle SIGTERMwm42013-11-061-0/+2
* input.conf: clarify the magic how default key bindings are addedwm42013-11-061-3/+7
* memcpy_pic: reformatwm42013-11-061-27/+17
* vd_lavc: remove explicit crystalhd supportwm42013-11-063-16/+0
* input: remove unused key_down_event commandwm42013-11-063-6/+0
* input: disallow autorepeat by default for most commandswm42013-11-062-13/+25
* gl_header_fixes: fix inverted conditionwm42013-11-051-1/+1
* vo_opengl: support for vdpau hardware decodingwm42013-11-058-1/+308
* vdpau: move device and video surface management from vo_vdpau.c to vdpau.cwm42013-11-053-220/+271
* vo_opengl: redo aspects of initialization, change hwdec APIwm42013-11-053-38/+38
* vo_opengl/vaapi: use IMGFMT_RGB0wm42013-11-051-1/+1
* video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support itwm42013-11-053-27/+36
* manpage: fix incorrect default for --oscwm42013-11-051-1/+1
* vo_xv: fix compilation of SHM not availablewm42013-11-051-1/+1
* travis: update ffmpeg stable to 1.2.4 tarballStefano Pigozzi2013-11-051-1/+1
* travis: Update libav stable tarballTimothy Gu2013-11-051-1/+1
* playlist: rewrite PLS parserwm42013-11-042-140/+22
* demux_mkv: fix compiler warningswm42013-11-042-3/+3
* Adjust wayland definesPaweł Forysiuk2013-11-042-3/+3
* vdpau: drop required/deprecated access to a libavcodec struct fieldwm42013-11-041-3/+0
* stream_lavf: don't duplicate list of rtmp protocolswm42013-11-041-6/+4
* stream_lavf: support more libavformat protocolswm42013-11-041-1/+3
* vo_opengl: cosmetics/fix typoswm42013-11-042-2/+2
* vo_opengl: reserve 4 texture units for video instead of 3wm42013-11-041-5/+5
* osx: fix -Wshadow warnings on platform specific codeStefano Pigozzi2013-11-042-7/+7
* Merge remote-tracking branch 'origin/have_configure'Stefano Pigozzi2013-11-0452-503/+534
|\
| * fix HAVE_PTHREADS being undefined on windowswm42013-11-041-0/+1
| * fix HAVE_JACK being undefinedwm42013-11-041-0/+1
| * 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
|\
| *