Sun, 13 Jan 2008 16:52:33 +0000 |
reimar |
Make xpm arrays really const (I missed that they are not strings but
|
Sun, 13 Jan 2008 16:43:36 +0000 |
reimar |
Make all gui xpm bitmaps const
|
Sun, 13 Jan 2008 16:26:28 +0000 |
reimar |
gui_opts should be const for win32 gui as well (why, oh why, was all
|
Sun, 13 Jan 2008 16:25:33 +0000 |
reimar |
Win32 gui has the same m_option_print error handling bug
|
Sun, 13 Jan 2008 16:22:43 +0000 |
reimar |
Fix 100l: error check for m_option_print was unreachable
|
Sun, 13 Jan 2008 16:17:57 +0000 |
reimar |
Make big gui_opts array const
|
Sun, 13 Jan 2008 16:13:54 +0000 |
reimar |
Make several mapping tables related to input processing const.
|
Sun, 13 Jan 2008 16:04:58 +0000 |
reimar |
Mark qt default palette tables as const
|
Sun, 13 Jan 2008 16:00:39 +0000 |
reimar |
Make all demuxer_desc_t const, thus moving them to .rodata
|
Sun, 13 Jan 2008 15:47:24 +0000 |
reimar |
First step towards making all demuxer_desc_t const
|
Sun, 13 Jan 2008 15:41:21 +0000 |
reimar |
Remove a useless assignment (there is an if just a few lines above
|
Sun, 13 Jan 2008 15:13:04 +0000 |
reimar |
Simplify cue-parsing
|
Sun, 13 Jan 2008 15:01:07 +0000 |
reimar |
Get rid of quite useless inum variable
|
Sun, 13 Jan 2008 13:37:19 +0000 |
reimar |
Add a forgotten #ifdef USE_ASS around ass_free_track
|
Sun, 13 Jan 2008 13:25:07 +0000 |
reimar |
Use AV_WB*
|
Sun, 13 Jan 2008 13:22:01 +0000 |
reimar |
Remove some useless () and {}
|
Sun, 13 Jan 2008 13:14:33 +0000 |
reimar |
Simplify
|
Sun, 13 Jan 2008 13:12:39 +0000 |
reimar |
Use AV_WB16 instead of ugly memcpy hacks
|
Sun, 13 Jan 2008 12:57:44 +0000 |
reimar |
Use AV_RB* instead of custom variants.
|
Sun, 13 Jan 2008 12:53:24 +0000 |
reimar |
Use sizeof instead of size variables/defines
|
Sun, 13 Jan 2008 12:47:38 +0000 |
reimar |
Make some pnm data const
|
Sun, 13 Jan 2008 12:40:21 +0000 |
reimar |
dvb_demuxdev etc. are only used in dvb_tune.c so make them static
|
Sun, 13 Jan 2008 12:38:06 +0000 |
reimar |
Make several arrays const
|
Sun, 13 Jan 2008 12:37:30 +0000 |
reimar |
Remove some unused extern variables
|
Sun, 13 Jan 2008 12:34:42 +0000 |
reimar |
stream_opts should be const
|
Sun, 13 Jan 2008 12:09:29 +0000 |
reimar |
stream_info_t opts and protocols point to constant data as well.
|
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.
|