Mercurial > mplayer.hg
graph
-
Add missing header for av_gcd, fixes the warning:Sun, 25 Jan 2009 19:20:30 +0000, by diego
-
Fix typo: pool -> pollSun, 25 Jan 2009 18:46:24 +0000, by reimar
-
Actually abort (return NULL) in the alloc-failure check in play_tree_newSun, 25 Jan 2009 18:25:11 +0000, by reimar
-
Fix a NULL-check that used && instead of || and thus could not avoid crashes.Sun, 25 Jan 2009 18:23:05 +0000, by reimar
-
Declare struct SwsContext before using it, fixes the checkheaders warning:Sun, 25 Jan 2009 12:03:28 +0000, by diego
-
Disable C code when compiling AltiVec code, fixes the warning:Sun, 25 Jan 2009 11:59:22 +0000, by diego
-
spelling/grammar cosmeticsSun, 25 Jan 2009 11:57:17 +0000, by diego
-
Fix #endif comments.Sun, 25 Jan 2009 11:33:35 +0000, by diego
-
add "<!DOCTYPE smil" to smil playlistSat, 24 Jan 2009 22:14:32 +0000, by compn
-
in parse_pat() IDENTIFY program number and pmt_pidThu, 22 Jan 2009 21:50:13 +0000, by nicodvb
-
The homepage/ subdirectory should no longer be redirected on web mirrors.Tue, 20 Jan 2009 23:23:53 +0000, by diego
-
add EPHV to ffodivx,xvidTue, 20 Jan 2009 17:20:16 +0000, by compn
-
sync w/r28341Tue, 20 Jan 2009 15:31:24 +0000, by gpoirier
-
Add PIX_FMT_VDPAU_WMV3 and PIX_FMT_VDPAU_VC1.Tue, 20 Jan 2009 09:31:07 +0000, by cehoyos
-
Disable upcoming VC1/WMV3 VDPAU decoder.Tue, 20 Jan 2009 09:17:32 +0000, by cehoyos
-
cosmetics: Remove pointless period after copyright statement non-sentences.Mon, 19 Jan 2009 17:12:43 +0000, by diego
-
fix device_id option after r28165Sun, 18 Jan 2009 18:05:16 +0000, by gpoirier
-
Reduce QuickTime binary decoder verbosity.Sat, 17 Jan 2009 21:33:30 +0000, by diego
-
MPlayer only supports latest libavutil.Sat, 17 Jan 2009 11:31:12 +0000, by cehoyos
-
Fix compilation: s/ff_gcd/av_gcd.Sat, 17 Jan 2009 11:29:36 +0000, by cehoyos
-
100l, forgot to delete two defines left over from old HAVE_MMX handling code.Fri, 16 Jan 2009 21:04:52 +0000, by reimar
-
fix compilation without VDPAU decodersFri, 16 Jan 2009 20:32:36 +0000, by gpoirier
-
add mimic in avi fourcc LM20 to ffmimicFri, 16 Jan 2009 19:09:57 +0000, by compn
-
revert #ifdef WORDS_BIGENDIAN => #if WORDS_BIGENDIAN changes from r28331Fri, 16 Jan 2009 13:19:29 +0000, by gpoirier
-
Completely get rid of MMX define, use HAVE_MMX define instead.Fri, 16 Jan 2009 12:37:56 +0000, by gpoirier
-
fix wrong #ifdef/#ifndef -> #if conversion in r28323Fri, 16 Jan 2009 12:23:52 +0000, by gpoirier
-
fix compilation on non x86 machines (PPC here)Fri, 16 Jan 2009 10:07:14 +0000, by gpoirier
-
Fix a wrongly converted !defined(ARCH_X86_64)Fri, 16 Jan 2009 09:44:36 +0000, by reimar
-
100l, mixed up ao_data.samplerate and ao_data.bps when calculating sleep time.Fri, 16 Jan 2009 09:41:26 +0000, by reimar
-
Another missed #ifdef HAVE_MMXFri, 16 Jan 2009 09:35:05 +0000, by reimar
-
More #ifdef HAVE_MMX etc. missed by earlier search.Fri, 16 Jan 2009 09:32:54 +0000, by reimar
-
More #ifdef -> #if fixesFri, 16 Jan 2009 09:29:20 +0000, by reimar
-
Lots and lots of #ifdef ARCH_... -> #if ARCH_...Fri, 16 Jan 2009 09:21:21 +0000, by reimar
-
More #ifdef -> #ifFri, 16 Jan 2009 08:45:35 +0000, by reimar
-
Fix first handful of #if vs. #ifdef for ARCH_, HAVE_SSE etc.Fri, 16 Jan 2009 08:43:05 +0000, by reimar
-
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which willFri, 16 Jan 2009 02:14:25 +0000, by cehoyos
-
Disable upcoming MPEG_VDPAU_DECODER.Fri, 16 Jan 2009 01:55:48 +0000, by cehoyos
-
one more ARCH_ARMV4L --> ARCH_ARM, patch by Guillaume Lecerf, foxcore gmail comFri, 16 Jan 2009 01:11:16 +0000, by diego
-
sync w/r28279Thu, 15 Jan 2009 17:21:25 +0000, by gpoirier
-
Get rid of now unused FFmpeg ENABLE_ preprocessor directives.Thu, 15 Jan 2009 15:57:19 +0000, by diego
-
Sync with latest FFmpeg changes: #define disabled preprocessor directivesThu, 15 Jan 2009 15:56:24 +0000, by diego
-
Treat mlib as a normal FFmpeg option, not a CPU extension.Thu, 15 Jan 2009 15:51:50 +0000, by diego
-
Treat SH architecture like SH4 like in FFmpeg, the only place it is used.Thu, 15 Jan 2009 15:41:29 +0000, by diego
-
SH4 is not a CPU extension mechanism.Thu, 15 Jan 2009 15:40:12 +0000, by diego
-
Mark internal libraries as such in the configure summary, fixes Bugzilla #1378.Thu, 15 Jan 2009 08:51:12 +0000, by diego
-
Update copyright year, patch by Zhou Zongyi, zhouzongyi pset.suntec net.Thu, 15 Jan 2009 08:46:17 +0000, by diego
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*.Wed, 14 Jan 2009 00:13:56 +0000, by aurel
-
add SLMJ fourcc to ffmjpegTue, 13 Jan 2009 17:08:29 +0000, by compn
-
add binary codecs:Tue, 13 Jan 2009 17:05:18 +0000, by compn
-
add nsvideo (NSVI) binary codec. works on uncommon samples listTue, 13 Jan 2009 11:53:54 +0000, by compn
-
add yamaha adpcm ffmpeg codec, works on sampleTue, 13 Jan 2009 02:38:03 +0000, by compn
-
Update copyright year.Sun, 11 Jan 2009 23:20:56 +0000, by diego
-
Sync with latest FFmpeg changes: Check for the availability of truncf().Sun, 11 Jan 2009 22:53:08 +0000, by diego
-
spelling/grammar/wording/whitespaceSun, 11 Jan 2009 19:48:51 +0000, by diego
-
Fix d_width vs. d_height typo.Sun, 11 Jan 2009 19:48:01 +0000, by diego
-
Fix decvideo vs. dec_video typo noticed by Vineeth N, nvineeth gmail com.Sun, 11 Jan 2009 19:47:17 +0000, by diego