log

age author description
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.
Sat, 12 Jan 2008 01:14:45 +0000 eugeni Add libass support to demux_lavf.
Sat, 12 Jan 2008 01:12:39 +0000 eugeni Instead of keeping attachments in mkv demuxer, use demuxer_add_attachment().
Sat, 12 Jan 2008 01:12:36 +0000 eugeni Add demuxer interface for attachments.
Fri, 11 Jan 2008 21:45:20 +0000 eugeni Remove global_ass_track. Instead create an ass_track for each 't' track.
Fri, 11 Jan 2008 21:45:17 +0000 eugeni Move all subtitle parsing from mkv demuxer to update_subtitles().
Fri, 11 Jan 2008 21:45:15 +0000 eugeni Init and destroy ass_tracks in demuxer.c based on sh_sub->type value.
Fri, 11 Jan 2008 21:45:13 +0000 eugeni Set extradata for subtitle tracks in mkv demuxer.
Fri, 11 Jan 2008 21:45:10 +0000 eugeni Add extradata to sh_sub_t.
Fri, 11 Jan 2008 21:45:08 +0000 eugeni Factorize private data decoding for subtitle tracks in mkv demuxer.
Fri, 11 Jan 2008 20:55:08 +0000 reimar Make code slightly less confusing to me
Fri, 11 Jan 2008 20:42:32 +0000 reimar Slightly deobfuscate
Fri, 11 Jan 2008 20:36:33 +0000 reimar Another small simplification. Slightly worse performance in the case
Fri, 11 Jan 2008 20:32:42 +0000 reimar Slightly simplify read_buffer code
Fri, 11 Jan 2008 20:23:46 +0000 reimar Simplify: use memset
Fri, 11 Jan 2008 20:12:04 +0000 reimar Fix indentation
Fri, 11 Jan 2008 20:10:39 +0000 reimar Remove useless cast
Fri, 11 Jan 2008 19:59:08 +0000 ben document vo.* and ao.* playback profiles
Fri, 11 Jan 2008 10:15:46 +0000 ulion Fix buffer overflow bug by calculate the buffer size accurately.
Thu, 10 Jan 2008 23:32:50 +0000 ben allow profile loading per audio/video output
Thu, 10 Jan 2008 21:47:33 +0000 reimar Add an extra check to avoid a case that cause black lines in scaled
Thu, 10 Jan 2008 19:59:09 +0000 eugeni Clear demuxed data when subtitle track is changed.
Thu, 10 Jan 2008 19:47:18 +0000 eugeni Use malloc for codecdata. Fixes segfault in free_sh_sub.
Thu, 10 Jan 2008 19:21:56 +0000 ben updated english manpage with protocol/extension profile loading feature
Thu, 10 Jan 2008 18:46:08 +0000 ben factorizes variable check
Thu, 10 Jan 2008 18:45:08 +0000 ben add support for per protocol and per extension playback profile loading
Thu, 10 Jan 2008 18:41:21 +0000 ben export m_config_set_profile()
Thu, 10 Jan 2008 18:40:26 +0000 ben allow generation of ctags and etags
Thu, 10 Jan 2008 12:44:17 +0000 ulion Deny the code using realpath().