log

age author description
Thu, 03 May 2007 12:02:48 +0000 diego FFmpeg sync: Rename DTS_DECODER --> LIBDTS_DECODER.
Wed, 02 May 2007 16:42:31 +0000 reimar Use calloc instead of malloc+memset
Wed, 02 May 2007 16:39:35 +0000 reimar Missing free on error in conv24to32
Wed, 02 May 2007 16:38:22 +0000 reimar Simplify bgr2rgb
Wed, 02 May 2007 16:26:58 +0000 reimar Remove unused function
Wed, 02 May 2007 16:24:23 +0000 reimar Make functions and variables not used outside bitmap.c static
Wed, 02 May 2007 16:23:16 +0000 reimar Simplify conv24to32 for-loop
Wed, 02 May 2007 16:17:16 +0000 reimar Remove useless extern before function prototypes
Wed, 02 May 2007 14:39:55 +0000 reimar Remove libpng dependency for Gui, use libavcodec instead
Wed, 02 May 2007 14:21:25 +0000 reimar Disable internal vidix on PPC linux, it breaks compilation.
Wed, 02 May 2007 10:51:57 +0000 diego Fix commit nick.
Wed, 02 May 2007 10:15:12 +0000 eugeni Always deallocate glyphs. Fixes memory leak.
Wed, 02 May 2007 07:02:16 +0000 benoit cosmetics: indentation after previous patch
Wed, 02 May 2007 07:00:10 +0000 benoit test if color conv fonction exists prior to using it
Tue, 01 May 2007 23:04:21 +0000 eugeni Fix NULL pointer dereference in demux_mkv that happens when
Tue, 01 May 2007 22:08:26 +0000 gpoirier sync w/ r23162
Tue, 01 May 2007 20:02:05 +0000 nicodvb dvdnav:// depends on our fork of libdvdnav
Tue, 01 May 2007 19:55:15 +0000 nicodvb reindented dvdread check block
Tue, 01 May 2007 19:54:13 +0000 nicodvb libdvdnav now depends on our fork of the library; only the version without
Tue, 01 May 2007 19:16:35 +0000 diego Reuse common Makefile infrastructure.
Tue, 01 May 2007 19:15:29 +0000 diego cosmetics: Move depend target (preparation for upcoming change).
Tue, 01 May 2007 17:45:06 +0000 diego Clarify whom to send translations to.
Tue, 01 May 2007 15:54:00 +0000 eugeni Update comments.
Tue, 01 May 2007 15:34:08 +0000 eugeni Cosmetics.
Tue, 01 May 2007 15:33:06 +0000 eugeni Move glyph_to_bitmap() call and outline glyph deallocation to
Tue, 01 May 2007 15:23:04 +0000 gpoirier sync w/ r23152
Tue, 01 May 2007 15:21:34 +0000 eugeni Minor code simplification.
Tue, 01 May 2007 15:14:22 +0000 eugeni Move get_bitmap_glyph() call to a separate loop.
Tue, 01 May 2007 15:12:36 +0000 eugeni Move transform_3d() call to get_bitmap_glyph().
Tue, 01 May 2007 15:07:41 +0000 eugeni Make a function static.