summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao_oss: switch to new AO APIwm42013-06-071-128/+117
* ao_oss: uncrustifywm42013-06-071-298/+334
* macosx_events: handle key modifiers with media keysStefano Pigozzi2013-06-062-27/+56
* macosx_events: DRY up key lookup over dictionaryStefano Pigozzi2013-06-051-10/+12
* docs: update tech-overview.txtwm42013-06-051-9/+19
* keycodes: fix copy paste errorStefano Pigozzi2013-06-051-3/+3
* macosx_events: make remote property an instance variableStefano Pigozzi2013-06-052-7/+8
* command: add the current local time as a propertyJan-Marek Glogowski2013-06-041-0/+16
* osx: improve Media Keys supportStefano Pigozzi2013-06-0410-33/+140
* ao_openal: switch to new AO APIwm42013-06-041-52/+66
* ao_openal: uncrustifywm42013-06-041-172/+185
* ao_jack: add (no-)connect suboptionreimar2013-06-042-11/+21
* ao_dsound: remove global variableswm42013-06-041-100/+129
* ao_dsound: switch to new AO APIwm42013-06-041-61/+70
* ao_dsound: uncrustifywm42013-06-041-339/+375
* Merge branch 'sub_mess'wm42013-06-0442-1525/+1770
|\
| * sub: always show subtitles on terminal with -no-videowm42013-06-041-2/+4
| * sd_srt, sd_microdvd: set ASS script resolutionwm42013-06-033-1/+18
| * sub: add name field to all sub decoderswm42013-06-039-0/+20
| * sd_ass: add default style if there aren't any styleswm42013-06-031-4/+8
| * ass_mp: provide function to add default styleswm42013-06-033-17/+30
| * core: add common function to initialize AVPacketwm42013-06-035-20/+27
| * sub: pass subtitle packets directlywm42013-06-033-21/+18
| * sub: never set VSFilter aspect if the ASS subtitle is convertedwm42013-06-033-1/+7
| * sub: don't check for duplicates on sub conversionwm42013-06-033-6/+17
| * sd_lavc_conv: strip style headerwm42013-06-031-0/+19
| * sub: use libass even if -no-ass is usedwm42013-06-032-8/+5
| * sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not availablewm42013-06-032-1/+29
| * sd_ass: strip empty/whitespace lines in -no-ass modewm42013-06-031-1/+13
| * demux_lavf: always set packet durationwm42013-06-031-5/+2
| * sub: make use of libavcodec subtitle converterswm42013-06-035-0/+152
| * sub: turn subassconvert_ functions into sub converterswm42013-06-0312-255/+169
| * sub: split subassconvert.c into sd_microdvd.c and sd_srt.cwm42013-06-033-257/+313
| * sub: basic subtitle converterswm42013-06-037-42/+220
| * sub: refactorwm42013-06-0111-205/+287
| * core: add demux_sub pseudo demuxerwm42013-06-019-77/+108
| * sub: various minor subtitle related changeswm42013-06-016-43/+35
| * sub: remove some global variableswm42013-05-3012-137/+108
| * options: add --no-sub-visibility for symmetrywm42013-05-303-25/+6
| * spudec: restore --sub-forced-only supportwm42013-05-301-0/+2
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-3013-179/+171
| * sub: use DVD PTS fallback code in normal sub decoding pathwm42013-05-301-0/+14
| * sub: remove check_duplicate_plaintext_event()wm42013-05-301-19/+0
| * sub: redo how -no-ass is handledwm42013-05-3016-445/+214
* | fix build on linuxStefano Pigozzi2013-06-031-0/+2
* | osx: add Apple Remote supportStefano Pigozzi2013-06-0314-8/+2587
* | osx: implement media keysStefano Pigozzi2013-06-033-1/+33
* | macosx_events: send all queued eventsStefano Pigozzi2013-06-031-2/+3
* | osx: cocoa_common: use default wakeup periodStefano Pigozzi2013-06-032-1/+8
* | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-0310-208/+273
* | osx_common: remove outdated ifdefferyStefano Pigozzi2013-06-031-52/+0
* | travis: run travis on 'ci' branchStefano Pigozzi2013-06-031-0/+1
* | input.conf: fix commentwm42013-06-031-3/+3
* | gl_video: reduce output with -v, skip useless header partswm42013-06-031-5/+8
* | gl_video: explicitly clamp colormatrix outputwm42013-06-031-0/+1
* | m_option: fix -vo opengl lscale validationwm42013-06-031-0/+7
* | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvdwm42013-06-022-2/+1
* | cocoa_common: autohide dock/menubar on fs only if on same screenStefano Pigozzi2013-06-011-7/+37
* | cocoa_common: don't autohide mouse on mousedownStefano Pigozzi2013-06-011-2/+10
* | cocoa_common: avoid window creation with VOFLAG_HIDDENStefano Pigozzi2013-06-011-76/+92
* | cocoa_common: dehack mouse autohide by clipping view bounds to visible screenStefano Pigozzi2013-06-011-17/+19
* | cocoa_common: fix mouse autohide on MenuBar/Dock interactionStefano Pigozzi2013-05-311-1/+7
* | cocoa_common: fix empty window when going fs on different screenStefano Pigozzi2013-05-311-0/+9
* | demux_mkv: clang: fix -Wunused-functionStefano Pigozzi2013-05-301-0/+2
* | cocoa_common: fix mouse hiding outside of player viewStefano Pigozzi2013-05-301-9/+21
* | cocoa_common: refactor fullscreen code for readabilityStefano Pigozzi2013-05-301-31/+53
* | cocoa_common: fix native-fs state savingStefano Pigozzi2013-05-301-1/+2
* | macosx_application: refactor psn matching codeStefano Pigozzi2013-05-301-7/+5
* | macosx_application: refactor filename escapeStefano Pigozzi2013-05-301-14/+8
* | cocoa_common: fix a bug in window initialization errorStefano Pigozzi2013-05-301-1/+3
* | 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