log

age author description
2008-02-28 bcoudurier set codec bps to grayscale bits, fix 256grey.mov libavformat
2008-02-27 banan Add more riff IDs to support remuxing. libavformat
2008-02-27 bcoudurier add weird first atom to probe, finally fix bartjones.mov libavformat
2008-02-27 bcoudurier free in case of multiple type == 2 libavformat
2008-02-27 bcoudurier return error if malloc fails libavformat
2008-02-27 bcoudurier fix possible overflow with memmove libavformat
2008-02-27 aurel makes really sure that no undefined behavior can happen libavformat
2008-02-26 aurel Avoid infinite loop. libavformat
2008-02-26 mru less preprocessor magic in version number macros libavformat
2008-02-26 bcoudurier support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformat
2008-02-26 bcoudurier support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformat
2008-02-26 bcoudurier remove useless braces libavformat
2008-02-26 bcoudurier indentation libavformat
2008-02-26 bcoudurier rescale frame size, fix i.3g2 libavformat
2008-02-26 bcoudurier move parameters reset after setting stream parameters, will need those infos libavformat
2008-02-26 lorenm decode mng color decorrelation libavformat
2008-02-25 bcoudurier fix mace duration libavformat
2008-02-25 bcoudurier protect malloc overflow libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier fail if extradata cannot be allocated libavformat
2008-02-25 bcoudurier 10l, protect malloc overflow libavformat
2008-02-25 bcoudurier support QDM2 in aiff, QDM2.aif libavformat
2008-02-25 bcoudurier remove useless close function libavformat
2008-02-25 bcoudurier indentation libavformat
2008-02-25 bcoudurier remove useless casts libavformat
2008-02-25 bcoudurier cosmetics libavformat
2008-02-25 bcoudurier remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformat
2008-02-25 bcoudurier set bps to uncompressed original sound data for compressed audio libavformat
2008-02-25 bcoudurier fix duration for ima4 libavformat
2008-02-25 bcoudurier ima4 in aiff support libavformat
2008-02-25 mru Install headers in $prefix/include/$libname libavformat
2008-02-24 diego cosmetics: Sort and prettyprint codec_wav_tags[]. libavformat
2008-02-24 michael Set indexmem to a saner default. libavformat
2008-02-24 michael Fix issue357 libavformat
2008-02-24 michael flv/swf do not have a big endian codec id, they only support libavformat
2008-02-23 banan Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformat
2008-02-23 nicodvb treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformat
2008-02-20 michael revert 12156 libavformat
2008-02-20 lucabe Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformat
2008-02-20 michael Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformat
2008-02-20 michael Make timestamp interpolation work with mpeg2 field pictures. libavformat
2008-02-19 mru Clean up lib* version definitions libavformat
2008-02-19 michael Fix ;; libavformat
2008-02-19 reimar Add some const, fixes warnings: libavformat
2008-02-19 reimar Missing const, fix warnings: libavformat
2008-02-19 reimar Fix misplaced const, avoids a cast-discards-qualifiers warning libavformat
2008-02-19 michael const libavformat
2008-02-15 michael Fix timestamps and durations if the first packets have no durations nor timestamps, libavformat
2008-02-15 michael It appears last_pts was not set ... libavformat
2008-02-15 michael Header elision muxing support. libavformat
2008-02-15 michael Elision header demuxing support. libavformat
2008-02-13 michael Read match time delta in the frame header. libavformat
2008-02-13 michael Read match_time_delta in the framecode table. libavformat
2008-02-13 michael update flags libavformat
2008-02-13 bcoudurier honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformat
2008-02-13 bcoudurier 10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformat