Mercurial > mplayer.hg
graph
-
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
-
Move debug messages.2011-04-05, by ib
-
Prevent segmentation faults.2011-04-05, by ib
-
Make len match ftell() return value type.2011-04-05, by ib
-
Move debug message.2011-04-05, by ib
-
Revise Convert24to32().2011-04-05, by ib
-
Revise Normalize().2011-04-05, by ib
-
Clean up and simplify fExist().2011-04-05, by ib
-
Define the transparent color as a macro.2011-04-04, by ib
-
Revert r33214.2011-04-04, by ib
-
Don't change original image during conversion.2011-04-04, by ib
-
Cosmetic: Adjust indent.2011-04-04, by ib
-
Get rid of else-block to improve readability.2011-04-04, by ib
-
Enable VDPAU HWACCELs in FFmpeg when VDPAU is enabled.2011-04-04, by reimar
-
Replace inttypes.h by stdint.h and remove inttypes.h where unneeded.2011-04-04, by ib
-
Cosmetic: Rephrase some conditions and rename some variables.2011-04-04, by ib
-
Rename conv24to32() Convert24to32().2011-04-04, by ib
-
Increment the counter before the comparison.2011-04-04, by ib
-
Move common pixel shifting statement2011-04-04, by ib
-
Move variable definitions at top of function.2011-04-04, by ib
-
Use bpFree() to free the bitmap structure.2011-04-04, by ib
-
Rename variable nothaveshape and invert logic.2011-04-04, by ib
-
Use appropriate data type uint32_t for 32 bpp bitmap data.2011-04-04, by ib
-
Remove useless warning message.2011-04-04, by ib
-
Add missing 'else'.2011-04-04, by ib
-
Revise debug messages.2011-04-04, by ib
-
Remove unused message.2011-04-04, by ib
-
Synced with help_mp-en.h rev. 331852011-04-04, by jrash
-
Fix segfault in lavcac3enc audio filter.2011-04-03, by iive