summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* travis: DRY up the yaml fileStefano Pigozzi2013-05-201-6/+6
* vf_dlopen framestep: step width of 0Rudolf Polzer2013-05-201-0/+2
* vf_dlopen framestep filter: add a parameter for the phaseRudolf Polzer2013-05-201-4/+9
* add Travis-CI integrationStefano Pigozzi2013-05-193-19/+142
* configure: reject older libswresamplewm42013-05-191-2/+2
* Fix commit d1b37afwm42013-05-181-1/+1
* vo_image: start image file numbers at 1wm42013-05-181-2/+2
* input: allow quotes around any input commandwm42013-05-181-3/+1
* input: do property expansion for all input command string argumentswm42013-05-185-21/+33
* input: accept input command prefixes in any orderwm42013-05-181-20/+22
* video/filter: fix option parser memory leakwm42013-05-186-16/+3
* core: allow changing filter filters at runtimewm42013-05-187-12/+112
* m_option: allow -vf ""wm42013-05-181-5/+3
* m_option: add -vf-togglewm42013-05-181-52/+80
* m_option: allow using -vf-del with a namewm42013-05-181-51/+70
* vd_lavc: change VDCTRL_REINIT_VO behaviorwm42013-05-181-3/+1
* video: rename VDCTRL_RESET_ASPECT to VDCTRL_REINIT_VOwm42013-05-185-6/+6
* manpage: document af_* commandswm42013-05-181-2/+16
* mp_image: align image allocation heightwm42013-05-171-1/+2
* cfg-mplayer: fix some option flagswm42013-05-171-3/+3
* cocoa_common: vo_corevideo: fix window initializationStefano Pigozzi2013-05-161-5/+5
* vf_dlopen examples: slightly simply the framestep filterRudolf Polzer2013-05-161-8/+1
* vf_dlopen examples: add framestep filterRudolf Polzer2013-05-162-2/+106
* options: fix exit code when using help optionswm42013-05-153-16/+22
* mplayer: potentially fix main() return valuewm42013-05-151-2/+2
* options: add -V as alias for --versionwm42013-05-152-1/+2
* options: use case-sensitive comparsion for optionswm42013-05-152-17/+17
* options: add --versionwm42013-05-153-0/+14
* command: use "title" tag for media-title property if availablewm42013-05-151-3/+6
* demux_mkv: export Matroska title element as metadatawm42013-05-151-0/+3
* add osd-scale commandPaul B Mahol2013-05-147-0/+16
* command: simplify sub OSD updatewm42013-05-143-14/+12
* m_option: fix segfault in parse_chmapRudolf Polzer2013-05-141-1/+2
* vd_lavc: hack-fix vdpau decoding with non mod 16 videowm42013-05-141-1/+10
* cocoa_common: order front window only when invisible [2]Stefano Pigozzi2013-05-141-1/+5
* chmap: fix oddity due to ambiguous 6.1 ffmpeg channel layoutwm42013-05-131-2/+3
* cocoa_common: order front window only when invisibleStefano Pigozzi2013-05-131-1/+1
* cocoa_common: don't use recursive lockingStefano Pigozzi2013-05-131-2/+2
* cocoa_common: remove pointless locking when using -fsStefano Pigozzi2013-05-131-5/+10
* cocoa_common: fix a bug in window dragging stateStefano Pigozzi2013-05-131-13/+9
* audio: fix ALSA 4 channel surround outputwm42013-05-132-2/+4
* af_lavrresample: fix inverted conditionwm42013-05-131-1/+1
* audio: fix compilation with older libavresample versionswm42013-05-134-1/+86
* cocoa_common: fix deadlock when calling resize_redrawStefano Pigozzi2013-05-121-4/+9
* ao_coreaudio: fix switched parameterswm42013-05-121-1/+1
* core: re-add -dumpstream as --stream-dumpwm42013-05-125-0/+42
* 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-