| Commit message (Expand) | Author | Age | Files | Lines |
* | core: move contents to mpvcore (1/2) | Stefano Pigozzi | 2013-08-06 | 67 | -25203/+0 |
* | mp_msg: fix typo in comment | wm4 | 2013-08-05 | 1 | -1/+1 |
* | stream_radio: fix some things | wm4 | 2013-08-05 | 2 | -3/+3 |
* | core: change speed option/property to double | wm4 | 2013-08-05 | 5 | -15/+16 |
* | demux_lavf: make avio buffer configurable | wm4 | 2013-08-04 | 1 | -0/+1 |
* | option: fix inverted --mouseinput option | wm4 | 2013-08-03 | 1 | -1/+1 |
* | command: make vf and af commands more verbose | wm4 | 2013-08-03 | 1 | -2/+20 |
* | command: add vf/af properties | wm4 | 2013-08-03 | 2 | -1/+61 |
* | command: split filter changing in two functions | wm4 | 2013-08-03 | 1 | -39/+49 |
* | options: don't make options set during playback file local (e.g. --vf) | wm4 | 2013-08-02 | 7 | -81/+67 |
* | m_option.c: fix typo in message | wm4 | 2013-08-02 | 1 | -1/+1 |
* | m_config: minor simplification | wm4 | 2013-08-02 | 1 | -11/+10 |
* | Remove m_struct | wm4 | 2013-08-02 | 5 | -207/+0 |
* | stream: redo URL parsing, replace m_struct usage with m_config | wm4 | 2013-08-02 | 2 | -229/+0 |
* | mplayer: add more verbose exit codes | Andre D | 2013-08-02 | 3 | -17/+61 |
* | audio/out: add support for new logging API | Stefano Pigozzi | 2013-08-01 | 1 | -2/+3 |
* | video/out: use new mp_msg stuff for vo.c and vo_opengl | wm4 | 2013-07-31 | 1 | -1/+1 |
* | mp_msg: introduce new log functions and macros | wm4 | 2013-07-31 | 5 | -66/+255 |
* | options: handle presets directly in m_config | wm4 | 2013-07-31 | 5 | -32/+46 |
* | m_option: fix skipping of missing -vo/-ao entries | wm4 | 2013-07-31 | 1 | -3/+9 |
* | m_config: remove alias information | wm4 | 2013-07-31 | 2 | -24/+12 |
* | m_config: store file local backup options differently | wm4 | 2013-07-31 | 2 | -16/+31 |
* | m_config: make m_profile struct non-public | wm4 | 2013-07-31 | 2 | -13/+11 |
* | command: silence a warning | wm4 | 2013-07-29 | 1 | -0/+2 |
* | vdpau: split off decoder parts, use "new" libavcodec vdpau hwaccel API | wm4 | 2013-07-28 | 1 | -1/+6 |
* | m_config: try to print min/max values as integers in --list-options | wm4 | 2013-07-28 | 1 | -2/+2 |
* | m_config: hide no-* opts in --list-options, simplify positional subopts | wm4 | 2013-07-28 | 2 | -19/+23 |
* | options: print default values in --list-options | wm4 | 2013-07-28 | 1 | -0/+24 |
* | m_config: refactor some things | wm4 | 2013-07-28 | 7 | -146/+121 |
* | core: make mpctx->opts a pointer | wm4 | 2013-07-28 | 7 | -131/+132 |
* | command: mark special options as unavailable | wm4 | 2013-07-28 | 1 | -0/+2 |
* | options: simplify --correct-pts handling | wm4 | 2013-07-26 | 3 | -11/+2 |
* | command: allow printing time properties with milliseconds | wm4 | 2013-07-26 | 1 | -9/+35 |
* | command: add pseudo-property that allows you to read global options | wm4 | 2013-07-26 | 1 | -0/+27 |
* | m_property: fix non-sense code | wm4 | 2013-07-26 | 1 | -1/+2 |
* | getch2, mplayer: Always call load_termcap | Diogo Franco (Kovensky) | 2013-07-25 | 1 | -2/+0 |
* | mp_msg: Support colors on cygwin | Diogo Franco (Kovensky) | 2013-07-24 | 1 | -1/+1 |
* | m_config: don't override profile option if not required | wm4 | 2013-07-24 | 2 | -1/+4 |
* | input: fix dangling pointer issues with multi-part commands | wm4 | 2013-07-24 | 1 | -5/+8 |
* | mplayer: remove dead code | wm4 | 2013-07-24 | 1 | -2/+0 |
* | Fix some -Wshadow warnings | wm4 | 2013-07-23 | 4 | -26/+26 |
* | options: make legacy hacks for AFs/VFs more explicit | wm4 | 2013-07-22 | 2 | -1/+3 |
* | Remove subopt-helper | wm4 | 2013-07-22 | 2 | -402/+0 |
* | mplayer: cosmetics: move function | wm4 | 2013-07-22 | 1 | -32/+25 |
* | av_log: restore handling of prefixes and line breaks | wm4 | 2013-07-22 | 1 | -2/+7 |
* | core: make --demuxer not affect external subtitles | wm4 | 2013-07-22 | 1 | -1/+1 |
* | audio/filter: use new option API | wm4 | 2013-07-22 | 7 | -103/+101 |
* | options: move --colorkey option to vo_xv | wm4 | 2013-07-22 | 2 | -6/+0 |
* | options: remove --mixer and --mixer-channel, turn them into alsa/oss subopts | wm4 | 2013-07-21 | 2 | -4/+0 |
* | options: hide encoding AO/VO in help output | wm4 | 2013-07-21 | 2 | -2/+6 |
* | options: use new option code for --ao | wm4 | 2013-07-21 | 3 | -15/+7 |
* | mplayer: simplify AO creation | wm4 | 2013-07-21 | 1 | -13/+22 |
* | options: use new code for parsing --vo | wm4 | 2013-07-21 | 3 | -8/+7 |
* | options: add some features to video filter parser | wm4 | 2013-07-21 | 2 | -9/+80 |
* | m_option: fix memory leak on error path | wm4 | 2013-07-21 | 1 | -2/+4 |
* | m_config: improve option list output a bit | wm4 | 2013-07-21 | 2 | -19/+27 |
* | options: use m_config for options instead of m_struct | wm4 | 2013-07-21 | 6 | -97/+163 |
* | command: fix switching tracks backwards if there's only one track | wm4 | 2013-07-21 | 1 | -1/+2 |
* | input: Ignore spurious mouse moves | Diogo Franco (Kovensky) | 2013-07-21 | 1 | -0/+4 |
* | mp_msg: fixes windows code that assumes sizeof(DWORD) == sizeof(long) | Diogo Franco (Kovensky) | 2013-07-20 | 1 | -1/+1 |
* | m_option: remove unused definitions | wm4 | 2013-07-20 | 1 | -9/+0 |
* | video: remove fullscreen flags chaos | wm4 | 2013-07-18 | 3 | -9/+6 |
* | video: redo how colorspaces are handled | wm4 | 2013-07-16 | 2 | -66/+80 |
* | core: move video refresh function to mplayer.c | wm4 | 2013-07-16 | 3 | -5/+13 |
* | mp_common: add MPMAX/MPMIN macros | wm4 | 2013-07-15 | 1 | -0/+3 |
* | Fix build on Libav | wm4 | 2013-07-15 | 1 | -0/+1 |
* | sd_ass: scale blur by original video size if requested | wm4 | 2013-07-15 | 2 | -0/+3 |
* | sd_add: add terrible hack for (xy-)vsfilter compatibility | wm4 | 2013-07-15 | 3 | -0/+10 |
* | demux_lavf: add terrible hack to make DVD playback just work | wm4 | 2013-07-14 | 1 | -0/+1 |
* | Merge branch 'remove_old_demuxers' | wm4 | 2013-07-14 | 12 | -300/+201 |
|\ |
|
| * | mplayer: remove generic duration calculation | wm4 | 2013-07-12 | 1 | -11/+1 |
| * | demux: assume correct-pts mode by default | wm4 | 2013-07-12 | 1 | -3/+3 |
| * | Cleanup some include statements | wm4 | 2013-07-12 | 1 | -1/+0 |
| * | demux: rewrite probing and demuxer initialization | wm4 | 2013-07-12 | 4 | -7/+4 |
| * | mplayer: minor memory leak in error handling code | wm4 | 2013-07-12 | 1 | -0/+1 |
| * | core: change open_stream and demux_open signature | wm4 | 2013-07-12 | 8 | -60/+17 |
| * | core: completely change handling of attached picture pseudo video | wm4 | 2013-07-11 | 2 | -16/+52 |
| * | demux: improve DVD sub auto-selection hack | wm4 | 2013-07-11 | 1 | -18/+8 |
| * | video: eliminate frametime variable | wm4 | 2013-07-11 | 1 | -13/+9 |
| * | core: don't access demux_stream outside of demux.c, make it private | wm4 | 2013-07-11 | 2 | -21/+21 |
| * | mplayer: invert negated boolean variable | wm4 | 2013-07-11 | 1 | -10/+10 |
| * | mplayer: fix incorrect audio sync after format changes | wm4 | 2013-07-11 | 1 | -2/+6 |
| * | mplayer: remove "old" audio PTS calculation code | wm4 | 2013-07-11 | 1 | -27/+9 |
| * | mplayer: don't set bogus video pts after seek reset | wm4 | 2013-07-11 | 1 | -5/+2 |
| * | demux: remove facility for partial packet reads | wm4 | 2013-07-11 | 1 | -56/+30 |
| * | core: remove demux_mpg subtitle PTS hack | wm4 | 2013-07-10 | 1 | -23/+4 |
| * | core: simplify some no-correct-pts code | wm4 | 2013-07-10 | 1 | -33/+13 |
| * | core: move code from demux/video.c to mplayer.c | wm4 | 2013-07-10 | 1 | -0/+63 |
| * | audio: remove decoder input buffer | wm4 | 2013-07-10 | 1 | -4/+2 |
| * | options: remove --ignore-start | wm4 | 2013-07-08 | 3 | -13/+0 |
| * | Merge branch 'master' into remove_old_demuxers | wm4 | 2013-07-08 | 7 | -33/+179 |
| |\ |
|
| * | | demux: simplify demux_open() calls | wm4 | 2013-07-08 | 4 | -25/+4 |
| * | | demux: remove separate arrays for audio/video/sub streams, simplify | wm4 | 2013-07-08 | 2 | -13/+10 |
| * | | demux: remove video_read_properties | wm4 | 2013-07-08 | 1 | -18/+13 |
| * | | Remove old demuxers | wm4 | 2013-07-07 | 2 | -8/+6 |
* | | | input: never wait if there are new events in the input queue | wm4 | 2013-07-14 | 1 | -22/+20 |
* | | | input: invert negated boolean field | wm4 | 2013-07-14 | 1 | -7/+6 |
* | | | input: use only one array for input sources | wm4 | 2013-07-14 | 2 | -145/+128 |
* | | | w32: silence some warnings | James Ross-Gowan | 2013-07-13 | 1 | -0/+2 |
* | | | mp_ring: improve documentation | Stefano Pigozzi | 2013-07-13 | 1 | -4/+9 |
* | | | mp_ring: make mp_ring_read_cb provide an exact amount of bytes | Stefano Pigozzi | 2013-07-13 | 1 | -1/+1 |
* | | | m_struct: try to be more standard C | wm4 | 2013-07-12 | 1 | -5/+5 |
* | | | build: make the "built on" report opt-out | Stephen Hutchinson | 2013-07-11 | 1 | -1/+5 |
* | | | options: add --cache-default option | wm4 | 2013-07-10 | 4 | -2/+8 |
| |/
|/| |
|
* | | command: add screenshot_to_file command | wm4 | 2013-07-08 | 7 | -28/+103 |
* | | input: actually copy sub commands | wm4 | 2013-07-08 | 1 | -0/+12 |
* | | input: allow binding multiple commands to a key | wm4 | 2013-07-08 | 3 | -5/+64 |
|/ |
|
* | Remove internal network support | wm4 | 2013-07-07 | 3 | -15/+33 |
* | core: make network options available even if old net code is disabled | wm4 | 2013-07-07 | 2 | -2/+18 |
* | playlist: don't add entries in reverse | wm4 | 2013-07-05 | 1 | -0/+1 |
* | core: remove mp_fifo leftovers | wm4 | 2013-07-04 | 1 | -40/+0 |
* | cocoa: remove usage of mp_fifo | Stefano Pigozzi | 2013-07-03 | 1 | -1/+0 |
* | core: cleanup more mp_fifo leftovers | wm4 | 2013-07-02 | 3 | -3/+0 |
* | core: remove mp_fifo indirection | wm4 | 2013-07-02 | 9 | -106/+73 |
* | command: add some playlist manipulation commands | wm4 | 2013-07-02 | 5 | -0/+44 |
* | core: update metadata during playback, allow streams to export metadata | wm4 | 2013-07-02 | 2 | -0/+6 |
* | input: require VOs to send key up events, redo input key lookup | wm4 | 2013-07-02 | 4 | -76/+80 |
* | input: fix behavior if there are actually key up events | wm4 | 2013-07-02 | 1 | -1/+2 |
* | input: don't ignore press-only mouse button events | wm4 | 2013-06-30 | 1 | -1/+2 |
* | dec_sub: introduce sub_control(), use it for sub_step | wm4 | 2013-06-29 | 1 | -8/+7 |
* | command: redraw subs if sub-delay is changed | wm4 | 2013-06-29 | 1 | -1/+1 |
* | sub: update subtitle time offset even if paused | wm4 | 2013-06-29 | 1 | -5/+5 |
* | input: store number of binds, instead of using 0-termination | wm4 | 2013-06-29 | 1 | -60/+54 |
* | input: store number of keys, instead of using 0-termination | wm4 | 2013-06-29 | 1 | -21/+24 |
* | input: don't keep separate sections for builtin key bindings | wm4 | 2013-06-29 | 1 | -62/+76 |
* | mplayer: don't hide mouse cursor if mouse is inside mouse area | wm4 | 2013-06-29 | 2 | -1/+5 |
* | input: trigger mouse_leave key bindings if mouse leaves mouse area | wm4 | 2013-06-29 | 3 | -12/+52 |
* | command: add commands to enable/disable input sections | wm4 | 2013-06-29 | 3 | -0/+19 |
* | input: handle mouse movement differently | wm4 | 2013-06-29 | 6 | -145/+328 |
* | command: make raw percent-pos property return fractions | wm4 | 2013-06-29 | 1 | -3/+6 |
* | command: add properties for playlist position | wm4 | 2013-06-29 | 5 | -9/+102 |
* | core: add libquvi 0.9 support | wm4 | 2013-06-28 | 5 | -9/+286 |
* | core: rename mplayer.h and quvi.c | wm4 | 2013-06-28 | 4 | -10/+6 |
* | options: rename --mkv-subtitle-preroll, --dtshd | wm4 | 2013-06-28 | 1 | -2/+6 |
* | options: rename --rawvideo to --demuxer-rawvideo, same with --rawaudio | wm4 | 2013-06-28 | 1 | -3/+2 |
* | options: rename -lavdopts to -vd-lavc, -lavfdopts to -demuxer-lavf | wm4 | 2013-06-28 | 1 | -3/+4 |
* | options: remove -lavdopts debug suboption | wm4 | 2013-06-28 | 1 | -1/+0 |
* | Merge branch 'sub_mess2' | wm4 | 2013-06-25 | 9 | -92/+325 |
|\ |
|
| * | options: add -sub-speed option | wm4 | 2013-06-25 | 2 | -0/+3 |
| * | sub: libguess support for -subcp | wm4 | 2013-06-25 | 1 | -1/+27 |
| * | sub: add subtitle charset conversion | wm4 | 2013-06-25 | 2 | -0/+257 |
| * | sub: add demux_libass wrapper, drop old hacks | wm4 | 2013-06-25 | 5 | -78/+15 |
| * | core: don't set correct-pts mode randomly | wm4 | 2013-06-25 | 1 | -0/+8 |
| * | subreader: turn into actual demuxer | wm4 | 2013-06-25 | 2 | -8/+2 |
| * | Move/rename subreader.c | wm4 | 2013-06-25 | 1 | -1/+1 |
| * | sub: do some timing postprocessing on preloaded subs | wm4 | 2013-06-23 | 1 | -4/+2 |
| * | sub: preload external text subtitles | wm4 | 2013-06-23 | 1 | -0/+10 |
| * | sub: remove redundant condition | wm4 | 2013-06-23 | 1 | -2/+2 |
| * | stream: remove padding parameter from stream_read_complete() | wm4 | 2013-06-23 | 2 | -2/+2 |
* | | av_log: change how ffmpeg log messages are formatted | wm4 | 2013-06-22 | 1 | -4/+8 |
* | | encoding: use --start for ratios, etc. | Rudolf Polzer | 2013-06-20 | 2 | -7/+24 |
* | | command line: allow --o= to disable encoding (i.e. empty string file name) | Rudolf Polzer | 2013-06-20 | 1 | -3/+3 |
* | | encode_lavc: simplify encoding status output; remove percentage | Rudolf Polzer | 2013-06-20 | 4 | -19/+18 |
|/ |
|
* | Merge branch 'cache_new' | wm4 | 2013-06-16 | 3 | -24/+22 |
|\ |
|
| * | cache: use threads instead of fork() | wm4 | 2013-06-16 | 1 | -1/+2 |
| * | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 2 | -12/+11 |
| * | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 1 | -11/+9 |
* | | audio/out: remove ao->outburst/buffersize fields | wm4 | 2013-06-16 | 3 | -5/+0 |
* | | core: add a spsc ringbuffer implementation | Stefano Pigozzi | 2013-06-16 | 3 | -0/+303 |
* | | encode_lavc strings: use new option syntax | Rudolf Polzer | 2013-06-16 | 1 | -19/+19 |
* | | mplayer: update window title if its properties change | John Hawthorn | 2013-06-16 | 1 | -10/+18 |
* | | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLE | wm4 | 2013-06-15 | 1 | -0/+1 |
* | | command: use more standard time format for clock property | wm4 | 2013-06-14 | 1 | -1/+1 |
* | | x11: enable screensaver when paused, rename/change --stop-xscreensaver | wm4 | 2013-06-14 | 3 | -5/+6 |
* | | core: introduce separate VOCTRLs for screensaver stop/resume | wm4 | 2013-06-14 | 1 | -8/+14 |
* | | support "-" as file name when encoding | Rudolf Polzer | 2013-06-13 | 1 | -7/+15 |
* | | options: remove --stereo | wm4 | 2013-06-13 | 1 | -6/+0 |
* | | mplayer: save sub-visibility property | wm4 | 2013-06-13 | 1 | -1/+1 |
* | | mplayer: try to handle PTS forward jumps | wm4 | 2013-06-13 | 1 | -1/+6 |
* | | options: fix compilation on Windows | wm4 | 2013-06-11 | 1 | -0/+1 |
* | | command: fix empty metadata case | wm4 | 2013-06-11 | 1 | -2/+2 |
* | | Option -omaxfps: limit fps when encoding | Rudolf Polzer | 2013-06-09 | 2 | -0/+2 |
|/ |
|
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 4 | -59/+55 |
* | core: rename cfg-mplayer.h to options.c | wm4 | 2013-06-08 | 2 | -2/+2 |
* | core: merge defaultopts.c into cfg-mplayer.h | wm4 | 2013-06-08 | 4 | -124/+110 |
* | command: replace some show_ commands with properties | wm4 | 2013-06-07 | 3 | -122/+126 |
* | command: human readable output for metadata property | wm4 | 2013-06-07 | 1 | -0/+10 |
* | core: reset pause state by default when going to next file | wm4 | 2013-06-07 | 1 | -0/+2 |
* | m_option: allow setting empty lists | wm4 | 2013-06-07 | 1 | -2/+5 |
* | keycodes: fix copy paste error | Stefano Pigozzi | 2013-06-05 | 1 | -3/+3 |
* | command: add the current local time as a property | Jan-Marek Glogowski | 2013-06-04 | 1 | -0/+16 |
* | osx: improve Media Keys support | Stefano Pigozzi | 2013-06-04 | 4 | -2/+23 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 9 | -357/+209 |
|\ |
|
| * | sub: always show subtitles on terminal with -no-video | wm4 | 2013-06-04 | 1 | -2/+4 |
| * | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 2 | -0/+22 |
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 1 | -11/+8 |
| * | sub: use libass even if -no-ass is used | wm4 | 2013-06-03 | 1 | -2/+1 |
| * | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 1 | -20/+15 |
| * | sub: basic subtitle converters | wm4 | 2013-06-03 | 1 | -7/+0 |
| * | sub: refactor | wm4 | 2013-06-01 | 2 | -33/+51 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 2 | -42/+42 |
| * | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 1 | -11/+10 |
| * | sub: remove some global variables | wm4 | 2013-05-30 | 5 | -19/+32 |
| * | options: add --no-sub-visibility for symmetry | wm4 | 2013-05-30 | 2 | -24/+2 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 3 | -132/+20 |
| * | sub: use DVD PTS fallback code in normal sub decoding path | wm4 | 2013-05-30 | 1 | -0/+14 |
| * | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 4 | -121/+55 |
* | | fix build on linux | Stefano Pigozzi | 2013-06-03 | 1 | -0/+2 |
* | | osx: add Apple Remote support | Stefano Pigozzi | 2013-06-03 | 6 | -3/+54 |
* | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 2 | -0/+8 |
* | | m_option: fix -vo opengl lscale validation | wm4 | 2013-06-03 | 1 | -0/+7 |
|/ |
|
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 1 | -2/+6 |
* | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 2 | -12/+0 |
* | mplayer: fix volume setting with --gapless-audio | wm4 | 2013-05-29 | 2 | -16/+26 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 | 1 | -1/+1 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 | 2 | -0/+4 |
* | mplayer: output status line normally with --no-consolecontrols | wm4 | 2013-05-27 | 1 | -1/+1 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 2 | -2/+2 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 7 | -75/+66 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 1 | -12/+2 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 1 | -5/+2 |
* | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 5 | -7/+57 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 1 | -0/+4 |
* | macosx_application: implement "Quit & remember position" | Stefano Pigozzi | 2013-05-23 | 1 | -1/+1 |
* | command: auto-insert yadif when switching deinterlacing | wm4 | 2013-05-23 | 1 | -6/+40 |
* | m_option: allow removing filter entries by content with -vf-del | wm4 | 2013-05-23 | 1 | -89/+88 |
* | m_option: move code around | wm4 | 2013-05-23 | 1 | -139/+146 |
* | m_option, vf: add label support | wm4 | 2013-05-23 | 2 | -25/+83 |
* | core: support mpv directory itself as a valid location for config files on Wi... | elevengu | 2013-05-23 | 1 | -9/+22 |
* | mplayer: don't cut status line if --no-consolecontrols is used | wm4 | 2013-05-21 | 1 | -1/+4 |
* | options: remove dead -dr1 option | wm4 | 2013-05-21 | 2 | -3/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 3 | -3/+6 |
* | mplayer: re-add some legacy slave mode output for issue #92 | wm4 | 2013-05-21 | 1 | -5/+15 |
* | m_option: fix parameter comparison for vf-toggle | wm4 | 2013-05-21 | 1 | -6/+11 |
* | m_option: fix -vf-del in profiles | wm4 | 2013-05-21 | 1 | -3/+4 |
* | Fix commit d1b37af | wm4 | 2013-05-18 | 1 | -1/+1 |
* | input: allow quotes around any input command | wm4 | 2013-05-18 | 1 | -3/+1 |
* | input: do property expansion for all input command string arguments | wm4 | 2013-05-18 | 3 | -18/+26 |
* | input: accept input command prefixes in any order | wm4 | 2013-05-18 | 1 | -20/+22 |
* | core: allow changing filter filters at runtime | wm4 | 2013-05-18 | 5 | -12/+80 |
* | m_option: allow -vf "" | wm4 | 2013-05-18 | 1 | -5/+3 |
* | m_option: add -vf-toggle | wm4 | 2013-05-18 | 1 | -52/+80 |
* | m_option: allow using -vf-del with a name | wm4 | 2013-05-18 | 1 | -51/+70 |
* | video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VO | wm4 | 2013-05-18 | 1 | -1/+1 |
* | cfg-mplayer: fix some option flags | wm4 | 2013-05-17 | 1 | -3/+3 |
* | options: fix exit code when using help options | wm4 | 2013-05-15 | 3 | -16/+22 |
* | mplayer: potentially fix main() return value | wm4 | 2013-05-15 | 1 | -2/+2 |
* | options: add -V as alias for --version | wm4 | 2013-05-15 | 1 | -0/+1 |
* | options: use case-sensitive comparsion for options | wm4 | 2013-05-15 | 2 | -17/+17 |
* | options: add --version | wm4 | 2013-05-15 | 2 | -0/+11 |
* | command: use "title" tag for media-title property if available | wm4 | 2013-05-15 | 1 | -3/+6 |
* | add osd-scale command | Paul B Mahol | 2013-05-14 | 4 | -0/+4 |
* | command: simplify sub OSD update | wm4 | 2013-05-14 | 1 | -8/+8 |
* | m_option: fix segfault in parse_chmap | Rudolf Polzer | 2013-05-14 | 1 | -1/+2 |
* | core: re-add -dumpstream as --stream-dump | wm4 | 2013-05-12 | 3 | -0/+36 |
* | core: add --stream-capture | wm4 | 2013-05-12 | 4 | -0/+20 |
* | Merge branch 'audio_changes' | wm4 | 2013-05-12 | 7 | -35/+83 |
|\ |
|
| * | audio: print channel map additionally to channel count on terminal | wm4 | 2013-05-12 | 1 | -6/+4 |
| * | audio: remove useless audio channels from AO, unless requested | wm4 | 2013-05-12 | 1 | -0/+2 |
| * | core: use channel map on demuxer level too | wm4 | 2013-05-12 | 6 | -17/+13 |
| * | audio/out: switch to channel map | wm4 | 2013-05-12 | 1 | -4/+4 |
| * | audio: add channel map API | wm4 | 2013-05-12 | 2 | -0/+46 |
| * | options: add option to prevent decoder audio downmixing | wm4 | 2013-04-13 | 4 | -6/+15 |
| * | options: remove --af-adv | wm4 | 2013-04-13 | 1 | -6/+0 |
| * | audio: switch to libavcodec channel order, use libavresample for mixing | wm4 | 2013-04-13 | 1 | -0/+3 |
| * | af: remove automatically inserted filters on full reinit | wm4 | 2013-04-13 | 1 | -1/+1 |
* | | cocoa_common: add native OSX fullscreen support | Stefano Pigozzi | 2013-05-12 | 2 | -0/+6 |
* | | OSX: run native event loop in a separate thread | Stefano Pigozzi | 2013-05-12 | 1 | -34/+17 |
* | | OSX: use native Cocoa's event loop | Stefano Pigozzi | 2013-05-12 | 2 | -7/+43 |
* | | command: add time-remaining property | wm4 | 2013-05-10 | 1 | -0/+14 |
* | | core: refactor seek_chapter() function | wm4 | 2013-05-09 | 3 | -40/+47 |
* | | command: fix DVD angle cycling | wm4 | 2013-05-09 | 1 | -2/+12 |
* | | demux: remove retrieval of chapter end time | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | Fix some cppcheck / scan-build warnings | wm4 | 2013-05-06 | 1 | -1/+1 |
* | | core: add playback resume feature (manual/opt-in) | wm4 | 2013-05-05 | 10 | -1/+155 |
* | | command: alias video/audio/sub properties to -vid/-aid/-sid | wm4 | 2013-05-05 | 1 | -9/+26 |
* | | mplayer: factor config dir creation | wm4 | 2013-05-05 | 1 | -18/+23 |
* | | core: ignore backstep command if demuxer is not capable | wm4 | 2013-05-05 | 1 | -4/+7 |
* | | options: correctly handle things like: dvd://1-2/filename | wm4 | 2013-05-05 | 1 | -7/+9 |
* | | core: move demuxer time reporting to demuxer | wm4 | 2013-05-05 | 1 | -8/+4 |
* | | video: add --hwdec-codecs option to whitelist codecs for hw decoding | wm4 | 2013-05-04 | 3 | -0/+4 |
* | | video: support YCgCo colorspace | wm4 | 2013-05-04 | 1 | -1/+2 |
* | | stream_bluray: remove the broken -bluray-chapter option | reimar | 2013-04-27 | 1 | -1/+0 |
* | | mplayer: put space before encoding part of status line | wm4 | 2013-04-27 | 1 | -1/+1 |
* | | options: allow using [ ] for quoting in sub-options | wm4 | 2013-04-26 | 1 | -1/+8 |
* | | core: simplify handling of --pause | wm4 | 2013-04-25 | 5 | -31/+21 |
* | | core: don't let cache pause handling and user pausing conflict | wm4 | 2013-04-25 | 3 | -10/+25 |
* | | core: fix bogus condition that broke backstepping with last commit | wm4 | 2013-04-25 | 1 | -1/+1 |
* | | core: fix backstepping with ordered chapters | wm4 | 2013-04-25 | 1 | -5/+13 |
* | | core: add backstep support | wm4 | 2013-04-24 | 5 | -8/+114 |
* | | mplayer: apply hrseek framedrop only when doing hrseek | wm4 | 2013-04-24 | 1 | -2/+2 |
* | | x11: use mpv internal key auto-repeat handling if possible | wm4 | 2013-04-24 | 2 | -0/+2 |
* | | input: don't reset time on each key repeat | wm4 | 2013-04-24 | 1 | -2/+4 |
* | | input: adjust wait time for key-repeat | wm4 | 2013-04-24 | 1 | -0/+4 |
* | | input: change default auto-repeat settings | wm4 | 2013-04-24 | 1 | -2/+2 |
* | | input: don't let multi-key bindings block simple key bindings | wm4 | 2013-04-24 | 1 | -4/+16 |
* | | input: reduce amount of tracked keys per binding | wm4 | 2013-04-24 | 1 | -1/+1 |
* | | input: fix handling of MP_KEY_STATE_DOWN | wm4 | 2013-04-24 | 2 | -6/+16 |
* | | m_option: fix positional sub-option skipping | wm4 | 2013-04-23 | 1 | -2/+2 |
* | | m_option: allow quoted positional parameters for -vf | wm4 | 2013-04-23 | 1 | -36/+53 |
* | | vf_lavfi: add libavfilter bridge | wm4 | 2013-04-21 | 1 | -0/+7 |
* | | m_option: redo code for parsing -vf to accept quotes | wm4 | 2013-04-21 | 1 | -130/+123 |
* | | m_option: add function to check whether parameters are required | wm4 | 2013-04-21 | 3 | -4/+11 |
* | | options: untangle track range parsing for stream_cdda | wm4 | 2013-04-21 | 2 | -72/+1 |
* | | m_option: split out sub-config parsing | wm4 | 2013-04-21 | 1 | -37/+54 |
* | | bstr: add bstrto0() | wm4 | 2013-04-21 | 1 | -0/+6 |
* | | bstr: add bstrspn() | wm4 | 2013-04-21 | 2 | -0/+10 |
* | | mplayer: prefer -sub/-subfile subs over auto-loaded subs | wm4 | 2013-04-20 | 2 | -2/+9 |
* | | core: display subtitle codec in track listing | wm4 | 2013-04-20 | 1 | -2/+9 |
* | | demux: remove some unused sh_video_t fields | wm4 | 2013-04-20 | 1 | -5/+0 |
* | | sub, demux: identify subtitle types with the codec name | wm4 | 2013-04-20 | 1 | -8/+6 |
* | | av_common: allow calling mp_codec_to_av_codec_id() with NULL | wm4 | 2013-04-20 | 1 | -7/+9 |
* | | command: try to switch subs too for program property | wm4 | 2013-04-20 | 1 | -2/+4 |
* | | core: matroska: support concatenated segments | wm4 | 2013-04-20 | 1 | -43/+80 |
* | | mplayer: take tracks from first segment if main file is empty | wm4 | 2013-04-20 | 1 | -3/+9 |
* | | encoding: when output is pipe: or pipe:1, avoid mp_msg to stdout | Rudolf Polzer | 2013-04-15 | 3 | -1/+11 |
|/ |
|
* | core: remove dead --vsync leftovers | wm4 | 2013-04-12 | 2 | -11/+1 |
* | command: fix deref before NULL check | wm4 | 2013-04-12 | 1 | -1/+1 |
* | mplayer: remove unnecessary variable | wm4 | 2013-04-10 | 2 | -8/+4 |
* | core: add --reset-on-next-file option | wm4 | 2013-04-10 | 5 | -0/+32 |
* | mplayer: keep volume persistent, even when using --volume | wm4 | 2013-04-10 | 1 | -4/+13 |
* | mplayer: move DVB channel skip code | wm4 | 2013-04-10 | 1 | -23/+21 |
* | mplayer: don't disable term-osd with -v | wm4 | 2013-04-10 | 1 | -4/+0 |
* | command: fix loadlist command | wm4 | 2013-04-10 | 1 | -3/+5 |
* | mplayer: don't print bogus status when caching | wm4 | 2013-04-10 | 1 | -1/+1 |
* | core: remove volstep global variable | wm4 | 2013-04-09 | 4 | -5/+4 |
* | core: restore --mc default value (fixes A/V sync) | wm4 | 2013-04-09 | 1 | -0/+1 |
* | Remove some apple remote leftovers | wm4 | 2013-04-05 | 3 | -26/+0 |
* | input: remove ar.h include | Stefano Pigozzi | 2013-04-05 | 1 | -2/+0 |
* | demux_mkv: try to show current subtitle when seeking | wm4 | 2013-04-04 | 3 | -0/+4 |
* | options: fix --no-colorkey | wm4 | 2013-04-04 | 1 | -1/+1 |
* | core: add --heartbeat-interval option | wm4 | 2013-04-04 | 5 | -3/+8 |
* | av_common: minor simplification | wm4 | 2013-04-04 | 1 | -8/+2 |
* | command: silence "Audio: no audio" line for playback speed | wm4 | 2013-04-04 | 1 | -1/+2 |
* | mplayer: switch back to video PTS for reporting playback time | wm4 | 2013-04-04 | 2 | -10/+8 |
* | mplayer: fix framestepping on ordered chapter segment boundaries | wm4 | 2013-04-04 | 1 | -28/+34 |
* | mplayer: fix --step EOF handling | wm4 | 2013-04-04 | 1 | -1/+3 |
* | remove Apple Remote related code | Stefano Pigozzi | 2013-03-31 | 6 | -677/+0 |
* | osd: draw the OSD bar with ASS vector drawings | wm4 | 2013-03-30 | 4 | -2/+31 |
* | vo: rename vo_draw_image to vo_queue_image | wm4 | 2013-03-28 | 1 | -2/+2 |
* | vo_opengl: split into multiple files, convert to new option API | wm4 | 2013-03-28 | 1 | -0/+10 |
* | core: always pass data via packet fields to video decoders | wm4 | 2013-03-28 | 1 | -10/+9 |
* | m_option: pretty-print floats with 3 pre-decimal digits instead of 2 | wm4 | 2013-03-26 | 1 | -6/+6 |
* | core: output --playing-msg message only after at least one frame is shown | wm4 | 2013-03-26 | 2 | -6/+9 |
* | mplayer: make --frames=1 work for audio | wm4 | 2013-03-26 | 1 | -10/+15 |
* | mplayer: cosmetics: make some code more readable | wm4 | 2013-03-26 | 1 | -13/+13 |
* | command: export VO video width/height as properties | wm4 | 2013-03-26 | 1 | -0/+24 |
* | input: make input command deprecation warnings visible | wm4 | 2013-03-26 | 2 | -3/+3 |
* | mp_msg: don't change text color for normal output | wm4 | 2013-03-26 | 1 | -2/+8 |
* | input: fix crash due to dangling pointer | wm4 | 2013-03-19 | 1 | -1/+1 |
* | input/ar: remove unused variable | wm4 | 2013-03-19 | 1 | -1/+0 |
* | mp_msg: print MSGL_STATUS to stderr if stderr is redirected | Rudolf Polzer | 2013-03-18 | 1 | -2/+2 |
* | mp_msg: fix status output disappearing when redirecting INPUT. | Rudolf Polzer | 2013-03-18 | 1 | -2/+2 |
* | options: fix --wid | wm4 | 2013-03-18 | 1 | -1/+1 |
* | configure: bump minimum FFmpeg/Libav versions, remove compat hacks | wm4 | 2013-03-13 | 1 | -74/+0 |
* | Prefix CODEC_ID_ with AV_ | wm4 | 2013-03-13 | 1 | -29/+29 |
* | core: remove a number of global variables | wm4 | 2013-03-08 | 9 | -112/+103 |
* | core: make more robust against missing libavcodec AVCodecDescriptor entries | wm4 | 2013-03-07 | 1 | -3/+18 |
* | options: fix panscan controls | wm4 | 2013-03-06 | 1 | -1/+1 |
* | options: remove --no-vsync | wm4 | 2013-03-06 | 3 | -4/+0 |
* | vo: Separate vo options from MPOpts | Alexander Preisinger | 2013-03-04 | 5 | -46/+49 |
* | Remove vo_fps global variable | wm4 | 2013-03-04 | 4 | -5/+22 |
* | Add a --dtshd option | Wessel Dankers | 2013-03-04 | 2 | -0/+2 |
* | vo: remove and cleanup globals | Alexander Preisinger | 2013-03-04 | 6 | -93/+131 |
* | x11_common: fix --cursor-autohide when paused | wm4 | 2013-03-03 | 1 | -2/+8 |
* | core: fix SEEK_FACTOR | wm4 | 2013-03-01 | 2 | -6/+12 |
* | m_option: don't define OPT_BASE_STRUCT by default | wm4 | 2013-03-01 | 3 | -2/+4 |
* | m_option: reformat option macro definitions | wm4 | 2013-03-01 | 1 | -31/+102 |
* | m_options: more typesafety | wm4 | 2013-03-01 | 4 | -30/+73 |
* | core: move X11 specific code to x11_common.c | wm4 | 2013-03-01 | 1 | -5/+0 |
* | core: simplify OSD capability handling, remove VFCAP_OSD | wm4 | 2013-03-01 | 1 | -3/+2 |
* | core: use floats for OSD bar percentage display | wm4 | 2013-02-26 | 2 | -15/+17 |
* | core: use playback time to determine playback percent position | wm4 | 2013-02-26 | 1 | -6/+16 |
* | video/out: remove video mode switching (--vm) | wm4 | 2013-02-26 | 2 | -7/+0 |
* | screenshot: make showing OSD message when taking a screenshot default | wm4 | 2013-02-26 | 1 | -2/+1 |
* | screenshot: show a message on each screenshot taken | wm4 | 2013-02-26 | 3 | -15/+45 |
* | commands: parse seek time arguments like time options | wm4 | 2013-02-26 | 3 | -2/+4 |
* | options: reject nan, inf, 0:0, etc. for float options | wm4 | 2013-02-26 | 1 | -0/+13 |
* | options: remove parsing of "," as decimal point | wm4 | 2013-02-26 | 1 | -17/+2 |
* | Remove --rootwin option and rootwin property | wm4 | 2013-02-24 | 3 | -12/+0 |
* | core: print correct quit message when quitting, simplify code | wm4 | 2013-02-24 | 2 | -27/+14 |
* | m_option: remove preset mechanism | wm4 | 2013-02-23 | 2 | -98/+0 |
* | options: fix --no-shuffle and --no-{ | wm4 | 2013-02-23 | 2 | -2/+6 |
* | options: drop --opt:subopt option names | wm4 | 2013-02-23 | 4 | -40/+38 |
* | core: add fs-screen option for fullscreen display selection | Stefano Pigozzi | 2013-02-21 | 3 | -0/+5 |
* | core: move `xineramascreen` to `MPOpts` as `vo_screen_id` | Stefano Pigozzi | 2013-02-21 | 3 | -2/+4 |
* | options: parse C-style escapes for some options | wm4 | 2013-02-20 | 3 | -11/+70 |
* | osd: prevent osd bar from sticking around on seeks | wm4 | 2013-02-20 | 2 | -7/+14 |
* | mplayer: don't display "-1" as chapter when chapter seek fails | wm4 | 2013-02-20 | 1 | -1/+6 |
* | parser-cfg: fix profile-desc | wm4 | 2013-02-18 | 1 | -5/+6 |
* | osd: use --osd-duration for OSD bar | wm4 | 2013-02-17 | 1 | -2/+4 |
* | mplayer: print "Cache:" instead of "C:" on the status line | wm4 | 2013-02-17 | 1 | -1/+1 |
* | osd: show cache state on the playback progression display by default | wm4 | 2013-02-17 | 1 | -0/+3 |
* | command: add "cache" read-only property | wm4 | 2013-02-17 | 3 | -6/+17 |
* | cleanup: remove duplicated function, move escape parsing function | wm4 | 2013-02-16 | 3 | -57/+71 |
* | osd: add --osd-status-msg option for custom OSD status | wm4 | 2013-02-16 | 3 | -5/+14 |
* | mplayer: use talloc instead of malloc for status line | wm4 | 2013-02-16 | 1 | -59/+35 |
* | command: give feedback on the OSD if a property is unavailable | wm4 | 2013-02-16 | 2 | -26/+24 |
* | osd: add --no-osd-bar option to disable the OSD bar | wm4 | 2013-02-16 | 5 | -3/+6 |
* | osd: always update already visible OSD bar on seeks | wm4 | 2013-02-16 | 2 | -9/+22 |
* | options: change handling of "no-" options yet again | wm4 | 2013-02-16 | 4 | -45/+55 |
* | osd: add --osd-bar-align-x/y options to control OSD bar position | wm4 | 2013-02-14 | 2 | -0/+4 |
* | Fix compilation with Libav | wm4 | 2013-02-14 | 1 | -0/+2 |
* | mplayer: fix seek display during seeking when playing ordered chapters | wm4 | 2013-02-13 | 1 | -9/+15 |
* | Prefix keycode defines with MP_ | wm4 | 2013-02-12 | 6 | -378/+366 |
* | mp_common: silence warning | wm4 | 2013-02-12 | 1 | -1/+1 |
* | demux_lavf, ad_lavc, vd_lavc: pass codec header data directly | wm4 | 2013-02-10 | 2 | -0/+35 |
* | demux_lavf: remove code duplication | wm4 | 2013-02-10 | 1 | -3/+3 |
* | core: redo how codecs are mapped, remove codecs.conf | wm4 | 2013-02-10 | 14 | -866/+395 |
* | options: change --no-config option, make it apply to input.conf as well | wm4 | 2013-02-09 | 7 | -35/+29 |
* | mplayer: remove seconds/centiseconds display from terminal status line | wm4 | 2013-02-09 | 1 | -6/+2 |
* | cleanup: replace OPT_FLAG_ON and OPT_MAKE_FLAGS with OPT_FLAG | wm4 | 2013-02-09 | 3 | -45/+43 |
* | options: unify single dash and double dash options | wm4 | 2013-02-09 | 7 | -184/+175 |
* | config: do not require option value | wm4 | 2013-02-09 | 1 | -54/+38 |
* | options: change handling of "no-" options | wm4 | 2013-02-09 | 6 | -59/+101 |
* | 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 |