Mercurial > mplayer.hg
graph
-
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
-
cometics / align str2AVDiscard()2011-05-05, by michael
-
Vertical alignment / test mplayer-gitsvn @ mplayerhq.hu2011-05-05, by michael
-
Add commented out binds for users who want percentage seek.2011-05-05, by cboesch
-
Cosmetic: uncrustify related indent adjustments2011-05-05, by ib
-
Do not prefer '// A' over '//A' in uncrustify profile.2011-05-05, by cboesch
-
Doxygen cleanups in the main file.2011-05-05, by cboesch
-
configure: Simplify ZR, libdvdcss and FTP dependency checks.2011-05-05, by diego
-
configure: Unify V4L-related feature checks.2011-05-05, by diego
-
configure: Handle X11 dependencies in the checks for dependent features.2011-05-05, by diego
-
configure: Employ proper autodetection for the matrixview video output.2011-05-05, by diego
-
Use free() instead of gfree() in guiSetFilename and guiSetDF macros.2011-05-05, by ib
-
configure: Drop recently-added check for swab() in string.h again.2011-05-05, by diego
-
Forgotten part of previous commit: add INITIALIZED_SUBS2011-05-05, by reimar
-
Avoid duplicating MP_CMD_QUIT code, even though it currently2011-05-04, by reimar
-
Remove unused variable.2011-05-04, by reimar
-
Free playtree params.2011-05-04, by reimar
-
Move freeing of subtitle data to uninit_player so it not only happens2011-05-04, by reimar
-
doxygen: misc config file tweaks2011-05-04, by diego
-
doxygen: Exclude files from the debian/ and help/ subdirectories.2011-05-04, by diego
-
Update Doxyfile from doxygen 1.3.7 to 1.5.6.2011-05-04, by diego
-
Exclude imported external libraries when generating Doxygen documentation.2011-05-04, by diego
-
Reduce Doxygen output verbosity when generating code documentation.2011-05-04, by diego
-
Use designators for structure initialization.2011-05-03, by ib
-
Remove private symbolic constants from header files.2011-05-03, by ib
-
Instead of exit_player(), exit with appropriate return code.2011-05-03, by ib
-
Free appMPlayer.2011-05-03, by ib
-
Initialize appMPlayer differently.2011-05-03, by ib
-
Free config.2011-05-03, by ib
-
Replace all GUI exits by guiExit().2011-05-03, by ib
-
Add an exit function.2011-05-03, by ib
-
configure: Fix swab() check.2011-05-03, by diego
-
10l. Don't set stride info if it would panic the decoder.2011-05-01, by iive
-
Fix segfault with -lavdopts vstats and some codecs.2011-05-01, by iive
-
Increase the maximum value of the DVB timeout to 240 seconds.2011-05-01, by iive
-
Add code to generate and compare all object files MPlayer uses.2011-05-01, by reimar
-
Remove some useless static and global zero initializations.2011-05-01, by cboesch
-
Remove MI2-Trailer.avi reference from filename variable comment.2011-05-01, by cboesch
-
Command Line Options: Support FFmpeg per-codec AVOptions.2011-05-01, by philipl
-
ao_pcm: Fix compilation on MinGW64 due to a missing io.h #include.2011-04-29, by diego
-
sync with en/mplayer.1 rev. 333362011-04-29, by jrash
-
Fix Win64 compilation.2011-04-28, by cehoyos
-
Add missing osdep/strsep.h #include where strsep() is used.2011-04-28, by diego
-
Remove unnecessary #include.2011-04-27, by ib
-
Limit config option vf_lavc to dxr3.2011-04-27, by ib
-
Temporarily disable AVX to fix compilation.2011-04-27, by cehoyos
-
Use xvmc_render struct to hold both xvmc_pix_fmt shared struct and the2011-04-26, by iive
-
Reduce dependencies for codecs2html binary.2011-04-26, by reimar
-
Support Etymonix MPEG-2 I-frame Video Codec.2011-04-26, by cehoyos
-
Do not remove video filters.2011-04-25, by ib
-
Improve cache size spin button.2011-04-25, by ib
-
Cosmetic: Adjust indent.2011-04-25, by ib
-
Adjust possible cache size to values allowed by MPlayer.2011-04-25, by ib
-
Setup default speex modes, allows decoding of speex in flv which does not2011-04-25, by reimar
-
Pass through correct-pts setting from video sub demuxer.2011-04-25, by reimar
-
Call demux_fill_buffer multiple times when trying to get a2011-04-24, by reimar
-
Add a alloc_demuxer function that ensures all the critical stuff is2011-04-24, by reimar
-
Improve seeking for files where start_time is not (properly) set.2011-04-24, by reimar
-
rpm: Delete reference to remove --enable-largefiles configure option.2011-04-24, by diego
-
debian packaging: no longer pass configure switch --enable-largefiles2011-04-24, by siretart
-
use new eval API names2011-04-24, by siretart
-
use correct pp_mode type, unbreaks compilation2011-04-24, by siretart
-
Fix DVD angle cycling up.2011-04-23, by reimar
-
Fix audio/video ID mapping for slave commands to correspond to the2011-04-23, by reimar
-
Add CONFIG_AUDIO_FLOAT / HAVE_MAPVIEWOFFILE definitions for FFmpeg to config.h.2011-04-23, by diego
-
configure: Make largefile support non-optional.2011-04-23, by diego
-
Convert all manual pages to UTF-8 encoding.2011-04-23, by diego
-
Ignore generated header objects and dependency files.2011-04-23, by diego
-
Rearrange GUI options.2011-04-23, by ib
-
Remove unnecessary #ifdef.2011-04-23, by ib
-
Make initial value explicitly type float.2011-04-23, by ib
-
Remove needless explicit initialization.2011-04-23, by ib
-
Cosmetic: Adjust indent and space.2011-04-23, by ib
-
Position windows initially at coordinates given in skin file.2011-04-23, by ib
-
sync with en/mplayer.1 rev. 332932011-04-23, by jrash
-
Use memcpy_pic instead of reimplementing it.2011-04-22, by reimar
-
Simplify colormap generation code, avoid some mallocs and add frees2011-04-22, by reimar
-
Support Canopus SD50 (CDV5).2011-04-22, by cehoyos
-
Simplify by using FFMAX3.2011-04-22, by reimar
-
Clip x/y offsets to avoid bad video placement.2011-04-22, by reimar
-
Add -geometry support reusing common code to fbdev2.2011-04-22, by reimar
-
Revise skin documentation.2011-04-22, by ib
-
Add missing "static".2011-04-22, by reimar
-
Specific function argument types for function pointers.2011-04-22, by reimar
-
Remove ancient libavcodec version check.2011-04-22, by reimar
-
-vc ffmpeg12mc is no longer necessary with -vo xvmc2011-04-22, by reimar
-
Mark ffmpeg12mc as deprecated.2011-04-22, by reimar
-
Support -vo xvmc without having to specify the codec explicitly.2011-04-22, by reimar
-
Add support for FFmpeg's Deluxe Paint Animation decoder.2011-04-22, by reimar
-
Suport RGB frambuffers in vo_fbdev.c2011-04-22, by reimar
-
Add mapping between codec ID and tag for ANM and AVS.2011-04-22, by reimar
-
Allow DR to work with reget_buffer when no buffer_hints are set.2011-04-22, by reimar
-
Allow reget_buffer to somewhat work after DRI failure.2011-04-22, by reimar
-
Do not use a deprecated audio encoder.2011-04-22, by cehoyos
-
Fix compilation with XvMC, only lightly tested.2011-04-22, by reimar
-
Remove #ifdefs around extern declarations.2011-04-22, by ib
-
Quick hack to fix compilation. Testing and improvements welcome.2011-04-22, by reimar
-
Use metadata API to fix compilation.2011-04-22, by reimar
-
Avoid using first_oformat, use av_oformat_next() instead.2011-04-22, by reimar
-
Remove obsolete options, fixes compilation with latest FFmpeg.2011-04-22, by reimar
-
Hacks to allow compilation to go further.2011-04-22, by reimar
-
Use metadata tag API to get attachment filename.2011-04-22, by reimar
-
Attempt to support attachements without filename.2011-04-22, by reimar
-
Pointless vertical alignment cosmetics to test repository write.2011-04-22, by michael
-
Add description for environment variables used by the GUI.2011-04-19, by ib
-
Tag default sub-fuzziness option.2011-04-19, by ib
-
Correct directory order for skin access.2011-04-19, by ib
-
demux_ts: Hint at -tsprobe option when no audio stream is found.2011-04-19, by diego
-
vf_geq: Fix FFmpeg API usage; eliminates some deprecation warnings.2011-04-19, by diego
-
fix translation error in legacy parts: currently fixed up to (833: \-edl-start-pts)2011-04-16, by jrash
-
Avoid crash when pausing an audio-only file.2011-04-15, by reimar
-
Group and sort configuration variable definitions.2011-04-15, by ib
-
Cosmetic: Format to MPlayer coding style.2011-04-15, by ib
-
Revise German translation of skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Revise skin documentation.2011-04-15, by ib
-
Build the geq video filter with shared FFmpeg.2011-04-15, by diego
-
Do not try to set up the FS segment when using quicktime to decode,2011-04-14, by reimar
-
Revise skin documentation.2011-04-14, by ib
-
Revise German translation of skin documentation.2011-04-14, by ib
-
Revise German translation of skin documentation.2011-04-14, by ib
-
Fix wrong allocation.2011-04-14, by cboesch
-
Support decoding Kega Video (kgv1) with FFmpeg.2011-04-13, by cehoyos
-
Update libvpx check: libvpx version must be >=0.9.6 now.2011-04-12, by cehoyos
-
Revert r33246: It broke building MPlayer immediately after adding2011-04-12, by cehoyos
-
Fix typo in v4l2 check.2011-04-11, by diego
-
Add V4L2 support for OpenBSD (and NetBSD).2011-04-10, by diego
-
Ignore FFmpeg git repository in MPlayer source tree.2011-04-10, by diego
-
Remove obviously unused libavutil/internal.h include.2011-04-10, by reimar
-
Reindent. Probably should also be moved, but that I leave to someone else.2011-04-09, by reimar
-
Do no run the ffmpeg git check/update during ./configure --help2011-04-09, by reimar
-
Add -Werror-implicit-function-declaration to default gcc compile flags.2011-04-09, by reimar
-
Add const to type for pointer to a string constant.2011-04-09, by reimar
-
Use strtod instead of sscanf, it is both much faster and allows for2011-04-09, by reimar
-
Send udp master updates also when paused and let slave use normal timing2011-04-09, by reimar
-
Prefer snprintf over printf.2011-04-09, by reimar
-
Prefer double type for timing values.2011-04-09, by reimar
-
Revert r33231, FFmpeg already sets has_b_frames up this way for2011-04-09, by reimar
-
fix translation errors in legacy parts: currently fixed up to line 3042011-04-09, by jrash
-
retranslate teletext part2011-04-09, by jrash
-
improve translation2011-04-09, by jrash
-
Synced with help_mp-en.h rev. 332272011-04-08, by jrash
-
Disable timing/sleep directly after seek.2011-04-07, by reimar
-
Move variables into block where they are used.2011-04-07, by reimar
-
Avoid MPlayer ignoring a key press completely, instead sending2011-04-07, by reimar
-
More precise decoder lag calculation for frame-multithreading.2011-04-07, by reimar
-
Fix artefacts at right border of scaled bitmap subtitles by clearing the2011-04-07, by reimar
-
Define ext array more skillfully.2011-04-06, by ib
-
Add -benchmark to recommended fast dumping options.2011-04-06, by reimar
-
Prevent segmentation faults.2011-04-05, by ib
-
Replace av_freep by av_free2011-04-05, by ib
-
Remove various pngRead() debug messages.2011-04-05, by ib