Mercurial > mplayer.hg
graph
-
Add priority support for OS/2 and factorize the Windows priority support.2009-02-10, by diego
-
Add proper check for posix_memalign(), needed for FFmpeg.2009-02-10, by diego
-
Remove unnecessary emms Assembler instructions.2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-10, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
Document coeff and length fields in SwsVector.2009-02-09, by stefano
-
Sync x264 section renaming.2009-02-09, by diego
-
Use consistent names for codec installation sections.2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removal2009-02-09, by diego
-
partial sync with obsolete section removals2009-02-09, by diego
-
change internal real video packetizing format to the more straight forward one2009-02-09, by aurel
-
Revert #undefining system functions, it is not necessary.2009-02-09, by diego
-
bruteforce partial sync with obsolete documentation removal2009-02-09, by diego
-
Add config.h #include for ARCH_X86 definition.2009-02-09, by diego
-
Add #undefs to reenable system functions that are normally forbidden in other2009-02-09, by diego
-
Drop DECLARE_ALIGNED from extern declarations. It creates trouble when2009-02-09, by diego
-
Use SetErrorMode so Windows will not show all kinds of error dialogs2009-02-09, by reimar
-
Prefix visible YUV2RGB functions with sws_2009-02-09, by kostya
-
Give better name to Inverse_Table_6_92009-02-09, by kostya
-
Remove file name from file headers.2009-02-09, by diego
-
Print information about detected CPU in verbose mode only.2009-02-09, by diego
-
Drop the deprecated sws_scale_ordered() at the next major version2009-02-08, by stefano
-
Replace int type with enum PixelFormat for the dstFormat/srcFormat2009-02-08, by stefano
-
Fix a typo: lumaSarpen -> lumaSharpen.2009-02-08, by stefano
-
cosmetics: Remove leading underscore from all def_ variables.2009-02-08, by diego
-
Add CONFIG_LIBAMR_NB_FIXED #define for FFmpeg to config.h.2009-02-08, by diego
-
CONFIG_LIBAMR_NB/WB should be 0/1 #defines.2009-02-08, by diego
-
Fix FFmpeg decoder info fields to be consistent.2009-02-08, by diego
-
cosmetics: Drop redundant "decoder" from codec info fields.2009-02-08, by diego
-
synced with r284322009-02-08, by Gabrov
-
Conditionally compile aclib.c instead of placing #ifdef around its content.2009-02-08, by diego
-
Add CONFIG_LIBVORBIS #define for FFmpeg to config.h.2009-02-08, by diego
-
Add standard license headers, unify header formatting.2009-02-08, by diego
-
Give _XOPEN_SOURCE #define an explicit 600 value. Fixes build on Open Solaris.2009-02-07, by diego
-
Sync with latest FFmpeg changes.2009-02-07, by diego
-
Add config.h/config.mak bzlib variables missed in last commit.2009-02-07, by diego
-
Add bzlib check for FFmpeg.2009-02-07, by diego
-
Fix a couple of unused variable warnings through the av_unused attribute.2009-02-07, by diego
-
Convert CONFIG_ZLIB into a 0/1 option.2009-02-07, by diego
-
Add READ_CACHE_TRACE #define for libdvdnav.2009-02-07, by diego
-
In case of several \move or \pos in one line, prefer the first one.2009-02-07, by eugeni
-
Add stubs for a few unimplemented tags.2009-02-07, by eugeni
-
Allow \be with arguments other than 0 or 1. Implement \blur.2009-02-07, by eugeni
-
sync w/r284152009-02-05, by gpoirier
-
Avoid message spam during video adapter uncooperative state.2009-02-05, by gogothebee
-
Unify info/error messages to a common style:2009-02-05, by gogothebee
-
Print an error message when given insufficient parameters.2009-02-04, by diego
-
cosmetics: Regroup some FFmpeg config.h options.2009-02-04, by diego
-
Add proper check for arpa/inet.h.2009-02-04, by diego
-
cosmetics: Remove stray tab.2009-02-04, by diego
-
We use libdvdcss 1.2.10, not 1.2.9.2009-02-04, by diego
-
Do not hardcode HAVE_DOS_PATHS, set it by OS instead.2009-02-04, by diego
-
add automatic hw acceleration for vo gl entry2009-02-03, by compn
-
Hack: fix MINGW compilation by hard-coding HAVE_ARPA_INET_H2009-02-03, by reimar
-
Add [gl] in front of vo_gl message2009-02-03, by reimar
-
Latest 9.1 ATI drivers finally fixed PBOs, thus do not need ati-hack and are much2009-02-03, by reimar
-
Add checks that a D3D device is available before attempting rendering.2009-02-03, by reimar
-
Remove the Present call after adapter reinitialization, it can not work anyway2009-02-03, by reimar
-
swab() needs _XOPEN_SOURCE to be defined.2009-02-03, by reimar
-
Cosmetics: remove empty line, improve some messages.2009-02-03, by reimar
-
Whitespace/comment typo cosmetics.2009-02-03, by reimar
-
Check for change_d3d_backbuffer failure.2009-02-03, by reimar
-
Fix several return values2009-02-03, by reimar
-
Rename lzo1x_decode -> av_lzo1x_decode, this was missed in the previous patch.2009-02-03, by reimar
-
FFmpeg sync: LZO_OUTPUT_PADDING --> AV_LZO_OUTPUT_PADDING2009-02-02, by diego
-
Adapt to lzo changes in libavutil2009-02-02, by reimar
-
Convert CONFIG_XVMC into a 0/1 definition.2009-02-02, by zuxy
-
Chinese manpage is actually simplified Chinese (zh_CN), so rename the manpage2009-02-01, by rathann
-
Do not print a warning if current pts is equal to previous pts.2009-02-01, by diego
-
cosmetics: Remove period after copyright statement non-sentence.2009-02-01, by diego
-
HAVE_WINSOCK2_H is now a 0/1 definition.2009-02-01, by diego
-
Simplify inet_pton/inet_aton checks.2009-02-01, by diego
-
Add some more definitions for FFmpeg to config.h.2009-02-01, by diego
-
cosmetics: Fix indentation after last commit.2009-02-01, by diego
-
Restructure network tests: Always check for both inet_aton and inet_pton.2009-02-01, by diego
-
HAVE_DCBZL should be a 0/1 definition.2009-02-01, by diego
-
Convert HAVE_WINSOCK2_H into a 0/1 definition.2009-02-01, by diego
-
Remove pointless #ifdef around internal header includes.2009-02-01, by diego
-
HAVE_ATON --> HAVE_INET_ATON to match FFmpeg and give it a 0/1 value.2009-02-01, by diego
-
Convert HAVE_CLOSESOCKET and HAVE_SOCKLEN_T into 0/1 definitions.2009-02-01, by diego
-
Add a few more #defines for FFmpeg to config.h.2009-02-01, by diego
-
Reminder for Dominik to update the RPM packaging section.2009-02-01, by diego
-
Rename "ARM" section to "ARM Linux".2009-02-01, by diego
-
CONFIG_LIB* are defined as 0/1 in FFmpeg.2009-02-01, by diego
-
Move QNX subsection to commercial Unix section.2009-02-01, by diego
-
Move note about binary packages to the top section.2009-02-01, by diego
-
Reword beginning of MinGW section.2009-02-01, by diego
-
Remove Amiga/MorphOS section, it only contained outdated information.2009-02-01, by diego
-
Remove hints about specific binary packages, add a link to the list2009-02-01, by diego
-
Remove IRIX section, the advice it contained is now obsolete.2009-02-01, by diego
-
Remove -c option from install commands. It is ignored by GNU install and2009-02-01, by diego
-
Add a note about POSIX system requirements.2009-02-01, by diego
-
Revert Solaris PATH modification workaround.2009-02-01, by diego
-
Add a note about adding /usr/xpg4/bin to your PATH on Solaris.2009-02-01, by diego
-
Remove remarks about GNU Make being required on some systems.2009-02-01, by diego
-
Move GNU Make entry to the top of the list.2009-02-01, by diego
-
Update binutils and compiler sections.2009-02-01, by diego
-
Add CONFIG_FASTDIV and CONFIG_POWERPC_PERF to config.h for FFmpeg compilation.2009-02-01, by diego
-
Add support for libavcodec GMC flag, patch by Dave Baker, dbkr mxtelecom com.2009-02-01, by diego
-
Use full internal pathname in doxygen @file directives.2009-02-01, by diego
-
increase max OSD message size limit2009-02-01, by compn
-
Set a sane default path on Solaris.2009-01-31, by diego
-
cosmetics: Move memalign_hack define next to other FFmpeg defines in config.h.2009-01-31, by diego
-
Slightly simplify VIDIX_PCI_FILES command.2009-01-31, by diego
-
Make sure CONFIG_MEMALIGN_HACK is always #defined.2009-01-31, by diego
-
Make sure HAVE_ALTIVEC_H is always #defined.2009-01-31, by diego
-
Make sure HAVE_FAST_64BIT is always #defined.2009-01-31, by diego
-
Add bswap check, needed for FFmpeg.2009-01-31, by diego
-
Add #define HAVE_DLFCN_H to config.h, libdvdread4 needs it.2009-01-31, by diego
-
HAVE_LRINT and friends should be defined to 0/1.2009-01-31, by diego
-
command.c: Fix some commands crashing during audio-only playback2009-01-31, by uau
-
Make CONFIG_XVMC a proper FFmpeg-style 0/1 definition.2009-01-30, by diego
-
Add CONFIG_SWSCALE to config.h, we always enable the software scaler.2009-01-30, by diego
-
Add 4 more config.h #defines for libfaad2.2009-01-30, by diego
-
Use OS preprocessor checks with '#if defined()' consistently.2009-01-30, by diego
-
Fix warnings about undefined preprocessor directives.2009-01-30, by diego
-
1) HAVE_SYS_ASOUNDLIB_H/HAVE_ALSA_ASOUNDLIB_H are defined/undefined,2009-01-30, by diego
-
Revert mistaken #ifdef --> #if change.2009-01-30, by diego
-
Update libavcodec 'aic' flag define to match current FFmpeg.2009-01-30, by diego
-
HAVE_ARMV6 is defined to 0/1, use the preprocessor directive accordingly.2009-01-30, by diego
-
Add -Wundef to CFLAGS.2009-01-30, by diego
-
Enable RDFT in FFmpeg, some codecs depend on it.2009-01-30, by diego
-
Enable internal dvdread support on OS/2.2009-01-30, by diego
-
Move setting of O_NONBLOCK before lirc_readconfig, this avoids a memleak2009-01-30, by reimar
-
Fix an MSGT_INPUT to MSGT_LIRC in lirc.c2009-01-30, by reimar
-
add pvez to truemotion 12009-01-29, by compn
-
remove sys/timeb.h include2009-01-29, by compn
-
increase max glyph and lines limit2009-01-29, by compn
-
Use single quotes to avoid escaping double quotes in a string.2009-01-29, by diego
-
Use cat instead of echo to generate version.h.2009-01-29, by diego
-
Remove superfluous backslash escapes that caused unintended escapes.2009-01-28, by diego
-
Avoid a division by 0 when using -oac mp3lame but no audio data actually is encoded.2009-01-28, by reimar
-
increase max subtitle stream limit2009-01-28, by compn
-
Do not use select n lirc code, instead set the fd non-blocking.2009-01-27, by reimar
-
Allocate a larger backbuffer to allow resizing without reinit.2009-01-27, by reimar
-
Add standard license headers.2009-01-26, by diego
-
Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
Do not duplicate VERSION string.2009-01-26, by diego
-
Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'.2009-01-26, by diego
-
WORDS_BIGENDIAN is defined/undefined, not 0/1.2009-01-26, by diego
-
some more HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
Drop HAVE_LRINTF check, lrintf is used without checking in other places.2009-01-26, by diego
-
HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined.2009-01-26, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW2009-01-26, by diego
-
version.h depends on version.sh.2009-01-26, by diego
-
Fix build: Add required header and adjust preprocessor check.2009-01-25, by diego
-
Drop dev- prefix from printed version number, just SVN-rXXXXX is enough.2009-01-25, by diego
-
Add SSSE3 and CMOV to CPU information printed on startup.2009-01-25, by diego
-
cosmetics: Consistently name 3DNow! extensions.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
DECLARE_ALIGNED was moved in FFmpeg.2009-01-25, by diego
-
Fix compilation after DECLARE_ASM_CONST/DECLARE_ALIGNED moving within FFmpeg.2009-01-25, by diego
-
HAVE_3DNOWEX --> HAVE_3DNOWEXT2009-01-25, by diego
-
Factorize print_version().2009-01-25, by diego
-
Add missing multiple inclusion guards.2009-01-25, by diego
-
HAVE_3DNOW --> HAVE_AMD3DNOW to sync with latest configure changes.2009-01-25, by diego
-
Add missing header for av_gcd, fixes the warning:2009-01-25, by diego
-
Fix typo: pool -> poll2009-01-25, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_new2009-01-25, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.2009-01-25, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:2009-01-25, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:2009-01-25, by diego
-
spelling/grammar cosmetics2009-01-25, by diego
-
Fix #endif comments.2009-01-25, by diego
-
add "<!DOCTYPE smil" to smil playlist2009-01-24, by compn
-
in parse_pat() IDENTIFY program number and pmt_pid2009-01-22, by nicodvb
-
The homepage/ subdirectory should no longer be redirected on web mirrors.2009-01-20, by diego
-
add EPHV to ffodivx,xvid2009-01-20, by compn
-
sync w/r283412009-01-20, by gpoirier
-
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.2009-01-20, by cehoyos
-
Disable upcoming VC1/WMV3 VDPAU decoder.2009-01-20, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences.2009-01-19, by diego
-
fix device_id option after r281652009-01-18, by gpoirier
-
Reduce QuickTime binary decoder verbosity.2009-01-17, by diego
-
MPlayer only supports latest libavutil.2009-01-17, by cehoyos
-
Fix compilation: s/ff_gcd/av_gcd.2009-01-17, by cehoyos
-
100l, forgot to delete two defines left over from old HAVE_MMX handling code.2009-01-16, by reimar
-
fix compilation without VDPAU decoders2009-01-16, by gpoirier
-
add mimic in avi fourcc LM20 to ffmimic2009-01-16, by compn
-
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r283312009-01-16, by gpoirier
-
Completely get rid of MMX define, use HAVE_MMX define instead.2009-01-16, by gpoirier
-
fix wrong #ifdef/#ifndef -> #if conversion in r283232009-01-16, by gpoirier
-
fix compilation on non x86 machines (PPC here)2009-01-16, by gpoirier
-
Fix a wrongly converted !defined(ARCH_X86_64)2009-01-16, by reimar
-
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.2009-01-16, by reimar