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-02-21Add the stream_bitrate GUID to the asf parsing code, and set stream bitrateRyan Martell
2007-02-10use dvr-ms timestampsMichael Niedermayer
2007-02-02Set correct aspect ratio (it's sample aspect, not display aspect)Zuxy Meng
2007-02-01extract aspect ratioMichael Niedermayer
2007-01-29fix seeking in wmaMichael Niedermayer
2007-01-27stealing a few field names from mplayers asf demuxerMichael Niedermayer
2007-01-24make the asf demuxer resistant against insertion/deletion errorsMichael Niedermayer
2007-01-23consistant error return for asf_get_packet()Michael Niedermayer
2007-01-23better padsize checkMichael Niedermayer
2007-01-23more correct error messageMichael Niedermayer
2007-01-23replace wrong return 0 by -1Michael Niedermayer
2007-01-23check to detect nonsense fragment sizeMichael Niedermayer
2007-01-22inden(ta)tionMichael Niedermayer
2007-01-22replace nonsense code by something which makes at least some senseMichael Niedermayer
2007-01-22check fragment offset and sizeMichael Niedermayer
2007-01-22move frame header reading into its own functionMichael Niedermayer
2007-01-22more correct packet alignment check and correctionMichael Niedermayer
2007-01-2210lMichael Niedermayer
2007-01-22cosmetics (aligne stuff nicely)Michael Niedermayer
2007-01-22get rid of some sensless malloc/freeMichael Niedermayer
2007-01-22simplifyMichael Niedermayer
2007-01-22remove a few unused and duplicated variablesMichael Niedermayer
2007-01-22adding a few checks to the audio packet descrambling, this should hopefully c...Michael Niedermayer
2007-01-22cosmeticMichael Niedermayer
2007-01-22these variables seem to be unused on the demuxer side so theres no sense in s...Michael Niedermayer
2007-01-22get rid of a few idiotic asserts()Michael Niedermayer
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