aboutsummaryrefslogtreecommitdiffhomepage
path: root/libmpdemux
Commit message (Expand)AuthorAge
* make sure the indx chunk is big enough to hold the basic structure.Gravatar iive2006-04-06
* use calloc instead of malloc - simplifies code and fixes overflow problems.Gravatar reimar2006-04-06
* zero sized frames are not keyframesGravatar michael2006-04-06
* Limit the number of entires to the amount that does fit into the chunk.Gravatar iive2006-04-06
* workaround to prevent segfault: when using -ve lavc with b-frames write_chunk...Gravatar nicodvb2006-04-05
* segfault fix: assign param->apid (that is the audio id found) when inexistent...Gravatar nicodvb2006-04-05
* Fix RealAudio codecs (add descrambling)Gravatar rtognimp2006-04-03
* 10l: huge amount of constant crap in data segmentGravatar rfelker2006-04-03
* Remove mpdvdkit1 cruft from the build system.Gravatar diego2006-04-02
* Don't use free()d pointer CID 260Gravatar rtognimp2006-04-01
* fix descrambling of asf file,Gravatar iive2006-03-30
* Move global vars used for header parsing, etc to dewux->priv as it shouldGravatar albeu2006-03-29
* 100L to who wrote this. Also fix broken headers while at it.Gravatar albeu2006-03-29
* Fix passing qdm2 extradata to lavc decoderGravatar rtognimp2006-03-27
* Convert printfs in aviprint.c to mp_msg and give the information printingGravatar diego2006-03-27
* Remove superfluous extern variable declaration.Gravatar diego2006-03-27
* Fix a/v desync for real some filesGravatar rtognimp2006-03-26
* H264: when fixed_fps is set the framerate is expressed in fields per second, ...Gravatar nicodvb2006-03-25
* cosmetics: Shorten overly long lines, put SRCS/OBJS on individual linesGravatar diego2006-03-25
* Convert all if(verbose>X) to mp_msg_test calls.Gravatar diego2006-03-24
* Fix for playing RealVideo on PPC/big endian processors. Patch by Emanuele Gia...Gravatar mosu2006-03-22
* 10l, checking for NULL after dereferencing makes no sense (though what is thi...Gravatar reimar2006-03-22
* retrieve metadata from FLAC files (patch by Benjamin Zores < ben _at_ geexbox...Gravatar aurel2006-03-20
* Do not use ptr when it's NULL. CID 89Gravatar rtognimp2006-03-19
* Fix compilation with stupid C++ compilers that shock on valid CGravatar albeu2006-03-16
* Move the subread from FILE to stream_t.Gravatar albeu2006-03-16
* Fix a potential seek failure, fill_buffer doesn't have toGravatar albeu2006-03-16
* Try several formats instead of only YV12 if no format was explicitlyGravatar albeu2006-03-14
* le2me_32 is not necessary, tested by Diego on BE machineGravatar rathann2006-03-14
* in24/in32/fl32 little/big-endian QuickTime PCM audio supportGravatar rathann2006-03-13
* Fix seeking with cache enabled on systems using fork().Gravatar albeu2006-03-13
* recommitted version 1.22 + Rich's 1.25Gravatar nicodvb2006-03-13
* Fix compilation error introduced by last commitGravatar reimar2006-03-12
* unified failure case in muxer_new_muxer()Gravatar nicodvb2006-03-12
* fix feature pragma length checkGravatar reimar2006-03-12
* in fix_parameters() move assignment of audio bitrate to the proper block (the...Gravatar nicodvb2006-03-12
* check stream->wf and stream->bih before using them in fix_parameters(). Fixes...Gravatar nicodvb2006-03-12
* exit if calloc() fails; free(muxer) before returning NULL if muxer_init() fa...Gravatar nicodvb2006-03-12
* fix cosmetics noticed during nico's 10lGravatar rfelker2006-03-12
* fixed C99-ism introduced with previous commitGravatar nicodvb2006-03-12
* check muxer != NULL before using it; closes cid 201Gravatar nicodvb2006-03-12
* fail immediately if any of the parameters necessary to switch audio stream is...Gravatar nicodvb2006-03-12
* check sh_video before seeking; closes cid 56Gravatar nicodvb2006-03-12
* close channels file before exiting dvb_get_channels() if malloc(dvb_channels_...Gravatar nicodvb2006-03-12
* 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