2011-07-08 |
ib |
Cosmetic: Order prototypes in interface.h.
|
2011-07-08 |
ib |
Cosmetic: Rename two functions that do MPlayer calls.
|
2011-07-08 |
jrash |
sync with en/mplayer.1 rev. 33788
|
2011-07-08 |
ib |
Fix Win32 GUI compilation problems.
|
2011-07-07 |
diego |
ve_xvid: Add libavutil/rational.h #include for AVRational et al.
|
2011-07-07 |
reimar |
Include io.h for setmode().
|
2011-07-07 |
ib |
Use same data types for index variable and loop test variable.
|
2011-07-07 |
ib |
Use proper cast in comparison.
|
2011-07-07 |
ib |
Use unsigned index variable for comparison with array size.
|
2011-07-07 |
ib |
Use unsigned index variable for comparison with string length.
|
2011-07-07 |
ib |
Add missing #includes <stdarg.h> and <stdio.h>.
|
2011-07-07 |
ib |
Remove unnecessary #include "interface.h".
|
2011-07-07 |
ib |
Cosmetic: Rename the GUI playlist functions.
|
2011-07-07 |
ib |
Replace numeric constant fsPersistant_MaxPos for fsHistory array size.
|
2011-07-07 |
ib |
Remove variable holding history of selected files from interface.[ch].
|
2011-07-07 |
ib |
Remove skin related variables from interface.[ch].
|
2011-07-07 |
ib |
Cosmetic: Rename URLList urlList.
|
2011-07-07 |
ib |
Remove config related variables from interface.[ch].
|
2011-07-07 |
ib |
Cosmetic: Separate interface functions.
|
2011-07-07 |
ib |
Cosmetic: Separate interface functions.
|
2011-07-07 |
ib |
Remove pointless return code from mplayer().
|
2011-07-07 |
ib |
Cosmetic: Rename remaining part of gtkSet() mplayer().
|
2011-07-07 |
ib |
Move purely list related parts of gtkSet() from interface.c to list.c.
|
2011-07-07 |
ib |
Create new file list.c for list related functions.
|
2011-07-07 |
ib |
Remove macros guiSetFilename() and guiSetDF() from interface.h.
|
2011-07-07 |
ib |
Remove gfree() from interface.c.
|
2011-07-07 |
ib |
Remove unnecessary #include "gui/interface.h".
|
2011-07-07 |
ib |
Move string functions from interface.c to string.c.
|
2011-07-06 |
iive |
Fix the precision loss in float -> 32bit conversion case, introduced
|
2011-07-05 |
ib |
Fix compilation of the Win32 GUI after r33812.
|
2011-07-05 |
ib |
Rename GUI playtree import functions.
|
2011-07-05 |
ib |
Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.
|
2011-07-05 |
ib |
Make guiEventHandling() a gui() call.
|
2011-07-05 |
ib |
Cosmetic: Change prefix for symbolic constants from GMP to GUI.
|
2011-07-05 |
ib |
Remove gui() GMP_SET_DVD.
|
2011-07-05 |
ib |
Cosmetic: Adjust indent.
|
2011-07-05 |
ib |
Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.
|
2011-07-05 |
ib |
Remove unused symbolic constant guiReDrawSubWindow.
|
2011-07-05 |
ib |
Cosmetic: Rename gui() parameter.
|
2011-07-05 |
ib |
Rename the gui() symbolic constants.
|
2011-07-05 |
ib |
Rename guiGetEvent() gui().
|
2011-07-04 |
iive |
Audio format conversion from float to int is not checked for overflow.
|
2011-07-04 |
reimar |
Reindent, add empty lines.
|
2011-07-04 |
reimar |
Improve checks for when to try reconnecting to be more thorough and readable.
|
2011-07-04 |
reimar |
Pass streaming_ctrl eof on.
|
2011-07-04 |
reimar |
Ensure we do not add strange values to amount of buffered bytes
|
2011-07-04 |
reimar |
Signal EOF vs. error also via streaming control API (not yet evaluated).
|
2011-07-04 |
diego |
configure: cosmetics: Adjust comment in config.mak inclusion guard.
|
2011-07-04 |
diego |
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.
|
2011-07-03 |
reimar |
Remove condition that is now always true.
|
2011-07-03 |
reimar |
Do not assign anything when a stream control returns an error.
|
2011-07-02 |
reimar |
Use proper format string for sizeof() type.
|
2011-07-02 |
reimar |
Remove pointless and in addition incorrect cast.
|
2011-07-02 |
reimar |
Use "const char *" type for paths.
|
2011-07-02 |
reimar |
Clean up some function prototypes.
|
2011-07-02 |
reimar |
Cosmetics: Fix strange space placement.
|
2011-07-02 |
reimar |
Fix type to match read_pnm arguments.
|
2011-07-02 |
iive |
Increase video muxer output frame size.
|
2011-07-02 |
reimar |
100l, forgot to test without -vobsub.
|
2011-07-01 |
reimar |
Add a hack to receive audio while probing video FPS.
|
2011-07-01 |
reimar |
Fix linking order to allow compiling against Debian unstable version of LIVE555.
|
2011-07-01 |
reimar |
Fix ridiculously slow LIVE555 test by sanity-checking the path for
|
2011-07-01 |
diego |
configure: Drop check for compiler support of named assembler arguments.
|
2011-07-01 |
reimar |
Make vobsub options available in mencoder, though with my test file
|
2011-07-01 |
ptt |
corrected suboption stereo descriptions, and reformatted to be compliant with other sections
|
2011-07-01 |
compn |
add yv16 raw fourcc
|
2011-06-30 |
diego |
configure: Remove obsolete test for ARM pld instruction.
|
2011-06-29 |
ib |
Cosmetic: Move command MP_CMD_QUIT to the end.
|
2011-06-29 |
ib |
Don't let MPlayer directly call user interface functions.
|
2011-06-29 |
ib |
Rename guiGetEvent type guiSetDefaults guiNewFile.
|
2011-06-29 |
ib |
Don't let MPlayer directly call user interface functions.
|
2011-06-29 |
ib |
Use unsigned index variable for comparison with array size.
|
2011-06-29 |
ib |
Cosmetic: Arrange guiGetEvent() types in the sequence they are called.
|
2011-06-29 |
ib |
Remove unused guiGetEvent type guiSetFileName.
|
2011-06-29 |
ib |
Add missing #include "libavutil/common.h".
|
2011-06-29 |
ib |
Replace numeric constants for gtkEquChannels array size.
|
2011-06-29 |
ib |
Don't destroy the equalizer settings.
|
2011-06-29 |
ib |
Cosmetic: Rename variable dvdp dvd.
|
2011-06-29 |
ib |
Prefer previously assigned guiInfo.StreamTyp over stream->type.
|
2011-06-29 |
ib |
Make assignments to variables in guiGetEvent() only if needed.
|
2011-06-29 |
diego |
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.
|
2011-06-29 |
ib |
Don't stop playing after a DXR3 demuxer type error.
|
2011-06-29 |
diego |
configure: Remove check for compiler support of 10 assembler operands.
|
2011-06-29 |
ib |
Cosmetic: Remove wrong comment.
|
2011-06-29 |
ib |
Move audio related code from guiSetVideo to guiSetAudio.
|
2011-06-29 |
ib |
Simplify code of guiGetEvent type guiSetAudio.
|
2011-06-28 |
diego |
build: touch ffmpeg/.config to avoid spurious warning messages.
|
2011-06-28 |
diego |
configure: Add AS_O to config.mak for Libav/FFmpeg build.
|
2011-06-28 |
diego |
build: Skip touching FFmpeg libraries after compilation.
|
2011-06-28 |
diego |
build: Simplify FFmpeg library handling.
|
2011-06-28 |
diego |
demux_vqf: typo/wording fixes
|
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.
|