2011-06-03 |
ib |
Add French Comment entry to desktop file.
|
2011-06-03 |
ib |
Add Italian Comment entry to desktop file.
|
2011-06-03 |
ib |
Add Japanese entries to desktop file.
|
2011-06-03 |
ib |
Add X-GNOME-FullName entries to desktop file.
|
2011-06-03 |
ib |
Remove Spanish and Chinese Comment entries from desktop file.
|
2011-06-03 |
ib |
Make French and Italian Comment entries in desktop file GenericName entries.
|
2011-06-03 |
ib |
Add German GenericName entry to desktop file and revise German Comment entry.
|
2011-06-03 |
ib |
Revise desktop file.
|
2011-06-03 |
ib |
Revise desktop file.
|
2011-06-03 |
jrash |
sync with en/mplayer.1 rev. 33526
|
2011-06-01 |
reimar |
Add const to variable storing string constant pointers.
|
2011-06-01 |
reimar |
Add casts to avoid compiler warning.
|
2011-06-01 |
reimar |
Do not call functions through a function pointer specifying more
|
2011-06-01 |
reimar |
Add "const" to avoid compiler warning.
|
2011-06-01 |
diego |
configure: Enable yasm/nasm support on OS/2.
|
2011-05-31 |
iive |
Check if compiler is functioning properly before trying to test additional options.
|
2011-05-31 |
iive |
Automatically add "-fno-tree-vectorize" in CFLAGS.
|
2011-05-30 |
reimar |
Fix code incorrectly assuming "char" is signed.
|
2011-05-30 |
reimar |
Fix code assuming that "char" is signed.
|
2011-05-30 |
reimar |
Use int as type, there is no reason to use char which also
|
2011-05-30 |
reimar |
Add const to match actual type of string literal that are assigned.
|
2011-05-30 |
reimar |
Fix compilation with latest FFmpeg.
|
2011-05-30 |
diego |
Document mng video output driver.
|
2011-05-29 |
iive |
Create empty vo_gc graphic context instead of one with
|
2011-05-29 |
iive |
Remove useles XSetBackground() call right before freeing the graphic context.
|
2011-05-29 |
iive |
Make vo_x11_create_smooth_window() use its parameter mRoot instead
|
2011-05-29 |
iive |
Fix xv/xvmc window background clearing.
|
2011-05-29 |
iive |
Avoid probing with empty filename in cue_find_bin().
|
2011-05-29 |
reimar |
Simplify by using av_strlcpy.
|
2011-05-29 |
reimar |
Avoid possible crash if cue filename is very short.
|
2011-05-29 |
reimar |
Remove a duplicated open() call that could lead to a
|
2011-05-29 |
reimar |
Only accept regular files as .bin files for .cue files.
|
2011-05-29 |
reimar |
Ensure 0-termination even if line does not start with FILE "
|
2011-05-29 |
reimar |
Fix 0-termination being placed one byte too far.
|
2011-05-29 |
reimar |
Avoid crash if terminating " is missing.
|
2011-05-29 |
reimar |
Simplify NULL check.
|
2011-05-29 |
reimar |
Add some "const".
|
2011-05-29 |
reimar |
Simplify: remove an unnecessary loop variable.
|
2011-05-29 |
reimar |
Spelling fix.
|
2011-05-28 |
iive |
Workaround embedded ssa/ass never hiding with -noass.
|
2011-05-28 |
iive |
Fix vo_x11/xv window background clearing.
|
2011-05-28 |
iive |
Fix vo_x11 window background clearing.
|
2011-05-27 |
jrash |
sync with en/mplayer.1 rev. 33488
|
2011-05-27 |
jrash |
Synced with help_mp-en.h rev. 33478
|
2011-05-25 |
reimar |
Fix clear/border color of chroma texture for 9- and 10-bit formats.
|
2011-05-25 |
iive |
Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.
|
2011-05-24 |
reimar |
Support 9- and 10-bit YUV input for OpenGL vos.
|
2011-05-24 |
diego |
configure: Disable Flash Screen Video v2 encoder if zlib is unavailable.
|
2011-05-24 |
diego |
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.
|
2011-05-24 |
diego |
vo_direct3d: Mark function only used within the file as static.
|
2011-05-24 |
cigaes |
LINE_MAX seems to be missing from mingw32.
|
2011-05-24 |
ib |
Start playlist selection in same directory the file selector starts in.
|
2011-05-24 |
ib |
Allow direct selection with middle mouse button (single click).
|
2011-05-24 |
ib |
Fix wrong parameter type to event handler function.
|
2011-05-24 |
ib |
Allow directory selection with middle mouse button (single click).
|
2011-05-24 |
ib |
Revert r33448.
|
2011-05-24 |
ib |
Fix play duration calculation error.
|
2011-05-24 |
cehoyos |
Fix live555 detection on mingw32.
|
2011-05-24 |
cehoyos |
Revert r33368, it broke mingw32 compilation.
|
2011-05-24 |
cigaes |
Italian translation for stream dump messages.
|
2011-05-23 |
cigaes |
vf_delogo: allow to change the rectangle based on the time
|
2011-05-23 |
cigaes |
Add myself to the AUTHORS file.
|
2011-05-23 |
ib |
Revert r33482.
|
2011-05-22 |
ib |
Add missing m_option_free() to m_config_free().
|
2011-05-22 |
ib |
Fix comment error.
|
2011-05-22 |
ib |
Cosmetic: Remove braces and adjust indent after r33481.
|
2011-05-22 |
ib |
Remove unnecessary #include "libvo/video_out.h".
|
2011-05-22 |
reimar |
Use mixer directly without checking for an audio_out.
|
2011-05-22 |
reimar |
Remove completely unused variable.
|
2011-05-22 |
ib |
German translation of stream dump progress information.
|
2011-05-21 |
cigaes |
stream dump: print progress information.
|
2011-05-21 |
cboesch |
Add MNG output support.
|
2011-05-21 |
iive |
Fix stepping forward/backward in subtitle list after commit r31663.
|
2011-05-21 |
jrash |
remove redundent space between characters
|
2011-05-20 |
cehoyos |
x264 version 0.115 is required now.
|
2011-05-20 |
iive |
Fix linking after recent FFmpeg change.
|
2011-05-19 |
reimar |
SAMI subs: start a new line if there's no space left to append to the
|
2011-05-18 |
cehoyos |
Cosmetics: Restore indentation after r33465.
|
2011-05-17 |
iive |
Workaround mp3lib SSE code miscompilation with gcc 4.6.0 .
|
2011-05-16 |
reimar |
Fix condition for using FriBidiParType, its values are usually
|
2011-05-16 |
jrash |
sync with en/mplayer.1 rev. 33458
|
2011-05-16 |
jrash |
Synced with help_mp-en.h rev. 33454
|
2011-05-15 |
cehoyos |
Fix false positives when auto-detecting live555 library.
|
2011-05-13 |
compn |
add dvoo fourcc to ffyuy2 raw decoder
|
2011-05-12 |
cehoyos |
Support Digital Voodoo SD 8 Bit (DVOO).
|
2011-05-12 |
cehoyos |
Support FFmpeg r10k decoder.
|
2011-05-12 |
cehoyos |
Support S302M in the native ts demuxer.
|
2011-05-12 |
cehoyos |
Support S302M (with -demuxer lavf).
|
2011-05-12 |
cehoyos |
Support playback for more ffv1 pixel formats.
|
2011-05-12 |
ib |
Slightly revise ao_alsa_device description in man page.
|
2011-05-12 |
ib |
Write all CONF_TYPE_FLOAT values as floating point constants.
|
2011-05-12 |
ib |
Specify ao_extra_stereo coefficient default value in man page.
|
2011-05-11 |
ib |
German translation of stream messages
|
2011-05-11 |
ib |
Make stream messages translatable.
|
2011-05-11 |
reimar |
Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.
|
2011-05-10 |
reimar |
Make mp_get_chroma_shift simpler/more generic and add an argument
|
2011-05-10 |
cehoyos |
Support displaying of 9- and 10-bit pixel formats,
|
2011-05-09 |
cboesch |
Prettify main MPlayer source file.
|
2011-05-09 |
vayne |
Missing header for compilation in mingw.
|
2011-05-09 |
ib |
Check for reasonable time values.
|
2011-05-08 |
reimar |
100l, fix seek cache controls with cache enabled,
|
2011-05-08 |
reimar |
Simplify IMGFMT_IS_YUVP16_NE definition.
|
2011-05-08 |
ib |
Don't use CreateThread() unconditionally.
|
2011-05-08 |
diego |
gui: Fix compilation without debug enabled.
|
2011-05-08 |
reimar |
Change mp_dbg so that syntax is checked also when it is disabled.
|
2011-05-08 |
reimar |
Restore variable that is actually used in debug output.
|
2011-05-08 |
reimar |
Attempt to fix compilation against older fribidi versions.
|
2011-05-08 |
reimar |
Move some common fribidi code into a shared function.
|
2011-05-08 |
reimar |
Mark mp3lib decoder as buggy, it does not produce proper output
|
2011-05-08 |
reimar |
Remove pointless ifdef.
|
2011-05-08 |
jrash |
fix legacy translation error
|
2011-05-07 |
reimar |
Make vcd_seek_to_track static, the GUI no longer needs to
|
2011-05-07 |
reimar |
Avoid warnings about discarding volatile.
|
2011-05-07 |
reimar |
Simplify code and avoid an incorrect "may be used initialized"
|
2011-05-07 |
reimar |
Fix bug introduced in r25726 that would cause us to write
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Add some "const" to avoid compiler warnings.
|
2011-05-07 |
reimar |
Remove unused variable for FFmpeg encode result.
|
2011-05-07 |
reimar |
Remove unused version variable, replace it by comment
|
2011-05-07 |
reimar |
Change variable type to match type in fribidi function declaration.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove some useless code that calculates something
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Do not assign to same variable twice.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove pointless ()
|
2011-05-07 |
reimar |
Fix "warning: pointer of type 'void *' used in arithmetic".
|
2011-05-07 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
2011-05-07 |
reimar |
Avoid "'sh' may be used uninitialized in this function" warning.
|
2011-05-07 |
iive |
Fix compilation for OSX due to r33392 - control() vaarg removal.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Fix vo_x11_set_equalizer argument, must be the raw value to set, not a pointer!
|
2011-05-07 |
reimar |
Remove unused variables and code initializing them.
|
2011-05-07 |
reimar |
Simplify macros and get rid of incorrect casts from pointers to
|
2011-05-07 |
reimar |
Remove unused variables.
|
2011-05-07 |
reimar |
On error munmap returns -1, not MAP_FAILED.
|
2011-05-07 |
reimar |
Fix draw_frame/draw_slice return types.
|
2011-05-07 |
reimar |
Another equalizer-related const-warning fix.
|
2011-05-07 |
reimar |
Fix function to match what send_mpeg_pes_packet expects,
|
2011-05-07 |
reimar |
Fix strict-aliasing violation warnings.
|
2011-05-07 |
reimar |
Remove variable and code that was obviously forgotten when the
|
2011-05-07 |
reimar |
Fix variable type and values to match function prototype.
|
2011-05-07 |
reimar |
Remove code with no purpose.
|
2011-05-07 |
reimar |
Remove unused variable.
|
2011-05-07 |
reimar |
Add "const" to equalizer name argument to avoid compiler warnings.
|
2011-05-07 |
reimar |
Add "const" to avoid compiler warnings.
|
2011-05-07 |
cboesch |
vf_smartblur: fix threshold condition.
|
2011-05-07 |
reimar |
Fix matrixview test, it would stay stuck at "auto".
|
2011-05-07 |
ib |
Declare parameter type for guiExit() more precisely.
|
2011-05-07 |
ib |
Cosmetic: Adjust indent.
|
2011-05-07 |
ib |
Set GUI initialization flag earlier.
|
2011-05-07 |
reimar |
Fix output of "No bind found for key" to actually make sense for
|
2011-05-07 |
iive |
Remove the variable arguments from the libvo control() functions.
|
2011-05-07 |
reimar |
Support up to 20 mouse buttons, there really seem to be input devices
|
2011-05-06 |
ib |
Replace _beginthreadex() by CreateThread().
|
2011-05-06 |
jrash |
sync with en/mplayer.1 rev. 33382
|
2011-05-06 |
iive |
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,
|
2011-05-06 |
iive |
Make vo_xv_set/get_eq() functions expect "const char *" for attribute name.
|
2011-05-06 |
ib |
Cosmetic: Remove empty line.
|
2011-05-06 |
ib |
Fix bug with gfree() definition in Win32 GUI.
|
2011-05-06 |
ib |
Fix compilation error with Win32 GUI.
|
2011-05-06 |
ib |
Revise keyboard control section of German man page translation.
|
2011-05-06 |
ib |
Revise man page.
|
2011-05-05 |
cboesch |
Add note about sp_cmt_cpp_start uncrustify setting.
|
2011-05-05 |
reimar |
Move m_config_free last, otherwise mp_msg might stop working
|
2011-05-05 |
michael |
cometics / align str2AVDiscard()
|
2011-05-05 |
michael |
Vertical alignment / test mplayer-gitsvn @ mplayerhq.hu
|
2011-05-05 |
cboesch |
Add commented out binds for users who want percentage seek.
|
2011-05-05 |
ib |
Cosmetic: uncrustify related indent adjustments
|
2011-05-05 |
cboesch |
Do not prefer '// A' over '//A' in uncrustify profile.
|
2011-05-05 |
cboesch |
Doxygen cleanups in the main file.
|
2011-05-05 |
diego |
configure: Simplify ZR, libdvdcss and FTP dependency checks.
|
2011-05-05 |
diego |
configure: Unify V4L-related feature checks.
|
2011-05-05 |
diego |
configure: Handle X11 dependencies in the checks for dependent features.
|
2011-05-05 |
diego |
configure: Employ proper autodetection for the matrixview video output.
|
2011-05-05 |
ib |
Use free() instead of gfree() in guiSetFilename and guiSetDF macros.
|
2011-05-05 |
diego |
configure: Drop recently-added check for swab() in string.h again.
|
2011-05-05 |
reimar |
Forgotten part of previous commit: add INITIALIZED_SUBS
|
2011-05-04 |
reimar |
Avoid duplicating MP_CMD_QUIT code, even though it currently
|
2011-05-04 |
reimar |
Remove unused variable.
|
2011-05-04 |
reimar |
Free playtree params.
|
2011-05-04 |
reimar |
Move freeing of subtitle data to uninit_player so it not only happens
|
2011-05-04 |
diego |
doxygen: misc config file tweaks
|
2011-05-04 |
diego |
doxygen: Exclude files from the debian/ and help/ subdirectories.
|
2011-05-04 |
diego |
Update Doxyfile from doxygen 1.3.7 to 1.5.6.
|
2011-05-04 |
diego |
Exclude imported external libraries when generating Doxygen documentation.
|
2011-05-04 |
diego |
Reduce Doxygen output verbosity when generating code documentation.
|
2011-05-03 |
ib |
Use designators for structure initialization.
|
2011-05-03 |
ib |
Remove private symbolic constants from header files.
|