summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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
* | cocoa_common: implement conditional video draggingStefano Pigozzi2013-07-201-14/+30
* | ao_wasapi0: Don't starve the WASAPI thread on seeksDiogo Franco (Kovensky)2013-07-201-6/+11
* | ao_wasapi0: Don't release WASAPI buffer twiceDiogo Franco (Kovensky)2013-07-201-0/+1
* | ao_wasapi0: Make it compile on cygwin64Diogo Franco (Kovensky)2013-07-201-5/+10
* | direct3d: Fixes format string that assumed sizeof(LONG) == sizeof(long)Diogo Franco (Kovensky)2013-07-201-1/+2
* | mp_msg: fixes windows code that assumes sizeof(DWORD) == sizeof(long)Diogo Franco (Kovensky)2013-07-201-1/+1
* | m_option: remove unused definitionswm42013-07-201-9/+0
* | cache: fix time check for printing warningwm42013-07-201-1/+1
* | demux_mkv: fix realaudio timestampswm42013-07-201-2/+2
|/
* wayland: use a unified struct for the stateAlexander Preisinger2013-07-183-297/+283
* wayland: don't resize in gl_wayland.cAlexander Preisinger2013-07-182-7/+1
* video: remove fullscreen flags chaoswm42013-07-1815-93/+77
* vo: remove aspdat.asp memberwm42013-07-182-3/+1
* gl_video: add support for more rgb formatswm42013-07-182-56/+119
* img_format: comment on some pixel formatswm42013-07-181-7/+9
* img_format: add a mask for color classwm42013-07-183-4/+5
* sws_utils: make hq swscale flags available with mp_sws_hq_flagswm42013-07-183-7/+8
* sws_utils: don't recursively include libswscale headerwm42013-07-185-1/+5
* sws_utils: remove some old codewm42013-07-182-76/+0
* vo_x11: use new swscale wrapperwm42013-07-181-28/+20
* mp_image: one utility function to set image parameterswm42013-07-182-0/+14
* vf_scale: use new swscale wrapperwm42013-07-182-163/+60
* vf: make sure less important image params are set before/after filterswm42013-07-181-14/+21
* sws_utils: refactor swscale wrapper codewm42013-07-184-63/+197
* vf_scale: remove rounding of sizes to 2 with 4:2:0wm42013-07-181-11/+0
* vf_scale: try to support all pixel formatswm42013-07-181-1/+25
* vf_scale: don't byte-swap palette on big endian architectureswm42013-07-181-8/+0
* vf_scale: uncrustifywm42013-07-181-186/+207
* vo_x11: remove weird inactive codewm42013-07-181-15/+0
* Use /dev/cd0 as default cdrom device on FreeBSDGrzegorz Blach2013-07-161-1/+1
* video: redo how colorspaces are handledwm42013-07-1610-168/+150
* core: move video refresh function to mplayer.cwm42013-07-163-5/+13
* sd_lavc: don't stretch DVD subtitles to video aspectwm42013-07-161-4/+16
* sd_ass: fix font aspect ratio with non-ASS subswm42013-07-161-4/+4
* demux_mkv: ignore DefaultDuration in some caseswm42013-07-161-0/+6
* demux_mkv: never force output sample ratewm42013-07-163-30/+15
* wayland: early aspect calculation in vo_configAlexander Preisinger2013-07-163-7/+27
* wayland: use default fullscreen methodAlexander Preisinger2013-07-161-1/+1
* README: copy paragraph about --enable-* from configurewm42013-07-161-0/+12
* w32_common: don't use aspdat.asp for aspectwm42013-07-161-1/+2
* mp_common: add MPMAX/MPMIN macroswm42013-07-151-0/+3
* README: small addition to encoding dependencieswm42013-07-151-2/+2
* configure: add /usr/local on FreeBSD, also NetBSD/DragonFlywm42013-07-151-0/+10
* stream: remove unused vcd functionswm42013-07-154-22/+0
* demux_subreader: make clang happy to fix warningwm42013-07-151-1/+1
* Fix build on Libav stable (dammit)wm42013-07-151-0/+8
* Fix build on Libav (again)wm42013-07-151-0/+1
* Fix build on Libavwm42013-07-152-0/+2
* sd_ass: scale blur by original video size if requestedwm42013-07-154-1/+22
* sd_add: add terrible hack for (xy-)vsfilter compatibilitywm42013-07-158-9/+177
* vd: add VDCTRL_GET_PARAMSwm42013-07-152-0/+4
* video: unify colorspace setupwm42013-07-154-24/+38
* vf: add vf_control wrapperwm42013-07-153-6/+12
* dec_video: add vd_control wrapperwm42013-07-152-7/+12
* mp_image: explicitly forbid using RGB colorspace with YUV formatswm42013-07-151-0/+9
* mp_image: refactor colorspace guessing/fallbackwm42013-07-152-9/+46
* demux_lavf: add terrible hack to make DVD playback just workwm42013-07-143-8/+96
* Merge branch 'remove_old_demuxers'wm42013-07-1484-13057/+1299
|\
| * demux_raw: uncrustifywm42013-07-141-160/+162
| * tech-overview.txt: minor changes and additionswm42013-07-141-27/+38
| * demux_mkv: remove weird i_bps calculation codewm42013-07-121-20/+0
| * mplayer: remove generic duration calculationwm42013-07-121-11/+1
| * demux_raw: calculate durationwm42013-07-121-0/+23
| * demux_rawvideo/demux_rawaudio: move both demuxers to demux_raw.cwm42013-07-123-151/+99
| * demux: make claiming accurate seek the defaultwm42013-07-124-4/+4
| * demux_rawvideo: fix timestamps in correct-pts modewm42013-07-121-1/+1
| * demux: assume correct-pts mode by defaultwm42013-07-126-13/+4
| * demux: remove useless author/comment fieldswm42013-07-1213-60/+21
| * stream: remove useless author/comment fieldswm42013-07-1217-58/+19
| * stream: remove unused functionswm42013-07-121-36/+0
| * stream: remove fd memberwm42013-07-128-66/+57
| * stream: use talloc for some string memberswm42013-07-121-7/+7
| * stream: don't require streams to set a typewm42013-07-129-34/+13
| * Cleanup some include statementswm42013-07-1214-22/+10
| * demux: rewrite probing and demuxer initializationwm42013-07-1222-437/+223
| * mplayer: minor memory leak in error handling codewm42013-07-121-0/+1
| * core: change open_stream and demux_open signaturewm42013-07-1229-158/+84
| * demux: change signature of open functions, cleanupswm42013-07-1113-177/+152
| * demux: allow passing NULL as packet to demuxer_add_packet()wm42013-07-111-1/+1
| * stheader: minor cleanupwm42013-07-113-6/+3
| * core: completely change handling of attached picture pseudo videowm42013-07-115-50/+63
| * demux_lavf: do stream selection centrallywm42013-07-111-12/+13
| * demux: improve DVD sub auto-selection hackwm42013-07-114-42/+37
| * demux_lavf: use AVDISCARD_DEFAULT instead of AVDISCARD_NONEwm42013-07-111-1/+1
| * video: eliminate frametime variablewm42013-07-118-21/+9
| * ad_lavc: re-unsimplify, fix libavcodec API usagewm42013-07-111-2/+19
| * demux: refactorwm42013-07-113-145/+126
| * core: don't access demux_stream outside of demux.c, make it privatewm42013-07-1113-123/+97
| * tv: add hack in preparation of demux_stream removalwm42013-07-113-4/+25
| * demux_lavf: different hack for DVD sub autoselection hackwm42013-07-111-3/+2
| * mplayer: invert negated boolean variablewm42013-07-111-10/+10
| * mplayer: fix incorrect audio sync after format changeswm42013-07-114-12/+9
| * ad_spdif: better PTS syncwm42013-07-111-1/+3
| * mplayer: remove "old" audio PTS calculation codewm42013-07-111-27/+9
| * mplayer: don't set bogus video pts after seek resetwm42013-07-111-5/+2
| * demux: remove facility for partial packet readswm42013-07-1111-283/+126
| * core: remove demux_mpg subtitle PTS hackwm42013-07-101-23/+4
| * core: simplify some no-correct-pts codewm42013-07-101-33/+13
| * core: move code from demux/video.c to mplayer.cwm42013-07-104-98/+63
| * ad_lavc: simplifywm42013-07-101-30/+5
| * ms_hdr: remove unused definitionswm42013-07-101-46/+0
| * demux: remove ds_read_packet()wm42013-07-103-21/+15
| * audio: remove decoder input bufferwm4