2011-06-28 |
ib |
Cosmetic: Adjust indent.
|
2011-06-28 |
ib |
Prevent balance from hopping.
|
2011-06-28 |
ib |
Fix volume and balance bug.
|
2011-06-28 |
ib |
Rename guiGetEvent type guiSetVolume guiSetMixer.
|
2011-06-28 |
ib |
Redraw GUI only after all necessary values have been set.
|
2011-06-28 |
reimar |
Fix compilation with --disable-qtx.
|
2011-06-28 |
ib |
Fix bug introduced as a side effect in r33750.
|
2011-06-28 |
ib |
Change return code of guiGetEvent() to indicate success.
|
2011-06-28 |
ib |
Cosmetic: Remove needless parentheses.
|
2011-06-28 |
ib |
Cosmetic: Adjust indent.
|
2011-06-28 |
ib |
Fix bug introduced in r33743.
|
2011-06-28 |
ib |
Remove needless memset initialization of guiInfo.
|
2011-06-28 |
ib |
Rename guiGetEvent type guiSetAudioOnly guiSetAudio.
|
2011-06-28 |
ib |
Rename guiGetEvent type guiSetValues guiSetVideo.
|
2011-06-27 |
ib |
Rename guiGetEvent type guiIEvent guiRunCommand.
|
2011-06-27 |
ib |
Rename guiGetEvent type guiSetParameters guiPreparation.
|
2011-06-27 |
ib |
Remove guiGetEvent type guiSetDemuxer.
|
2011-06-27 |
ib |
Remove guiGetEvent type guiSetFileFormat.
|
2011-06-27 |
ib |
Rename guiInterface_t member NoWindow MovieWindow.
|
2011-06-27 |
ib |
Use X11 Bool symbolic constant.
|
2011-06-27 |
ib |
Rename guiGetEvent type guiSetVideo guiSetVideoWindow.
|
2011-06-27 |
ib |
Add missing break.
|
2011-06-27 |
ib |
Rename guiGetEvent type guiSetShVideo guiSetVideo.
|
2011-06-27 |
ib |
Simplify code concerning guiGetEvent type guiSetAudioOnly.
|
2011-06-27 |
ib |
Replace numeric constant by symbolic constant in guiGetEvent() call.
|
2011-06-27 |
ib |
Cast arg in guiGetEvent() to void * or remove cast where unnecessary.
|
2011-06-27 |
ib |
Cosmetic: Adjust indent.
|
2011-06-27 |
ib |
Rename guiInterface_t member AudioType AudioChannels.
|
2011-06-26 |
ranma |
The muxer prebuffers packets until each stream has been seen so a proper header
|
2011-06-26 |
iive |
Do a proper calculation of free RAM to be used as V4L buffers.
|
2011-06-26 |
diego |
build: Compile libav* libraries from the top level of the ffmpeg subdirectory.
|
2011-06-26 |
diego |
configure: Set correct libav* (S)LIBNAME in config.mak.
|
2011-06-26 |
diego |
configure: Mark libav* as enabled in config.mak.
|
2011-06-26 |
ib |
Cast handle to menu in AppendMenu() to UINT_PTR.
|
2011-06-26 |
compn |
add vfw csmcodec for fourcc CSM0
|
2011-06-25 |
ib |
Cast new user data value in SetWindowLongPtr() to LONG_PTR.
|
2011-06-25 |
reimar |
Set SRC_PATH to '.' which is a standard value for FFmpeg now.
|
2011-06-25 |
jrash |
sync with en/mplayer.1 rev. 33689
|
2011-06-25 |
diego |
configure: Correctly check for the clang compiler.
|
2011-06-25 |
diego |
Italian manual page update
|
2011-06-24 |
diego |
build: Rebuild libavcodec if assembler files changed.
|
2011-06-24 |
jrash |
Synced with help_mp-en.h rev. 33639
|
2011-06-24 |
ib |
Simplify code for guiGetEvent type guiSetState.
|
2011-06-24 |
ib |
Cosmetic: Adjust indent.
|
2011-06-24 |
ib |
Revise (and hopefully clarify) the skin installation documentation.
|
2011-06-24 |
diego |
configure: Update a comment about fast int types.
|
2011-06-23 |
diego |
vidix: Replace IsWinNT() forward declaration by a proper header.
|
2011-06-23 |
reimar |
Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.
|
2011-06-22 |
reimar |
Run OS support for SSE check only for runtime CPU detection.
|
2011-06-22 |
reimar |
Do not force SSE disabled for gcc 2, it seems to compile
|
2011-06-22 |
diego |
vidix: Add forward declaration for IsWinNT() to libdha_win32.c.
|
2011-06-22 |
diego |
tvi_dshow: Adjust mp_msg printf conversion specifier to avoid warnings.
|
2011-06-22 |
diego |
win32 gui: Mark debug function only used within the file as static.
|
2011-06-22 |
diego |
win32 gui: Remove non-compiling debug mp_msg calls.
|
2011-06-22 |
diego |
win32 gui: Move static function around to avoid a forward declaration.
|
2011-06-22 |
diego |
tvi_dshow: Mark functions not used outside of the file as static.
|
2011-06-22 |
diego |
cache2: Surround conditionally used functions by appropriate #ifdefs.
|
2011-06-22 |
ib |
Prefer playing variable $p to $l.
|
2011-06-22 |
ib |
Replace all playback integer constants by their symbolic constants.
|
2011-06-22 |
ib |
Rename the symbolic playback state constants.
|