log

age author description
Sun, 13 Jan 2008 12:01:57 +0000 reimar Make all tvi_info_t const
Sun, 13 Jan 2008 11:59:50 +0000 reimar Make some tvi_functions_t pointers const that I forgot to change before
Sun, 13 Jan 2008 11:54:13 +0000 reimar Remove useless ifdefs
Sun, 13 Jan 2008 11:53:35 +0000 reimar Add type to extern declaration
Sun, 13 Jan 2008 11:52:05 +0000 reimar Make dvd_audio_stream_types and dvd_audio_stream_channels const
Sun, 13 Jan 2008 11:48:56 +0000 reimar tvi_functions_t should be const
Sun, 13 Jan 2008 11:42:33 +0000 reimar Add forgotten const for pal_ireland.
Sun, 13 Jan 2008 10:19:06 +0000 reimar Remove another 2 useless casts
Sun, 13 Jan 2008 10:09:39 +0000 reimar Get rid of another useless cast
Sun, 13 Jan 2008 10:01:27 +0000 reimar Remove a cast useless since r24425.
Sun, 13 Jan 2008 09:39:28 +0000 reimar Move variable declaration into block where it is used.
Sun, 13 Jan 2008 09:38:39 +0000 reimar Remove result from warning string, it has no useful meaning here.
Sun, 13 Jan 2008 09:37:36 +0000 reimar Remove a useless cast
Sun, 13 Jan 2008 09:34:43 +0000 nicodvb moved pes_header from file-static to send_mpeg_pes_packet_ll()
Sun, 13 Jan 2008 00:10:02 +0000 rik fix bug in error message (found by Diego through a compiler warning)
Sat, 12 Jan 2008 16:30:41 +0000 reimar Use a transform_color function to reduce code duplication
Sat, 12 Jan 2008 16:05:04 +0000 reimar Write functions used by send_mpeg_*_packet may _not_ modify data
Sat, 12 Jan 2008 15:55:52 +0000 reimar ps1_header and ps2_header should be const
Sat, 12 Jan 2008 15:50:06 +0000 reimar Add a few "const" attributes.
Sat, 12 Jan 2008 15:45:47 +0000 reimar Remove unused variable
Sat, 12 Jan 2008 15:43:32 +0000 reimar Move uselessly global variables
Sat, 12 Jan 2008 15:27:35 +0000 reimar Adjust list of colourspaces supported by vd_ijpg
Sat, 12 Jan 2008 15:26:24 +0000 reimar Colourspace conversions do _not_ belong into a decoder!
Sat, 12 Jan 2008 15:01:05 +0000 reimar Cosmetics: get rid of huge amounts of trailing whitespace
Sat, 12 Jan 2008 14:58:39 +0000 reimar Remove an unused global variable
Sat, 12 Jan 2008 14:56:11 +0000 reimar Avoid uselessly global variables
Sat, 12 Jan 2008 14:48:12 +0000 reimar 100l, free strdup'd strings
Sat, 12 Jan 2008 14:07:27 +0000 reimar Builtin codecs array can now be const
Sat, 12 Jan 2008 14:05:46 +0000 reimar Replace the persistent CODECS_FLAG_SELECTED by a local "stringset" with
Sat, 12 Jan 2008 02:27:01 +0000 eugeni Do not try to guess font metrics based on its bounding box.