summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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
* input: remove ar.h includeStefano Pigozzi2013-04-051-2/+0
* demux_mkv: try to show current subtitle when seekingwm42013-04-043-0/+4
* options: fix --no-colorkeywm42013-04-041-1/+1
* core: add --heartbeat-interval optionwm42013-04-045-3/+8
* av_common: minor simplificationwm42013-04-041-8/+2
* command: silence "Audio: no audio" line for playback speedwm42013-04-041-1/+2
* mplayer: switch back to video PTS for reporting playback timewm42013-04-042-10/+8
* mplayer: fix framestepping on ordered chapter segment boundarieswm42013-04-041-28/+34
* mplayer: fix --step EOF handlingwm42013-04-041-1/+3
* remove Apple Remote related codeStefano Pigozzi2013-03-316-677/+0
* osd: draw the OSD bar with ASS vector drawingswm42013-03-304-2/+31
* vo: rename vo_draw_image to vo_queue_imagewm42013-03-281-2/+2
* vo_opengl: split into multiple files, convert to new option APIwm42013-03-281-0/+10
* core: always pass data via packet fields to video decoderswm42013-03-281-10/+9
* m_option: pretty-print floats with 3 pre-decimal digits instead of 2wm42013-03-261-6/+6
* core: output --playing-msg message only after at least one frame is shownwm42013-03-262-6/+9
* mplayer: make --frames=1 work for audiowm42013-03-261-10/+15
* mplayer: cosmetics: make some code more readablewm42013-03-261-13/+13
* command: export VO video width/height as propertieswm42013-03-261-0/+24
* input: make input command deprecation warnings visiblewm42013-03-262-3/+3
* mp_msg: don't change text color for normal outputwm42013-03-261-2/+8
* input: fix crash due to dangling pointerwm42013-03-191-1/+1
* input/ar: remove unused variablewm42013-03-191-1/+0
* mp_msg: print MSGL_STATUS to stderr if stderr is redirectedRudolf Polzer2013-03-181-2/+2
* mp_msg: fix status output disappearing when redirecting INPUT.Rudolf Polzer2013-03-181-2/+2
* options: fix --widwm42013-03-181-1/+1
* configure: bump minimum FFmpeg/Libav versions, remove compat hackswm42013-03-131-74/+0
* Prefix CODEC_ID_ with AV_wm42013-03-131-29/+29
* 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
*