| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove BSD legacy TV/radio support (BT848 stuff) | wm4 | 2013-02-06 | 1 | -4/+0 |
* | core: remove --edlout functionality | wm4 | 2013-02-06 | 6 | -41/+0 |
* | command: add command to show playlist on OSD | wm4 | 2013-02-06 | 3 | -0/+22 |
* | mplayer: don't show bogus audio PTS during hr-seek | wm4 | 2013-02-05 | 1 | -0/+2 |
* | mplayer: properly handle framestep when showing last video frame | wm4 | 2013-02-03 | 1 | -10/+12 |
* | mplayer: reset audio/video delay if there's no next video frame | wm4 | 2013-02-03 | 1 | -0/+4 |
* | input: free all queued/allocated commands on exit | wm4 | 2013-02-03 | 1 | -4/+21 |
* | mplayer: make advancing the playlist respect looping | wm4 | 2013-02-03 | 3 | -10/+23 |
* | demux_lavf: remove weird stream auto-selection | wm4 | 2013-02-03 | 1 | -11/+0 |
* | mp_common: improve OSD/status time formatting | wm4 | 2013-02-03 | 1 | -4/+11 |
* | cocoa_events: remove this functionality | Stefano Pigozzi | 2013-02-02 | 1 | -16/+0 |
* | screenshot: minor simplification, prefer VF over VO | wm4 | 2013-01-30 | 1 | -22/+5 |
* | mplayer: add newline for --print-msg | wm4 | 2013-01-30 | 1 | -1/+1 |
* | x11: cleanup, refactor | wm4 | 2013-01-27 | 4 | -7/+7 |
* | stream: implement some HTTP specific options for stream_lavf | wm4 | 2013-01-24 | 1 | -13/+0 |
* | sub: add stupid hack for vobsub decoding with Libav | wm4 | 2013-01-24 | 1 | -1/+10 |
* | mp_msg, getch2: unix tty background support | Rudolf Polzer | 2013-01-23 | 2 | -0/+20 |
* | options: make --fullscreen not a global option | wm4 | 2013-01-23 | 1 | -2/+2 |
* | video: remove -x/-y/-xy options | wm4 | 2013-01-23 | 2 | -7/+0 |
* | video: add --autofit and --autofit-larger options | wm4 | 2013-01-23 | 4 | -0/+34 |
* | options: allow using % for width and height in --geometry | wm4 | 2013-01-23 | 2 | -63/+83 |
* | options: move -geometry parsing to m_option.c | wm4 | 2013-01-23 | 4 | -3/+142 |
* | video: reset filters on seek | wm4 | 2013-01-20 | 1 | -0/+2 |
* | core: make gapless-audio also apply to format changes within a file | Rudolf Polzer | 2013-01-18 | 1 | -1/+2 |
* | input: enqueue commands to the end of the queue | Stefano Pigozzi | 2013-01-16 | 1 | -1/+1 |
* | vd_lavc: remove -lavdopts vstats suboption | wm4 | 2013-01-13 | 1 | -1/+0 |
* | vd_lavc: remove lowres decoding | wm4 | 2013-01-13 | 1 | -1/+0 |
* | sub: add experimental --force-rgba-osd-rendering switch | wm4 | 2013-01-13 | 2 | -0/+2 |
* | mp_common: add some rectangle utility functions | wm4 | 2013-01-13 | 2 | -0/+26 |
* | sub: do not copy the target image if there is no OSD/subs | wm4 | 2013-01-13 | 1 | -2/+0 |
* | video: decouple internal pixel formats from FourCCs | wm4 | 2013-01-13 | 4 | -1/+42 |
* | vf_screenshot: simplify | wm4 | 2013-01-13 | 1 | -52/+19 |
* | video/out: replace VFCAP_TIMER with vo->untimed, fix vo_image and vo_lavc | wm4 | 2013-01-13 | 1 | -4/+2 |
* | video/filter: change filter API, use refcounting, remove filter DR | wm4 | 2013-01-13 | 2 | -14/+44 |
* | video: different way to enable hardware decoding, add software fallback | wm4 | 2013-01-13 | 2 | -0/+9 |
* | video: simplify decoder pixel format handling | wm4 | 2013-01-13 | 4 | -99/+3 |
* | video: remove slice based filtering and video output | wm4 | 2013-01-13 | 2 | -3/+0 |
* | Replace strsep() uses | wm4 | 2013-01-13 | 3 | -6/+22 |
* | core: timeline: prevent inaccurate seeks outside timeline | Uoti Urpala | 2013-01-13 | 1 | -2/+3 |
* | sub: do not apply timeline offset to external subtitles | wm4 | 2013-01-12 | 1 | -3/+8 |
* | Fix lots of bugs in mp_http URL handling | Rudolf Polzer | 2013-01-10 | 1 | -2/+12 |
* | mplayer: make --loop loop the playlist instead of each playlist entry | wm4 | 2013-01-09 | 2 | -32/+9 |
* | mplayer: keep pause state when frame stepping in last frame | wm4 | 2013-01-09 | 1 | -0/+3 |
* | sub: use correct fallback font for subtitles | wm4 | 2013-01-06 | 1 | -1/+2 |
* | sub: add --sub-text-* options to unstyled text subtitles font | wm4 | 2013-01-05 | 2 | -0/+4 |
* | Update copyright year | wm4 | 2013-01-04 | 1 | -1/+1 |
* | core: fix crash if VO init fails | wm4 | 2012-12-28 | 1 | -1/+1 |
* | sdl, encode_lavc: fix copyright headers | Rudolf Polzer | 2012-12-28 | 2 | -4/+6 |
* | core: make WAKEUP_PERIOD overridable by the vo | Rudolf Polzer | 2012-12-19 | 1 | -12/+26 |
* | path: add mp_find_config_file and reorganize some of the code | Stefano Pigozzi | 2012-12-15 | 4 | -87/+77 |
* | core: path: run uncrustify | Stefano Pigozzi | 2012-12-15 | 1 | -80/+86 |
* | options: move -ass-bottom-margin/-ass-top-margin options to vf_sub | wm4 | 2012-12-12 | 2 | -4/+0 |
* | cleanup: remove ao.brokenpts | wm4 | 2012-12-12 | 1 | -7/+0 |
* | options: handle -v during pre-parsing command line | wm4 | 2012-12-12 | 1 | -5/+2 |
* | sd_lavc: keep subs on subtitle track switching | wm4 | 2012-12-12 | 1 | -1/+1 |
* | mplayer: prefer audio PTS over video PTS for status line | wm4 | 2012-12-11 | 1 | -3/+3 |
* | core: allow disabling display of "album art" in audio files | wm4 | 2012-12-11 | 5 | -5/+18 |
* | windows support: fix compilation with pthreads | wm4 | 2012-12-11 | 1 | -0/+4 |
* | mplayer: make --length work if --start is missing | wm4 | 2012-12-11 | 1 | -1/+1 |
* | demux_lavf: make minimum probe score customizable, remove lavf_preferred | wm4 | 2012-12-11 | 1 | -0/+1 |
* | sub: remove vobsub reader in favor of ffmpeg vobsub demuxer | wm4 | 2012-12-11 | 5 | -115/+28 |
* | core: improve seeking in external files | wm4 | 2012-12-11 | 1 | -11/+27 |
* | sub: use ffmpeg decoder for DVD subs | wm4 | 2012-12-10 | 1 | -1/+47 |
* | core/cfg-mplayer: fix segfault when using DVD subs | Rudolf Polzer | 2012-12-05 | 1 | -1/+1 |
* | input: do not generate double clicks for mouse wheel | wm4 | 2012-12-03 | 1 | -1/+1 |
* | subs: remove --utf8, simplify code | Uoti Urpala | 2012-12-03 | 1 | -2/+1 |
* | core: automatically pause on low cache | wm4 | 2012-12-03 | 5 | -3/+47 |
* | cache: simplify further | wm4 | 2012-12-03 | 1 | -8/+17 |
* | cache: refactor how cache enabling is done | Uoti Urpala | 2012-12-03 | 3 | -28/+17 |
* | build: identify the build time of the binary in the versioning output | Stephen Hutchinson | 2012-12-03 | 3 | -1/+3 |
* | demux_lavf: add support for libavdevice | wm4 | 2012-12-03 | 1 | -0/+8 |
* | encode: print on log which muxers/codecs are in use | Rudolf Polzer | 2012-12-01 | 1 | -0/+12 |
* | mplayer: fix track language display | wm4 | 2012-11-25 | 1 | -1/+2 |
* | sub: add --sub-gray option to display image subs in grayscale | wm4 | 2012-11-25 | 2 | -0/+2 |
* | sub: reimplement -spugauss as --sub-gauss | wm4 | 2012-11-25 | 2 | -0/+2 |
* | screenshot: add subs even with vf_screenshot | wm4 | 2012-11-21 | 1 | -5/+11 |
* | video: fix bogus uses of mp_image.w/width | wm4 | 2012-11-21 | 1 | -2/+2 |
* | cfg-config: avoid warning with -Wincompatible-pointer-types | Stefano Pigozzi | 2012-11-21 | 1 | -1/+1 |
* | core: minor cleanups | wm4 | 2012-11-20 | 2 | -3/+4 |
* | osd: fix OSD status symbol display in some cases | wm4 | 2012-11-20 | 4 | -14/+22 |
* | command: use yes/no instead of enabled/disabled for consistency | wm4 | 2012-11-20 | 1 | -4/+2 |
* | mplayer: disable auto-loading of external codecs.conf | wm4 | 2012-11-20 | 4 | -21/+6 |
* | m_option: print valid integer range for choices on parsing errors | wm4 | 2012-11-20 | 1 | -0/+2 |
* | osd: make the OSD and sub font more customizable | wm4 | 2012-11-20 | 5 | -36/+10 |
* | m_option: add color option type | wm4 | 2012-11-20 | 2 | -0/+54 |
* | core: fix crash when video filter returns inf as PTS | wm4 | 2012-11-20 | 1 | -1/+1 |
* | mplayer: fix potential issue when ao_play() fails | wm4 | 2012-11-20 | 1 | -1/+2 |
* | stream: fix dvd:// + cache crashing | wm4 | 2012-11-20 | 1 | -2/+2 |
* | stream, demux: replace off_t with int64_t | wm4 | 2012-11-20 | 1 | -2/+2 |
* | Fix potential bugs and issues, general cleanups | reimar | 2012-11-20 | 1 | -5/+5 |
* | options: support chapters for --start and --end | wm4 | 2012-11-20 | 3 | -1/+16 |
* | m_option: fix braindead --start, --length, --end option parsing bugs | wm4 | 2012-11-18 | 1 | -4/+4 |
* | command: export A/V sync difference as "avsync" property | wm4 | 2012-11-16 | 1 | -0/+9 |
* | demux_mf: allow displaying single image files, various cleanups | wm4 | 2012-11-16 | 1 | -4/+0 |
* | subtitles: improve support for libavformat demuxed subtitles | wm4 | 2012-11-16 | 1 | -1/+18 |
* | mplayer: refactor: move computation of a/v sync | wm4 | 2012-11-16 | 1 | -21/+26 |
* | core: add --keep-open, which doesn't close the file on EOF | wm4 | 2012-11-16 | 5 | -1/+20 |
* | command: add sub_reload and sub_remove commands | wm4 | 2012-11-16 | 5 | -11/+71 |
* | subreader: replace sub_free() by talloc destructor | wm4 | 2012-11-16 | 1 | -7/+4 |
* | options: add --mute for setting initial audio mute status | wm4 | 2012-11-16 | 4 | -4/+14 |
* | options: rename -sub-fuzziness to -autosub-match, change option values | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: rename --cursor-autohide, replace magic number values | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: --field-dominance: replace magic number values with choices | wm4 | 2012-11-16 | 1 | -1/+2 |
* | options: rename -ss and -endpos, allow relative times | wm4 | 2012-11-16 | 6 | -72/+96 |
* | options: respect --no-msgcolor during early program start | wm4 | 2012-11-16 | 1 | -1/+1 |
* | options: remove --display | wm4 | 2012-11-16 | 1 | -4/+0 |
* | options: rename --xineramascreen to --screen, remove magic values | wm4 | 2012-11-16 | 2 | -1/+3 |
* | options: remove --osdlevel in favor of --osd-level | wm4 | 2012-11-16 | 1 | -1/+0 |
* | options, vo_x11: remove -zoom option, make it default | wm4 | 2012-11-16 | 2 | -2/+0 |
* | input: silence warning if input.conf is missing | wm4 | 2012-11-16 | 1 | -0/+4 |
* | mplayer: do not freeze when trying to loop an unseekable file | wm4 | 2012-11-14 | 1 | -1/+13 |
* | options: make --loop always per-file | wm4 | 2012-11-14 | 1 | -1/+1 |
* | cfg-mplayer: do not include encode options when encoding disabled | wm4 | 2012-11-14 | 1 | -0/+2 |
* | build: remove doc/locale language auto-detection, simplify | wm4 | 2012-11-14 | 1 | -3/+3 |
* | clang: fix all warnings except deprecations | Stefano Pigozzi | 2012-11-13 | 2 | -2/+5 |
* | Add MP_NORETURN and replace av_noreturn uses | wm4 | 2012-11-12 | 1 | -1/+1 |
* | mp_common.h: split parts into mp_talloc.h and compiler.h | wm4 | 2012-11-12 | 2 | -49/+54 |
* | Rename directories, move files (step 2 of 2) | wm4 | 2012-11-12 | 44 | -163/+164 |
* | Rename directories, move files (step 1 of 2) (does not compile) | wm4 | 2012-11-12 | 69 | -0/+23850 |