summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | macosx_application: use @autoreleasepoolStefano Pigozzi2013-05-302-35/+25
* | | | cocoa_common: use cocoa APIs to go fullscreenStefano Pigozzi2013-05-302-219/+165
* | | | macosx_application: move escape_loadfile_name in this fileStefano Pigozzi2013-05-304-25/+22
* | | | cocoa_common: use better power management activity descriptionStefano Pigozzi2013-05-301-1/+1
* | | | osx: remove compatibility conditionals for 10.6Stefano Pigozzi2013-05-303-106/+13
|/ / /
* | | demux_mkv: replace awkward goto by function callwm42013-05-301-39/+43
* | | demux_mkv: make sure wavpacks works with older libavcodec versionswm42013-05-301-0/+15
* | | demux_mkv: fix wavpack in mkvwm42013-05-301-0/+92
* | | gl_common: fix invalid alignmentwm42013-05-301-2/+2
* | | gl_video: add some debug code for testing texture depthwm42013-05-301-7/+60
* | | gl_video: change a GLSL statementwm42013-05-301-1/+1
* | | gl_video: fix some dithering bugswm42013-05-302-15/+11
* | | core: avoid deselecting and reselecting stream needlesslywm42013-05-292-2/+10
* | | demux_asf: fix after commit 5165e19wm42013-05-292-7/+4
* | | options: remove some questionable -lavdopts suboptionswm42013-05-294-70/+4
* | | mplayer: fix volume setting with --gapless-audiowm42013-05-292-16/+26
* | | manpage: fix typowm42013-05-271-1/+1
* | | demuxer_lavf: use audio/mpeg mime type for mp3wm42013-05-271-0/+1
* | | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPwm42013-05-272-15/+44
* | | options: add allow-mimetype suboption for demux_lavfwm42013-05-274-1/+12
* | | mplayer: output status line normally with --no-consolecontrolswm42013-05-271-1/+1
* | | macosx_application: fix menu 'ghosting'Stefano Pigozzi2013-05-261-0/+7
* | | manpage: fix typowm42013-05-261-2/+2
* | | manpage: mark some filters as deprecated in favor of libavfilterwm42013-05-261-0/+29
* | | vo_opengl: remove most of the "inline" documentationwm42013-05-261-86/+8
* | | vf_delogo: copy in non-direct case, fix double-freewm42013-05-261-9/+1
* | | stream: kill STREAM_CTRL_RESETwm42013-05-262-4/+0
* | | stream: kill memory streamswm42013-05-262-23/+3
* | | demux_lavf: print how many bytes are read by avformat_find_stream_info()wm42013-05-261-0/+6
* | | stream: de-inline some larger functionswm42013-05-262-70/+73
* | | gl_video: improve ditheringwm42013-05-269-24/+349
* | | gl_video: add scaler-resizes-only sub-optionwm42013-05-263-0/+33
* | | Replace calls to usec_sleep()wm42013-05-2613-24/+15
* | | Replace all calls to GetTimer()/GetTimerMS()wm42013-05-2619-125/+108
* | | vo: rip out VO timer wakeup mechanism againwm42013-05-263-31/+2
* | | timer: use gettimeofday() on Windowswm42013-05-261-1/+4
* | | timer: refactor, add 64 bit timer functionwm42013-05-267-102/+142
* | | cocoa_common: send mouse moved events to core when draggingStefano Pigozzi2013-05-261-2/+7
* | | wayland: use VOCTRL_SET_CURSOR_VISIBILITYAlexander Preisinger2013-05-262-36/+25
* | | wayland: introduce vo_wayland_configAlexander Preisinger2013-05-263-26/+24
* | | cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITYStefano Pigozzi2013-05-261-39/+20
* | | cocoa_common: implement mouse movement notificationsStefano Pigozzi2013-05-261-0/+10
* | | w32: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-6/+7
* | | vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-261-39/+3
* | | x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITYwm42013-05-262-48/+33
* | | core: do mouse cursor hiding business in frontendwm42013-05-266-7/+59
* | | vo: remove vo.check_events callbackwm42013-05-267-25/+8
* | | w32: use vo_w32_control() for all VOswm42013-05-263-40/+15
* | | x11: use vo_x11_control() for all VOswm42013-05-265-80/+31
* | | video/out: introduce vo_control for gl_common based VOswm42013-05-2618-158/+138
* | | vf_lavfi: allow setting avoptswm42013-05-263-1/+22
* | | ao_alsa: always unset ALSA error handler, cleanup on init errorwm42013-05-261-8/+9
* | | cocoa_common: authohide menu/dock in fullscreenStefano Pigozzi2013-05-261-2/+3
* | | macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-233-8/+21
* | | af_lavfi: add libavfilter bridgewm42013-05-235-0/+352
* | | demux_mkv: defer reading of seek index until first seekwm42013-05-231-3/+42
* | | demux_mkv: use a single flag to indicate whether cues have been readwm42013-05-231-1/+3
* | | command: auto-insert yadif when switching deinterlacingwm42013-05-231-6/+40
* | | m_option: allow removing filter entries by content with -vf-delwm42013-05-231-89/+88
* | | m_option: move code aroundwm42013-05-231-139/+146
* | | m_option, vf: add label supportwm42013-05-235-26/+106
* | | core: support mpv directory itself as a valid location for config files on Wi...elevengu2013-05-231-9/+22
* | | vo: remove unused callbackwm42013-05-231-1/+0
* | | mplayer: don't cut status line if --no-consolecontrols is usedwm42013-05-211-1/+4
* | | demux_lavf: workaround minor ffmpeg memory leakwm42013-05-212-7/+1
* | | demux: workaround for -demuxer mpegts -correct-ptswm42013-05-212-8/+16
* | | demux_mkv: support dirac in mkvwm42013-05-212-0/+2
* | | options: remove dead -dr1 optionwm42013-05-212-3/+0
* | | dec_video: get rid of two global variableswm42013-05-216-13/+9
* | | dec_video: remove emms usagewm42013-05-211-10/+0
* | | mplayer: re-add some legacy slave mode output for issue #92wm42013-05-211-5/+15
* | | configure: map --enable-sdl2 to autodetectionStephen Hutchinson2013-05-211-2/+2
* | | vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* | | m_option: fix parameter comparison for vf-togglewm42013-05-211-6/+11
* | | m_option: fix -vf-del in profileswm42013-05-211-3/+4
* | | Silence some compiler warningswm42013-05-215-13/+12
* | | travis: fix typoStefano Pigozzi2013-05-201-1/+1
* | | travis: DRY up the yaml fileStefano Pigozzi2013-05-201-6/+6
* | | vf_dlopen framestep: step width of 0Rudolf Polzer2013-05-201-0/+2
* | | vf_dlopen framestep filter: add a parameter for the phaseRudolf Polzer2013-05-201-4/+9
* | | add Travis-CI integrationStefano Pigozzi2013-05-193-19/+142
* | | configure: reject older libswresamplewm42013-05-191-2/+2
* | | Fix commit d1b37afwm42013-05-181-1/+1
* | | vo_image: start image file numbers at 1wm42013-05-181-2/+2
* | | input: allow quotes around any input commandwm42013-05-181-3/+1
* | | input: do property expansion for all input command string argumentswm42013-05-185-21/+33
* | | input: accept input command prefixes in any orderwm42013-05-181-20/+22
* | | video/filter: fix option parser memory leakwm42013-05-186-16/+3
* | | core: allow changing filter filters at runtimewm42013-05-187-12/+112
* | | m_option: allow -vf ""wm42013-05-181-5/+3
* | | m_option: add -vf-togglewm42013-05-181-52/+80
* | | m_option: allow using -vf-del with a namewm42013-05-181-51/+70
* | | vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* | | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-185-6/+6
* | | manpage: document af_* commandswm42013-05-181-2/+16
* | | mp_image: align image allocation heightwm42013-05-171-1/+2
* | | cfg-mplayer: fix some option flagswm42013-05-171-3/+3
* | | cocoa_common: vo_corevideo: fix window initializationStefano Pigozzi2013-05-161-5/+5
* | | vf_dlopen examples: slightly simply the framestep filterRudolf Polzer2013-05-161-8/+1
* | | vf_dlopen examples: add framestep filterRudolf Polzer2013-05-162-2/+106
* | | options: fix exit code when using help optionswm42013-05-153-16/+22
* | | mplayer: potentially fix main() return valuewm42013-05-151-2/+2
* | | options: add -V as alias for --versionwm42013-05-152-1/+2
* | | options: use case-sensitive comparsion for optionswm42013-05-152-17/+17
* | | options: add --versionwm42013-05-153-0/+14
* | | command: use "title" tag for media-title property if availablewm42013-05-151-3/+6
* | | demux_mkv: export Matroska title element as metadatawm42013-05-151-0/+3
* | | add osd-scale commandPaul B Mahol2013-05-147-0/+16
* | | command: simplify sub OSD updatewm42013-05-143-14/+12
* | | m_option: fix segfault in parse_chmapRudolf Polzer2013-05-141-1/+2
* | | vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* | | cocoa_common: order front window only when invisible [2]Stefano Pigozzi2013-05-141-1/+5
* | | chmap: fix oddity due to ambiguous 6.1 ffmpeg channel layoutwm42013-05-131-2/+3
* | | cocoa_common: order front window only when invisibleStefano Pigozzi2013-05-131-1/+1
* | | cocoa_common: don't use recursive lockingStefano Pigozzi2013-05-131-2/+2
* | | cocoa_common: remove pointless locking when using -fsStefano Pigozzi2013-05-131-5/+10
* | | cocoa_common: fix a bug in window dragging stateStefano Pigozzi2013-05-131-13/+9
* | | audio: fix ALSA 4 channel surround outputwm42013-05-132-2/+4
* | | af_lavrresample: fix inverted conditionwm42013-05-131-1/+1
* | | audio: fix compilation with older libavresample versionswm42013-05-134-1/+86
* | | cocoa_common: fix deadlock when calling resize_redrawStefano Pigozzi2013-05-121-4/+9
* | | ao_coreaudio: fix switched parameterswm42013-05-121-1/+1
* | | core: re-add -dumpstream as --stream-dumpwm42013-05-125-0/+42
* | | core: add --stream-capturewm42013-05-129-0/+71
* | | Merge branch 'audio_changes'wm42013-05-1279-3614/+3341
|\ \ \
| * | | af: improve filter chain setup retry limitwm42013-05-121-1/+10
| * | | audio: add double sample formatwm42013-05-123-14/+12
| * | | ao_alsa: set fallback if format unknownwm42013-05-121-4/+6
| * | | audio/out: channel map selectionwm42013-05-1214-68/+114
| * | | audio: add channel map selection functionwm42013-05-128-20/+298
| * | | ao_pulse: move format setup codewm42013-05-121-27/+27
| * | | af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
| * | | manpage: update --channelswm42013-05-121-11/+10
| * | | ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
| * | | audio/filters: add af_forcewm42013-05-126-0/+189
| * | | ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
| * | | ao_alsa: remove global variableswm42013-05-121-110/+116
| * | | ao_alsa: switch to new AO APIwm42013-05-121-39/+54
| * | | af_ladspa: code cleanupeng2013-05-121-15/+17
| * | | audio: print channel map additionally to channel count on terminalwm42013-05-125-25/+35
| * | | ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
| * | | ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
| * | | ao_alsa: more reformatwm42013-05-121-118/+113
| * | | af: print filter chain info on errorwm42013-05-121-15/+16
| * | | ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
| * | | ao_alsa: uncrustifywm42013-05-121-623/+717