log

age author description
Wed, 26 May 2010 00:47:22 +0000 diego Add missing RGB12 version of the fast OSD table.
Tue, 25 May 2010 23:41:30 +0000 diego Add support for decoding VP8 through libvpx wrapper in FFmpeg.
Tue, 25 May 2010 23:09:20 +0000 diego Remove obsolete new policy proposal draft from Michael.
Tue, 25 May 2010 23:07:28 +0000 hyc Add support for STREAM_CTRL_SEEK_TO_TIME in ffmpeg streams
Tue, 25 May 2010 11:39:58 +0000 diego whitespace cosmetics
Tue, 25 May 2010 11:37:53 +0000 diego whitespace cosmetics: fix indentation
Tue, 25 May 2010 11:36:55 +0000 diego cosmetics: vertical alignment in msg module help output
Tue, 25 May 2010 11:35:56 +0000 diego Remove some commented-out duplicate option entries.
Tue, 25 May 2010 11:34:38 +0000 diego K&R cosmetics: Fix '*' placement.
Tue, 25 May 2010 11:32:32 +0000 diego Remove unused forward declarations.
Tue, 25 May 2010 10:32:09 +0000 cehoyos Samsung uses SIPP as FourCC for MPEG-4 ASP.
Mon, 24 May 2010 21:13:22 +0000 siretart support linking to fribidi without pkg-config
Mon, 24 May 2010 19:32:17 +0000 siretart make configure use pkg-config for fribidi checks
Mon, 24 May 2010 17:51:15 +0000 reimar Change -vo md5sum to not interleave U and V lines when calculating
Mon, 24 May 2010 17:36:23 +0000 reimar Fix OpenGL autodetection to not leave values at -1.
Sun, 23 May 2010 23:24:25 +0000 reimar Avoid decoding of 0-size packets. This also fixes that the main loop believes
Sun, 23 May 2010 23:22:25 +0000 reimar Use MP_NOPTS_VALUE as "default" pts for delayed frames instead of some
Sun, 23 May 2010 22:26:10 +0000 reimar Slightly reduce number of #ifs
Sun, 23 May 2010 22:09:40 +0000 reimar Use an extra define to simplify ifdefs
Sun, 23 May 2010 22:04:01 +0000 reimar Try reducing the #ifdef mess for the different cache variants.
Sun, 23 May 2010 21:58:50 +0000 reimar Extract the cache main loop into a separate function.
Sun, 23 May 2010 21:56:22 +0000 diego Remove ambiguous language about indenting if-blocks.
Sun, 23 May 2010 21:53:48 +0000 reimar Optimize cache behaviour for the many-consecutive-seeks case.
Sun, 23 May 2010 19:49:28 +0000 reimar Add code to wake up cache process when e.g. a seek is needed.
Sun, 23 May 2010 17:05:55 +0000 sesse Add ChangeLog entry about CineForm support.
Sun, 23 May 2010 16:01:12 +0000 sesse Add final missing bits of CineForm HD support on Linux (via the Windows
Sun, 23 May 2010 15:50:49 +0000 diego Remove unused function MODULE_DecRefCount(), fixes the warning:
Sun, 23 May 2010 15:07:34 +0000 diego K&R coding style should be applied to new code.
Sun, 23 May 2010 14:15:27 +0000 diego cosmetics: reformat ad_pcm.c in K&R style
Sun, 23 May 2010 10:02:30 +0000 stefano Add empty newline to separate function declarations, for better