| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | |