summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* core: remove a number of global variableswm42013-03-089-112/+103
* core: make more robust against missing libavcodec AVCodecDescriptor entrieswm42013-03-071-3/+18
* options: fix panscan controlswm42013-03-061-1/+1
* options: remove --no-vsyncwm42013-03-063-4/+0
* vo: Separate vo options from MPOptsAlexander Preisinger2013-03-045-46/+49
* Remove vo_fps global variablewm42013-03-044-5/+22
* Add a --dtshd optionWessel Dankers2013-03-042-0/+2
* vo: remove and cleanup globalsAlexander Preisinger2013-03-046-93/+131
* x11_common: fix --cursor-autohide when pausedwm42013-03-031-2/+8
* core: fix SEEK_FACTORwm42013-03-012-6/+12
* m_option: don't define OPT_BASE_STRUCT by defaultwm42013-03-013-2/+4
* m_option: reformat option macro definitionswm42013-03-011-31/+102
* m_options: more typesafetywm42013-03-014-30/+73
* core: move X11 specific code to x11_common.cwm42013-03-011-5/+0
* core: simplify OSD capability handling, remove VFCAP_OSDwm42013-03-011-3/+2
* core: use floats for OSD bar percentage displaywm42013-02-262-15/+17
* core: use playback time to determine playback percent positionwm42013-02-261-6/+16
* video/out: remove video mode switching (--vm)wm42013-02-262-7/+0
* screenshot: make showing OSD message when taking a screenshot defaultwm42013-02-261-2/+1
* screenshot: show a message on each screenshot takenwm42013-02-263-15/+45
* commands: parse seek time arguments like time optionswm42013-02-263-2/+4
* options: reject nan, inf, 0:0, etc. for float optionswm42013-02-261-0/+13
* options: remove parsing of "," as decimal pointwm42013-02-261-17/+2
* Remove --rootwin option and rootwin propertywm42013-02-243-12/+0
* core: print correct quit message when quitting, simplify codewm42013-02-242-27/+14
* m_option: remove preset mechanismwm42013-02-232-98/+0
* options: fix --no-shuffle and --no-{wm42013-02-232-2/+6
* options: drop --opt:subopt option nameswm42013-02-234-40/+38
* core: add fs-screen option for fullscreen display selectionStefano Pigozzi2013-02-213-0/+5
* core: move `xineramascreen` to `MPOpts` as `vo_screen_id`Stefano Pigozzi2013-02-213-2/+4
* options: parse C-style escapes for some optionswm42013-02-203-11/+70
* osd: prevent osd bar from sticking around on seekswm42013-02-202-7/+14
* mplayer: don't display "-1" as chapter when chapter seek failswm42013-02-201-1/+6
* parser-cfg: fix profile-descwm42013-02-181-5/+6
* osd: use --osd-duration for OSD barwm42013-02-171-2/+4
* mplayer: print "Cache:" instead of "C:" on the status linewm42013-02-171-1/+1
* osd: show cache state on the playback progression display by defaultwm42013-02-171-0/+3
* command: add "cache" read-only propertywm42013-02-173-6/+17
* cleanup: remove duplicated function, move escape parsing functionwm42013-02-163-57/+71
* osd: add --osd-status-msg option for custom OSD statuswm42013-02-163-5/+14
* mplayer: use talloc instead of malloc for status linewm42013-02-161-59/+35
* command: give feedback on the OSD if a property is unavailablewm42013-02-162-26/+24
* osd: add --no-osd-bar option to disable the OSD barwm42013-02-165-3/+6
* osd: always update already visible OSD bar on seekswm42013-02-162-9/+22
* options: change handling of "no-" options yet againwm42013-02-164-45/+55
* osd: add --osd-bar-align-x/y options to control OSD bar positionwm42013-02-142-0/+4
* Fix compilation with Libavwm42013-02-141-0/+2
* mplayer: fix seek display during seeking when playing ordered chapterswm42013-02-131-9/+15
* Prefix keycode defines with MP_wm42013-02-126-378/+366
* mp_common: silence warningwm42013-02-121-1/+1
* demux_lavf, ad_lavc, vd_lavc: pass codec header data directlywm42013-02-102-0/+35
* demux_lavf: remove code duplicationwm42013-02-101-3/+3
* core: redo how codecs are mapped, remove codecs.confwm42013-02-1014-866/+395
* options: change --no-config option, make it apply to input.conf as wellwm42013-02-097-35/+29
* mplayer: remove seconds/centiseconds display from terminal status linewm42013-02-091-6/+2
* cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAGwm42013-02-093-45/+43
* options: unify single dash and double dash optionswm42013-02-097-184/+175
* config: do not require option valuewm42013-02-091-54/+38
* options: change handling of "no-" optionswm42013-02-096-59/+101
* Remove BSD legacy TV/radio support (BT848 stuff)wm42013-02-061-4/+0
* core: remove --edlout functionalitywm42013-02-066-41/+0
* command: add command to show playlist on OSDwm42013-02-063-0/+22
* mplayer: don't show bogus audio PTS during hr-seekwm42013-02-051-0/+2
* mplayer: properly handle framestep when showing last video framewm42013-02-031-10/+12
* mplayer: reset audio/video delay if there's no next video framewm42013-02-031-0/+4
* input: free all queued/allocated commands on exitwm42013-02-031-4/+21
* mplayer: make advancing the playlist respect loopingwm42013-02-033-10/+23
* demux_lavf: remove weird stream auto-selectionwm42013-02-031-11/+0
* mp_common: improve OSD/status time formattingwm42013-02-031-4/+11
* cocoa_events: remove this functionalityStefano Pigozzi2013-02-021-16/+0
* screenshot: minor simplification, prefer VF over VOwm42013-01-301-22/+5
* mplayer: add newline for --print-msgwm42013-01-301-1/+1
* x11: cleanup, refactorwm42013-01-274-7/+7
* stream: implement some HTTP specific options for stream_lavfwm42013-01-241-13/+0
* sub: add stupid hack for vobsub decoding with Libavwm42013-01-241-1/+10
* mp_msg, getch2: unix tty background supportRudolf Polzer2013-01-232-0/+20
* options: make --fullscreen not a global optionwm42013-01-231-2/+2
* video: remove -x/-y/-xy optionswm42013-01-232-7/+0
* video: add --autofit and --autofit-larger optionswm42013-01-234-0/+34
* options: allow using % for width and height in --geometrywm42013-01-232-63/+83
* options: move -geometry parsing to m_option.cwm42013-01-234-3/+142
* video: reset filters on seekwm42013-01-201-0/+2
* core: make gapless-audio also apply to format changes within a fileRudolf Polzer2013-01-181-1/+2
* input: enqueue commands to the end of the queueStefano Pigozzi2013-01-161-1/+1
* vd_lavc: remove -lavdopts vstats suboptionwm42013-01-131-1/+0
* vd_lavc: remove lowres decodingwm42013-01-131-1/+0
* sub: add experimental --force-rgba-osd-rendering switchwm42013-01-132-0/+2
* mp_common: add some rectangle utility functionswm42013-01-132-0/+26
* sub: do not copy the target image if there is no OSD/subswm42013-01-131-2/+0
* video: decouple internal pixel formats from FourCCswm42013-01-134-1/+42
* vf_screenshot: simplifywm42013-01-131-52/+19
* video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavcwm42013-01-131-4/+2
* video/filter: change filter API, use refcounting, remove filter DRwm42013-01-132-14/+44
* video: different way to enable hardware decoding, add software fallbackwm42013-01-132-0/+9
* video: simplify decoder pixel format handlingwm42013-01-134-99/+3
* video: remove slice based filtering and video outputwm42013-01-132-3/+0
* Replace strsep() useswm42013-01-133-6/+22
* core: timeline: prevent inaccurate seeks outside timelineUoti Urpala2013-01-131-2/+3
* sub: do not apply timeline offset to external subtitleswm42013-01-121-3/+8
* Fix lots of bugs in mp_http URL handlingRudolf Polzer2013-01-101-2/+12
* mplayer: make --loop loop the playlist instead of each playlist entrywm42013-01-092-32/+9
* mplayer: keep pause state when frame stepping in last framewm42013-01-091-0/+3
* sub: use correct fallback font for subtitleswm42013-01-061-1/+2
* sub: add --sub-text-* options to unstyled text subtitles fontwm42013-01-052-0/+4
* Update copyright yearwm42013-01-041-1/+1
* core: fix crash if VO init failswm42012-12-281-1/+1
* sdl, encode_lavc: fix copyright headersRudolf Polzer2012-12-282-4/+6
* core: make WAKEUP_PERIOD overridable by the voRudolf Polzer2012-12-191-12/+26
* path: add mp_find_config_file and reorganize some of the codeStefano Pigozzi2012-12-154-87/+77
* core: path: run uncrustifyStefano Pigozzi2012-12-151-80/+86
* options: move -ass-bottom-margin/-ass-top-margin options to vf_subwm42012-12-122-4/+0
* cleanup: remove ao.brokenptswm42012-12-121-7/+0
* options: handle -v during pre-parsing command linewm42012-12-121-5/+2
* sd_lavc: keep subs on subtitle track switchingwm42012-12-121-1/+1
* mplayer: prefer audio PTS over video PTS for status linewm42012-12-111-3/+3
* core: allow disabling display of "album art" in audio fileswm42012-12-115-5/+18
* windows support: fix compilation with pthreadswm42012-12-111-0/+4
* mplayer: make --length work if --start is missingwm42012-12-111-1/+1
* demux_lavf: make minimum probe score customizable, remove lavf_preferredwm42012-12-111-0/+1
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerwm42012-12-115-115/+28
* core: improve seeking in external fileswm42012-12-111-11/+27
* sub: use ffmpeg decoder for DVD subswm42012-12-101-1/+47
* core/cfg-mplayer: fix segfault when using DVD subsRudolf Polzer2012-12-051-1/+1
* input: do not generate double clicks for mouse wheelwm42012-12-031-1/+1
* subs: remove --utf8, simplify codeUoti Urpala2012-12-031-2/+1
* core: automatically pause on low cachewm42012-12-035-3/+47
* cache: simplify furtherwm42012-12-031-8/+17
* cache: refactor how cache enabling is doneUoti Urpala2012-12-033-28/+17
* build: identify the build time of the binary in the versioning outputStephen Hutchinson2012-12-033-1/+3
* demux_lavf: add support for libavdevicewm42012-12-031-0/+8
* encode: print on log which muxers/codecs are in useRudolf Polzer2012-12-011-0/+12
* mplayer: fix track language displaywm42012-11-251-1/+2
* sub: add --sub-gray option to display image subs in grayscalewm42012-11-252-0/+2
* sub: reimplement -spugauss as --sub-gausswm42012-11-252-0/+2
* screenshot: add subs even with vf_screenshotwm42012-11-211-5/+11
* video: fix bogus uses of mp_image.w/widthwm42012-11-211-2/+2
* cfg-config: avoid warning with -Wincompatible-pointer-typesStefano Pigozzi2012-11-211-1/+1
* core: minor cleanupswm42012-11-202-3/+4
* osd: fix OSD status symbol display in some caseswm42012-11-204-14/+22
* command: use yes/no instead of enabled/disabled for consistencywm42012-11-201-4/+2
* mplayer: disable auto-loading of external codecs.confwm42012-11-204-21/+6
* m_option: print valid integer range for choices on parsing errorswm42012-11-201-0/+2
* osd: make the OSD and sub font more customizablewm42012-11-205-36/+10
* m_option: add color option typewm42012-11-202-0/+54
* core: fix crash when video filter returns inf as PTSwm42012-11-201-1/+1
* mplayer: fix potential issue when ao_play() failswm42012-11-201-1/+2
* stream: fix dvd:// + cache crashingwm42012-11-201-2/+2
* stream, demux: replace off_t with int64_twm42012-11-201-2/+2
* Fix potential bugs and issues, general cleanupsreimar2012-11-201-5/+5
* options: support chapters for --start and --endwm42012-11-203-1/+16
* m_option: fix braindead --start, --length, --end option parsing bugswm42012-11-181-4/+4
* command: export A/V sync difference as "avsync" propertywm42012-11-161-0/+9
* demux_mf: allow displaying single image files, various cleanupswm42012-11-161-4/+0
* subtitles: improve support for libavformat demuxed subtitleswm42012-11-161-1/+18
* mplayer: refactor: move computation of a/v syncwm42012-11-161-21/+26
* core: add --keep-open, which doesn't close the file on EOFwm42012-11-165-1/+20
* command: add sub_reload and sub_remove commandswm42012-11-165-11/+71
* subreader: replace sub_free() by talloc destructorwm42012-11-161-7/+4
* options: add --mute for setting initial audio mute statuswm42012-11-164-4/+14
* options: rename -sub-fuzziness to -autosub-match, change option valueswm42012-11-161-1/+2
* options: rename --cursor-autohide, replace magic number valueswm42012-11-161-1/+2
* options: --field-dominance: replace magic number values with choiceswm42012-11-161-1/+2
* options: rename -ss and -endpos, allow relative timeswm42012-11-166-72/+96
* options: respect --no-msgcolor during early program startwm42012-11-161-1/+1
* options: remove --displaywm42012-11-161-4/+0
* options: rename --xineramascreen to --screen, remove magic valueswm42012-11-162-1/+3
* options: remove --osdlevel in favor of --osd-levelwm42012-11-161-1/+0
* options, vo_x11: remove -zoom option, make it defaultwm42012-11-162-2/+0
* input: silence warning if input.conf is missingwm42012-11-161-0/+4
* mplayer: do not freeze when trying to loop an unseekable filewm42012-11-141-1/+13
* options: make --loop always per-filewm42012-11-141-1/+1
* cfg-mplayer: do not include encode options when encoding disabledwm42012-11-141-0/+2
* build: remove doc/locale language auto-detection, simplifywm42012-11-141-3/+3
* clang: fix all warnings except deprecationsStefano Pigozzi2012-11-132-2/+5
* Add MP_NORETURN and replace av_noreturn useswm42012-11-121-1/+1
* mp_common.h: split parts into mp_talloc.h and compiler.hwm42012-11-122-49/+54
* Rename directories, move files (step 2 of 2)wm42012-11-1244-163/+164
* Rename directories, move files (step 1 of 2) (does not compile)wm42012-11-1269-0/+23850