summaryrefslogtreecommitdiffstats
path: root/core
Commit message (Expand)AuthorAgeFilesLines
* 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