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
2007-01-22useless &0x80Michael Niedermayer
2007-01-21remove sensless castsMichael Niedermayer
2007-01-21simplify GUIDsMichael Niedermayer
2007-01-16fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer
2006-12-28Decode genre on asf/wma files.Patrice Bensoussan
2006-12-04Minor modifications to handle mms streaming.Ryan Martell
2006-11-14Use common macro PUT_UTF8 in asf.cZuxy Meng
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-15Use proper PRI?64 macros for %ll? format to fix printf format warnings:Dominik Mierzejewski
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-28prevent infinite loop with VORC012.WMAMichael Niedermayer
2006-09-27fix some signedness warningsMåns Rullgård
2006-08-24fix fallback if theres no indexMichael Niedermayer
2006-08-23read and use index (based on a patch by John Donaghy on the 23-03-2006 '[Ffmp...Michael Niedermayer
2006-08-23value_num should also be 64bit (1 hunk from the asf seeking patch by DrDivx/S...Steve L'Homme
2006-08-23total_size should be 64bit (1 hunk of the asf seeking patch from DrDivx / Ste...Michael Niedermayer
2006-07-29The reader ignores the size of the ASF data object and keeps onKohn Emil Dan
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-03-02timebase fixMichael Niedermayer
2006-03-01add size to AVIndexMichael Niedermayer
2006-02-26kill some warningsMåns Rullgård
2006-02-1210l, fails to compile when debug enabledAlex Beregszaszi
2006-01-21audio in dvr-ms demuxing support by (John Donaghy <johnfdonaghy gmail com<)Michael Niedermayer
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-10-26Fix asf header decoding issue, patch by < patrice -- bensoussan AH gmail -- c...Patrice Bensoussan
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-08-11changes to ignore command media embedded in MS WMV files patch by ("Brown, Mi...Mike Brown
2005-07-27round pointer up to next packet_size multipleMichael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-23typoMichael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-04-19fixing demuxing of DV5700.asfMichael Niedermayer
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2005-01-12various security fixes and precautionary checksMichael Niedermayer
2004-12-22preroll is in msMichael Niedermayer
2004-12-21fix regression test failureMichael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-10-24dvr-ms video decoding supportMichael Niedermayer
2004-10-11use native timebase for seekingMichael Niedermayer
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson