| Commit message (Expand) | Author | Age | Files | Lines |
* | ad_spdif: change API usage so that it works on Libav | wm4 | 2013-11-10 | 1 | -3/+9 |
* | player: set PulseAudio stream title to window title | wm4 | 2013-11-10 | 7 | -10/+39 |
* | gl_hwdec_vdpau: silence warning caused by buggy GL_NV_vdpau_interop spec | wm4 | 2013-11-09 | 1 | -2/+6 |
* | af_volume: use only one volume setting for all channels | wm4 | 2013-11-09 | 2 | -34/+22 |
* | ao_alsa: use correct magic spdif flags | wm4 | 2013-11-09 | 1 | -14/+11 |
* | Remove sh_audio->samplesize | wm4 | 2013-11-09 | 9 | -25/+9 |
* | af_scaletempo: uncrustify | wm4 | 2013-11-09 | 1 | -404/+388 |
* | af_lavrresample: reconfigure libavresample only on successful init | wm4 | 2013-11-09 | 1 | -7/+6 |
* | af_lavrresample: move libavresample setup to separate function | wm4 | 2013-11-09 | 1 | -90/+98 |
* | af_convert24: fix complicated and incorrect format negotiation | wm4 | 2013-11-09 | 1 | -9/+4 |
* | af_surround: fix format negotiation | wm4 | 2013-11-09 | 1 | -12/+9 |
* | af: allow filters to return AF_OK, even if format doesn't match | wm4 | 2013-11-09 | 1 | -0/+2 |
* | ao: print requested audio format on init | wm4 | 2013-11-09 | 3 | -6/+4 |
* | ao_alsa: add magic spdif parameters | wm4 | 2013-11-09 | 1 | -1/+25 |
* | ao_alsa: redo the way parameters are added in the spdif case | wm4 | 2013-11-09 | 1 | -38/+24 |
* | ad_spdif: fix libavformat API usage | wm4 | 2013-11-09 | 1 | -107/+76 |
* | af: always remove auto-inserted filters, improve error message | wm4 | 2013-11-09 | 1 | -4/+3 |
* | vdpau: unbreak | wm4 | 2013-11-09 | 1 | -0/+1 |
* | travis: remove e-mail notifications | Stefano Pigozzi | 2013-11-08 | 1 | -4/+0 |
* | player: factor audio buffer clearing code | wm4 | 2013-11-08 | 4 | -13/+25 |
* | audio: don't let ao_lavc access frontend internals, change gapless audio | wm4 | 2013-11-08 | 6 | -46/+77 |
* | audio: stop "unsupported sample format" spam | wm4 | 2013-11-07 | 1 | -6/+1 |
* | audio: fix bogus audio format comparison | wm4 | 2013-11-07 | 1 | -1/+1 |
* | vdpau: drop dummy render function | wm4 | 2013-11-07 | 1 | -14/+2 |
* | af: remove a pointless macro | wm4 | 2013-11-07 | 2 | -28/+16 |
* | audio/format: convert format macros to enum, drop NE suffix | wm4 | 2013-11-07 | 2 | -95/+96 |
* | audio: replace af_fmt2str_short -> af_fmt_to_str | wm4 | 2013-11-07 | 14 | -37/+24 |
* | audio/format: reformat | wm4 | 2013-11-07 | 2 | -58/+56 |
* | encoding-example-profiles: support setsar in FFmpeg-git | Rudolf Polzer | 2013-11-07 | 1 | -13/+19 |
* | sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs. | Rudolf Polzer | 2013-11-07 | 7 | -8/+55 |
* | sd_ass, sd_lavc: use the input video's pixel aspect for scaling subtitles. | Rudolf Polzer | 2013-11-07 | 2 | -4/+25 |
* | ao_oss: fix previous ao_oss commit | wm4 | 2013-11-06 | 1 | -1/+0 |
* | travis: use clang for ffmpeg/libav compilation | Stefano Pigozzi | 2013-11-06 | 1 | -1/+1 |
* | ao_oss: hide warning | wm4 | 2013-11-06 | 1 | -2/+2 |
* | ao_oss: don't enable -softvol by default on OSSv4 | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | ao_oss: make no_persistent_volume volume work when seeking | bugmen0t | 2013-11-06 | 1 | -0/+4 |
* | osdep: handle SIGTERM | wm4 | 2013-11-06 | 1 | -0/+2 |
* | input.conf: clarify the magic how default key bindings are added | wm4 | 2013-11-06 | 1 | -3/+7 |
* | memcpy_pic: reformat | wm4 | 2013-11-06 | 1 | -27/+17 |
* | vd_lavc: remove explicit crystalhd support | wm4 | 2013-11-06 | 3 | -16/+0 |
* | input: remove unused key_down_event command | wm4 | 2013-11-06 | 3 | -6/+0 |
* | input: disallow autorepeat by default for most commands | wm4 | 2013-11-06 | 2 | -13/+25 |
* | gl_header_fixes: fix inverted condition | wm4 | 2013-11-05 | 1 | -1/+1 |
* | vo_opengl: support for vdpau hardware decoding | wm4 | 2013-11-05 | 8 | -1/+308 |
* | vdpau: move device and video surface management from vo_vdpau.c to vdpau.c | wm4 | 2013-11-05 | 3 | -220/+271 |
* | vo_opengl: redo aspects of initialization, change hwdec API | wm4 | 2013-11-05 | 3 | -38/+38 |
* | vo_opengl/vaapi: use IMGFMT_RGB0 | wm4 | 2013-11-05 | 1 | -1/+1 |
* | video: make IMGFMT_RGB0 etc. exist even if libavutil doesn't support it | wm4 | 2013-11-05 | 3 | -27/+36 |
* | manpage: fix incorrect default for --osc | wm4 | 2013-11-05 | 1 | -1/+1 |
* | vo_xv: fix compilation of SHM not available | wm4 | 2013-11-05 | 1 | -1/+1 |
* | travis: update ffmpeg stable to 1.2.4 tarball | Stefano Pigozzi | 2013-11-05 | 1 | -1/+1 |
* | travis: Update libav stable tarball | Timothy Gu | 2013-11-05 | 1 | -1/+1 |
* | playlist: rewrite PLS parser | wm4 | 2013-11-04 | 2 | -140/+22 |
* | demux_mkv: fix compiler warnings | wm4 | 2013-11-04 | 2 | -3/+3 |
* | Adjust wayland defines | Paweł Forysiuk | 2013-11-04 | 2 | -3/+3 |
* | vdpau: drop required/deprecated access to a libavcodec struct field | wm4 | 2013-11-04 | 1 | -3/+0 |
* | stream_lavf: don't duplicate list of rtmp protocols | wm4 | 2013-11-04 | 1 | -6/+4 |
* | stream_lavf: support more libavformat protocols | wm4 | 2013-11-04 | 1 | -1/+3 |
* | vo_opengl: cosmetics/fix typos | wm4 | 2013-11-04 | 2 | -2/+2 |
* | vo_opengl: reserve 4 texture units for video instead of 3 | wm4 | 2013-11-04 | 1 | -5/+5 |
* | osx: fix -Wshadow warnings on platform specific code | Stefano Pigozzi | 2013-11-04 | 2 | -7/+7 |
* | Merge remote-tracking branch 'origin/have_configure' | Stefano Pigozzi | 2013-11-04 | 52 | -503/+534 |
|\ |
|
| * | fix HAVE_PTHREADS being undefined on windows | wm4 | 2013-11-04 | 1 | -0/+1 |
| * | fix HAVE_JACK being undefined | wm4 | 2013-11-04 | 1 | -0/+1 |
| * | define HAVE_COREAUDIO on platforms other than OSX | wm4 | 2013-11-04 | 1 | -0/+1 |
| * | fix weird DPMS->EXT replacement | wm4 | 2013-11-04 | 1 | -3/+3 |
| * | Merge branch 'master' into have_configure | wm4 | 2013-11-04 | 28 | -94/+478 |
| |\ |
|
| * | | configure: uniform the defines to #define HAVE_xxx (0|1) | Stefano Pigozzi | 2013-11-03 | 52 | -500/+528 |
* | | | vo_opengl: fix use of uninitialized memory | wm4 | 2013-11-04 | 1 | -1/+1 |
| |/
|/| |
|
* | | Fix -Wshadow warning about seek function in playloop.c | Paweł Forysiuk | 2013-11-04 | 1 | -11/+11 |
* | | vo_opengl: add support for VA-API OpenGL interop | wm4 | 2013-11-04 | 7 | -2/+160 |
* | | vo_opengl: add infrastructure for hardware decoding OpenGL interop | wm4 | 2013-11-04 | 9 | -32/+229 |
* | | mp_image: add helper for copying image attributes | wm4 | 2013-11-03 | 2 | -0/+25 |
* | | tools: add --no-cache --no-config to mpv_identify.sh | ChrisK2 | 2013-11-03 | 1 | -1/+1 |
* | | player: fix quvi 0.9 playlist loading | wm4 | 2013-11-03 | 1 | -2/+3 |
* | | demux: make determining seek capability generic | wm4 | 2013-11-03 | 7 | -13/+25 |
* | | demux: remove movi_start/movi_end fields | wm4 | 2013-11-03 | 7 | -28/+13 |
* | | stream: more consistent checks for whether stream is seekable | wm4 | 2013-11-03 | 1 | -6/+10 |
* | | stream: reconnecting doesn't make sense if stream is not seekable | wm4 | 2013-11-03 | 1 | -0/+2 |
|/ |
|
* | w32: implement functionality required for window-scale | wm4 | 2013-11-02 | 1 | -0/+23 |
* | x11: make window-scale use windowed size in fullscreen mode | wm4 | 2013-11-02 | 1 | -2/+2 |
* | 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 |