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-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
2005-08-13fix building in separate directoryMåns Rullgård
2005-08-12FreeBSD ipv6 multicast patch from ports treeAlex Beregszaszi
2005-08-12minor compilation fixSam Hocevar
2005-08-12Fix building shared version of lavf on some systems.Alexander Strasser
2005-08-11changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown
2005-08-02libavutil: Utility code from libavcodec moved to a separate library.Alexander Strasser
2005-07-31A.B.C versionsMichael Niedermayer
2005-07-27round pointer up to next packet_size multipleMichael Niedermayer
2005-07-24mpeg1video m bit fix by (Luca Abeni: lucabe72, email it)Michael Niedermayer
2005-07-24MPEG4 streaming over RTP patch by (Luca Abeni: lucabe72, email it)Luca Abeni
2005-07-22udp ipv6 localhost resolving patch by ("Hans Zandbelt": Hans Zandbelt, telin...Hans Zandbelt
2005-07-19more non portable float parsing code ...Michael Niedermayer
2005-07-19remove non portable get/put_be64_double()Michael Niedermayer
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
2005-07-19extract duration if availableMichael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-07-17DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)Michael Niedermayer
2005-07-15Yamaha SMAF file format support patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen
2005-07-15Yamaha ADPCM in wav patch by (Vidar Madsen: vidarino, gmail com)Vidar Madsen
2005-07-15skip_idctMichael Niedermayer
2005-07-13printf-> av_log patch by (Benjamin Larsson, banan: student ltu se)Benjamin Larsson