log

age author description
Mon, 13 Sep 2010 14:33:08 +0000 ramiro swscale: indentation and emtpy line cosmetics
Mon, 13 Sep 2010 14:25:18 +0000 ramiro swscale: avoid reading prior to the source buffer in planar2x() MMX2
Mon, 13 Sep 2010 12:14:43 +0000 diego Mark srcArray as const pointer to const data, fixes the warnings:
Mon, 13 Sep 2010 03:56:24 +0000 diego const-correctness for the menu_info_t OSD menu info declarations
Mon, 13 Sep 2010 03:54:37 +0000 diego const-correctness for af_info_t audio filter declarations
Mon, 13 Sep 2010 03:50:55 +0000 diego Mark some vo_functions_t declarations that were not yet const as const.
Mon, 13 Sep 2010 03:12:07 +0000 diego cosmetics: Place mga_vid tests along with the other video output tests.
Sun, 12 Sep 2010 18:17:29 +0000 ramiro swscale-test: allow specifying src/dst pixel formats
Sun, 12 Sep 2010 18:16:53 +0000 ramiro indent
Sun, 12 Sep 2010 18:16:33 +0000 ramiro swscale-test: take input from reference file
Sun, 12 Sep 2010 18:15:34 +0000 ramiro swscale-test: always use SWS_BILINEAR to convert from ref to src
Sun, 12 Sep 2010 18:14:42 +0000 ramiro swscale-test: move conversion from ref to source back to doTest()
Sun, 12 Sep 2010 17:05:44 +0000 diego Add standard multiple inclusion guards.
Sun, 12 Sep 2010 16:11:05 +0000 reimar Reindent.
Sun, 12 Sep 2010 16:10:18 +0000 reimar Remove a pointless if.
Sun, 12 Sep 2010 16:08:57 +0000 reimar Replace sizeof(BITMAPINFOHEADER)
Sun, 12 Sep 2010 16:03:46 +0000 reimar Replace malloc+memset by calloc.
Sun, 12 Sep 2010 15:55:47 +0000 reimar Replace sizeof(WAVEFORMATEX) occurrences.
Sun, 12 Sep 2010 15:51:11 +0000 diego Skip #ifdefs around harmless ae_*.h header #includes.
Sun, 12 Sep 2010 15:48:46 +0000 reimar Replace malloc+memset by calloc
Sun, 12 Sep 2010 15:47:37 +0000 diego Merge one malloc() + memset() invocation into calloc().
Sun, 12 Sep 2010 15:38:21 +0000 diego Remove libavcodec ifdeffery from the GUI code.
Sun, 12 Sep 2010 15:35:41 +0000 reimar Avoid some pointless uses of sizeof() and one related cast.
Sun, 12 Sep 2010 15:14:47 +0000 diego Replace one more instance of sizeof(WAVEFORMATEX); fix compilation.
Sun, 12 Sep 2010 13:49:08 +0000 reimar Replace sizeof(WAVEFORMATEX) and sizeof(BITMAPINFOHEADER) in mencoder.c
Sun, 12 Sep 2010 13:38:59 +0000 reimar Replace several sizeof(WAVEFORMATEX)
Sun, 12 Sep 2010 13:35:13 +0000 reimar Remove a useless cast.
Sun, 12 Sep 2010 13:26:39 +0000 reimar Replace sizeof(type)
Sun, 12 Sep 2010 13:14:18 +0000 reimar Remove a useless cast.
Sun, 12 Sep 2010 13:13:36 +0000 reimar Replace sizeof(type) by sizeof(*ptrvar)