log

age author description
Sun, 12 Mar 2006 18:06:46 +0000 nicodvb fixed C99-ism introduced with previous commit
Sun, 12 Mar 2006 17:46:51 +0000 nicodvb check muxer != NULL before using it; closes cid 201
Sun, 12 Mar 2006 17:40:32 +0000 ods15 bump neglected date
Sun, 12 Mar 2006 17:35:51 +0000 ods15 revert last change
Sun, 12 Mar 2006 13:30:45 +0000 ods15 better max for frame code values, still allowing compact implementation
Sun, 12 Mar 2006 13:21:04 +0000 ods15 10l to me, misarrangment of flags
Sun, 12 Mar 2006 13:08:10 +0000 ods15 change max_distance back to 64kb and set max frame size to 2*max_distance.
Sun, 12 Mar 2006 12:28:09 +0000 nicodvb fail immediately if any of the parameters necessary to switch audio stream isn't set/correct; closes cid 55
Sun, 12 Mar 2006 12:13:37 +0000 nicodvb check sh_video before seeking; closes cid 56
Sun, 12 Mar 2006 11:45:27 +0000 nicodvb close channels file before exiting dvb_get_channels() if malloc(dvb_channels_list) fails; closes cid 161
Sun, 12 Mar 2006 11:12:48 +0000 nicodvb init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241
Sat, 11 Mar 2006 23:38:54 +0000 nicodvb dereference muxer->priv only after having checked muxer!=NULL in write_chunk(); closes cid 206
Sat, 11 Mar 2006 23:29:02 +0000 nicodvb init msec in mp_get_titleset_length() before using it; closes cid 251
Sat, 11 Mar 2006 23:26:02 +0000 nicodvb init variable in parse_mp4_object_descriptor before using it; fixes cid 237
Sat, 11 Mar 2006 23:21:09 +0000 nicodvb init delta_pts before using it; fixes cid 239
Sat, 11 Mar 2006 23:15:57 +0000 nicodvb check pce_ptr before using it; fixes cid 207
Sat, 11 Mar 2006 22:43:28 +0000 rathann QuickTime in24 and in32 PCM audio support
Sat, 11 Mar 2006 21:16:59 +0000 reynaldo added dinamically calculated gain factor at output stage to avoid clipping on sane ranges
Sat, 11 Mar 2006 19:47:05 +0000 ods15 change max_distance max to 128kb instead of 65kb
Sat, 11 Mar 2006 16:42:46 +0000 rtognimp Only MAX_STREAMS streams are allowed (cid 115)
Sat, 11 Mar 2006 15:26:39 +0000 ods15 move bit flags to be more convinient...
Sat, 11 Mar 2006 10:19:02 +0000 ods15 clarify, header_checksum is not included in forward_ptr and in packet checksum
Sat, 11 Mar 2006 00:00:25 +0000 diego Simplify libcdio check.
Fri, 10 Mar 2006 23:59:38 +0000 diego Make better use of pkg-config to check for/set proper libraries when
Fri, 10 Mar 2006 23:51:41 +0000 rtognimp Fix memory leak cid 176
Fri, 10 Mar 2006 23:48:33 +0000 rtognimp Fix memory leak cid 177
Fri, 10 Mar 2006 22:15:50 +0000 rtognimp Fix possible use of body uninitialized. Remove an unneeded free (body
Fri, 10 Mar 2006 21:34:54 +0000 ods15 remove edl.c pre-alloc, more readble and safe code
Fri, 10 Mar 2006 14:44:31 +0000 michael SHOULD NOT be higher than 1/timebase limit
Fri, 10 Mar 2006 14:34:30 +0000 michael div8 -> div16
Fri, 10 Mar 2006 14:28:11 +0000 michael drop max_frame_size
Fri, 10 Mar 2006 14:23:22 +0000 michael double muxing examples (cant hurt to explictly mention the most common)
Fri, 10 Mar 2006 14:18:59 +0000 michael limit stuffing to prevent header_checksum from endup being useless due to a gb of 0x80 after a 'N'
Fri, 10 Mar 2006 14:10:07 +0000 michael universal timestamp (= stream_id + timestamp in stream timebase)
Fri, 10 Mar 2006 13:54:39 +0000 michael little clarification of sample_width/sample_height
Fri, 10 Mar 2006 13:50:35 +0000 michael 0x00 and 0xFF should be invalid (libnut does that already and it seems like a good idea to recommand)
Fri, 10 Mar 2006 11:52:58 +0000 ods15 push back userdata stream_class
Fri, 10 Mar 2006 02:49:29 +0000 michael header_checksum
Thu, 09 Mar 2006 22:20:20 +0000 reimar free resources when load_raw fails
Thu, 09 Mar 2006 22:14:34 +0000 reimar fix leak on read error (forgot to free demux packet)
Thu, 09 Mar 2006 22:11:39 +0000 reimar fix minor (i.e. unlikely to ever happen) leak when init fails
Thu, 09 Mar 2006 22:09:03 +0000 rtognimp Fix potential read from an unitialized pointer (CID: 236)
Thu, 09 Mar 2006 18:05:38 +0000 reimar remove useless and memleak-causing strdup
Thu, 09 Mar 2006 17:39:34 +0000 reimar fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)
Wed, 08 Mar 2006 22:23:21 +0000 reimar in demux_ogg_read_packet initialize data to whole packet, reduces code and
Wed, 08 Mar 2006 21:13:16 +0000 reimar name array is too small, use strlcpy instead of strncpy
Wed, 08 Mar 2006 20:27:47 +0000 reimar UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)
Wed, 08 Mar 2006 19:56:47 +0000 henry revert the attempts for ccache fix
Wed, 08 Mar 2006 15:49:46 +0000 reimar add default case to encoder switch-case (maybe an error message would be good as well).
Wed, 08 Mar 2006 15:39:53 +0000 reimar fix memory leak when filter with given name does not exist.
Wed, 08 Mar 2006 15:21:12 +0000 reimar Missing free_demux_packet after read error
Wed, 08 Mar 2006 15:14:08 +0000 reimar Fix base64 encoding for basic auth according to RFC.
Wed, 08 Mar 2006 15:07:48 +0000 reimar missing url_free when using proxy and connect fails
Wed, 08 Mar 2006 13:26:36 +0000 reimar stream_id == MAX_STREAMS is invalid, since counting starts with 0.
Wed, 08 Mar 2006 13:07:36 +0000 reimar "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.
Wed, 08 Mar 2006 13:00:51 +0000 reimar We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)
Wed, 08 Mar 2006 12:49:35 +0000 michael cosmetic
Wed, 08 Mar 2006 12:45:48 +0000 reimar Automaticall convert message to console charset, use utf8 for GTK2 Gui
Wed, 08 Mar 2006 12:37:10 +0000 michael remove info streams
Wed, 08 Mar 2006 11:09:01 +0000 diego Add codecs2html dependencies.