log

age author description
2006-01-15 diego Don't use 'rm -f *$(SLIBSUF)' in a clean rule, $(SLIBSUF) might be empty. libavformat
2006-01-14 diego Move library name generation to configure, simplifies build system a bit more. libavformat
2006-01-14 diego Create symbolic links for all library sonames and clean up Makefiles. libavformat
2006-01-12 diego Update licensing information: The FSF changed postal address. libavformat
2006-01-12 diego Move Darwin shared library build peculiarities to configure. libavformat
2006-01-09 reimar CamStudio decoder, only 32 bit lzo mode is tested libavformat
2006-01-03 diego TrueSpeech compatible audio decoder by Konstantin Shishkov libavformat
2006-01-02 nicodvb try with auto_guess if first detection fails libavformat
2006-01-02 nicodvb added support for DVHS (192) packet size libavformat
2005-12-30 mmu_man finally found what those >138 codes were... crappy compressed 5bit ascii. this gets them correctly, and adds setting track lang in movenc too. libavformat
2005-12-30 mmu_man fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT net (unstested); added code to map language codes to stream->language[] libavformat
2005-12-25 rtognimp Support for 28_8 in old ar. files libavformat
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
2005-12-19 rtognimp Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.ra libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-12-17 henry malloc padding to avoid reading past the malloc()ed area. libavformat
2005-12-17 michael total == 0 seems like it should be valid (based upon patch by Steve Lhomme | slhomme divxcorp com) libavformat
2005-12-16 michael nan fps fix libavformat
2005-12-12 mru use PRIxN, %zd, %td formats where needed libavformat
2005-12-10 diego SONAME support for shared libs libavformat
2005-12-09 rtognimp Cook compatibe decoder, patch by Benjamin Larsson libavformat
2005-12-05 diego Unify include paths, -I.. is in CFLAGS. libavformat
2005-12-05 mru ogg format probe function by Ivo <ivop at euronet nl> libavformat
2005-11-30 gpoirier add some h.264 fourccs to codec_bmp_tags[] libavformat
2005-11-30 mru BMP image decoder libavformat
2005-11-13 gpoirier DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-status.html libavformat
2005-11-13 alex Support for streaming: dont write indexes and dont signal HAS_INDEX in header. Also set filesize to max in this case. libavformat
2005-11-12 alex support transcoding adpcm libavformat
2005-11-07 diego Put double-quotes around the install path in the "install-headers" section libavformat
2005-11-05 michael per frame crc support libavformat
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