Mercurial > mplayer.hg
graph
-
Add -nomsgcolor option to match -msgcolor, patch by swell.k gmail com.Thu, 16 Oct 2008 19:12:57 +0000, by diego
-
Change all occurrences of asm and __asm to __asm__, same as was done for FFmpeg.Thu, 16 Oct 2008 18:59:27 +0000, by diego
-
Move DEFAULT_CDROM_DEVICE/DEFAULT_DVD_DEVICE to stream.h where it belongs.Thu, 16 Oct 2008 18:28:38 +0000, by diego
-
Move likely/unlikely macros to libmpdemux/demuxer.h where they are used.Thu, 16 Oct 2008 18:26:01 +0000, by diego
-
Move SCREEN_SIZE_X/Y definition to libmpcodecs/vd.c where it is used.Thu, 16 Oct 2008 18:24:18 +0000, by diego
-
Move X11_FULLSCREEN definition to x11_common.h where it belongs.Thu, 16 Oct 2008 18:19:36 +0000, by diego
-
cosmetics: Merge some preprocessor checks.Thu, 16 Oct 2008 18:14:35 +0000, by diego
-
fixed overlay x and y calculationThu, 16 Oct 2008 18:13:26 +0000, by faust3
-
Move attribute_used declaration from config.h to mangle.h where it is useful.Thu, 16 Oct 2008 18:13:06 +0000, by diego
-
Remove pointless attribute_used from variable declaration.Thu, 16 Oct 2008 18:08:18 +0000, by diego
-
Rename stream/netstream.h to stream/stream_netstream.h; netstream.h to make itThu, 16 Oct 2008 17:01:40 +0000, by diego
-
Convert asm keyword into __asm__.Thu, 16 Oct 2008 13:34:30 +0000, by flameeyes
-
sun --> __sun in config.h preprocessor checkThu, 16 Oct 2008 13:33:29 +0000, by diego
-
misc updates for the Xvid, x264 and AAC sectionsTue, 14 Oct 2008 23:20:10 +0000, by diego
-
cosmetics: Move _def_fast_unaligned to the FFmpeg section of config.h.Tue, 14 Oct 2008 23:15:10 +0000, by diego
-
cosmetics: Consistently name all header #define variables.Tue, 14 Oct 2008 23:00:04 +0000, by diego
-
Remove some pointless and/or outdated codec documentation sections.Tue, 14 Oct 2008 22:28:52 +0000, by diego
-
Honour differences between src and dst stride for packed yuvTue, 14 Oct 2008 22:28:19 +0000, by faust3
-
Remove section about containers. Its contents are non-informative, redundant,Tue, 14 Oct 2008 21:41:25 +0000, by diego
-
Update VIDIX vs. svgalib documentation.Tue, 14 Oct 2008 21:15:59 +0000, by diego
-
#include necessary libavcodec header and remove duplicated struct declaration.Tue, 14 Oct 2008 16:04:09 +0000, by diego
-
update x264's section with r999 of x264Tue, 14 Oct 2008 09:31:19 +0000, by gpoirier
-
Remove useless '#undef realloc', realloc is not referenced anywhere near.Tue, 14 Oct 2008 09:04:40 +0000, by diego
-
Remove duplicate extern declaration, fixes the warning:Tue, 14 Oct 2008 08:56:48 +0000, by diego
-
Remove unused variable ncomps.Mon, 13 Oct 2008 23:10:42 +0000, by diego
-
Fix double free in demux_nut, patch by Onur K¸«ä¸«®¸«äk.Mon, 13 Oct 2008 22:32:20 +0000, by ods15
-
Set HAVE_FAST_UNALIGNED for PowerPC as well, patch by Emanuele Giaquinta.Mon, 13 Oct 2008 22:25:35 +0000, by diego
-
Remove global definition of WIN32 in config.h for Cygwin.Mon, 13 Oct 2008 16:26:05 +0000, by diego
-
Replace preprocessor check for WIN32 with checks for __MINGW32__ and __CYGWIN__.Mon, 13 Oct 2008 16:23:55 +0000, by diego
-
Remove pointless #ifdef around the whole file, it is just a complicated #if 1.Mon, 13 Oct 2008 16:06:15 +0000, by diego
-
Declare ThreadProc as void, it does not return anything, fixes the warning:Mon, 13 Oct 2008 15:51:29 +0000, by diego
-
Remove unused function, fixes the warning:Mon, 13 Oct 2008 15:25:34 +0000, by diego
-
Unconditionally #include osdep/shem.h, fixes the warnings on Cygwin:Mon, 13 Oct 2008 15:13:40 +0000, by diego
-
Add missing Cygwin header, fixes the warning:Mon, 13 Oct 2008 14:55:01 +0000, by diego
-
Remove redundantly declared definitions FILE_ANY_ACCESS and CTL_CODE, fixes:Mon, 13 Oct 2008 14:47:11 +0000, by diego
-
Surround conditionally used function with corresponding #ifdef, fixes:Mon, 13 Oct 2008 14:40:58 +0000, by diego
-
Remove redundant variable declaration, fixes the warning:Mon, 13 Oct 2008 14:38:36 +0000, by diego
-
Remove check for byteswap.h, it was removed from FFmpeg.Mon, 13 Oct 2008 14:17:25 +0000, by diego
-
Remove unused variables.Sun, 12 Oct 2008 22:12:24 +0000, by diego
-
Remove redundant declaration of proc_priority.Sun, 12 Oct 2008 22:11:33 +0000, by diego
-
Filter out .hh and .h files in the C++ dependency generation command.Sun, 12 Oct 2008 17:18:15 +0000, by diego
-
Remove useless HAVE_STRCHR definition from config.h.Sun, 12 Oct 2008 17:14:13 +0000, by diego
-
Add missing support for some multimedia keys to X11 backend code.Sun, 12 Oct 2008 15:58:44 +0000, by diego
-
Move socklen_t typedef from config.h to stream/network.h.Sun, 12 Oct 2008 12:12:41 +0000, by diego
-
Do not provide a prototype for setenv in config.h, we do not provide aSat, 11 Oct 2008 08:22:03 +0000, by diego
-
cosmetics: Move some config.h entries to more sensible places.Fri, 10 Oct 2008 21:56:03 +0000, by diego
-
cosmetics: Group codec-, network- and gui-related options together in config.h.Fri, 10 Oct 2008 05:34:49 +0000, by diego
-
cosmetics: Group system header and function definitions together in config.h.Thu, 09 Oct 2008 22:11:56 +0000, by diego
-
Remove unused line (and fix an icc warning).Thu, 09 Oct 2008 17:10:31 +0000, by cehoyos
-
Replace numeric constants by their defines.Thu, 09 Oct 2008 17:08:47 +0000, by cehoyos
-
Mark some symbols in swscale.c as constant.Thu, 09 Oct 2008 11:13:14 +0000, by flameeyes
-
Mark dither_2x2_{8,4} static to swscale.cThu, 09 Oct 2008 11:12:38 +0000, by flameeyes
-
Mark variation-specific interleaveBytes static.Thu, 09 Oct 2008 11:11:35 +0000, by flameeyes
-
Invert logic for the single-pass in swScale() functions.Thu, 09 Oct 2008 11:10:30 +0000, by flameeyes
-
Change variable types from int to enum PixelFormat.Thu, 09 Oct 2008 08:36:04 +0000, by cehoyos
-
Fix channel order for ffmpeg flac codec.Thu, 09 Oct 2008 07:46:20 +0000, by ulion
-
Do not set src[1] to the palette, it is now in the contextWed, 08 Oct 2008 17:48:23 +0000, by vitor
-
Add a new unscaled PAL8 -> RGB converter.Wed, 08 Oct 2008 17:46:22 +0000, by vitor
-
r27182: apply parameter name change of no-correct-pts from r26842 to man pageWed, 08 Oct 2008 16:22:23 +0000, by kraymer
-
Change one more variable type from int to enum PixelFormat.Wed, 08 Oct 2008 11:59:01 +0000, by aurel
-
Change variable types from int to enum PixelFormat.Tue, 07 Oct 2008 19:44:39 +0000, by cehoyos
-
Remove unnecessary HAVE_AV_CONFIG_H #define.Tue, 07 Oct 2008 08:25:47 +0000, by diego
-
sync w/r27691Mon, 06 Oct 2008 14:09:22 +0000, by gpoirier
-
Correctly place second const in declaration.Sun, 05 Oct 2008 23:16:49 +0000, by cehoyos
-
Move find_backwards_asf_guid asfguid.h to asfheader.c, the only place whereSun, 05 Oct 2008 21:44:42 +0000, by diego
-
gcc-apple specific fallback not necessary anymoreSun, 05 Oct 2008 21:00:16 +0000, by lu_zero
-
Disable mp3lib and liba52-internal for icc.Sun, 05 Oct 2008 20:43:09 +0000, by cehoyos
-
Use HAVE_FAST_64BIT instead of nonstandard __WORDSIZE macro.Sun, 05 Oct 2008 16:47:55 +0000, by diego
-
synced with r27718Sun, 05 Oct 2008 13:43:45 +0000, by Gabrov
-
Remove b5Dither, g5Dither and r5Dither from libswscale.Sat, 04 Oct 2008 18:50:39 +0000, by cehoyos
-
Revert the removal of the likely/unlikely macros, they are still used.Sat, 04 Oct 2008 17:55:42 +0000, by diego
-
Merge variable declaration and export.Sat, 04 Oct 2008 17:15:39 +0000, by diego
-
Remove g6Dither from libswscale.Sat, 04 Oct 2008 16:40:35 +0000, by cehoyos
-
Fix "format '%d' expects type 'int', but argument 6 has type 'size_t'" warning.Sat, 04 Oct 2008 15:11:39 +0000, by ranma
-
Add a comment to lonely 'fi' for clarification.Sat, 04 Oct 2008 15:06:50 +0000, by diego
-
Make alsa resume after suspend to disk (would say 'file descriptor is in bad state' before this change)Sat, 04 Oct 2008 15:03:10 +0000, by ranma
-
cosmetics: more config.h reorderingSat, 04 Oct 2008 13:07:31 +0000, by diego
-
cosmetics: Reorder entries in config.h.Sat, 04 Oct 2008 12:39:16 +0000, by diego
-
100l: Revert incorrect removal or --ar and --ranlib options.Sat, 04 Oct 2008 12:24:18 +0000, by diego
-
cosmetics: Improve some config.h comments.Sat, 04 Oct 2008 12:14:38 +0000, by diego
-
Do not duplicate likely/unlikely #defines from libmpeg2/libavcodec in config.h.Sat, 04 Oct 2008 11:47:00 +0000, by diego
-
Remove unused HAVE_SYS_POLL_H definition from config.h.Sat, 04 Oct 2008 11:42:39 +0000, by diego
-
cosmetics: Move around some more stuff in config.mak.Sat, 04 Oct 2008 11:27:39 +0000, by diego
-
cosmetics: Move around stuff in config.mak.Sat, 04 Oct 2008 11:06:50 +0000, by diego
-
Remove unused LIBDIR Makefile variable from config.mak.Sat, 04 Oct 2008 10:57:57 +0000, by diego
-
Remove unused options --ar and --ranlib.Sat, 04 Oct 2008 10:53:28 +0000, by diego
-
Do not set DESTDIR to an empty value so that it can be overridden on theSat, 04 Oct 2008 10:39:29 +0000, by diego
-
FAAC/FAAD are no longer the only available AAC encoders/decoders.Sat, 04 Oct 2008 10:18:42 +0000, by diego
-
Remove word size check and macro and use __WORDSIZE directly instead.Sat, 04 Oct 2008 10:16:48 +0000, by diego
-
Remove MPlayer-specific MP_WORDSIZE hack.Sat, 04 Oct 2008 09:52:07 +0000, by diego
-
Merge SPARC and SPARC64 sections in the CPU detection code.Sat, 04 Oct 2008 09:38:10 +0000, by diego
-
Skip setting variables to empty values in the CPU detection code.Sat, 04 Oct 2008 09:27:46 +0000, by diego
-
Remove MinGW cruft.Fri, 03 Oct 2008 23:44:40 +0000, by diego
-
100l copy and paste typo fixFri, 03 Oct 2008 22:49:53 +0000, by diego
-
spelling cosmeticsFri, 03 Oct 2008 22:46:33 +0000, by diego
-
Fix vsscanf test.Fri, 03 Oct 2008 22:39:06 +0000, by diego
-
vo_fbdev now supports -geometry.Fri, 03 Oct 2008 21:55:05 +0000, by diego
-
whitespace cosmeticsFri, 03 Oct 2008 21:54:21 +0000, by diego
-
CVS --> SubversionFri, 03 Oct 2008 21:49:25 +0000, by diego
-
fix compilation w/ FFmpeg r15533Fri, 03 Oct 2008 14:54:22 +0000, by gpoirier
-
Add missing #include for mplayer.h, fixes the warning:Fri, 03 Oct 2008 10:18:53 +0000, by diego
-
Filter out xpm files from the list of dependencies to check for recursiveFri, 03 Oct 2008 09:56:37 +0000, by diego
-
External liba52 parameters should only be enabled if the check succeeded.Fri, 03 Oct 2008 09:42:22 +0000, by diego
-
Internal liba52 should default to enabled.Fri, 03 Oct 2008 09:40:43 +0000, by diego
-
fix FAQ about compiling 32 bit mplayer on x86_64Thu, 02 Oct 2008 22:15:45 +0000, by gpoirier
-
Use the existing pt_iter_goto_head function instead of reimplementing itWed, 01 Oct 2008 17:05:46 +0000, by reimar
-
mpctx->playtree is a node, files can not be directly appended to it,Wed, 01 Oct 2008 17:05:39 +0000, by reimar
-
Add a "pause" property to allow checking if MPlayer is paused.Wed, 01 Oct 2008 17:05:30 +0000, by reimar
-
Add a m_property_flag_ro function for the default behaviour of aWed, 01 Oct 2008 17:05:18 +0000, by reimar
-
10l: Remove deleted file libmpeg2/motion_comp_iwmmxt.c from Makefile as well.Wed, 01 Oct 2008 06:47:26 +0000, by diego
-
Remove IWMMXT optimizations through libavcodec from libmpeg2.Wed, 01 Oct 2008 01:01:59 +0000, by diego
-
sync w/r27651Tue, 30 Sep 2008 19:35:10 +0000, by gpoirier