aboutsummaryrefslogtreecommitdiffhomepage
path: root/core
Commit message (Expand)AuthorAge
* 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
* 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
* 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
* options: remove some questionable -lavdopts suboptionsGravatar wm42013-05-29
* mplayer: fix volume setting with --gapless-audioGravatar wm42013-05-29
* demux_lavf: minimal probing and reduced analyzeduration for AAC over HTTPGravatar wm42013-05-27
* options: add allow-mimetype suboption for demux_lavfGravatar wm42013-05-27
* 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
* vf_lavfi: allow setting avoptsGravatar wm42013-05-26
* macosx_application: implement "Quit & remember position"Gravatar Stefano Pigozzi2013-05-23
* command: auto-insert yadif when switching deinterlacingGravatar wm42013-05-23
* m_option: allow removing filter entries by content with -vf-delGravatar wm42013-05-23
* m_option: move code aroundGravatar wm42013-05-23
* m_option, vf: add label supportGravatar wm42013-05-23
* core: support mpv directory itself as a valid location for config files on Wi...Gravatar elevengu2013-05-23
* mplayer: don't cut status line if --no-consolecontrols is usedGravatar wm42013-05-21
* options: remove dead -dr1 optionGravatar wm42013-05-21
* dec_video: get rid of two global variablesGravatar wm42013-05-21
* mplayer: re-add some legacy slave mode output for issue #92Gravatar wm42013-05-21
* m_option: fix parameter comparison for vf-toggleGravatar wm42013-05-21
* m_option: fix -vf-del in profilesGravatar wm42013-05-21
* Fix commit d1b37afGravatar wm42013-05-18
* input: allow quotes around any input commandGravatar wm42013-05-18
* input: do property expansion for all input command string argumentsGravatar wm42013-05-18
* input: accept input command prefixes in any orderGravatar wm42013-05-18
* core: allow changing filter filters at runtimeGravatar wm42013-05-18
* m_option: allow -vf ""Gravatar wm42013-05-18
* m_option: add -vf-toggleGravatar wm42013-05-18
* m_option: allow using -vf-del with a nameGravatar wm42013-05-18
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOGravatar wm42013-05-18
* cfg-mplayer: fix some option flagsGravatar wm42013-05-17
* options: fix exit code when using help optionsGravatar wm42013-05-15
* mplayer: potentially fix main() return valueGravatar wm42013-05-15
* options: add -V as alias for --versionGravatar wm42013-05-15