log

age author description
2005-11-04 michael allow NULL write_header() and write_trailer() libavformat
2005-10-29 alex Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenient.txt libavformat
2005-10-26 gpoirier Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- com > libavformat
2005-10-20 rtognimp Increase version: 'wave' atom parsing added to mov demuxer libavformat
2005-10-18 rtognimp QDM2 compatible decoder libavformat
2005-10-13 melanson support for FLX and DTA extensions in the FLIC format, courtesy of libavformat
2005-10-13 melanson Duck TrueMotion 2 video decoder, courtesy of Konstantin Shishkov libavformat
2005-10-12 alex fix feed read_header, avoid using put_tag in write_header, to be consistent with read_header, also some minor cosmetics libavformat
2005-10-12 alex lame bit_rate calculation libavformat
2005-10-04 diego Move all definitions of external dependencies into configure instead of libavformat
2005-09-26 diego support for building dynamic libraries on Mac OS X libavformat
2005-09-23 diego Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS libavformat
2005-09-21 aurel fix unused variable warnings libavformat
2005-09-20 diego Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS. libavformat
2005-09-18 michael print more time_base fps stuff if av_log level is at debug or above libavformat
2005-09-11 michael checksum doesnt cover the forward_ptr anymore libavformat
2005-09-11 michael forward_ptr doesnt contain its own length anymore libavformat
2005-09-06 michael set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing libavformat
2005-09-06 mru Kill some compiler warnings. Compiled code verified identical after changes. libavformat
2005-09-06 michael a few more raw yuv fourccs libavformat
2005-09-04 michael sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale libavformat
2005-09-03 diego typo: viedo --> video libavformat
2005-09-02 reimar Support D-Cinema audio demuxing. libavformat
2005-09-02 reimar Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit). libavformat
2005-09-02 michael lowres support libavformat
2005-08-21 michael time_base description by Rich Felker | dalias, aerifal cx libavformat
2005-08-15 al Make ogg `muxer' expect new vorbis extradata format. libavformat
2005-08-15 michael parse pict_type for streams in avi libavformat
2005-08-15 michael support fixing missing pts by parsing future frames libavformat
2005-08-14 michael minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de) libavformat
2005-08-14 michael a few checks, seems i forgot to commit this libavformat
2005-08-14 mru kill a bunch of compiler warnings libavformat
2005-08-13 michael set timebase correctly? this thing is always 15fps? libavformat
2005-08-13 michael '#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM) libavformat
2005-08-13 mru fix building in separate directory libavformat
2005-08-12 alex FreeBSD ipv6 multicast patch from ports tree libavformat
2005-08-11 michael minor compilation fix libavformat
2005-08-11 al Fix building shared version of lavf on some systems. libavformat
2005-08-10 michael changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com) libavformat
2005-08-01 al libavutil: Utility code from libavcodec moved to a separate library. libavformat
2005-07-31 michael A.B.C versions libavformat
2005-07-27 michael round pointer up to next packet_size multiple libavformat
2005-07-23 michael mpeg1video m bit fix by (Luca Abeni: lucabe72, email it) libavformat
2005-07-23 michael MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it) libavformat
2005-07-21 michael udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin nl) libavformat
2005-07-19 michael more non portable float parsing code ... libavformat
2005-07-19 michael remove non portable get/put_be64_double() libavformat
2005-07-19 michael kill duplicated get/put_be24() libavformat
2005-07-19 michael extract duration if available libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-07-17 michael DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk) libavformat
2005-07-15 michael Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-15 michael Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com) libavformat
2005-07-14 michael skip_idct libavformat
2005-07-13 michael printf-> av_log patch by (Benjamin Larsson, banan: student ltu se) libavformat
2005-07-11 michael .m1v and .m2a (feature req #1178960) libavformat
2005-07-11 michael compiling using nonstd include/library locations / add LDFLAGS to a few places patch by (Niki W. Waibel - nikiwaibel) libavformat
2005-07-10 michael remove -f singlejpeg as its identical to -f mjpeg libavformat
2005-07-10 michael AMR-WB for 3GPP patch by (Jan Kratochvil - kratochvil) / bugreport #1187101 libavformat
2005-07-08 michael avformat/av_seek_frame_binary with growing file patch by (Kenneth Aafløy: kenneth, aafloy net) libavformat