aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* stream: remove padding parameter from stream_read_complete()Gravatar wm42013-06-23
* Merge branch 'cache_new'Gravatar wm42013-06-16
|\
| * cache: use threads instead of fork()Gravatar wm42013-06-16
| * cache: make the stream cache a proper stream that wraps other streamsGravatar wm42013-06-16
* | audio/out: remove ao->outburst/buffersize fieldsGravatar wm42013-06-16
* | core: add a spsc ringbuffer implementationGravatar Stefano Pigozzi2013-06-16
* | encode_lavc strings: use new option syntaxGravatar Rudolf Polzer2013-06-16
* | mplayer: update window title if its properties changeGravatar John Hawthorn2013-06-16
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* | command: use more standard time format for clock propertyGravatar wm42013-06-14
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverGravatar wm42013-06-14
* | core: introduce separate VOCTRLs for screensaver stop/resumeGravatar wm42013-06-14
* | support "-" as file name when encodingGravatar Rudolf Polzer2013-06-13
* | options: remove --stereoGravatar wm42013-06-13
* | mplayer: save sub-visibility propertyGravatar wm42013-06-13
* | mplayer: try to handle PTS forward jumpsGravatar wm42013-06-13
* | options: fix compilation on WindowsGravatar wm42013-06-11
* | command: fix empty metadata caseGravatar wm42013-06-11
| * core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-06-09
* | Option -omaxfps: limit fps when encodingGravatar Rudolf Polzer2013-06-09
|/
* 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
* keycodes: fix copy paste errorGravatar 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
* 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
| * core: add common function to initialize AVPacketGravatar wm42013-06-03
| * sub: pass subtitle packets directlyGravatar wm42013-06-03
| * sub: use libass even if -no-ass is usedGravatar wm42013-06-03
| * sub: turn subassconvert_ functions into sub convertersGravatar wm42013-06-03
* | osx: add Apple Remote supportGravatar Stefano Pigozzi2013-06-03
* | osx: create macosx_events to deal with keyDown eventsGravatar Stefano Pigozzi2013-06-03
| * sub: basic subtitle convertersGravatar wm42013-06-03
* | m_option: fix -vo opengl lscale validationGravatar wm42013-06-03
| * sub: refactorGravatar wm42013-06-01
| * core: add demux_sub pseudo demuxerGravatar wm42013-06-01
| * sub: various minor subtitle related changesGravatar wm42013-06-01
| * sub: remove some global variablesGravatar wm42013-05-30
| * options: add --no-sub-visibility for symmetryGravatar wm42013-05-30
| * sub: add sd_spu.c to wrap spudec, cleanup mplayer.cGravatar wm42013-05-30
| * sub: use DVD PTS fallback code in normal sub decoding pathGravatar wm42013-05-30
| * sub: redo how -no-ass is handledGravatar wm42013-05-30
|/
* core: avoid deselecting and reselecting stream needlesslyGravatar wm42013-05-29