Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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-05allow 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-21Increase version: 'wave' atom parsing added to mov demuxerRoberto Togni
2005-10-19QDM2 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-13fix feed read_header, avoid using put_tag in write_header, to be consistent w...Alex Beregszaszi
2005-10-13lame 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-22fix unused variable warningsAurelien Jacobs
2005-09-21Misplaced #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-07set time_base as soon as time_scale is known instead of in a unrelated chunck...Michael Niedermayer
2005-09-07Kill some compiler warnings. Compiled code verified identical after changes.Måns Rullgård
2005-09-06a few more raw yuv fourccsMichael Niedermayer
2005-09-05sample_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
2005-09-02lowres supportMichael Niedermayer
2005-08-22time_base description by Rich Felker | dalias, aerifal cxMichael Niedermayer
2005-08-16Make ogg `muxer' expect new vorbis extradata format.Alexander Strasser
2005-08-15parse pict_type for streams in aviMichael Niedermayer
2005-08-15support fixing missing pts by parsing future framesMichael Niedermayer
2005-08-14minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med ...Wolfram Gloger
2005-08-14a few checks, seems i forgot to commit thisMichael Niedermayer
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-08-14set timebase correctly? this thing is always 15fps?Michael Niedermayer
2005-08-13'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)Steven M. Schultz