aboutsummaryrefslogtreecommitdiffhomepage
path: root/core/mplayer.c
Commit message (Expand)AuthorAge
* Merge branch 'cache_new'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
* | mplayer: update window title if its properties changeGravatar John Hawthorn2013-06-16
* | video/out: introduce VOCTRL_UPDATE_WINDOW_TITLEGravatar wm42013-06-15
* | x11: enable screensaver when paused, rename/change --stop-xscreensaverGravatar wm42013-06-14
* | core: introduce separate VOCTRLs for screensaver stop/resumeGravatar wm42013-06-14
* | mplayer: save sub-visibility propertyGravatar wm42013-06-13
* | mplayer: try to handle PTS forward jumpsGravatar wm42013-06-13
| * core: use STREAM_CTRL instead of accessing stream_dvd internalsGravatar wm42013-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
* Merge branch 'sub_mess'Gravatar wm42013-06-04
|\
| * sub: always show subtitles on terminal with -no-videoGravatar wm42013-06-04
| * 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
| * 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
| * 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
* mplayer: fix volume setting with --gapless-audioGravatar wm42013-05-29
* mplayer: output status line normally with --no-consolecontrolsGravatar wm42013-05-27
* Replace calls to usec_sleep()Gravatar wm42013-05-26
* Replace all calls to GetTimer()/GetTimerMS()Gravatar wm42013-05-26
* vo: rip out VO timer wakeup mechanism againGravatar wm42013-05-26
* timer: refactor, add 64 bit timer functionGravatar wm42013-05-26
* core: do mouse cursor hiding business in frontendGravatar wm42013-05-26
* macosx_application: implement "Quit & remember position"Gravatar Stefano Pigozzi2013-05-23
* mplayer: don't cut status line if --no-consolecontrols is usedGravatar wm42013-05-21
* mplayer: re-add some legacy slave mode output for issue #92Gravatar wm42013-05-21
* core: allow changing filter filters at runtimeGravatar wm42013-05-18
* options: fix exit code when using help optionsGravatar wm42013-05-15
* mplayer: potentially fix main() return valueGravatar wm42013-05-15
* options: add --versionGravatar wm42013-05-15
* core: re-add -dumpstream as --stream-dumpGravatar wm42013-05-12
* core: add --stream-captureGravatar wm42013-05-12
* Merge branch 'audio_changes'Gravatar wm42013-05-12
|\
| * audio: print channel map additionally to channel count on terminalGravatar wm42013-05-12
| * audio: remove useless audio channels from AO, unless requestedGravatar wm42013-05-12
| * core: use channel map on demuxer level tooGravatar wm42013-05-12
| * audio/out: switch to channel mapGravatar wm42013-05-12