Mercurial > mplayer.hg
graph
-
Replace sizeof(type) by sizeof(variable) in malloc invocation.Mon, 13 Sep 2010 18:06:20 +0000, by diego
-
Remove vim/emacs coding style hints.Mon, 13 Sep 2010 15:43:13 +0000, by diego
-
swscale: indentation and emtpy line cosmeticsMon, 13 Sep 2010 14:33:08 +0000, by ramiro
-
swscale: avoid reading prior to the source buffer in planar2x() MMX2Mon, 13 Sep 2010 14:25:18 +0000, by ramiro
-
Mark srcArray as const pointer to const data, fixes the warnings:Mon, 13 Sep 2010 12:14:43 +0000, by diego
-
const-correctness for the menu_info_t OSD menu info declarationsMon, 13 Sep 2010 03:56:24 +0000, by diego
-
const-correctness for af_info_t audio filter declarationsMon, 13 Sep 2010 03:54:37 +0000, by diego
-
Mark some vo_functions_t declarations that were not yet const as const.Mon, 13 Sep 2010 03:50:55 +0000, by diego
-
cosmetics: Place mga_vid tests along with the other video output tests.Mon, 13 Sep 2010 03:12:07 +0000, by diego
-
swscale-test: allow specifying src/dst pixel formatsSun, 12 Sep 2010 18:17:29 +0000, by ramiro
-
indentSun, 12 Sep 2010 18:16:53 +0000, by ramiro
-
swscale-test: take input from reference fileSun, 12 Sep 2010 18:16:33 +0000, by ramiro
-
swscale-test: always use SWS_BILINEAR to convert from ref to srcSun, 12 Sep 2010 18:15:34 +0000, by ramiro
-
swscale-test: move conversion from ref to source back to doTest()Sun, 12 Sep 2010 18:14:42 +0000, by ramiro
-
Add standard multiple inclusion guards.Sun, 12 Sep 2010 17:05:44 +0000, by diego
-
Reindent.Sun, 12 Sep 2010 16:11:05 +0000, by reimar
-
Remove a pointless if.Sun, 12 Sep 2010 16:10:18 +0000, by reimar
-
Replace sizeof(BITMAPINFOHEADER)Sun, 12 Sep 2010 16:08:57 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 16:03:46 +0000, by reimar
-
Replace sizeof(WAVEFORMATEX) occurrences.Sun, 12 Sep 2010 15:55:47 +0000, by reimar
-
Skip #ifdefs around harmless ae_*.h header #includes.Sun, 12 Sep 2010 15:51:11 +0000, by diego
-
Replace malloc+memset by callocSun, 12 Sep 2010 15:48:46 +0000, by reimar
-
Merge one malloc() + memset() invocation into calloc().Sun, 12 Sep 2010 15:47:37 +0000, by diego
-
Remove libavcodec ifdeffery from the GUI code.Sun, 12 Sep 2010 15:38:21 +0000, by diego
-
Avoid some pointless uses of sizeof() and one related cast.Sun, 12 Sep 2010 15:35:41 +0000, by reimar
-
Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.Sun, 12 Sep 2010 15:14:47 +0000, by diego
-
Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.cSun, 12 Sep 2010 13:49:08 +0000, by reimar
-
Replace several sizeof(WAVEFORMATEX)Sun, 12 Sep 2010 13:38:59 +0000, by reimar
-
Remove a useless cast.Sun, 12 Sep 2010 13:35:13 +0000, by reimar
-
Replace sizeof(type)Sun, 12 Sep 2010 13:26:39 +0000, by reimar
-
Remove a useless cast.Sun, 12 Sep 2010 13:14:18 +0000, by reimar
-
Replace sizeof(type) by sizeof(*ptrvar)Sun, 12 Sep 2010 13:13:36 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 13:10:12 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 13:04:07 +0000, by reimar
-
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()Sun, 12 Sep 2010 13:03:41 +0000, by ramiro
-
Replace sizoef(type) by sizeof(*ptrvar).Sun, 12 Sep 2010 13:01:05 +0000, by reimar
-
Replace malloc+memset by callocSun, 12 Sep 2010 12:49:28 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 12:41:37 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 12:32:28 +0000, by reimar
-
Fix a condition that would never be false (and thus causeSun, 12 Sep 2010 12:23:26 +0000, by reimar
-
Replace some sizeof(type) by sizeof(*pointer)Sun, 12 Sep 2010 12:22:01 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 12:14:37 +0000, by reimar
-
Replace malloc+memset by calloc.Sun, 12 Sep 2010 12:12:24 +0000, by reimar
-
Replace malloc+memset by callocSun, 12 Sep 2010 11:44:42 +0000, by reimar
-
cosmetics: Reformat in K&R style, prettyprinting.Sun, 12 Sep 2010 11:22:42 +0000, by diego
-
Remove stheader.h include from mpcommon.h since itSun, 12 Sep 2010 11:21:12 +0000, by reimar
-
Remove a duplicate mconfig declarationSun, 12 Sep 2010 11:12:06 +0000, by reimar
-
Fix win32 gui compilationSun, 12 Sep 2010 11:11:44 +0000, by reimar
-
Add missing #include for vd_ffmpeg.h; fixes the warning:Sun, 12 Sep 2010 00:30:15 +0000, by diego
-
Enable Apple remote code when compiling is possible; do not require running it.Sun, 12 Sep 2010 00:11:26 +0000, by diego
-
Move TV input free_handle static function to tv.c and make it non-static.Sat, 11 Sep 2010 23:53:15 +0000, by diego
-
Separate compiler warning flags from other compiler flags.Sat, 11 Sep 2010 23:30:52 +0000, by diego
-
cosmetics: Place some FFmpeg-related variables in a more sensible order.Sat, 11 Sep 2010 23:22:01 +0000, by diego
-
Add explanatory comment for video_out.h #inclusion in libao2/.Sat, 11 Sep 2010 22:52:14 +0000, by diego
-
Remove pointless typedef keyword from struct RTPState declaration; fixes:Sat, 11 Sep 2010 22:47:53 +0000, by diego
-
Add required #includes to fix 'make checkheaders'.Sat, 11 Sep 2010 22:31:29 +0000, by diego