summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | m_config: try to print min/max values as integers in --list-optionswm42013-07-281-2/+2
* | m_config: hide no-* opts in --list-options, simplify positional suboptswm42013-07-282-19/+23
* | options: print default values in --list-optionswm42013-07-281-0/+24
* | m_config: refactor some thingswm42013-07-288-152/+127
* | core: make mpctx->opts a pointerwm42013-07-287-131/+132
* | command: mark special options as unavailablewm42013-07-281-0/+2
* | mp_image: pass through colorspace info to libavfilterwm42013-07-281-0/+8
* | vf: fix unintended overwriting of image infowm42013-07-282-4/+5
* | ao_coreaudio: prevent buffer underruns to output garbageStefano Pigozzi2013-07-281-1/+6
* | ao_coreaudio: fix compilation on OS X 10.7Dmitry Kalinkin2013-07-281-1/+1
|/
* getch2: Load the "ce", "ks" and "ke" caps into a static bufferDiogo Franco (Kovensky)2013-07-261-3/+6
* getch2: Deactivate getch2 on SIGINT; also handle SIGQUITDiogo Franco (Kovensky)2013-07-261-0/+4
* getch2: Only send ESC if it was typed twiceDiogo Franco (Kovensky)2013-07-261-3/+5
* getch2: Handle setupterm errorsDiogo Franco (Kovensky)2013-07-261-1/+18
* getch2: fix compilationwm42013-07-261-1/+1
* options: simplify --correct-pts handlingwm42013-07-266-20/+9
* getch2: Support ESC keypresses againDiogo Franco (Kovensky)2013-07-251-1/+9
* configure: fix terminfo checkwm42013-07-261-1/+1
* gl_video: make sure image parameters are correctly set on screenshotswm42013-07-261-7/+8
* command: allow printing time properties with millisecondswm42013-07-261-9/+35
* command: add pseudo-property that allows you to read global optionswm42013-07-262-0/+28
* m_property: fix non-sense codewm42013-07-261-1/+2
* video: support setting libswscale chroma positionwm42013-07-256-1/+41
* w32_common: Don't use globals for TRACKMOUSEEVENTDiogo Franco (Kovensky)2013-07-252-11/+12
* w32_common: Track when the mouse leaves the windowDiogo Franco (Kovensky)2013-07-251-0/+15
* getch2: Doing it right this timeDiogo Franco (Kovensky)2013-07-251-1/+1
* Revert "getch2: Avoid possible infinite loop"Diogo Franco (Kovensky)2013-07-251-4/+4
* getch2: Avoid possible infinite loopDiogo Franco (Kovensky)2013-07-251-4/+4
* Merge branch 'getch2/refactor'Diogo Franco (Kovensky)2013-07-254-196/+371
|\
| * configure: Fix bad variable assignmentDiogo Franco (Kovensky)2013-07-251-1/+1
| * getch2, mplayer: Always call load_termcapDiogo Franco (Kovensky)2013-07-252-2/+5
| * getch2: Remove unused function, fix possible crashDiogo Franco (Kovensky)2013-07-251-25/+19
| * getch2: Refactor/rewriteDiogo Franco (Kovensky)2013-07-252-192/+370
|/
* mp_msg: Support colors on cygwinDiogo Franco (Kovensky)2013-07-241-1/+1
* demux_libass: actually set priv contextwm42013-07-241-0/+1
* mp_image: create AVBuffers for all planes when converting to AVFramewm42013-07-241-1/+9
* m_config: don't override profile option if not requiredwm42013-07-242-1/+4
* input: fix dangling pointer issues with multi-part commandswm42013-07-241-5/+8
* demux_lavf: set keyframe flag on attached pictureswm42013-07-241-0/+1
* mplayer: remove dead codewm42013-07-241-2/+0
* Fix some -Wshadow warningswm42013-07-2326-96/+86
* options: make legacy hacks for AFs/VFs more explicitwm42013-07-224-1/+5
* audio/out: remove options argument from init()wm42013-07-2216-31/+18
* video/out: remove options argument from preinit()wm42013-07-2214-26/+16
* Remove subopt-helperwm42013-07-228-409/+3
* ao_coreaudio: fix ifdef'd conditionalStefano Pigozzi2013-07-221-1/+1
* ao_coreaudio: use new option APIStefano Pigozzi2013-07-221-38/+22
* ao_coreaudio: switch properties getters to tallocStefano Pigozzi2013-07-223-18/+19
* ao_coreaudio: reduce verbosity of the chmapping codeStefano Pigozzi2013-07-221-2/+2
* ao_coreaudio: revert to original device format on digital uninitStefano Pigozzi2013-07-221-3/+11
* ao_coreaudio: refactor chmap detectionStefano Pigozzi2013-07-223-91/+96
* ao_coreaudio: refactor properties codeStefano Pigozzi2013-07-224-146/+111
* ao_coreaudio: move utils functions to snake_caseStefano Pigozzi2013-07-223-39/+34
* ao_coreaudio: split ao_coreaudio_common in two filesStefano Pigozzi2013-07-226-161/+290
* ao_coreaudio: store asbd only when selectedStefano Pigozzi2013-07-221-4/+1
* ao_coreaudio: fallback to waveext on non surround inputsStefano Pigozzi2013-07-221-3/+3
* ao_coreaudio: set channel layout based on hardware queryStefano Pigozzi2013-07-221-2/+106
* ao_coreaudio: fix regression in digital stream selectionStefano Pigozzi2013-07-221-1/+1
* ao_coreaudio: return errors instead false in init functionsStefano Pigozzi2013-07-221-3/+3
* ao_coreaudio: remove useless function declarationStefano Pigozzi2013-07-221-3/+0
* ao_coreaudio: only set chmap_sel info for lpcmStefano Pigozzi2013-07-221-5/+7
* ao_coreaudio: set channel layout bitmapStefano Pigozzi2013-07-221-1/+17
* ao_coreaudio: move digital detection before asbd creationStefano Pigozzi2013-07-221-10/+9
* ao_coreaudio: remove chmap selection if format is digitalStefano Pigozzi2013-07-221-1/+0
* ao_coreaudio: remove volume multiplication by 4Stefano Pigozzi2013-07-221-2/+2
* ao_coreaudio: remove device property listener on uninitStefano Pigozzi2013-07-222-12/+32
* ao_coreaudio: print help string in one goStefano Pigozzi2013-07-221-5/+11
* ao_coreaudio: change all ++var to var++Stefano Pigozzi2013-07-222-12/+8
* ao_coreaudio: change private vars names to match mpv conventionsStefano Pigozzi2013-07-221-91/+101
* ao_coreaudio: remove packetSize private variableStefano Pigozzi2013-07-221-3/+3
* ao_coreaudio: refactor play/pauseStefano Pigozzi2013-07-221-27/+15
* ao_coreaudio: refactor uninitStefano Pigozzi2013-07-221-17/+6
* ao_coreaudio: remove a fixme since that seems fixedStefano Pigozzi2013-07-221-2/+0
* ao_coreaudio: ca_msg: add trailing \n where missingStefano Pigozzi2013-07-222-6/+6
* ao_coreaudio: refactor playStefano Pigozzi2013-07-221-16/+8
* ao_coreaudio: extract mixmode set/unset in utility functionsStefano Pigozzi2013-07-222-46/+58
* ao_coreaudio: move AudioStreamChangeFormat to common file and refactorStefano Pigozzi2013-07-222-86/+74
* ao_coreaudio: extract methods to lock/unlock device for digital outputStefano Pigozzi2013-07-222-28/+26
* ao_coreaudio: lpcm: remove buffer size calculation depending on audio unitStefano Pigozzi2013-07-221-8/+0
* ao_coreaudio: refactor initializationStefano Pigozzi2013-07-222-396/+282
* ao_coreaudio: refactor print_helpStefano Pigozzi2013-07-221-26/+21
* ao_coreaudio: split out some utility functions and refactor themStefano Pigozzi2013-07-222-310/+315
* ao_coreaudio: make variable names shorterStefano Pigozzi2013-07-221-30/+30
* ao_coreaudio: add error check function and macroStefano Pigozzi2013-07-221-41/+68
* ao_coreaudio: dry up ca_msg and use it everywhereStefano Pigozzi2013-07-221-61/+57
* ao_coreaudio: simplify digital render callbackStefano Pigozzi2013-07-221-4/+3
* ao_coreaudio: rewrite spdif render callbackStefano Pigozzi2013-07-221-39/+20
* ao_coreaudio: simplify render callbackStefano Pigozzi2013-07-221-23/+9
* mplayer: cosmetics: move functionwm42013-07-221-32/+25
* av_log: restore handling of prefixes and line breakswm42013-07-221-2/+7
* core: make --demuxer not affect external subtitleswm42013-07-222-3/+1
* af_bs2b: use new option APIwm42013-07-221-84/+28
* af_lavfi: switch to new option APIwm42013-07-222-10/+30
* af_scaletempo: use new option APIwm42013-07-221-84/+44
* af_lavrresample: switch to new option APIwm42013-07-222-55/+50
* af_force: use new option APIwm42013-07-221-34/+21
* audio/filter: use new option APIwm42013-07-2214-280/+210
* af_force: add option that causes filter to fail at initializationwm42013-07-221-1/+9
* af: fix recovery code for filter insertion (changing volume with spdif crash)wm42013-07-221-4/+2
* audio/decode: remove macro crapwm42013-07-228-116/+61
* vf_scale: actually respect param and param2 suboptionswm42013-07-223-0/+8
* stream_vcd.c: fix compilation on win32Diogo Franco (Kovensky)2013-07-222-3/+8
* ao_wasapi: Make default on Windows.Diogo Franco (Kovensky)2013-07-221-3/+3
* ao_wasapi: Fix S/PDIF passthrough initDiogo Franco (Kovensky)2013-07-221-3/+4
* ao_wasapi: Log the passthrough format in MSGL_VDiogo Franco (Kovensky)2013-07-221-0/+5
* ao_wasapi: Also do passthrough for AF_FORMAT_MPEG2Diogo Franco (Kovensky)2013-07-221-1/+1
* ao_wasapi: Support S/PDIF passthroughDiogo Franco (Kovensky)2013-07-221-0/+45
* DOCS/man/en/ao.rst: Update wasapi:device=<id> documentationDiogo Franco (Kovensky)2013-07-221-1/+6
* ao_wasapi: Fix double free on uninitDiogo Franco (Kovensky)2013-07-221-2/+0
* ao_wasapi: Support loading devices by nameDiogo Franco (Kovensky)2013-07-221-17/+65
* ao_wasapi: Don't search for devices as part of validationDiogo Franco (Kovensky)2013-07-221-23/+6
* ao_wasapi: Change function macros to require semicolon after invocationDiogo Franco (Kovensky)2013-07-221-29/+29
* ao_wasapi: Use OPT_STRING_VALIDATE for device suboptionDiogo Franco (Kovensky)2013-07-221-22/+82
* ao_wasapi: Fully convert to m_option APIDiogo Franco (Kovensky)2013-07-221-20/+10
* ao_wasapi: Don't leak the default device's ID when listing devicesDiogo Franco (Kovensky)2013-07-221-3/+4
* ao_wasapi: Annotate the default device when listing devicesDiogo Franco (Kovensky)2013-07-221-4/+17
* ao_wasapi: Refactor device listing/loadingDiogo Franco (Kovensky)2013-07-221-42/+97
* ao_wasapi0: Rename to ao_wasapiDiogo Franco (Kovensky)2013-07-225-63/+63
* ao_wasapi0: Use the mix format directly in try_mix_formatDiogo Franco (Kovensky)2013-07-221-0/+2
* ao_wasapi0: Don't complain about failed init during AO probingDiogo Franco (Kovensky)2013-07-221-8/+10
* ao_wasapi0: Don't fail init when listing devicesDiogo Franco (Kovensky)2013-07-221-2/+0
* DOCS/man/en/ao.rst: Document ao_wasapi0Diogo Franco (Kovensky)2013-07-221-0/+15
* ao_wasapi0: Demote "negotiation failed" message to MSGL_VDiogo Franco (Kovensky)2013-07-221-2/+2
* ao_wasapi0: Support shared mode, better format guessing methodDiogo Franco (Kovensky)2013-07-221-72/+258
* ao_wasapi0: Support device enumeration and selectionDiogo Franco (Kovensky)2013-07-221-3/+215
* vo_opengl: some option changeswm42013-07-223-30/+33
* vo_direct3d: use new option APIwm42013-07-221-85/+34
* vo_opengl_old: use new option APIwm42013-07-224-167/+64
* options: move --colorkey option to vo_xvwm42013-07-225-18/+15
* vo_xv: use new option APIwm42013-07-221-84/+25
* vo_direct3d: fix warning on MinGWwm42013-07-221-5/+0
* ao_dsound: use new option APIwm42013-07-221-14/+14
* ao_jack: use new option APIwm42013-07-222-73/+35
* ao_oss: switch to new option APIwm42013-07-211-31/+30
* options: remove --mixer and --mixer-channel, turn them into alsa/oss suboptswm42013-07-217-59/+33
* ao_rsound: use new option APIwm42013-07-211-27/+17
* ao_sdl: use new option APIwm42013-07-211-29/+19
* ao_openal: use new option APIwm42013-07-211-42/+29
* ao_pulse: use new option APIwm42013-07-211-17/+14
* options: hide encoding AO/VO in help outputwm42013-07-214-2/+8
* ao_alsa: use new option API (changes syntax)wm42013-07-212-69/+35
* ao_pcm: use new option APIwm42013-07-211-16/+12
* ao_portaudio: use new option APIwm42013-07-211-32/+35
* options: use new option code for --aowm42013-07-215-106/+96
* mplayer: simplify AO creationwm42013-07-211-13/+22
* options: use new code for parsing --vowm42013-07-216-151/+84
* options: add some features to video filter parserwm42013-07-212-9/+80
* m_option: fix memory leak on error pathwm42013-07-211-2/+4
* m_config: improve option list output a bitwm42013-07-212-19/+27
* options: use m_config for options instead of m_structwm42013-07-2120-349/+342
* manpage: fix typowm42013-07-211-1/+1
* vf: remove unnecessary indirectionwm42013-07-212-26/+5
* cocoa_common: fix regression in draggable state computationStefano Pigozzi2013-07-211-0/+1
* cocoa_common: fix styleStefano Pigozzi2013-07-211-2/+2
* cocoa_common: move tracking area setup to updateTrackingAreasStefano Pigozzi2013-07-211-14/+13
* x11: add key modifiers to mouse button eventswm42013-07-211-13/+19
* command: fix switching tracks backwards if there's only one trackwm42013-07-211-1/+2
* input.rst: update examplewm42013-07-211-1/+1
* w32_common: show the cursor in the window borderJames Ross-Gowan2013-07-212-6/+22
* cocoa_common: handle keyboard modifiers for mouse eventsStefano Pigozzi2013-07-214-60/+75
* input: Ignore spurious mouse movesDiogo Franco (Kovensky)2013-07-211-0/+4
* configure: Add some -Wno-error= flags to ERRORFLAGSDiogo Franco (Kovensky)2013-07-211-2/+2
* Merge remote-tracking branch 'michaelforney/master'Alexander Preisinger2013-07-201-2/+11
|\
| * wayland: Fallback to any GL version if 3.0 is not supportedMichael Forney2013-07-191-2/+11
* | cocoa_common: make the fullscreen transition only when necessaryStefano Pigozzi2013-07-201-5/+16
* | sd_ass: remove unused variable warningStefano Pigozzi2013-07-201-1/+1
* | cocoa_common: use a tracking area to handle mouse eventsStefano Pigozzi2013-07-201-33/+52
* | cocoa_common: fix typo in commentStefano Pigozzi2013-07-201-1/+1
* | cocoa_common: implement MP_MOUSE_LEAVE notificationsStefano Pigozzi2013-07-201-0/+2
*