MplayerXP 0.7.1 (Default branch)


 
Thread Tools Search this Thread
Special Forums News, Links, Events and Announcements Software Releases - RSS News MplayerXP 0.7.1 (Default branch)
# 1  
Old 01-06-2009
MplayerXP 0.7.1 (Default branch)

ImageMplayerXP is branch of the well-known mplayer which is based on a new, thread-based core. The new core provides better CPU utilization and improves performance of video decoding. License: GNU General Public License (GPL)Changes:
Many 64-bit related fixes were made. Widescreen scaling was fixed. Ffmpeg's codecs were updated. New code was imported from mphq. The xvid wrapper was reworked; now it supports xvidcore-1.1.3+. The divx-6 wrapper was reworked; now it supports divx-6.1.1+. ffmpeg's codecs now have lowest priority during automatic codec selection. A bug regarding a compilation error was fixed. Support for the IPv6 protocol and better network configuration were added. libmpeg was upgraded to 0.4.1.Image

Image

More...
Login or Register to Ask a Question

Previous Thread | Next Thread
Login or Register to Ask a Question
GCORE(1)						      General Commands Manual							  GCORE(1)

NAME
gcore - get core image of running process SYNOPSIS
gcore [-s][-c core] pid DESCRIPTION
gcore creates a core image of each specified process, suitable for use with adb(1). By default the core image is written to the file <pid>.core. The options are: -c Write the core file to the specified file instead of <pid>.core. -s Stop the process while creating the core image and resume it when done. This makes sure that the core dump will be in a consistent state. The process is resumed even if it was already stopped. Of course, you can obtain the same result by manually stopping the process with kill(1). The core image name was changed from core.<pid> to <pid>.core to prevent matching names like core.h and core.c when using programs such as find(1). FILES
<process-id>.core The core image. BUGS
If gcore encounters an error while creating the core image and the -s option was used the process will remain stopped. Swapped out processes and system processes (the swapper) may not be gcore'd. 4.2 Berkeley Distribution April 15, 1994 GCORE(1)