summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* sub: do some timing postprocessing on preloaded subswm42013-06-231-4/+2
* sub: preload external text subtitleswm42013-06-231-0/+10
* sub: remove redundant conditionwm42013-06-231-2/+2
* stream: remove padding parameter from stream_read_complete()wm42013-06-232-2/+2
* Merge branch 'cache_new'wm42013-06-163-24/+22
|\
| * cache: use threads instead of fork()wm42013-06-161-1/+2
| * cache: make the stream cache a proper stream that wraps other streamswm42013-06-162-12/+11
| * core: use STREAM_CTRL instead of accessing stream_dvd internalswm42013-06-091-11/+9
* | audio/out: remove ao->outburst/buffersize fieldswm42013-06-163-5/+0
* | core: add a spsc ringbuffer implementationStefano Pigozzi2013-06-163-0/+303
* | encode_lavc strings: use new option syntaxRudolf Polzer2013-06-161-19/+19
* | mplayer: update window title if its properties changeJohn Hawthorn2013-06-161-10/+18
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEwm42013-06-151-0/+1
* | command: use more standard time format for clock propertywm42013-06-141-1/+1
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverwm42013-06-143-5/+6
* | core: introduce separate VOCTRLs for screensaver stop/resumewm42013-06-141-8/+14
* | support "-" as file name when encodingRudolf Polzer2013-06-131-7/+15
* | options: remove --stereowm42013-06-131-6/+0
* | mplayer: save sub-visibility propertywm42013-06-131-1/+1
* | mplayer: try to handle PTS forward jumpswm42013-06-131-1/+6
* | options: fix compilation on Windowswm42013-06-111-0/+1
* | command: fix empty metadata casewm42013-06-111-2/+2
* | Option -omaxfps: limit fps when encodingRudolf Polzer2013-06-092-0/+2
|/
* core: make options.c compile standalonewm42013-06-084-59/+55
* core: rename cfg-mplayer.h to options.cwm42013-06-082-2/+2
* core: merge defaultopts.c into cfg-mplayer.hwm42013-06-084-124/+110
* command: replace some show_ commands with propertieswm42013-06-073-122/+126
* command: human readable output for metadata propertywm42013-06-071-0/+10
* core: reset pause state by default when going to next filewm42013-06-071-0/+2
* m_option: allow setting empty listswm42013-06-071-2/+5
* keycodes: fix copy paste errorStefano Pigozzi2013-06-051-3/+3
* command: add the current local time as a propertyJan-Marek Glogowski2013-06-041-0/+16
* osx: improve Media Keys supportStefano Pigozzi2013-06-044-2/+23
* Merge branch 'sub_mess'wm42013-06-049-357/+209
|\
| * sub: always show subtitles on terminal with -no-videowm42013-06-041-2/+4
| * core: add common function to initialize AVPacketwm42013-06-032-0/+22
| * sub: pass subtitle packets directlywm42013-06-031-11/+8
| * sub: use libass even if -no-ass is usedwm42013-06-031-2/+1
| * sub: turn subassconvert_ functions into sub converterswm42013-06-031-20/+15
| * sub: basic subtitle converterswm42013-06-031-7/+0
| * sub: refactorwm42013-06-012-33/+51
| * core: add demux_sub pseudo demuxerwm42013-06-012-42/+42
| * sub: various minor subtitle related changeswm42013-06-011-11/+10
| * sub: remove some global variableswm42013-05-305-19/+32
| * options: add --no-sub-visibility for symmetrywm42013-05-302-24/+2
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cwm42013-05-303-132/+20
| * sub: use DVD PTS fallback code in normal sub decoding pathwm42013-05-301-0/+14
| * sub: redo how -no-ass is handledwm42013-05-304-121/+55
* | fix build on linuxStefano Pigozzi2013-06-031-0/+2
* | osx: add Apple Remote supportStefano Pigozzi2013-06-036-3/+54
* | osx: create macosx_events to deal with keyDown eventsStefano Pigozzi2013-06-032-0/+8
* | m_option: fix -vo opengl lscale validationwm42013-06-031-0/+7
|/
* core: avoid deselecting and reselecting stream needlesslywm42013-05-291-2/+6
* options: remove some questionable -lavdopts suboptionswm42013-05-292-12/+0
* mplayer: fix volume setting with --gapless-audiowm42013-05-292-16/+26
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPwm42013-05-271-1/+1
* options: add allow-mimetype suboption for demux_lavfwm42013-05-272-0/+4
* mplayer: output status line normally with --no-consolecontrolswm42013-05-271-1/+1
* Replace calls to usec_sleep()wm42013-05-262-2/+2
* Replace all calls to GetTimer()/GetTimerMS()wm42013-05-267-75/+66
* vo: rip out VO timer wakeup mechanism againwm42013-05-261-12/+2
* timer: refactor, add 64 bit timer functionwm42013-05-261-5/+2
* core: do mouse cursor hiding business in frontendwm42013-05-265-7/+57
* vf_lavfi: allow setting avoptswm42013-05-261-0/+4
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-231-1/+1
* 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-232-25/+83
* core: support mpv directory itself as a valid location for config files on Wi...elevengu2013-05-231-9/+22
* mplayer: don't cut status line if --no-consolecontrols is usedwm42013-05-211-1/+4
* options: remove dead -dr1 optionwm42013-05-212-3/+0
* dec_video: get rid of two global variableswm42013-05-213-3/+6
* mplayer: re-add some legacy slave mode output for issue #92wm42013-05-211-5/+15
* m_option: fix parameter comparison for vf-togglewm42013-05-211-6/+11
* m_option: fix -vf-del in profileswm42013-05-211-3/+4
* Fix commit d1b37afwm42013-05-181-1/+1
* input: allow quotes around any input commandwm42013-05-181-3/+1
* input: do property expansion for all input command string argumentswm42013-05-183-18/+26
* input: accept input command prefixes in any orderwm42013-05-181-20/+22
* core: allow changing filter filters at runtimewm42013-05-185-12/+80
* 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
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-181-1/+1
* cfg-mplayer: fix some option flagswm42013-05-171-3/+3
* 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-151-0/+1
* options: use case-sensitive comparsion for optionswm42013-05-152-17/+17
* options: add --versionwm42013-05-152-0/+11
* command: use "title" tag for media-title property if availablewm42013-05-151-3/+6
* add osd-scale commandPaul B Mahol2013-05-144-0/+4
* command: simplify sub OSD updatewm42013-05-141-8/+8
* m_option: fix segfault in parse_chmapRudolf Polzer2013-05-141-1/+2
* core: re-add -dumpstream as --stream-dumpwm42013-05-123-0/+36
* core: add --stream-capturewm42013-05-124-0/+20
* Merge branch 'audio_changes'wm42013-05-127-35/+83
|\
| * audio: print channel map additionally to channel count on terminalwm42013-05-121-6/+4
| * audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
| * core: use channel map on demuxer level toowm42013-05-126-17/+13
| * audio/out: switch to channel mapwm42013-05-121-4/+4
| * audio: add channel map APIwm42013-05-122-0/+46
| * options: add option to prevent decoder audio downmixingwm42013-04-134-6/+15
| * options: remove --af-advwm42013-04-131-6/+0
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-131-0/+3
| * af: remove automatically inserted filters on full reinitwm42013-04-131-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-122-0/+6
* | OSX: run native event loop in a separate threadStefano Pigozzi2013-05-121-34/+17
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-122-7/+43
* | command: add time-remaining propertywm42013-05-101-0/+14
* | core: refactor seek_chapter() functionwm42013-05-093-40/+47
* | command: fix DVD angle cyclingwm42013-05-091-2/+12
* | demux: remove retrieval of chapter end timewm42013-05-061-1/+1
* | Fix some cppcheck / scan-build warningswm42013-05-061-1/+1
* | core: add playback resume feature (manual/opt-in)wm42013-05-0510-1/+155
* | command: alias video/audio/sub properties to -vid/-aid/-sidwm42013-05-051-9/+26
* | mplayer: factor config dir creationwm42013-05-051-18/+23
* | core: ignore backstep command if demuxer is not capablewm42013-05-051-4/+7
* | options: correctly handle things like: dvd://1-2/filenamewm42013-05-051-7/+9
* | core: move demuxer time reporting to demuxerwm42013-05-051-8/+4
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-043-0/+4
* | video: support YCgCo colorspacewm42013-05-041-1/+2
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-271-1/+0
* | mplayer: put space before encoding part of status linewm42013-04-271-1/+1
* | options: allow using [ ] for quoting in sub-optionswm42013-04-261-1/+8
* | core: simplify handling of --pausewm42013-04-255-31/+21
* | core: don't let cache pause handling and user pausing conflictwm42013-04-253-10/+25
* | core: fix bogus condition that broke backstepping with last commitwm42013-04-251-1/+1
* | core: fix backstepping with ordered chapterswm42013-04-251-5/+13
* | core: add backstep supportwm42013-04-245-8/+114
* | mplayer: apply hrseek framedrop only when doing hrseekwm42013-04-241-2/+2
* | x11: use mpv internal key auto-repeat handling if possiblewm42013-04-242-0/+2
* | input: don't reset time on each key repeatwm42013-04-241-2/+4
* | input: adjust wait time for key-repeatwm42013-04-241-0/+4
* | input: change default auto-repeat settingswm42013-04-241-2/+2
* | input: don't let multi-key bindings block simple key bindingswm42013-04-241-4/+16
* | input: reduce amount of tracked keys per bindingwm42013-04-241-1/+1
* | input: fix handling of MP_KEY_STATE_DOWNwm42013-04-242-6/+16
* | m_option: fix positional sub-option skippingwm42013-04-231-2/+2
* | m_option: allow quoted positional parameters for -vfwm42013-04-231-36/+53
* | vf_lavfi: add libavfilter bridgewm42013-04-211-0/+7
* | m_option: redo code for parsing -vf to accept quoteswm42013-04-211-130/+123
* | m_option: add function to check whether parameters are requiredwm42013-04-213-4/+11
* | options: untangle track range parsing for stream_cddawm42013-04-212-72/+1
* | m_option: split out sub-config parsingwm42013-04-211-37/+54
* | bstr: add bstrto0()wm42013-04-211-0/+6
* | bstr: add bstrspn()wm42013-04-212-0/+10
* | mplayer: prefer -sub/-subfile subs over auto-loaded subswm42013-04-202-2/+9
* | core: display subtitle codec in track listingwm42013-04-201-2/+9
* | demux: remove some unused sh_video_t fieldswm42013-04-201-5/+0
* | sub, demux: identify subtitle types with the codec namewm42013-04-201-8/+6
* | av_common: allow calling mp_codec_to_av_codec_id() with NULLwm42013-04-201-7/+9
* | command: try to switch subs too for program propertywm42013-04-201-2/+4
* | core: matroska: support concatenated segmentswm42013-04-201-43/+80
* | mplayer: take tracks from first segment if main file is emptywm42013-04-201-3/+9
* | encoding: when output is pipe: or pipe:1, avoid mp_msg to stdoutRudolf Polzer2013-04-153-1/+11
|/
* core: remove dead --vsync leftoverswm42013-04-122-11/+1
* command: fix deref before NULL checkwm42013-04-121-1/+1
* mplayer: remove unnecessary variablewm42013-04-102-8/+4
* core: add --reset-on-next-file optionwm42013-04-105-0/+32
* mplayer: keep volume persistent, even when using --volumewm42013-04-101-4/+13
* mplayer: move DVB channel skip codewm42013-04-101-23/+21
* mplayer: don't disable term-osd with -vwm42013-04-101-4/+0
* command: fix loadlist commandwm42013-04-101-3/+5
* mplayer: don't print bogus status when cachingwm42013-04-101-1/+1
* core: remove volstep global variablewm42013-04-094-5/+4
* core: restore --mc default value (fixes A/V sync)wm42013-04-091-0/+1
* Remove some apple remote leftoverswm42013-04-053-26/+0
*