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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2007-01-17simplifyMichael Niedermayer
2007-01-17simplify pts/dts readingMichael Niedermayer
2007-01-17cosmeticMichael Niedermayer
2007-01-17reduce len checks, simplifies codeMichael Niedermayer
2007-01-17seperate redo (we dont handle this possibly valid packet) fromMichael Niedermayer
2007-01-17Make nb_streams unsigned to avoid an ugly cast.Diego Biurrun
2007-01-16add msrle fourcc, quicktime_bmp.movBaptiste Coudurier
2007-01-16add png fourccBaptiste Coudurier
2007-01-16fix segfault with http://sam.zoy.org/zzuf/lol-ffplay.wmvMichael Niedermayer
2007-01-16fixing segfault with http://sam.zoy.org/zzuf/lol-ffplay.aviMichael Niedermayer
2007-01-16check for sane values in ogg_get_length(), fix lol-ffplay.ogm fuzz testMåns Rullgård
2007-01-16save/restore number of streamsMåns Rullgård
2007-01-15 * Fixing a bug with incorrect bits set in AAUX source packRoman Shaposhnik
2007-01-15cosmetics, function -> metadataBaptiste Coudurier
2007-01-15remove useless essence container data sets for nowBaptiste Coudurier
2007-01-15remove useless preface parsing for now, will reintroduce it if neededBaptiste Coudurier
2007-01-15merge multiple descriptor parsing with generic oneBaptiste Coudurier
2007-01-15remove warning, key is constBaptiste Coudurier
2007-01-15indentionBaptiste Coudurier
2007-01-15follow michael suggestion and simplify code at object levelBaptiste Coudurier
2007-01-15makes the filename member of the URLContext a pointer, so that theRonald S. Bultje
2007-01-15add support for HTTP seekingRonald S. Bultje
2007-01-15Make seeking work in files that contain encrypted tracks.Reimar Döffinger
2007-01-1410l, > vs. >= typo, caused crashes on last mpc frameReimar Döffinger
2007-01-14Simplify klv_decode_ber_lengthReimar Döffinger
2007-01-14seek back at the end of file after updating headerBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14priv_data is allocated internallyBaptiste Coudurier
2007-01-14enable mjpeg in swfBaptiste Coudurier
2007-01-14simplifyBaptiste Coudurier
2007-01-14swf can contain only one audio track, simplifyBaptiste Coudurier
2007-01-14use ch_id as AVStream id and simplifyBaptiste Coudurier
2007-01-14always export audiostreamsBaptiste Coudurier
2007-01-14always export videostreamsBaptiste Coudurier
2007-01-14AnyType is needed, descriptor_ref can reference Descriptor or MultipleDescriptorBaptiste Coudurier
2007-01-14Use macros to eliminate code duplication in MXF metadata read functions.Reimar Döffinger
2007-01-13Extend mxf_resolve_strong_ref by a type parameter, to avoid modify somethingReimar Döffinger
2007-01-13Fix error message, it's package ref that can not be found, not track in this ...Reimar Döffinger
2007-01-13typo: pallete --> paletteDiego Biurrun
2007-01-12* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik
2007-01-10add official VC1 fourccBaptiste Coudurier
2007-01-08removed unused av_frac_setBaptiste Coudurier
2007-01-08remove #if obsoleted after last major version bumpBaptiste Coudurier
2007-01-0810l, only allocate priv_data if not already doneBaptiste Coudurier
2007-01-08humm, actually do what's in the doxyBaptiste Coudurier
2007-01-08priv_data is allocated/freed internallyBaptiste Coudurier
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-07Rename variables: faad --> libfaad, faac --> libfaac, faadbin --> libfaadbinDiego Biurrun
2007-01-05simplifyBaptiste Coudurier
2007-01-05dont skip too many bytes if tag is TAG_STREAMHEAD2 and mp3Baptiste Coudurier