aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* cache: use threads instead of fork()Gravatar wm42013-06-16
* stream: add partial read functionGravatar wm42013-06-16
* demux_lavf: change probing, use stream_unread_buffer()Gravatar wm42013-06-16
* stream: add stream_unread_buffer()Gravatar wm42013-06-16
* cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* stream: remove pointless checkGravatar wm42013-06-09
* stream: remove unused functionGravatar wm42013-06-09
* stream: move VCD specific stuff to stream_vcdGravatar wm42013-06-09
* stream_cdda, stream_vcd: check read buffer sizeGravatar wm42013-06-09
* stream_dvd: remove some deadly insane codeGravatar wm42013-06-09
* stream: misleading statementGravatar wm42013-06-09
* core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-06-09
* stream: rename cache2.c to cache.cGravatar wm42013-06-09
* cache2: uncrustifyGravatar wm42013-06-09
* manpage: improve documentation of property expansionGravatar wm42013-06-08
* core: make options.c compile standaloneGravatar wm42013-06-08
* core: rename cfg-mplayer.h to options.cGravatar wm42013-06-08
* core: merge defaultopts.c into cfg-mplayer.hGravatar wm42013-06-08
* command: replace some show_ commands with propertiesGravatar wm42013-06-07
* command: human readable output for metadata propertyGravatar wm42013-06-07
* core: reset pause state by default when going to next fileGravatar wm42013-06-07
* m_option: allow setting empty listsGravatar wm42013-06-07
* ao_jack: remove global variablesGravatar wm42013-06-07
* ao_jack: align data sizes on audio frame sizeGravatar wm42013-06-07
* ao_jack: switch to new AO APIGravatar wm42013-06-07
* ao_jack: uncrustifyGravatar wm42013-06-07
* ao_oss: remove duplicated format infoGravatar wm42013-06-07
* ao_oss: remove global variablesGravatar wm42013-06-07
* ao_oss: switch to new AO APIGravatar wm42013-06-07
* ao_oss: uncrustifyGravatar wm42013-06-07
* macosx_events: handle key modifiers with media keysGravatar Stefano Pigozzi2013-06-06
* macosx_events: DRY up key lookup over dictionaryGravatar Stefano Pigozzi2013-06-05
* docs: update tech-overview.txtGravatar wm42013-06-05
* keycodes: fix copy paste errorGravatar Stefano Pigozzi2013-06-05
* macosx_events: make remote property an instance variableGravatar Stefano Pigozzi2013-06-05
* command: add the current local time as a propertyGravatar Jan-Marek Glogowski2013-06-04
* osx: improve Media Keys supportGravatar Stefano Pigozzi2013-06-04
* ao_openal: switch to new AO APIGravatar wm42013-06-04
* ao_openal: uncrustifyGravatar wm42013-06-04
* ao_jack: add (no-)connect suboptionGravatar reimar2013-06-04
* ao_dsound: remove global variablesGravatar wm42013-06-04
* ao_dsound: switch to new AO APIGravatar wm42013-06-04
* ao_dsound: uncrustifyGravatar wm42013-06-04
* Merge branch 'sub_mess'Gravatar wm42013-06-04
|\
| * sub: always show subtitles on terminal with -no-videoGravatar wm42013-06-04
* | fix build on linuxGravatar Stefano Pigozzi2013-06-03
| * sd_srt, sd_microdvd: set ASS script resolutionGravatar wm42013-06-03
| * sub: add name field to all sub decodersGravatar wm42013-06-03
| * sd_ass: add default style if there aren't any stylesGravatar wm42013-06-03
| * ass_mp: provide function to add default stylesGravatar wm42013-06-03