summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ao_alsa: always unset ALSA error handler, cleanup on init errorwm42013-05-261-8/+9
* cocoa_common: authohide menu/dock in fullscreenStefano Pigozzi2013-05-261-2/+3
* macosx_application: implement "Quit & remember position"Stefano Pigozzi2013-05-233-8/+21
* af_lavfi: add libavfilter bridgewm42013-05-235-0/+352
* demux_mkv: defer reading of seek index until first seekwm42013-05-231-3/+42
* demux_mkv: use a single flag to indicate whether cues have been readwm42013-05-231-1/+3
* command: auto-insert yadif when switching deinterlacingwm42013-05-231-6/+40
* m_option: allow removing filter entries by content with -vf-delwm42013-05-231-89/+88
* m_option: move code aroundwm42013-05-231-139/+146
* m_option, vf: add label supportwm42013-05-235-26/+106
* core: support mpv directory itself as a valid location for config files on Wi...elevengu2013-05-231-9/+22
* vo: remove unused callbackwm42013-05-231-1/+0
* mplayer: don't cut status line if --no-consolecontrols is usedwm42013-05-211-1/+4
* demux_lavf: workaround minor ffmpeg memory leakwm42013-05-212-7/+1
* demux: workaround for -demuxer mpegts -correct-ptswm42013-05-212-8/+16
* demux_mkv: support dirac in mkvwm42013-05-212-0/+2
* options: remove dead -dr1 optionwm42013-05-212-3/+0
* dec_video: get rid of two global variableswm42013-05-216-13/+9
* dec_video: remove emms usagewm42013-05-211-10/+0
* mplayer: re-add some legacy slave mode output for issue #92wm42013-05-211-5/+15
* configure: map --enable-sdl2 to autodetectionStephen Hutchinson2013-05-211-2/+2
* vf_lavfi: remove redundant statementswm42013-05-211-4/+0
* m_option: fix parameter comparison for vf-togglewm42013-05-211-6/+11
* m_option: fix -vf-del in profileswm42013-05-211-3/+4
* Silence some compiler warningswm42013-05-215-13/+12
* travis: fix typoStefano Pigozzi2013-05-201-1/+1
* 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