summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* Remove old demuxerswm42013-07-072-8/+6
* Remove internal network supportwm42013-07-073-15/+33
* core: make network options available even if old net code is disabledwm42013-07-072-2/+18
* playlist: don't add entries in reversewm42013-07-051-0/+1
* core: remove mp_fifo leftoverswm42013-07-041-40/+0
* cocoa: remove usage of mp_fifoStefano Pigozzi2013-07-031-1/+0
* core: cleanup more mp_fifo leftoverswm42013-07-023-3/+0
* core: remove mp_fifo indirectionwm42013-07-029-106/+73
* command: add some playlist manipulation commandswm42013-07-025-0/+44
* core: update metadata during playback, allow streams to export metadatawm42013-07-022-0/+6
* input: require VOs to send key up events, redo input key lookupwm42013-07-024-76/+80
* input: fix behavior if there are actually key up eventswm42013-07-021-1/+2
* input: don't ignore press-only mouse button eventswm42013-06-301-1/+2
* dec_sub: introduce sub_control(), use it for sub_stepwm42013-06-291-8/+7
* command: redraw subs if sub-delay is changedwm42013-06-291-1/+1
* sub: update subtitle time offset even if pausedwm42013-06-291-5/+5
* input: store number of binds, instead of using 0-terminationwm42013-06-291-60/+54
* input: store number of keys, instead of using 0-terminationwm42013-06-291-21/+24
* input: don't keep separate sections for builtin key bindingswm42013-06-291-62/+76
* mplayer: don't hide mouse cursor if mouse is inside mouse areawm42013-06-292-1/+5
* input: trigger mouse_leave key bindings if mouse leaves mouse areawm42013-06-293-12/+52
* command: add commands to enable/disable input sectionswm42013-06-293-0/+19
* input: handle mouse movement differentlywm42013-06-296-145/+328
* command: make raw percent-pos property return fractionswm42013-06-291-3/+6
* command: add properties for playlist positionwm42013-06-295-9/+102
* core: add libquvi 0.9 supportwm42013-06-285-9/+286
* core: rename mplayer.h and quvi.cwm42013-06-284-10/+6
* options: rename --mkv-subtitle-preroll, --dtshdwm42013-06-281-2/+6
* options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudiowm42013-06-281-3/+2
* options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavfwm42013-06-281-3/+4
* options: remove -lavdopts debug suboptionwm42013-06-281-1/+0
* Merge branch 'sub_mess2'wm42013-06-259-92/+325
|\
| * options: add -sub-speed optionwm42013-06-252-0/+3
| * sub: libguess support for -subcpwm42013-06-251-1/+27
| * sub: add subtitle charset conversionwm42013-06-252-0/+257
| * sub: add demux_libass wrapper, drop old hackswm42013-06-255-78/+15
| * core: don't set correct-pts mode randomlywm42013-06-251-0/+8
| * subreader: turn into actual demuxerwm42013-06-252-8/+2
| * Move/rename subreader.cwm42013-06-251-1/+1
| * 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
* | av_log: change how ffmpeg log messages are formattedwm42013-06-221-4/+8
* | encoding: use --start for ratios, etc.Rudolf Polzer2013-06-202-7/+24
* | command line: allow --o= to disable encoding (i.e. empty string file name)Rudolf Polzer2013-06-201-3/+3
* | encode_lavc: simplify encoding status output; remove percentageRudolf Polzer2013-06-204-19/+18
|/
* 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<