aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* demux_lavf: make minimum probe score customizable, remove lavf_preferredGravatar wm42012-12-11
* sub: remove vobsub reader in favor of ffmpeg vobsub demuxerGravatar wm42012-12-11
* core: improve seeking in external filesGravatar wm42012-12-11
* sub: use ffmpeg decoder for DVD subsGravatar wm42012-12-10
* core/cfg-mplayer: fix segfault when using DVD subsGravatar Rudolf Polzer2012-12-05
* input: do not generate double clicks for mouse wheelGravatar wm42012-12-03
* subs: remove --utf8, simplify codeGravatar Uoti Urpala2012-12-03
* core: automatically pause on low cacheGravatar wm42012-12-03
* cache: simplify furtherGravatar wm42012-12-03
* cache: refactor how cache enabling is doneGravatar Uoti Urpala2012-12-03
* build: identify the build time of the binary in the versioning outputGravatar Stephen Hutchinson2012-12-03
* demux_lavf: add support for libavdeviceGravatar wm42012-12-03
* encode: print on log which muxers/codecs are in useGravatar Rudolf Polzer2012-12-01
* mplayer: fix track language displayGravatar wm42012-11-25
* sub: add --sub-gray option to display image subs in grayscaleGravatar wm42012-11-25
* sub: reimplement -spugauss as --sub-gaussGravatar wm42012-11-25
* screenshot: add subs even with vf_screenshotGravatar wm42012-11-21
* video: fix bogus uses of mp_image.w/widthGravatar wm42012-11-21
* cfg-config: avoid warning with -Wincompatible-pointer-typesGravatar Stefano Pigozzi2012-11-21
* core: minor cleanupsGravatar wm42012-11-20
* osd: fix OSD status symbol display in some casesGravatar wm42012-11-20
* command: use yes/no instead of enabled/disabled for consistencyGravatar wm42012-11-20
* mplayer: disable auto-loading of external codecs.confGravatar wm42012-11-20
* m_option: print valid integer range for choices on parsing errorsGravatar wm42012-11-20
* osd: make the OSD and sub font more customizableGravatar wm42012-11-20
* m_option: add color option typeGravatar wm42012-11-20
* core: fix crash when video filter returns inf as PTSGravatar wm42012-11-20
* mplayer: fix potential issue when ao_play() failsGravatar wm42012-11-20
* stream: fix dvd:// + cache crashingGravatar wm42012-11-20
* stream, demux: replace off_t with int64_tGravatar wm42012-11-20
* Fix potential bugs and issues, general cleanupsGravatar reimar2012-11-20
* options: support chapters for --start and --endGravatar wm42012-11-20
* m_option: fix braindead --start, --length, --end option parsing bugsGravatar wm42012-11-18
* command: export A/V sync difference as "avsync" propertyGravatar wm42012-11-16
* demux_mf: allow displaying single image files, various cleanupsGravatar wm42012-11-16
* subtitles: improve support for libavformat demuxed subtitlesGravatar wm42012-11-16
* mplayer: refactor: move computation of a/v syncGravatar wm42012-11-16
* core: add --keep-open, which doesn't close the file on EOFGravatar wm42012-11-16
* command: add sub_reload and sub_remove commandsGravatar wm42012-11-16
* subreader: replace sub_free() by talloc destructorGravatar wm42012-11-16
* options: add --mute for setting initial audio mute statusGravatar wm42012-11-16
* options: rename -sub-fuzziness to -autosub-match, change option valuesGravatar wm42012-11-16
* options: rename --cursor-autohide, replace magic number valuesGravatar wm42012-11-16
* options: --field-dominance: replace magic number values with choicesGravatar wm42012-11-16
* options: rename -ss and -endpos, allow relative timesGravatar wm42012-11-16
* options: respect --no-msgcolor during early program startGravatar wm42012-11-16
* options: remove --displayGravatar wm42012-11-16
* options: rename --xineramascreen to --screen, remove magic valuesGravatar wm42012-11-16
* options: remove --osdlevel in favor of --osd-levelGravatar wm42012-11-16
* options, vo_x11: remove -zoom option, make it defaultGravatar wm42012-11-16