Mercurial > mplayer.hg
graph
-
configure: drop check for legacy compilers wrt libass and the win32 loader2011-07-09, by diego
-
Remove gtkClearStruct code from mplayer() in interface.c.2011-07-09, by ib
-
Use macro nfree() in Win32 GUI code.2011-07-09, by ib
-
Cosmetic: Change parameter of mplayer() calls.2011-07-09, by ib
-
Remove guiExit().2011-07-09, by ib
-
Change GUI and MPLAYER symbolic constants into enums.2011-07-08, by ib
-
Rename the mplayer() symbolic constants.2011-07-08, by ib
-
Cosmetic: Rename mplayer() parameter.2011-07-08, by ib
-
Cosmetic: Order prototypes in interface.h.2011-07-08, by ib
-
Cosmetic: Rename two functions that do MPlayer calls.2011-07-08, by ib
-
sync with en/mplayer.1 rev. 337882011-07-08, by jrash
-
Fix Win32 GUI compilation problems.2011-07-08, by ib
-
ve_xvid: Add libavutil/rational.h #include for AVRational et al.2011-07-07, by diego
-
Include io.h for setmode().2011-07-07, by reimar
-
Use same data types for index variable and loop test variable.2011-07-07, by ib
-
Use proper cast in comparison.2011-07-07, by ib
-
Use unsigned index variable for comparison with array size.2011-07-07, by ib
-
Use unsigned index variable for comparison with string length.2011-07-07, by ib
-
Add missing #includes <stdarg.h> and <stdio.h>.2011-07-07, by ib
-
Remove unnecessary #include "interface.h".2011-07-07, by ib
-
Cosmetic: Rename the GUI playlist functions.2011-07-07, by ib
-
Replace numeric constant fsPersistant_MaxPos for fsHistory array size.2011-07-07, by ib
-
Remove variable holding history of selected files from interface.[ch].2011-07-07, by ib
-
Remove skin related variables from interface.[ch].2011-07-07, by ib
-
Cosmetic: Rename URLList urlList.2011-07-07, by ib
-
Remove config related variables from interface.[ch].2011-07-07, by ib
-
Cosmetic: Separate interface functions.2011-07-07, by ib
-
Cosmetic: Separate interface functions.2011-07-07, by ib
-
Remove pointless return code from mplayer().2011-07-07, by ib
-
Cosmetic: Rename remaining part of gtkSet() mplayer().2011-07-07, by ib
-
Move purely list related parts of gtkSet() from interface.c to list.c.2011-07-07, by ib
-
Create new file list.c for list related functions.2011-07-07, by ib
-
Remove macros guiSetFilename() and guiSetDF() from interface.h.2011-07-07, by ib
-
Remove gfree() from interface.c.2011-07-07, by ib
-
Remove unnecessary #include "gui/interface.h".2011-07-07, by ib
-
Move string functions from interface.c to string.c.2011-07-07, by ib
-
Fix the precision loss in float -> 32bit conversion case, introduced2011-07-06, by iive
-
Fix compilation of the Win32 GUI after r33812.2011-07-05, by ib
-
Rename GUI playtree import functions.2011-07-05, by ib
-
Cosmetic: Rename GUI_X_EVENT GUI_HANDLE_X_EVENT.2011-07-05, by ib
-
Make guiEventHandling() a gui() call.2011-07-05, by ib
-
Cosmetic: Change prefix for symbolic constants from GMP to GUI.2011-07-05, by ib
-
Remove gui() GMP_SET_DVD.2011-07-05, by ib
-
Cosmetic: Adjust indent.2011-07-05, by ib
-
Cosmetic: Rename symbolic constant MP_TRANSPARENT GMP_TRANSPARENT.2011-07-05, by ib
-
Remove unused symbolic constant guiReDrawSubWindow.2011-07-05, by ib
-
Cosmetic: Rename gui() parameter.2011-07-05, by ib
-
Rename the gui() symbolic constants.2011-07-05, by ib
-
Rename guiGetEvent() gui().2011-07-05, by ib
-
Audio format conversion from float to int is not checked for overflow.2011-07-04, by iive
-
Reindent, add empty lines.2011-07-04, by reimar
-
Improve checks for when to try reconnecting to be more thorough and readable.2011-07-04, by reimar
-
Pass streaming_ctrl eof on.2011-07-04, by reimar
-
Ensure we do not add strange values to amount of buffered bytes2011-07-04, by reimar
-
Signal EOF vs. error also via streaming control API (not yet evaluated).2011-07-04, by reimar
-
configure: cosmetics: Adjust comment in config.mak inclusion guard.2011-07-04, by diego
-
configure: Add a fake version number to SLIBNAME_WITH_MAJOR in config.mak.2011-07-04, by diego
-
Remove condition that is now always true.2011-07-03, by reimar
-
Do not assign anything when a stream control returns an error.2011-07-03, by reimar
-
Use proper format string for sizeof() type.2011-07-02, by reimar
-
Remove pointless and in addition incorrect cast.2011-07-02, by reimar
-
Use "const char *" type for paths.2011-07-02, by reimar
-
Clean up some function prototypes.2011-07-02, by reimar
-
Cosmetics: Fix strange space placement.2011-07-02, by reimar
-
Fix type to match read_pnm arguments.2011-07-02, by reimar
-
Increase video muxer output frame size.2011-07-02, by iive
-
100l, forgot to test without -vobsub.2011-07-02, by reimar
-
Add a hack to receive audio while probing video FPS.2011-07-01, by reimar
-
Fix linking order to allow compiling against Debian unstable version of LIVE555.2011-07-01, by reimar
-
Fix ridiculously slow LIVE555 test by sanity-checking the path for2011-07-01, by reimar
-
configure: Drop check for compiler support of named assembler arguments.2011-07-01, by diego
-
Make vobsub options available in mencoder, though with my test file2011-07-01, by reimar
-
add yv16 raw fourcc2011-07-01, by compn
-
configure: Remove obsolete test for ARM pld instruction.2011-06-30, by diego
-
Cosmetic: Move command MP_CMD_QUIT to the end.2011-06-29, by ib
-
Don't let MPlayer directly call user interface functions.2011-06-29, by ib
-
Rename guiGetEvent type guiSetDefaults guiNewFile.2011-06-29, by ib
-
Don't let MPlayer directly call user interface functions.2011-06-29, by ib
-
Use unsigned index variable for comparison with array size.2011-06-29, by ib
-
Cosmetic: Arrange guiGetEvent() types in the sequence they are called.2011-06-29, by ib
-
Remove unused guiGetEvent type guiSetFileName.2011-06-29, by ib
-
Add missing #include "libavutil/common.h".2011-06-29, by ib
-
Replace numeric constants for gtkEquChannels array size.2011-06-29, by ib
-
Don't destroy the equalizer settings.2011-06-29, by ib
-
Cosmetic: Rename variable dvdp dvd.2011-06-29, by ib
-
Prefer previously assigned guiInfo.StreamTyp over stream->type.2011-06-29, by ib
-
Make assignments to variables in guiGetEvent() only if needed.2011-06-29, by ib
-
configure: Add SLIBNAME_WITH_MAJOR to config.mak to avoid Make warnings.2011-06-29, by diego
-
Don't stop playing after a DXR3 demuxer type error.2011-06-29, by ib
-
configure: Remove check for compiler support of 10 assembler operands.2011-06-29, by diego
-
Cosmetic: Remove wrong comment.2011-06-29, by ib
-
Move audio related code from guiSetVideo to guiSetAudio.2011-06-29, by ib
-
Simplify code of guiGetEvent type guiSetAudio.2011-06-29, by ib
-
build: touch ffmpeg/.config to avoid spurious warning messages.2011-06-28, by diego
-
configure: Add AS_O to config.mak for Libav/FFmpeg build.2011-06-28, by diego
-
build: Skip touching FFmpeg libraries after compilation.2011-06-28, by diego
-
build: Simplify FFmpeg library handling.2011-06-28, by diego
-
demux_vqf: typo/wording fixes2011-06-28, by diego
-
Cosmetic: Adjust indent.2011-06-28, by ib
-
Prevent balance from hopping.2011-06-28, by ib
-
Fix volume and balance bug.2011-06-28, by ib
-
Rename guiGetEvent type guiSetVolume guiSetMixer.2011-06-28, by ib
-
Redraw GUI only after all necessary values have been set.2011-06-28, by ib
-
Fix compilation with --disable-qtx.2011-06-28, by reimar
-
Fix bug introduced as a side effect in r33750.2011-06-28, by ib
-
Change return code of guiGetEvent() to indicate success.2011-06-28, by ib
-
Cosmetic: Remove needless parentheses.2011-06-28, by ib
-
Cosmetic: Adjust indent.2011-06-28, by ib
-
Fix bug introduced in r33743.2011-06-28, by ib
-
Remove needless memset initialization of guiInfo.2011-06-28, by ib
-
Rename guiGetEvent type guiSetAudioOnly guiSetAudio.2011-06-28, by ib
-
Rename guiGetEvent type guiSetValues guiSetVideo.2011-06-28, by ib
-
Rename guiGetEvent type guiIEvent guiRunCommand.2011-06-27, by ib
-
Rename guiGetEvent type guiSetParameters guiPreparation.2011-06-27, by ib
-
Remove guiGetEvent type guiSetDemuxer.2011-06-27, by ib
-
Remove guiGetEvent type guiSetFileFormat.2011-06-27, by ib
-
Rename guiInterface_t member NoWindow MovieWindow.2011-06-27, by ib
-
Use X11 Bool symbolic constant.2011-06-27, by ib
-
Rename guiGetEvent type guiSetVideo guiSetVideoWindow.2011-06-27, by ib
-
Add missing break.2011-06-27, by ib
-
Rename guiGetEvent type guiSetShVideo guiSetVideo.2011-06-27, by ib
-
Simplify code concerning guiGetEvent type guiSetAudioOnly.2011-06-27, by ib
-
Replace numeric constant by symbolic constant in guiGetEvent() call.2011-06-27, by ib
-
Cast arg in guiGetEvent() to void * or remove cast where unnecessary.2011-06-27, by ib
-
Cosmetic: Adjust indent.2011-06-27, by ib
-
Rename guiInterface_t member AudioType AudioChannels.2011-06-27, by ib
-
The muxer prebuffers packets until each stream has been seen so a proper header2011-06-26, by ranma
-
Do a proper calculation of free RAM to be used as V4L buffers.2011-06-26, by iive
-
build: Compile libav* libraries from the top level of the ffmpeg subdirectory.2011-06-26, by diego
-
configure: Set correct libav* (S)LIBNAME in config.mak.2011-06-26, by diego
-
configure: Mark libav* as enabled in config.mak.2011-06-26, by diego
-
Cast handle to menu in AppendMenu() to UINT_PTR.2011-06-26, by ib
-
add vfw csmcodec for fourcc CSM02011-06-26, by compn
-
Cast new user data value in SetWindowLongPtr() to LONG_PTR.2011-06-25, by ib
-
Set SRC_PATH to '.' which is a standard value for FFmpeg now.2011-06-25, by reimar
-
sync with en/mplayer.1 rev. 336892011-06-25, by jrash
-
configure: Correctly check for the clang compiler.2011-06-25, by diego
-
Italian manual page update2011-06-25, by diego
-
build: Rebuild libavcodec if assembler files changed.2011-06-24, by diego
-
Synced with help_mp-en.h rev. 336392011-06-24, by jrash
-
Simplify code for guiGetEvent type guiSetState.2011-06-24, by ib
-
Cosmetic: Adjust indent.2011-06-24, by ib
-
Revise (and hopefully clarify) the skin installation documentation.2011-06-24, by ib
-
configure: Update a comment about fast int types.2011-06-24, by diego
-
vidix: Replace IsWinNT() forward declaration by a proper header.2011-06-23, by diego
-
Fix "sse in cpuinfo implies mmxext" hack to still work when --disable-sse is used.2011-06-23, by reimar
-
Run OS support for SSE check only for runtime CPU detection.2011-06-22, by reimar
-
Do not force SSE disabled for gcc 2, it seems to compile2011-06-22, by reimar
-
vidix: Add forward declaration for IsWinNT() to libdha_win32.c.2011-06-22, by diego
-
tvi_dshow: Adjust mp_msg printf conversion specifier to avoid warnings.2011-06-22, by diego
-
win32 gui: Mark debug function only used within the file as static.2011-06-22, by diego
-
win32 gui: Remove non-compiling debug mp_msg calls.2011-06-22, by diego
-
win32 gui: Move static function around to avoid a forward declaration.2011-06-22, by diego
-
tvi_dshow: Mark functions not used outside of the file as static.2011-06-22, by diego
-
cache2: Surround conditionally used functions by appropriate #ifdefs.2011-06-22, by diego
-
Prefer playing variable $p to $l.2011-06-22, by ib
-
Replace all playback integer constants by their symbolic constants.2011-06-22, by ib
-
Rename the symbolic playback state constants.2011-06-22, by ib
-
build: Add .gitignore file.2011-06-22, by diego
-
build: Rebuild version.h file if git metadata changed due to new commits.2011-06-22, by diego
-
Rename guiGetEvent type guiCEvent guiSetState.2011-06-22, by ib
-
Remove unused guiGetEvent type guiSetState.2011-06-22, by ib
-
Enable fullscreen with inactive video window.2011-06-22, by ib
-
Indentation fixes.2011-06-21, by reimar
-
Do not set priv->pb for AVFMT_NOFILE formats, this now causes FFmpeg to error out.2011-06-21, by reimar
-
Second GL_YCBCR_MESA format is YVYU, not YUY2.2011-06-21, by reimar
-
Allow specifying yvyu format as option.2011-06-21, by reimar
-
Document the meaning of some of the packed YUV formats.2011-06-21, by reimar
-
Disable SAP muxer since it depends on disabled RTP muxer.2011-06-21, by reimar
-
Change memcpy_pic to force it to never write to image parts between2011-06-21, by reimar
-
Improve stereo3d interleaved man page description.2011-06-21, by reimar
-
Allow a larger range for -aspect.2011-06-21, by reimar
-
Avoid C99 syntax not supported by some old compilers.2011-06-21, by reimar
-
Fix compilation with dvdread/dvdnav disabled.2011-06-21, by reimar
-
Avoid va_copy, it is not generally available2011-06-20, by reimar
-
Explain role of the GUI configuration file in2011-06-19, by ib
-
Revise guiGetEvent() calls.2011-06-19, by ib
-
Cosmetic: Adjust indent.2011-06-19, by ib
-
Use the proper type for the palette, fixes compiler warning.2011-06-19, by reimar
-
Add const to avoid compiler warning.2011-06-19, by reimar
-
Remove more unused variables.2011-06-19, by reimar
-
Move check_events function to avoid forward declaration.2011-06-19, by reimar
-
Remove more unnecessary code/defines.2011-06-19, by reimar
-
Remove GUI-specific code that is already handled by common code now.2011-06-19, by reimar
-
Remove some #includes that are no longer needed.2011-06-19, by reimar
-
Remove more code and variables that have no purpose anymore.2011-06-19, by reimar
-
Remove left-over code from icon/cursor handling that is2011-06-19, by reimar
-
Simplify code for printing display adapter list.2011-06-19, by reimar
-
build: Simplify version.h dependency generation.2011-06-19, by diego
-
gui: Rename TRANSPARENT #define to MP_TRANSPARENT.2011-06-19, by diego
-
win32 gui: Remove unused function guiMessageBox.2011-06-19, by diego
-
win32 gui: Move some forward declarations to the appropriate header file.2011-06-19, by diego
-
win32 gui: Mark some functions as static.2011-06-19, by diego
-
Add forgotten void.2011-06-19, by reimar
-
Move init_vo_spudec to mp_common.c and reuse it in mencoder.2011-06-19, by reimar
-
Fix printing of subtitle type, the wrong index was used to lookup the type.2011-06-19, by reimar
-
Remove xpm definitions inside source file.2011-06-19, by ib
-
Factor out a tiny bit of common code.2011-06-19, by reimar
-
Add missing gui directory to Makefile.2011-06-19, by ib
-
Rename some gtk files.2011-06-19, by ib
-
Add const to string pointer argument that will not be modified.2011-06-19, by ib
-
Rename some pixmaps.2011-06-19, by ib
-
Change vo_directx to use w32_common.c2011-06-19, by reimar
-
Generate VO_EVENT_MOVE also with -wid.2011-06-19, by reimar
-
Implement uiStop and remove outdated comment.2011-06-19, by reimar
-
Add cfg_gui_include also for win32 GUI.2011-06-19, by reimar
-
Add const to string pointer argument that will not be modified.2011-06-19, by reimar
-
Fix compilation of w32 gui.2011-06-19, by reimar
-
Rename #include guard in gui/ui/actions.h.2011-06-19, by ib
-
w32_common: also generate VO_EVENT_MOVE.2011-06-19, by reimar
-
Avoid including aviheader.h only for mmioFOURCC, it has too many2011-06-19, by reimar
-
Add support for converting to interleaved 3D in vf_stereo3d.2011-06-19, by reimar
-
manpage: clarify usage of -endpos with mplayer.2011-06-18, by cboesch
-
vo_mng: add output sub-option.2011-06-18, by cboesch
-
Fix compilation after r33644.2011-06-18, by ib
-
Rename GUI directory 'mplayer' and some files in it.2011-06-18, by ib
-
Cosmetic: Rename some GUI variables and functions.2011-06-18, by ib
-
build: Only compile DLL loader test program under x86_32.2011-06-18, by diego
-
build: Fix TOOLS/subrip object dependencies.2011-06-18, by diego
-
Spelling fix.2011-06-18, by reimar
-
Add a warning message for unavailable or unusable icons.2011-06-17, by ib
-
Cosmetic: Adjust indent.2011-06-17, by ib
-
Adjust message levels in wsXInit().2011-06-17, by ib
-
Remove unused parameter 'Size' in wsConvert().2011-06-17, by ib
-
Synced with help_mp-en.h rev. 336182011-06-17, by jrash
-
Use the same yasm check as FFmpeg.2011-06-16, by cehoyos
-
Cosmetic: Adjust indent.2011-06-16, by ib
-
Check whether a specific icon is available.2011-06-16, by ib
-
Use small icon for property KWM_WIN_ICON, if available.2011-06-16, by ib
-
Add support for _NET_WM_ICON2011-06-16, by ib
-
Avoid compiler warnings.2011-06-16, by ib
-
Revise wsSetIcon().2011-06-16, by ib
-
Cosmetic: Format to MPlayer coding style.2011-06-16, by ib
-
Cosmetic: Format to MPlayer coding style.2011-06-16, by ib
-
Move key definitions for multimedia keyboards to libvo/wskeys.h,2011-06-16, by ib
-
Remove support for Acer AirKey V keyboard multimedia keys.2011-06-16, by ib
-
Rename Render() RenderAll().2011-06-16, by ib
-
Remove function Normalize().2011-06-16, by ib
-
Add some missing libavutil #includes.2011-06-16, by diego
-
Support "Length" option is .pls playlist files.2011-06-15, by reimar
-
Get non-multimedia X11 key definitions from libvo/wskeys.h.2011-06-15, by ib
-
Revise some messages.2011-06-14, by ib
-
Store icon data in a struct variable.2011-06-14, by ib
-
Do some gtkInit() cleanup.2011-06-14, by ib
-
Cosmetic: Adjust indent.2011-06-14, by ib
-
Fix GUI icon bug.2011-06-14, by ib
-
Add support for multimedia pause key.2011-06-14, by ib
-
Add note on wsXFMM key definitions.2011-06-14, by ib
-
Remove unused key definitions.2011-06-14, by ib
-
Use correct type CARD32 for the KWM_WIN_ICON data.2011-06-14, by ib
-
Allow Pause/Break key to be bound as MPlayer input key under X11.2011-06-14, by diego
-
Mark some char * arguments that are strdup'd const,2011-06-13, by reimar
-
Remove a pointless "return".2011-06-13, by reimar
-
tighten dependency on libx264-dev package2011-06-12, by siretart
-
Change code to allow STREAM_CTRL_GET_CURRENT_TIME with cache enabled.2011-06-12, by reimar
-
Remove pointless ().2011-06-12, by reimar
-
Fix dvd_get_current_time so the cell argument actually has a purpose.2011-06-12, by reimar
-
vobsub: simplify origin parsing.2011-06-12, by cboesch
-
vobsub: simplify timestamp parsing.2011-06-12, by cboesch
-
Fix comment and placement of out-commented code.2011-06-12, by reimar
-
Make mp_dvdnav_save_smpi more robust and ensure consistency of nav buffer.2011-06-12, by reimar
-
Spelling fix.2011-06-12, by reimar
-
Replace GDK_WINDOW_XWINDOW by GDK_PIXMAP_XID.2011-06-12, by ib
-
Rename gtkIcon variables gdkIcon.2011-06-12, by ib
-
Make variables static that are only used inside the file.2011-06-12, by ib
-
Remove needless explicit initialization of GdkPixmap variables.2011-06-12, by ib
-
fix legacy translation errors2011-06-12, by jrash
-
Pass "native" filter chain sample format to audio encoder.2011-06-12, by reimar
-
Actually use the AF_FORMAT_UNKNOWN define instead of having it in a comment.2011-06-12, by reimar
-
Remove outdated message.2011-06-12, by reimar
-
Fix encoding to formats taking input other than 16 bits per sample.2011-06-12, by reimar
-
Always choose AV_SAMPLE_FMT_S16 then the encoder supports it.2011-06-11, by reimar
-
Only enable NEED_GLOB on win32, currently this has the effect2011-06-11, by reimar
-
Add support for detecting VFPV3, required for compiling libavcodec for some2011-06-11, by reimar
-
Change linking order: Due to av_get_cpu_flags libswscale now depends on2011-06-11, by reimar
-
Replace sys/fcntl.h include by fcntl.h include used everywhere else.2011-06-11, by reimar
-
Put code checking if at the EOS in a function.2011-06-11, by cboesch
-
Replace color constants in the MPlayer xpm icon file2011-06-11, by ib
-
a_pos is also used by update_subtitles, so initialize it always.2011-06-11, by reimar
-
Set host_cc after cross-compile check.2011-06-11, by reimar
-
Various alignment cosmetics and brackets simplifications.2011-06-11, by cboesch
-
Clarify child_sighandler loop.2011-06-11, by cboesch
-
sync with en/mplayer.1 rev. 335642011-06-10, by jrash
-
Synced with help_mp-en.h rev. 335652011-06-10, by jrash
-
Fix typos.2011-06-10, by cehoyos
-
Change -udp-slave code to temporarily fall back to normal2011-06-08, by reimar
-
Partially revert r33242: it was broken, instead of continuing to2011-06-08, by reimar
-
Provide a desktop icon of reasonable size (48x48) and quality.2011-06-07, by ib
-
Delete unused pixmaps.2011-06-07, by ib
-
Fix segmentation fault when pressing U (stop playing) in GUI.2011-06-07, by ib
-
Fix compilation without gui.2011-06-07, by cehoyos
-
Check error when creating the GUI config object.2011-06-06, by ib
-
Pass m_config_new() error information to caller.2011-06-06, by ib
-
Cosmetic: Adjust indent.2011-06-06, by ib
-
Add option '-idle' to the GUI configuration file.2011-06-06, by ib
-
Make option '-noidle' working for the GUI.2011-06-06, by ib
-
When adding a playlist item, preventively set its next pointer to NULL.2011-06-05, by ib
-
Remove unused member 'played' from playlist structure plItem.2011-06-05, by ib
-
Cosmetic: Correct a comment and add a new one.2011-06-05, by ib
-
Keep the old option '-guiwid' around as CONF_TYPE_PRINT2011-06-05, by ib
-
Rename option '-guiwid' '-gui-wid'.2011-06-05, by ib
-
Add option '-gui-include'.2011-06-05, by ib
-
Constrain libcdparanoia's caching which badly breaks playback with -nocache.2011-06-04, by reimar
-
Make "Invalid seek to negative position" message more useful by2011-06-04, by reimar
-
Fix _libcdio staying on "auto" if cdparanoia test succeeded before.2011-06-04, by reimar
-
Define "gmplayer" as symbolic constant.2011-06-03, by ib
-
Take notice of MPlayer option '-display'.2011-06-03, by ib
-
Remove useless code.2011-06-03, by ib
-
Don't pointlessly cast Display pointer.2011-06-03, by ib
-
Remove commented and disabled code.2011-06-03, by ib
-
Remove needless explicit initialization of Display variables.2011-06-03, by ib
-
Add French Comment entry to desktop file.2011-06-03, by ib
-
Add Italian Comment entry to desktop file.2011-06-03, by ib
-
Add Japanese entries to desktop file.2011-06-03, by ib
-
Add X-GNOME-FullName entries to desktop file.2011-06-03, by ib
-
Remove Spanish and Chinese Comment entries from desktop file.2011-06-03, by ib
-
Revise desktop file.2011-06-03, by ib
-
Revise desktop file.2011-06-03, by ib
-
sync with en/mplayer.1 rev. 335262011-06-03, by jrash
-
Add const to variable storing string constant pointers.2011-06-01, by reimar
-
Add casts to avoid compiler warning.2011-06-01, by reimar
-
Do not call functions through a function pointer specifying more2011-06-01, by reimar
-
Add "const" to avoid compiler warning.2011-06-01, by reimar
-
configure: Enable yasm/nasm support on OS/2.2011-06-01, by diego
-
Automatically add "-fno-tree-vectorize" in CFLAGS.2011-05-31, by iive
-
Fix code incorrectly assuming "char" is signed.2011-05-30, by reimar
-
Fix code assuming that "char" is signed.2011-05-30, by reimar
-
Use int as type, there is no reason to use char which also2011-05-30, by reimar
-
Add const to match actual type of string literal that are assigned.2011-05-30, by reimar
-
Fix compilation with latest FFmpeg.2011-05-30, by reimar
-
Document mng video output driver.2011-05-30, by diego
-
Create empty vo_gc graphic context instead of one with2011-05-29, by iive
-
Remove useles XSetBackground() call right before freeing the graphic context.2011-05-29, by iive
-
Make vo_x11_create_smooth_window() use its parameter mRoot instead2011-05-29, by iive
-
Fix xv/xvmc window background clearing.2011-05-29, by iive
-
Avoid probing with empty filename in cue_find_bin().2011-05-29, by iive
-
Simplify by using av_strlcpy.2011-05-29, by reimar
-
Avoid possible crash if cue filename is very short.2011-05-29, by reimar
-
Remove a duplicated open() call that could lead to a2011-05-29, by reimar
-
Only accept regular files as .bin files for .cue files.2011-05-29, by reimar
-
Ensure 0-termination even if line does not start with FILE "2011-05-29, by reimar
-
Fix 0-termination being placed one byte too far.2011-05-29, by reimar
-
Avoid crash if terminating " is missing.2011-05-29, by reimar
-
Simplify NULL check.2011-05-29, by reimar
-
Add some "const".2011-05-29, by reimar
-
Simplify: remove an unnecessary loop variable.2011-05-29, by reimar
-
Spelling fix.2011-05-29, by reimar
-
Workaround embedded ssa/ass never hiding with -noass.2011-05-28, by iive
-
Fix vo_x11/xv window background clearing.2011-05-28, by iive
-
Fix vo_x11 window background clearing.2011-05-28, by iive
-
sync with en/mplayer.1 rev. 334882011-05-27, by jrash
-
Synced with help_mp-en.h rev. 334782011-05-27, by jrash
-
Fix clear/border color of chroma texture for 9- and 10-bit formats.2011-05-25, by reimar
-
Fix build after removal of SWS_CPU_CAPS_* from libswscale in FFmpeg.2011-05-25, by iive
-
Support 9- and 10-bit YUV input for OpenGL vos.2011-05-24, by reimar
-
configure: Disable Flash Screen Video v2 encoder if zlib is unavailable.2011-05-24, by diego
-
configure: Convert HAVE_SYS_MMAN_H into a 0/1 definition.2011-05-24, by diego
-
vo_direct3d: Mark function only used within the file as static.2011-05-24, by diego
-
LINE_MAX seems to be missing from mingw32.2011-05-24, by cigaes
-
Start playlist selection in same directory the file selector starts in.2011-05-24, by ib
-
Allow direct selection with middle mouse button (single click).2011-05-24, by ib
-
Fix wrong parameter type to event handler function.2011-05-24, by ib
-
Allow directory selection with middle mouse button (single click).2011-05-24, by ib
-
Revert r33448.2011-05-24, by ib
-
Fix play duration calculation error.2011-05-24, by ib
-
Fix live555 detection on mingw32.2011-05-24, by cehoyos
-
Revert r33368, it broke mingw32 compilation.2011-05-24, by cehoyos
-
Italian translation for stream dump messages.2011-05-24, by cigaes
-
vf_delogo: allow to change the rectangle based on the time2011-05-23, by cigaes
-
Add myself to the AUTHORS file.2011-05-23, by cigaes
-
Revert r33482.2011-05-23, by ib
-
Add missing m_option_free() to m_config_free().2011-05-22, by ib
-
Fix comment error.2011-05-22, by ib
-
Cosmetic: Remove braces and adjust indent after r33481.2011-05-22, by ib
-
Remove unnecessary #include "libvo/video_out.h".2011-05-22, by ib
-
Use mixer directly without checking for an audio_out.2011-05-22, by reimar
-
Remove completely unused variable.2011-05-22, by reimar
-
German translation of stream dump progress information.2011-05-22, by ib
-
stream dump: print progress information.2011-05-21, by cigaes
-
Add MNG output support.2011-05-21, by cboesch
-
Fix stepping forward/backward in subtitle list after commit r31663.2011-05-21, by iive
-
remove redundent space between characters2011-05-21, by jrash
-
x264 version 0.115 is required now.2011-05-20, by cehoyos
-
Fix linking after recent FFmpeg change.2011-05-20, by iive
-
SAMI subs: start a new line if there's no space left to append to the2011-05-19, by reimar
-
Cosmetics: Restore indentation after r33465.2011-05-18, by cehoyos
-
Workaround mp3lib SSE code miscompilation with gcc 4.6.0 .2011-05-17, by iive
-
Fix condition for using FriBidiParType, its values are usually2011-05-16, by reimar
-
sync with en/mplayer.1 rev. 334582011-05-16, by jrash
-
Synced with help_mp-en.h rev. 334542011-05-16, by jrash
-
Fix false positives when auto-detecting live555 library.2011-05-15, by cehoyos
-
add dvoo fourcc to ffyuy2 raw decoder2011-05-13, by compn
-
Support Digital Voodoo SD 8 Bit (DVOO).2011-05-12, by cehoyos
-
Support FFmpeg r10k decoder.2011-05-12, by cehoyos
-
Support S302M in the native ts demuxer.2011-05-12, by cehoyos
-
Support S302M (with -demuxer lavf).2011-05-12, by cehoyos
-
Support playback for more ffv1 pixel formats.2011-05-12, by cehoyos
-
Slightly revise ao_alsa_device description in man page.2011-05-12, by ib
-
Write all CONF_TYPE_FLOAT values as floating point constants.2011-05-12, by ib
-
Specify ao_extra_stereo coefficient default value in man page.2011-05-12, by ib
-
German translation of stream messages2011-05-11, by ib
-
Make stream messages translatable.2011-05-11, by ib
-
Request GL_LUMINANCE16 as internal format for > 8 bit YUV formats.2011-05-11, by reimar
-
Make mp_get_chroma_shift simpler/more generic and add an argument2011-05-10, by reimar
-
Support displaying of 9- and 10-bit pixel formats,2011-05-10, by cehoyos
-
Prettify main MPlayer source file.2011-05-09, by cboesch
-
Missing header for compilation in mingw.2011-05-09, by vayne
-
Check for reasonable time values.2011-05-09, by ib
-
100l, fix seek cache controls with cache enabled,2011-05-08, by reimar
-
Simplify IMGFMT_IS_YUVP16_NE definition.2011-05-08, by reimar
-
Don't use CreateThread() unconditionally.2011-05-08, by ib
-
gui: Fix compilation without debug enabled.2011-05-08, by diego
-
Change mp_dbg so that syntax is checked also when it is disabled.2011-05-08, by reimar
-
Restore variable that is actually used in debug output.2011-05-08, by reimar
-
Attempt to fix compilation against older fribidi versions.2011-05-08, by reimar
-
Move some common fribidi code into a shared function.2011-05-08, by reimar
-
Mark mp3lib decoder as buggy, it does not produce proper output2011-05-08, by reimar
-
Remove pointless ifdef.2011-05-08, by reimar
-
fix legacy translation error2011-05-08, by jrash
-
Make vcd_seek_to_track static, the GUI no longer needs to2011-05-07, by reimar
-
Avoid warnings about discarding volatile.2011-05-07, by reimar
-
Simplify code and avoid an incorrect "may be used initialized"2011-05-07, by reimar
-
Fix bug introduced in r25726 that would cause us to write2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Add some "const" to avoid compiler warnings.2011-05-07, by reimar
-
Remove unused variable for FFmpeg encode result.2011-05-07, by reimar
-
Remove unused version variable, replace it by comment2011-05-07, by reimar
-
Change variable type to match type in fribidi function declaration.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Remove some useless code that calculates something2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Do not assign to same variable twice.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Remove pointless ()2011-05-07, by reimar
-
Fix "warning: pointer of type 'void *' used in arithmetic".2011-05-07, by reimar
-
Avoid "'sh' may be used uninitialized in this function" warning.2011-05-07, by reimar
-
Avoid "'sh' may be used uninitialized in this function" warning.2011-05-07, by reimar
-
Fix compilation for OSX due to r33392 - control() vaarg removal.2011-05-07, by iive
-
Remove unused variable.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Fix vo_x11_set_equalizer argument, must be the raw value to set, not a pointer!2011-05-07, by reimar
-
Remove unused variables and code initializing them.2011-05-07, by reimar
-
Simplify macros and get rid of incorrect casts from pointers to2011-05-07, by reimar
-
Remove unused variables.2011-05-07, by reimar
-
On error munmap returns -1, not MAP_FAILED.2011-05-07, by reimar
-
Fix draw_frame/draw_slice return types.2011-05-07, by reimar
-
Another equalizer-related const-warning fix.2011-05-07, by reimar
-
Fix function to match what send_mpeg_pes_packet expects,2011-05-07, by reimar
-
Fix strict-aliasing violation warnings.2011-05-07, by reimar
-
Remove variable and code that was obviously forgotten when the2011-05-07, by reimar
-
Fix variable type and values to match function prototype.2011-05-07, by reimar
-
Remove code with no purpose.2011-05-07, by reimar
-
Remove unused variable.2011-05-07, by reimar
-
Add "const" to equalizer name argument to avoid compiler warnings.2011-05-07, by reimar
-
Add "const" to avoid compiler warnings.2011-05-07, by reimar
-
vf_smartblur: fix threshold condition.2011-05-07, by cboesch
-
Fix matrixview test, it would stay stuck at "auto".2011-05-07, by reimar
-
Declare parameter type for guiExit() more precisely.2011-05-07, by ib
-
Cosmetic: Adjust indent.2011-05-07, by ib
-
Set GUI initialization flag earlier.2011-05-07, by ib
-
Fix output of "No bind found for key" to actually make sense for2011-05-07, by reimar
-
Remove the variable arguments from the libvo control() functions.2011-05-07, by iive
-
Support up to 20 mouse buttons, there really seem to be input devices2011-05-07, by reimar
-
Replace _beginthreadex() by CreateThread().2011-05-06, by ib
-
sync with en/mplayer.1 rev. 333822011-05-06, by jrash
-
Implement control() VOCTRL_SET/GET_EQUALIZER using a vf_equalize struct,2011-05-06, by iive
-
Make vo_xv_set/get_eq() functions expect "const char *" for attribute name.2011-05-06, by iive
-
Cosmetic: Remove empty line.2011-05-06, by ib
-
Fix bug with gfree() definition in Win32 GUI.2011-05-06, by ib
-
Fix compilation error with Win32 GUI.2011-05-06, by ib
-
Revise keyboard control section of German man page translation.2011-05-06, by ib
-
Revise man page.2011-05-06, by ib
-
Add note about sp_cmt_cpp_start uncrustify setting.2011-05-05, by cboesch
-
Move m_config_free last, otherwise mp_msg might stop working2011-05-05, by reimar