summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* core: add --stream-capturewm42013-05-129-0/+71
* Merge branch 'audio_changes'wm42013-05-1279-3614/+3341
|\
| * af: improve filter chain setup retry limitwm42013-05-121-1/+10
| * audio: add double sample formatwm42013-05-123-14/+12
| * ao_alsa: set fallback if format unknownwm42013-05-121-4/+6
| * audio/out: channel map selectionwm42013-05-1214-68/+114
| * audio: add channel map selection functionwm42013-05-128-20/+298
| * ao_pulse: move format setup codewm42013-05-121-27/+27
| * af_lavrresample: avoid channel reordering with unknown layoutswm42013-05-121-8/+24
| * manpage: update --channelswm42013-05-121-11/+10
| * ao_openal: use channel map instead of ALSA fixed layoutwm42013-05-121-10/+31
| * audio/filters: add af_forcewm42013-05-126-0/+189
| * ao: remove ao_driver.is_new fieldwm42013-05-129-9/+0
| * ao_alsa: remove global variableswm42013-05-121-110/+116
| * ao_alsa: switch to new AO APIwm42013-05-121-39/+54
| * af_ladspa: code cleanupeng2013-05-121-15/+17
| * audio: print channel map additionally to channel count on terminalwm42013-05-125-25/+35
| * ao_alsa: map to exact channel layoutwm42013-05-121-38/+48
| * ao_alsa: move format lookup into separate functionwm42013-05-121-58/+36
| * ao_alsa: more reformatwm42013-05-121-118/+113
| * af: print filter chain info on errorwm42013-05-121-15/+16
| * ao_alsa: cosmetics, macro-fy error reportingwm42013-05-121-321/+181
| * ao_alsa: uncrustifywm42013-05-121-623/+717
| * uncrustify: add some instructionswm42013-05-121-0/+7
| * audio: remove useless audio channels from AO, unless requestedwm42013-05-121-0/+2
| * ad_lavc: force channel layout pass-through with demux_rawaudiowm42013-05-121-2/+11
| * ao_coreaudio: switch to WAVEEXT channel orderwm42013-05-121-2/+1
| * ao_pulse: try to set correct channel layoutwm42013-05-121-2/+54
| * core: use channel map on demuxer level toowm42013-05-1215-54/+69
| * reorder_ch: remove old channel reorder functionswm42013-05-124-1497/+0
| * audio: let libavresample do channel reorderingwm42013-05-121-3/+49
| * af_lavrresample: context is always allocated herewm42013-05-121-2/+1
| * audio/out: switch to channel mapwm42013-05-1220-239/+162
| * af_pan: set unknown channel layout for outputwm42013-05-121-2/+11
| * af: use mp_chmap for mp_audio, include channel map in format negotiationwm42013-05-1212-57/+64
| * audio: add some setters for mp_audio, and require filters to use themwm42013-05-1229-178/+167
| * audio: add channel map APIwm42013-05-126-3/+660
| * audio/filter: remove unused AF_CONTROLswm42013-05-127-213/+1
| * options: add option to prevent decoder audio downmixingwm42013-04-137-17/+59
| * af: fix negotiation endless loopwm42013-04-131-3/+2
| * af: streamline format negotiationwm42013-04-133-167/+210
| * manpage: update af_lavrresample entrywm42013-04-131-6/+6
| * af_lavrresample: add no-detach suboptionwm42013-04-132-1/+11
| * options: remove --af-advwm42013-04-136-68/+4
| * af: remove accuracy optionwm42013-04-131-15/+4
| * af: remove force optionwm42013-04-131-64/+49
| * audio: remove float processing optionwm42013-04-136-31/+9
| * audio: switch to libavcodec channel order, use libavresample for mixingwm42013-04-136-44/+47
| * ao_alsa: reorder channels from internal to alsa orderwm42013-04-131-0/+6
| * af: simplificationwm42013-04-131-35/+20
| * af: factor channel filter insertionwm42013-04-131-30/+45
| * af: use af_lavrresample for format conversions, if possiblewm42013-04-134-45/+111
| * af: remove automatically inserted filters on full reinitwm42013-04-133-32/+45
| * af_lavrresample: allow other ffmpeg sample formats for input/outputwm42013-04-131-17/+48
| * audio/filter: replace pointless memcpys with assignmentswm42013-04-134-17/+10
| * af: uncrustifywm42013-04-132-466/+496
| * ad_lavc: use fmt-conversion to map sample formatsStefano Pigozzi2013-04-134-18/+96
* | macosx_application: fix crash when quitting playerStefano Pigozzi2013-05-121-1/+5
* | man: fix spelling errorStefano Pigozzi2013-05-121-1/+1
* | cocoa_common: add native OSX fullscreen supportStefano Pigozzi2013-05-124-20/+52
* | macosx_application: add menu item for hide operationStefano Pigozzi2013-05-121-0/+2
* | OSX: run native event loop in a separate threadStefano Pigozzi2013-05-129-197/+341
* | OSX: use native Cocoa's event loopStefano Pigozzi2013-05-1211-295/+506
* | add a way to resize window contents without VO resizewm42013-05-124-13/+80
* | vo_opengl: lock OpenGL contextwm42013-05-121-4/+55
* | gl_common: add some sort of locking APIwm42013-05-122-0/+35
* | demux: fix big endian PCM in mkv with demux_mkvwm42013-05-111-0/+1
* | For now, disable autodetection of sdl/sdl2Rudolf Polzer2013-05-111-4/+4
* | command: add time-remaining propertywm42013-05-102-0/+15
* | stream_bluray: report chapter timeswm42013-05-091-0/+21
* | demux: restructure chapter seeking codewm42013-05-091-8/+8
* | stream_bluray: general timeline supportwm42013-05-091-0/+37
* | stream_bluray: make code a bit more obviouswm42013-05-091-4/+4
* | core: refactor seek_chapter() functionwm42013-05-093-40/+47
* | command: fix DVD angle cyclingwm42013-05-091-2/+12
* | wayland: reworked resizingAlexander Preisinger2013-05-073-67/+74
* | demux: don't name unknown chapters "unknown"wm42013-05-061-2/+1
* | stream: report chapter times, use time seeks for DVD chapterswm42013-05-064-6/+58
* | demux: remove retrieval of chapter end timewm42013-05-063-6/+4
* | Fix some cppcheck / scan-build warningswm42013-05-0613-43/+12
* | vf_yadif: actually set PTS for output frameswm42013-05-061-0/+1
* | img_format: fix broken conditionwm42013-05-061-1/+1
* | subreader: fix one more unsafe sscanf call with "%["Uoti Urpala2013-05-061-1/+1
* | stream: fix bad cache behavior introduced by recent commitwm42013-05-051-1/+8
* | core: add playback resume feature (manual/opt-in)wm42013-05-0514-1/+177
* | command: alias video/audio/sub properties to -vid/-aid/-sidwm42013-05-051-9/+26
* | mplayer: factor config dir creationwm42013-05-051-18/+23
* | demux: use talloc for packetswm42013-05-051-15/+19
* | core: ignore backstep command if demuxer is not capablewm42013-05-052-4/+9
* | options: correctly handle things like: dvd://1-2/filenamewm42013-05-051-7/+9
* | demux_lavf: use demuxer ID for transport streamswm42013-05-051-1/+4
* | demux: use demux_lavf instead of demux_mpg for DVD playbackwm42013-05-051-1/+1
* | demux_lavf: fix DEMUXER_CTRL_RESYNCwm42013-05-051-1/+1
* | demux_lavf: set stream_ptswm42013-05-051-0/+6
* | demux: report stream time info instead of demuxer info if possiblewm42013-05-051-4/+7
* | stream: add start time reportingwm42013-05-053-0/+9
* | core: move demuxer time reporting to demuxerwm42013-05-053-8/+25
* | core: don't report byte-based playback position with dvdwm42013-05-055-1/+22
* | csputils: use AVCOL_SPC_YCOCG instead of AVCOL_SPC_YCGCO (fixes Libav build)wm42013-05-051-2/+2
* | manpage: fix option descriptionwm42013-05-051-1/+1
* | video: add --hwdec-codecs option to whitelist codecs for hw decodingwm42013-05-045-3/+32
* | vd_lavc: allow explicitly selecting vdpau hw decoderswm42013-05-041-1/+11
* | video: support YCgCo colorspacewm42013-05-043-1/+15
* | vo_opengl: XYZ input supportwm42013-05-044-12/+70
* | video: fix setting XYZ flagwm42013-05-041-4/+4
* | gl_video: use GL_SRGB only if it's really RGBwm42013-05-041-2/+3
* | stream: remove unused new_ds_stream()wm42013-05-032-13/+0
* | vf_rotate: fix for some obscure pixel formatswm42013-05-031-7/+6
* | wayland: fix wrong poll comment, check for errorsAlexander Preisinger2013-05-021-2/+4
* | wayland: avoid iterating over all outputsAlexander Preisinger2013-05-021-15/+18
* | wayland: remove unused stuffAlexander Preisinger2013-05-022-17/+0
* | wayland: use new function xkb_keymap_from_bufferAlexander Preisinger2013-05-022-10/+6
* | Fix compilation with Libavwm42013-05-011-1/+1
* | video: add XYZ supportwm42013-05-014-0/+19
* | wayland: remove input modifier variableAlexander Preisinger2013-05-012-14/+0
* | wayland: use GetTimerMS for hiding mouse cursorAlexander Preisinger2013-05-012-161/+39
* | wayland: use mpv internal key auto-repeat handlingAlexander Preisinger2013-05-012-61/+5
* | subreader: fix out of bound write access when parsing .srtwm42013-04-301-4/+4
* | demux: simplify stream ID business, fix issue with cover artwm42013-04-293-17/+9
* | encoding: fix final audio frame syncRudolf Polzer2013-04-281-10/+22
* | cocoa_common: fix window sizingStefano Pigozzi2013-04-281-2/+2
* | subassconverter: silence clang warningStefano Pigozzi2013-04-281-1/+1
* | osd: convert OSD font to OpenTypewm42013-04-273-1/+1
* | stream_bluray: remove the broken -bluray-chapter optionreimar2013-04-274-22/+2
* | stream_bluray: fix querying current chapterreimar2013-04-271-3/+1
* | mplayer: put space before encoding part of status linewm42013-04-271-1/+1
* | demux_mkv: fix segfault issue playing back VC1 in a mkvBin Jin2013-04-271-1/+1
* | vd_lavc: fix decoder init failure pathwm42013-04-271-14/+18
* | compat: remove an unused symbolwm42013-04-261-4/+0
* | subassconvert: do not escape likely ASS override tagswm42013-04-261-1/+19
* | manpage: fix references to --slavewm42013-04-261-2/+2
* | options: allow using [ ] for quoting in sub-optionswm42013-04-262-7/+21
* | vf_lavfi: move compat crap to the start of the filewm42013-04-261-18/+18
* | vf_lavfi: silence stupid deprecation warningwm42013-04-261-2/+12
* | core: simplify handling of --pausewm42013-04-255-31/+21
* | core: don't let cache pause handling and user pausing conflictwm42013-04-253-10/+25
* | vf_lavfi: recreate filter graph on seekwm42013-04-251-14/+41
* | core: fix bogus condition that broke backstepping with last commitwm42013-04-251-1/+1
* | core: fix backstepping with ordered chapterswm42013-04-251-5/+13
* | manpage: remove broken examplewm42013-04-241-3/+0
* | manpage: document --native-keyrepeatwm42013-04-241-0/+6
* | demux_mkv: cosmeticswm42013-04-241-4/+3
* | core: add backstep supportwm42013-04-247-8/+126
* | mplayer: apply hrseek framedrop only when doing hrseekwm42013-04-241-2/+2
* | x11: use mpv internal key auto-repeat handling if possiblewm42013-04-245-3/+27
* | input: don't reset time on each key repeatwm42013-04-241-2/+4
* | input: adjust wait time for key-repeatwm42013-04-241-0/+4
* | input: change default auto-repeat settingswm42013-04-241-2/+2
* | input: don't let multi-key bindings block simple key bindingswm42013-04-241-4/+16
* | input: reduce amount of tracked keys per bindingwm42013-04-241-1/+1
* | input: fix handling of MP_KEY_STATE_DOWNwm42013-04-242-6/+16
* | demux_mkv: fix out of range comparisonwm42013-04-241-1/+1
* | m_option: fix positional sub-option skippingwm42013-04-231-2/+2
* | vo_opengl_old: remove nomanyfmts warningwm42013-04-231-3/+0
* | manpage: remove references to --no-sliceswm42013-04-231-7/+1
* | configure: enable libavdevice by defaultwm42013-04-231-2/+3
* | m_option: allow quoted positional parameters for -vfwm42013-04-232-37/+55
* | vf_lavfi: add libavfilter bridgewm42013-04-216-5/+399
* | mp_image: provide function to convert mp_image to AVFramewm42013-04-212-0/+53
* | m_option: redo code for parsing -vf to accept quoteswm42013-04-211-130/+123
* | m_option: add function to check whether parameters are requiredwm42013-04-213-4/+11
* | options: untangle track range parsing for stream_cddawm42013-04-213-89/+15
* | m_option: split out sub-config parsingwm42013-04-211-37/+54
* | bstr: add bstrto0()wm42013-04-211-0/+6
* | bstr: add bstrspn()wm42013-04-212-0/+10
* | x11_common: minor simplificationwm42013-04-211-13/+6
* | demux_lavf: fix subtitle seeking before start of the filewm42013-04-211-2/+7
* | mplayer: prefer -sub/-subfile subs over auto-loaded subswm42013-04-202-2/