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