aboutsummaryrefslogtreecommitdiffhomepage
Commit message (Expand)AuthorAge
* init sh_a (new audio stream) to sh_audio (current audio stream); closes cid 241Gravatar nicodvb2006-03-12
* dereference muxer->priv only after having checked muxer!=NULL in write_chunk(...Gravatar nicodvb2006-03-11
* init msec in mp_get_titleset_length() before using it; closes cid 251Gravatar nicodvb2006-03-11
* init variable in parse_mp4_object_descriptor before using it; fixes cid 237Gravatar nicodvb2006-03-11
* init delta_pts before using it; fixes cid 239Gravatar nicodvb2006-03-11
* check pce_ptr before using it; fixes cid 207Gravatar nicodvb2006-03-11
* QuickTime in24 and in32 PCM audio supportGravatar rathann2006-03-11
* added dinamically calculated gain factor at output stage to avoid clipping on...Gravatar reynaldo2006-03-11
* change max_distance max to 128kb instead of 65kbGravatar ods152006-03-11
* Only MAX_STREAMS streams are allowed (cid 115)Gravatar rtognimp2006-03-11
* move bit flags to be more convinient...Gravatar ods152006-03-11
* clarify, header_checksum is not included in forward_ptr and in packet checksumGravatar ods152006-03-11
* Simplify libcdio check.Gravatar diego2006-03-11
* Make better use of pkg-config to check for/set proper libraries whenGravatar diego2006-03-10
* Fix memory leak cid 176Gravatar rtognimp2006-03-10
* Fix memory leak cid 177Gravatar rtognimp2006-03-10
* Fix possible use of body uninitialized. Remove an unneeded free (bodyGravatar rtognimp2006-03-10
* remove edl.c pre-alloc, more readble and safe codeGravatar ods152006-03-10
* SHOULD NOT be higher than 1/timebase limitGravatar michael2006-03-10
* div8 -> div16Gravatar michael2006-03-10
* drop max_frame_sizeGravatar michael2006-03-10
* double muxing examples (cant hurt to explictly mention the most common)Gravatar michael2006-03-10
* limit stuffing to prevent header_checksum from endup being useless due to a g...Gravatar michael2006-03-10
* universal timestamp (= stream_id + timestamp in stream timebase)Gravatar michael2006-03-10
* little clarification of sample_width/sample_heightGravatar michael2006-03-10
* 0x00 and 0xFF should be invalid (libnut does that already and it seems like a...Gravatar michael2006-03-10
* push back userdata stream_classGravatar ods152006-03-10
* header_checksumGravatar michael2006-03-10
* free resources when load_raw failsGravatar reimar2006-03-09
* fix leak on read error (forgot to free demux packet)Gravatar reimar2006-03-09
* fix minor (i.e. unlikely to ever happen) leak when init failsGravatar reimar2006-03-09
* Fix potential read from an unitialized pointer (CID: 236)Gravatar rtognimp2006-03-09
* remove useless and memleak-causing strdupGravatar reimar2006-03-09
* fix another sizeof(dvd_input_t) bug (must be struct dvd_input_s instead)Gravatar reimar2006-03-09
* in demux_ogg_read_packet initialize data to whole packet, reduces code andGravatar reimar2006-03-08
* name array is too small, use strlcpy instead of strncpyGravatar reimar2006-03-08
* UTF-8 is used everywhere else and seems to be more portable than utf8 (FreeBSD)Gravatar reimar2006-03-08
* revert the attempts for ccache fixGravatar henry2006-03-08
* add default case to encoder switch-case (maybe an error message would be good...Gravatar reimar2006-03-08
* fix memory leak when filter with given name does not exist.Gravatar reimar2006-03-08
* Missing free_demux_packet after read errorGravatar reimar2006-03-08
* Fix base64 encoding for basic auth according to RFC.Gravatar reimar2006-03-08
* missing url_free when using proxy and connect failsGravatar reimar2006-03-08
* stream_id == MAX_STREAMS is invalid, since counting starts with 0.Gravatar reimar2006-03-08
* "i < sizeof(buf)" must be "i < sizeof(buf) - 5", since later buf[i + 5] is used.Gravatar reimar2006-03-08
* We start with 0, so ch (channel number) == AF_NCH is invalid, too (not just >)Gravatar reimar2006-03-08
* cosmeticGravatar michael2006-03-08
* Automaticall convert message to console charset, use utf8 for GTK2 GuiGravatar reimar2006-03-08
* remove info streamsGravatar michael2006-03-08
* Add codecs2html dependencies.Gravatar diego2006-03-08