aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* x11: use mpv internal key auto-repeat handling if possibleGravatar wm42013-04-24
* input: don't reset time on each key repeatGravatar wm42013-04-24
* input: adjust wait time for key-repeatGravatar wm42013-04-24
* input: change default auto-repeat settingsGravatar wm42013-04-24
* input: don't let multi-key bindings block simple key bindingsGravatar wm42013-04-24
* input: reduce amount of tracked keys per bindingGravatar wm42013-04-24
* input: fix handling of MP_KEY_STATE_DOWNGravatar wm42013-04-24
* demux_mkv: fix out of range comparisonGravatar wm42013-04-24
* m_option: fix positional sub-option skippingGravatar wm42013-04-23
* vo_opengl_old: remove nomanyfmts warningGravatar wm42013-04-23
* manpage: remove references to --no-slicesGravatar wm42013-04-23
* configure: enable libavdevice by defaultGravatar wm42013-04-23
* m_option: allow quoted positional parameters for -vfGravatar wm42013-04-23
* vf_lavfi: add libavfilter bridgeGravatar wm42013-04-21
* mp_image: provide function to convert mp_image to AVFrameGravatar wm42013-04-21
* m_option: redo code for parsing -vf to accept quotesGravatar wm42013-04-21
* m_option: add function to check whether parameters are requiredGravatar wm42013-04-21
* options: untangle track range parsing for stream_cddaGravatar wm42013-04-21
* m_option: split out sub-config parsingGravatar wm42013-04-21
* bstr: add bstrto0()Gravatar wm42013-04-21
* bstr: add bstrspn()Gravatar wm42013-04-21
* x11_common: minor simplificationGravatar wm42013-04-21
* demux_lavf: fix subtitle seeking before start of the fileGravatar wm42013-04-21
* mplayer: prefer -sub/-subfile subs over auto-loaded subsGravatar wm42013-04-20
* demux_mkv: always set track->codec_id to a stringGravatar wm42013-04-20
* subassconvert: add more web colorsGravatar wm42013-04-20
* core: display subtitle codec in track listingGravatar wm42013-04-20
* demux_mkv: always add subtitle tracksGravatar wm42013-04-20
* demux: remove some unused sh_video_t fieldsGravatar wm42013-04-20
* demux: get rid of sh_common_tGravatar wm42013-04-20
* sub, demux: identify subtitle types with the codec nameGravatar wm42013-04-20
* av_common: allow calling mp_codec_to_av_codec_id() with NULLGravatar wm42013-04-20
* demux: remove useless vid/aid/sid fieldsGravatar wm42013-04-20
* demux: fix clearing of input paddingGravatar wm42013-04-20
* demux_mkv: introduce new_demux_packet_from() and use itGravatar wm42013-04-20
* demux: remove some unused thingsGravatar wm42013-04-20
* command: try to switch subs too for program propertyGravatar wm42013-04-20
* demux_lavf: simplifyGravatar wm42013-04-20
* demux_mkv: simplify use of demuxer APIGravatar wm42013-04-20
* demux: add functions to simplify demuxersGravatar wm42013-04-20
* demux_mkv: code cleanupGravatar eng2013-04-20
* demux_mkv: use new way of track switchingGravatar wm42013-04-20
* demux: simpler way to notify demuxers about track switchesGravatar wm42013-04-20
* demux_mkv: remove pointless video track selectionGravatar wm42013-04-20
* matroska: update dead linkGravatar wm42013-04-20
* demux_mkv: support vp9Gravatar wm42013-04-20
* core: matroska: support concatenated segmentsGravatar wm42013-04-20
* demux_mkv: don't terminate if there are no clustersGravatar wm42013-04-20
* mplayer: take tracks from first segment if main file is emptyGravatar wm42013-04-20
* demux_mkv: simplify handle_block() logic a bitGravatar wm42013-04-20