| Commit message (Expand) | Author | Age | Files | Lines |
* | stream: reset buffer even on EOF/error | wm4 | 2013-06-16 | 1 | -4/+2 |
* | cache: use threads instead of fork() | wm4 | 2013-06-16 | 6 | -553/+425 |
* | stream: add partial read function | wm4 | 2013-06-16 | 2 | -17/+28 |
* | demux_lavf: change probing, use stream_unread_buffer() | wm4 | 2013-06-16 | 1 | -31/+33 |
* | stream: add stream_unread_buffer() | wm4 | 2013-06-16 | 2 | -4/+33 |
* | cache: make the stream cache a proper stream that wraps other streams | wm4 | 2013-06-16 | 8 | -352/+234 |
* | stream: remove pointless check | wm4 | 2013-06-09 | 1 | -7/+3 |
* | stream: remove unused function | wm4 | 2013-06-09 | 1 | -9/+0 |
* | stream: move VCD specific stuff to stream_vcd | wm4 | 2013-06-09 | 3 | -5/+4 |
* | stream_cdda, stream_vcd: check read buffer size | wm4 | 2013-06-09 | 2 | -0/+5 |
* | stream_dvd: remove some deadly insane code | wm4 | 2013-06-09 | 1 | -15/+0 |
* | stream: misleading statement | wm4 | 2013-06-09 | 1 | -1/+1 |
* | core: use STREAM_CTRL instead of accessing stream_dvd internals | wm4 | 2013-06-09 | 4 | -11/+33 |
* | stream: rename cache2.c to cache.c | wm4 | 2013-06-09 | 2 | -1/+1 |
* | cache2: uncrustify | wm4 | 2013-06-09 | 1 | -452/+521 |
* | manpage: improve documentation of property expansion | wm4 | 2013-06-08 | 2 | -45/+90 |
* | core: make options.c compile standalone | wm4 | 2013-06-08 | 6 | -59/+58 |
* | 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 | 5 | -125/+110 |
* | command: replace some show_ commands with properties | wm4 | 2013-06-07 | 5 | -131/+135 |
* | 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 | 2 | -0/+5 |
* | m_option: allow setting empty lists | wm4 | 2013-06-07 | 1 | -2/+5 |
* | ao_jack: remove global variables | wm4 | 2013-06-07 | 1 | -71/+79 |
* | ao_jack: align data sizes on audio frame size | wm4 | 2013-06-07 | 1 | -5/+5 |
* | ao_jack: switch to new AO API | wm4 | 2013-06-07 | 1 | -62/+62 |
* | ao_jack: uncrustify | wm4 | 2013-06-07 | 1 | -211/+236 |
* | ao_oss: remove duplicated format info | wm4 | 2013-06-07 | 1 | -50/+27 |
* | ao_oss: remove global variables | wm4 | 2013-06-07 | 1 | -80/+104 |
* | ao_oss: switch to new AO API | wm4 | 2013-06-07 | 1 | -128/+117 |
* | ao_oss: uncrustify | wm4 | 2013-06-07 | 1 | -298/+334 |
* | macosx_events: handle key modifiers with media keys | Stefano Pigozzi | 2013-06-06 | 2 | -27/+56 |
* | macosx_events: DRY up key lookup over dictionary | Stefano Pigozzi | 2013-06-05 | 1 | -10/+12 |
* | docs: update tech-overview.txt | wm4 | 2013-06-05 | 1 | -9/+19 |
* | keycodes: fix copy paste error | Stefano Pigozzi | 2013-06-05 | 1 | -3/+3 |
* | macosx_events: make remote property an instance variable | Stefano Pigozzi | 2013-06-05 | 2 | -7/+8 |
* | 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 | 10 | -33/+140 |
* | ao_openal: switch to new AO API | wm4 | 2013-06-04 | 1 | -52/+66 |
* | ao_openal: uncrustify | wm4 | 2013-06-04 | 1 | -172/+185 |
* | ao_jack: add (no-)connect suboption | reimar | 2013-06-04 | 2 | -11/+21 |
* | ao_dsound: remove global variables | wm4 | 2013-06-04 | 1 | -100/+129 |
* | ao_dsound: switch to new AO API | wm4 | 2013-06-04 | 1 | -61/+70 |
* | ao_dsound: uncrustify | wm4 | 2013-06-04 | 1 | -339/+375 |
* | Merge branch 'sub_mess' | wm4 | 2013-06-04 | 42 | -1525/+1770 |
|\ |
|
| * | sub: always show subtitles on terminal with -no-video | wm4 | 2013-06-04 | 1 | -2/+4 |
| * | sd_srt, sd_microdvd: set ASS script resolution | wm4 | 2013-06-03 | 3 | -1/+18 |
| * | sub: add name field to all sub decoders | wm4 | 2013-06-03 | 9 | -0/+20 |
| * | sd_ass: add default style if there aren't any styles | wm4 | 2013-06-03 | 1 | -4/+8 |
| * | ass_mp: provide function to add default styles | wm4 | 2013-06-03 | 3 | -17/+30 |
| * | core: add common function to initialize AVPacket | wm4 | 2013-06-03 | 5 | -20/+27 |
| * | sub: pass subtitle packets directly | wm4 | 2013-06-03 | 3 | -21/+18 |
| * | sub: never set VSFilter aspect if the ASS subtitle is converted | wm4 | 2013-06-03 | 3 | -1/+7 |
| * | sub: don't check for duplicates on sub conversion | wm4 | 2013-06-03 | 3 | -6/+17 |
| * | sd_lavc_conv: strip style header | wm4 | 2013-06-03 | 1 | -0/+19 |
| * | sub: use libass even if -no-ass is used | wm4 | 2013-06-03 | 2 | -8/+5 |
| * | sd_lavc_conv: add hack if AV_CODEC_PROP_TEXT_SUB is not available | wm4 | 2013-06-03 | 2 | -1/+29 |
| * | sd_ass: strip empty/whitespace lines in -no-ass mode | wm4 | 2013-06-03 | 1 | -1/+13 |
| * | demux_lavf: always set packet duration | wm4 | 2013-06-03 | 1 | -5/+2 |
| * | sub: make use of libavcodec subtitle converters | wm4 | 2013-06-03 | 5 | -0/+152 |
| * | sub: turn subassconvert_ functions into sub converters | wm4 | 2013-06-03 | 12 | -255/+169 |
| * | sub: split subassconvert.c into sd_microdvd.c and sd_srt.c | wm4 | 2013-06-03 | 3 | -257/+313 |
| * | sub: basic subtitle converters | wm4 | 2013-06-03 | 7 | -42/+220 |
| * | sub: refactor | wm4 | 2013-06-01 | 11 | -205/+287 |
| * | core: add demux_sub pseudo demuxer | wm4 | 2013-06-01 | 9 | -77/+108 |
| * | sub: various minor subtitle related changes | wm4 | 2013-06-01 | 6 | -43/+35 |
| * | sub: remove some global variables | wm4 | 2013-05-30 | 12 | -137/+108 |
| * | options: add --no-sub-visibility for symmetry | wm4 | 2013-05-30 | 3 | -25/+6 |
| * | spudec: restore --sub-forced-only support | wm4 | 2013-05-30 | 1 | -0/+2 |
| * | sub: add sd_spu.c to wrap spudec, cleanup mplayer.c | wm4 | 2013-05-30 | 13 | -179/+171 |
| * | sub: use DVD PTS fallback code in normal sub decoding path | wm4 | 2013-05-30 | 1 | -0/+14 |
| * | sub: remove check_duplicate_plaintext_event() | wm4 | 2013-05-30 | 1 | -19/+0 |
| * | sub: redo how -no-ass is handled | wm4 | 2013-05-30 | 16 | -445/+214 |
* | | fix build on linux | Stefano Pigozzi | 2013-06-03 | 1 | -0/+2 |
* | | osx: add Apple Remote support | Stefano Pigozzi | 2013-06-03 | 14 | -8/+2587 |
* | | osx: implement media keys | Stefano Pigozzi | 2013-06-03 | 3 | -1/+33 |
* | | macosx_events: send all queued events | Stefano Pigozzi | 2013-06-03 | 1 | -2/+3 |
* | | osx: cocoa_common: use default wakeup period | Stefano Pigozzi | 2013-06-03 | 2 | -1/+8 |
* | | osx: create macosx_events to deal with keyDown events | Stefano Pigozzi | 2013-06-03 | 10 | -208/+273 |
* | | osx_common: remove outdated ifdeffery | Stefano Pigozzi | 2013-06-03 | 1 | -52/+0 |
* | | travis: run travis on 'ci' branch | Stefano Pigozzi | 2013-06-03 | 1 | -0/+1 |
* | | input.conf: fix comment | wm4 | 2013-06-03 | 1 | -3/+3 |
* | | gl_video: reduce output with -v, skip useless header parts | wm4 | 2013-06-03 | 1 | -5/+8 |
* | | gl_video: explicitly clamp colormatrix output | wm4 | 2013-06-03 | 1 | -0/+1 |
* | | m_option: fix -vo opengl lscale validation | wm4 | 2013-06-03 | 1 | -0/+7 |
* | | demux: fix "-demuxer mpegps", don't force demuxer in stream_dvd | wm4 | 2013-06-02 | 2 | -2/+1 |
* | | cocoa_common: autohide dock/menubar on fs only if on same screen | Stefano Pigozzi | 2013-06-01 | 1 | -7/+37 |
* | | cocoa_common: don't autohide mouse on mousedown | Stefano Pigozzi | 2013-06-01 | 1 | -2/+10 |
* | | cocoa_common: avoid window creation with VOFLAG_HIDDEN | Stefano Pigozzi | 2013-06-01 | 1 | -76/+92 |
* | | cocoa_common: dehack mouse autohide by clipping view bounds to visible screen | Stefano Pigozzi | 2013-06-01 | 1 | -17/+19 |
* | | cocoa_common: fix mouse autohide on MenuBar/Dock interaction | Stefano Pigozzi | 2013-05-31 | 1 | -1/+7 |
* | | cocoa_common: fix empty window when going fs on different screen | Stefano Pigozzi | 2013-05-31 | 1 | -0/+9 |
* | | demux_mkv: clang: fix -Wunused-function | Stefano Pigozzi | 2013-05-30 | 1 | -0/+2 |
* | | cocoa_common: fix mouse hiding outside of player view | Stefano Pigozzi | 2013-05-30 | 1 | -9/+21 |
* | | cocoa_common: refactor fullscreen code for readability | Stefano Pigozzi | 2013-05-30 | 1 | -31/+53 |
* | | cocoa_common: fix native-fs state saving | Stefano Pigozzi | 2013-05-30 | 1 | -1/+2 |
* | | macosx_application: refactor psn matching code | Stefano Pigozzi | 2013-05-30 | 1 | -7/+5 |
* | | macosx_application: refactor filename escape | Stefano Pigozzi | 2013-05-30 | 1 | -14/+8 |
* | | cocoa_common: fix a bug in window initialization error | Stefano Pigozzi | 2013-05-30 | 1 | -1/+3 |
* | | macosx_application: use @autoreleasepool | Stefano Pigozzi | 2013-05-30 | 2 | -35/+25 |
* | | cocoa_common: use cocoa APIs to go fullscreen | Stefano Pigozzi | 2013-05-30 | 2 | -219/+165 |
* | | macosx_application: move escape_loadfile_name in this file | Stefano Pigozzi | 2013-05-30 | 4 | -25/+22 |
* | | cocoa_common: use better power management activity description | Stefano Pigozzi | 2013-05-30 | 1 | -1/+1 |
* | | osx: remove compatibility conditionals for 10.6 | Stefano Pigozzi | 2013-05-30 | 3 | -106/+13 |
|/ |
|
* | demux_mkv: replace awkward goto by function call | wm4 | 2013-05-30 | 1 | -39/+43 |
* | demux_mkv: make sure wavpacks works with older libavcodec versions | wm4 | 2013-05-30 | 1 | -0/+15 |
* | demux_mkv: fix wavpack in mkv | wm4 | 2013-05-30 | 1 | -0/+92 |
* | gl_common: fix invalid alignment | wm4 | 2013-05-30 | 1 | -2/+2 |
* | gl_video: add some debug code for testing texture depth | wm4 | 2013-05-30 | 1 | -7/+60 |
* | gl_video: change a GLSL statement | wm4 | 2013-05-30 | 1 | -1/+1 |
* | gl_video: fix some dithering bugs | wm4 | 2013-05-30 | 2 | -15/+11 |
* | core: avoid deselecting and reselecting stream needlessly | wm4 | 2013-05-29 | 2 | -2/+10 |
* | demux_asf: fix after commit 5165e19 | wm4 | 2013-05-29 | 2 | -7/+4 |
* | options: remove some questionable -lavdopts suboptions | wm4 | 2013-05-29 | 4 | -70/+4 |
* | mplayer: fix volume setting with --gapless-audio | wm4 | 2013-05-29 | 2 | -16/+26 |
* | manpage: fix typo | wm4 | 2013-05-27 | 1 | -1/+1 |
* | demuxer_lavf: use audio/mpeg mime type for mp3 | wm4 | 2013-05-27 | 1 | -0/+1 |
* | demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTP | wm4 | 2013-05-27 | 2 | -15/+44 |
* | options: add allow-mimetype suboption for demux_lavf | wm4 | 2013-05-27 | 4 | -1/+12 |
* | mplayer: output status line normally with --no-consolecontrols | wm4 | 2013-05-27 | 1 | -1/+1 |
* | macosx_application: fix menu 'ghosting' | Stefano Pigozzi | 2013-05-26 | 1 | -0/+7 |
* | manpage: fix typo | wm4 | 2013-05-26 | 1 | -2/+2 |
* | manpage: mark some filters as deprecated in favor of libavfilter | wm4 | 2013-05-26 | 1 | -0/+29 |
* | vo_opengl: remove most of the "inline" documentation | wm4 | 2013-05-26 | 1 | -86/+8 |
* | vf_delogo: copy in non-direct case, fix double-free | wm4 | 2013-05-26 | 1 | -9/+1 |
* | stream: kill STREAM_CTRL_RESET | wm4 | 2013-05-26 | 2 | -4/+0 |
* | stream: kill memory streams | wm4 | 2013-05-26 | 2 | -23/+3 |
* | demux_lavf: print how many bytes are read by avformat_find_stream_info() | wm4 | 2013-05-26 | 1 | -0/+6 |
* | stream: de-inline some larger functions | wm4 | 2013-05-26 | 2 | -70/+73 |
* | gl_video: improve dithering | wm4 | 2013-05-26 | 9 | -24/+349 |
* | gl_video: add scaler-resizes-only sub-option | wm4 | 2013-05-26 | 3 | -0/+33 |
* | Replace calls to usec_sleep() | wm4 | 2013-05-26 | 13 | -24/+15 |
* | Replace all calls to GetTimer()/GetTimerMS() | wm4 | 2013-05-26 | 19 | -125/+108 |
* | vo: rip out VO timer wakeup mechanism again | wm4 | 2013-05-26 | 3 | -31/+2 |
* | timer: use gettimeofday() on Windows | wm4 | 2013-05-26 | 1 | -1/+4 |
* | timer: refactor, add 64 bit timer function | wm4 | 2013-05-26 | 7 | -102/+142 |
* | cocoa_common: send mouse moved events to core when dragging | Stefano Pigozzi | 2013-05-26 | 1 | -2/+7 |
* | wayland: use VOCTRL_SET_CURSOR_VISIBILITY | Alexander Preisinger | 2013-05-26 | 2 | -36/+25 |
* | wayland: introduce vo_wayland_config | Alexander Preisinger | 2013-05-26 | 3 | -26/+24 |
* | cocoa_common: implement VOCTRL_SET_CURSOR_VISIBILITY | Stefano Pigozzi | 2013-05-26 | 1 | -39/+20 |
* | cocoa_common: implement mouse movement notifications | Stefano Pigozzi | 2013-05-26 | 1 | -0/+10 |
* | w32: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -6/+7 |
* | vo_sdl: use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 1 | -39/+3 |
* | x11: remove cursor hiding logic, use VOCTRL_SET_CURSOR_VISIBILITY | wm4 | 2013-05-26 | 2 | -48/+33 |
* | core: do mouse cursor hiding business in frontend | wm4 | 2013-05-26 | 6 | -7/+59 |
* | vo: remove vo.check_events callback | wm4 | 2013-05-26 | 7 | -25/+8 |
* | w32: use vo_w32_control() for all VOs | wm4 | 2013-05-26 | 3 | -40/+15 |
* | x11: use vo_x11_control() for all VOs | wm4 | 2013-05-26 | 5 | -80/+31 |
* | video/out: introduce vo_control for gl_common based VOs | wm4 | 2013-05-26 | 18 | -158/+138 |
* | vf_lavfi: allow setting avopts | wm4 | 2013-05-26 | 3 | -1/+22 |
* | ao_alsa: always unset ALSA error handler, cleanup on init error | wm4 | 2013-05-26 | 1 | -8/+9 |
* | cocoa_common: authohide menu/dock in fullscreen | Stefano Pigozzi | 2013-05-26 | 1 | -2/+3 |
* | macosx_application: implement "Quit & remember position" | Stefano Pigozzi | 2013-05-23 | 3 | -8/+21 |
* | af_lavfi: add libavfilter bridge | wm4 | 2013-05-23 | 5 | -0/+352 |
* | demux_mkv: defer reading of seek index until first seek | wm4 | 2013-05-23 | 1 | -3/+42 |
* | demux_mkv: use a single flag to indicate whether cues have been read | wm4 | 2013-05-23 | 1 | -1/+3 |
* | 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 | 5 | -26/+106 |
* | core: support mpv directory itself as a valid location for config files on Wi... | elevengu | 2013-05-23 | 1 | -9/+22 |
* | vo: remove unused callback | wm4 | 2013-05-23 | 1 | -1/+0 |
* | mplayer: don't cut status line if --no-consolecontrols is used | wm4 | 2013-05-21 | 1 | -1/+4 |
* | demux_lavf: workaround minor ffmpeg memory leak | wm4 | 2013-05-21 | 2 | -7/+1 |
* | demux: workaround for -demuxer mpegts -correct-pts | wm4 | 2013-05-21 | 2 | -8/+16 |
* | demux_mkv: support dirac in mkv | wm4 | 2013-05-21 | 2 | -0/+2 |
* | options: remove dead -dr1 option | wm4 | 2013-05-21 | 2 | -3/+0 |
* | dec_video: get rid of two global variables | wm4 | 2013-05-21 | 6 | -13/+9 |
* | dec_video: remove emms usage | wm4 | 2013-05-21 | 1 | -10/+0 |
* | |