aboutsummaryrefslogtreecommitdiff
path: root/libavformat
AgeCommit message (Expand)Author
2006-01-12Move Darwin shared library build peculiarities to configure.Diego Biurrun
2006-01-09CamStudio decoder, only 32 bit lzo mode is testedReimar Döffinger
2006-01-03TrueSpeech compatible audio decoder by Konstantin ShishkovDiego Biurrun
2006-01-02try with auto_guess if first detection failsNico Sabbi
2006-01-02added support for DVHS (192) packet sizeNico Sabbi
2005-12-30finally found what those >138 codes were... crappy compressed 5bit ascii. thi...François Revol
2005-12-30fix parsing version 1 mdhd atom (64 bit) as suggested by b-o-n-d AT gmx DOT n...François Revol
2005-12-25Support for 28_8 in old ar. filesRoberto Togni
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-19Fix for Real "old" files version 3 with no 4cc. Fixes thankyou144.raRoberto Togni
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-17malloc padding to avoid reading past the malloc()ed area.Jindřich Makovička
2005-12-17total == 0 seems like it should be valid (based upon patch by Steve Lhomme | ...Michael Niedermayer
2005-12-16nan fps fixMichael Niedermayer
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-12-10SONAME support for shared libsLuca Barbato
2005-12-09Cook compatibe decoder, patch by Benjamin LarssonBenjamin Larsson
2005-12-05Unify include paths, -I.. is in CFLAGS.Diego Biurrun
2005-12-05ogg format probe function by Ivo <ivop at euronet nl>Måns Rullgård
2005-11-30add some h.264 fourccs to codec_bmp_tags[]Guillaume Poirier
2005-11-30BMP image decoderMåns Rullgård
2005-11-13DTS is 0x2001 according to: http://www1.mplayerhq.hu/MPlayer/DOCS/codecs-stat...Corey Hickey
2005-11-13Support for streaming: dont write indexes and dont signal HAS_INDEX in header...Alex Beregszaszi
2005-11-12support transcoding adpcmAlex Beregszaszi
2005-11-07Put double-quotes around the install path in the "install-headers" sectionFredrik Orderud
2005-11-05per frame crc supportMichael Niedermayer
2005-11-04allow NULL write_header() and write_trailer()Michael Niedermayer
2005-10-29Ingenient MJPEG support, more at http://www.artificis.hu/files/texts/ingenien...Alex Beregszaszi
2005-10-26Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan
2005-10-20Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni
2005-10-18QDM2 compatible decoderRoberto Togni
2005-10-13support for FLX and DTA extensions in the FLIC format, courtesy ofMike Melanson
2005-10-13Duck TrueMotion 2 video decoder, courtesy of Konstantin ShishkovMike Melanson
2005-10-12fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi
2005-10-12lame bit_rate calculationAlex Beregszaszi
2005-10-04Move all definitions of external dependencies into configure instead ofj@v2v.cc
2005-09-26support for building dynamic libraries on Mac OS XDiego Biurrun
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-21fix unused variable warningsAurelien Jacobs
2005-09-20Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.Diego Biurrun
2005-09-18print more time_base fps stuff if av_log level is at debug or aboveMichael Niedermayer
2005-09-11checksum doesnt cover the forward_ptr anymoreMichael Niedermayer
2005-09-11forward_ptr doesnt contain its own length anymoreMichael Niedermayer
2005-09-06set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer
2005-09-06Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-09-06a few more raw yuv fourccsMichael Niedermayer
2005-09-04sample_rate value is not always correct (is there anything in quicktime which...Michael Niedermayer
2005-09-03typo: viedo --> videoDiego Biurrun
2005-09-02Support D-Cinema audio demuxing.Reimar Döffinger
2005-09-02Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).Reimar Döffinger