summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
| * uncrustify: add some instructionswm42013-05-121-0/+7
| * audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
| * ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
| * ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
| * ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
| * core: use channel map on demuxer level toowm42013-05-1215-54/+69
| * reorder_ch: remove old channel reorder functionswm42013-05-124-1497/+0
| * audio: let libavresample do channel reorderingwm42013-05-121-3/+49
| * af_lavrresample: context is always allocated herewm42013-05-121-2/+1
| * audio/out: switch to channel mapwm42013-05-1220-239/+162
| * af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
| * af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1212-57/+64
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-1229-178/+167
| * audio: add channel map APIwm42013-05-126-3/+660
| * audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
| * options: add option to prevent decoder audio downmixingwm42013-04-137-17/+59
| * af: fix negotiation endless loopwm42013-04-131-3/+2
| * af: streamline format negotiationwm42013-04-133-167/+210
| * manpage: update af_lavrresample entrywm42013-04-131-6/+6
| * af_lavrresample: add no-detach suboptionwm42013-04-132-1/+11
| * options: remove --af-advwm42013-04-136-68/+4
| * af: remove accuracy optionwm42013-04-131-15/+4
| * af: remove force optionwm42013-04-131-64/+49
| * audio: remove float processing optionwm42013-04-136-31/+9
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-136-44/+47
| * ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
| * af: simplificationwm42013-04-131-35/+20
| * af: factor channel filter insertionwm42013-04-131-30/+45
| * af: use af_lavrresample for format conversions, if possiblewm42013-04-134-45/+111
| * af: remove automatically inserted filters on full reinitwm42013-04-133-32/+45
| * af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
| * audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
| * af: uncrustifywm42013-04-132-466/+496
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-134-18/+96
* | macosx_application: fix crash when quitting playerStefano Pigozzi2013-05-121-1/+5
* | man: fix spelling errorStefano Pigozzi2013-05-121-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-124-20/+52
* | macosx_application: add menu item for hide operationStefano Pigozzi2013-05-121-0/+2
* | OSX: run native event loop in a separate threadStefano Pigozzi2013-05-129-197/+341
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-1211-295/+506
* | add a way to resize window contents without VO resizewm42013-05-124-13/+80
* | vo_opengl: lock OpenGL contextwm42013-05-121-4/+55
* | gl_common: add some sort of locking APIwm42013-05-122-0/+35
* | demux: fix big endian PCM in mkv with demux_mkvwm42013-05-111-0/+1
* | For now, disable autodetection of sdl/sdl2Rudolf Polzer2013-05-111-4/+4
* | command: add time-remaining propertywm42013-05-102-0/+15
* | stream_bluray: report chapter timeswm42013-05-091-0/+21
* | demux: restructure chapter seeking codewm42013-05-091-8/+8
* | stream_bluray: general timeline supportwm42013-05-091-0/+37
* | stream_bluray: make code a bit more obvious<