aboutsummaryrefslogtreecommitdiffhomepage
path: root/mpvcore
Commit message (Expand)AuthorAge
* player: factor audio buffer clearing codeGravatar wm42013-11-08
* audio: don't let ao_lavc access frontend internals, change gapless audioGravatar wm42013-11-08
* sd_lavc, sd_spu: make dvdsub stretching conditional on --stretch-dvd-subs.Gravatar Rudolf Polzer2013-11-07
* vd_lavc: remove explicit crystalhd supportGravatar wm42013-11-06
* input: remove unused key_down_event commandGravatar wm42013-11-06
* input: disallow autorepeat by default for most commandsGravatar wm42013-11-06
* playlist: rewrite PLS parserGravatar wm42013-11-04
* Merge branch 'master' into have_configureGravatar wm42013-11-04
|\
| * Fix -Wshadow warning about seek function in playloop.cGravatar Paweł Forysiuk2013-11-04
* | configure: uniform the defines to #define HAVE_xxx (0|1)Gravatar Stefano Pigozzi2013-11-03
| * player: fix quvi 0.9 playlist loadingGravatar wm42013-11-03
| * demux: make determining seek capability genericGravatar wm42013-11-03
| * demux: remove movi_start/movi_end fieldsGravatar wm42013-11-03
|/
* Fix some more -Wshadow warningsGravatar wm42013-11-01
* tl_matroska: initialize segment related arrays with 0Gravatar wm42013-11-01
* video: check profiles with hardware decodingGravatar wm42013-11-01
* Enable -WshadowGravatar wm42013-11-01
* options: fix positional suboption asrgumentsGravatar wm42013-11-01
* input: show deprecation warnings for some recently replaced commandsGravatar wm42013-11-01
* command: replace speed_mult with multiply commandGravatar wm42013-10-31
* command: add generic "multiply" commandGravatar wm42013-10-31
* command: add property to scale window sizeGravatar wm42013-10-31
* main: improve a terminal messageGravatar wm42013-10-30
* player: merge mp_osd.h into mp_core.hGravatar wm42013-10-30
* mp_core: sort function prototypes by source fileGravatar wm42013-10-30
* Split mplayer.cGravatar wm42013-10-30
* Move files part of the playback core to player sub-directoryGravatar wm42013-10-30
* mplayer: handle subtitle renderer cleanup via uninit_playerGravatar wm42013-10-28
* command: disable autorepeat for some commands (actually properties)Gravatar wm42013-10-28
* command: don't include stream_dvd.hGravatar wm42013-10-27
* af: replace macros with too generic namesGravatar wm42013-10-26
* mpvcore: add a note about desync on track switchesGravatar Ben Boeckel2013-10-26
* osc: display cache status only below 45%Gravatar ChrisK22013-10-26
* osc: fix bug for no-duration casesGravatar ChrisK22013-10-26
* osc: add experimental seekbar tooltipGravatar ChrisK22013-10-26
* osc: make sure the OSC actually fits into the videoGravatar ChrisK22013-10-26
* options: don't let watch_later etc. overwite command line optionsGravatar wm42013-10-25
* mplayer: make --length relative to actual start of file, instead of 0Gravatar wm42013-10-25
* m_config: slightly improve name handlingGravatar wm42013-10-25
* m_config: remove unused fieldsGravatar wm42013-10-25
* m_config: allow not allocating option struct, and use itGravatar wm42013-10-25
* m_config: refactor option defaults handlingGravatar wm42013-10-24
* options: fix bogus entryGravatar wm42013-10-24
* m_config: don't require dragging along parent in initializationGravatar wm42013-10-24
* m_config: minor simplificationGravatar wm42013-10-24
* m_config: store m_config_options in an array instead of a listGravatar wm42013-10-24
* m_config: refactor initialization, reduce amount of malloc'ed stringsGravatar wm42013-10-24
* m_config: slightly simplify dynamic option initializationGravatar wm42013-10-24
* m_config: don't allow aliasing with string optionsGravatar wm42013-10-24
* m_config: cosmetics: make code less verboseGravatar wm42013-10-24