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
2010-07-28Add extern to mxf_d10_muxer forward declaration to avoid a redundantReimar Döffinger
2010-07-24Fix a "function declaration isn't a prototype" warning.Reimar Döffinger
2010-07-02In mxf muxer, fix last b frame temporal offsetBaptiste Coudurier
2010-05-23Make ff_random_get_seed public, rename to av_get_random_seed, export the headerMartin Storsjö
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-01-29Remove MAX_STREAMS usage in ogg and mxf muxersBaptiste Coudurier
2009-11-09Use CODEC_ID_NONE instead of 0 for enum CodecID.Carl Eugen Hoyos
2009-09-17Improve amortized worst case speed of the muxers packet interleaving codeMichael Niedermayer
2009-07-04fix and simplify long gop mpeg codec ul computationBaptiste Coudurier
2009-07-04set index duration to 0 for cbr, specifying whole container coverageBaptiste Coudurier
2009-07-04use ber4 length for descriptors preferred by specsBaptiste Coudurier
2009-07-04write profile and level local tag in mpeg descriptorBaptiste Coudurier
2009-06-30cosmetics, change case and comments alignmentBaptiste Coudurier
2009-06-30correctly compute frame flags with closed gopBaptiste Coudurier
2009-05-23remove useless includeBaptiste Coudurier
2009-05-15reindentBaptiste Coudurier
2009-05-15remove unneeded length checksBaptiste Coudurier
2009-03-15use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier
2009-03-15do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier
2009-03-11again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier
2009-03-11attempt to try to generate an random umidBaptiste Coudurier
2009-02-25fix index edit rate, inverse num and denBaptiste Coudurier
2009-02-25simplify, use codec->block_alignBaptiste Coudurier
2009-02-25set channel number even for inactive channelsBaptiste Coudurier
2009-02-25do not set frame start bit since marked as not used and factorizeBaptiste Coudurier
2009-02-23start track id at 2, track id 1 for timecodeBaptiste Coudurier
2009-02-18fix partition index byte countBaptiste Coudurier
2009-02-18always use multi track since timecode track is presentBaptiste Coudurier
2009-02-18fix preface versionBaptiste Coudurier
2009-02-18start counting track number from 0Baptiste Coudurier
2009-02-18remove redundant commentBaptiste Coudurier
2009-02-18do not write slice count when muxing cbrBaptiste Coudurier
2009-02-18flush pending write in mxf_write_footerBaptiste Coudurier
2009-02-18use index 0 for timecode track and write it in source package alsoBaptiste Coudurier
2009-02-18fix rip body sid when muxing cbrBaptiste Coudurier
2009-02-18simplify descriptor size computation logicBaptiste Coudurier
2009-02-16fetch display aspect ratio from mpeg-2 essenceBaptiste Coudurier
2009-02-16merge mxf_write_d10_packet into mxf_write_packetBaptiste Coudurier
2009-02-16fix mxf interleaving packet purgeBaptiste Coudurier
2009-02-14compute body offset and index entry offset correctlyBaptiste Coudurier
2009-02-13fix slice offset computationBaptiste Coudurier
2009-02-13set mime type for mxfBaptiste Coudurier
2009-02-13simplifyBaptiste Coudurier
2009-02-13cosmetics, reindent, add/remove some empty lines, redundant commentBaptiste Coudurier
2009-02-13MXF D-10 muxerBaptiste Coudurier
2009-02-13store display height without vbiBaptiste Coudurier
2009-02-13split mpegvideo descriptor into cdci descriptor and wav common in sound commonBaptiste Coudurier
2009-02-13write essence elements klv packets with ber4 length, more interoperableBaptiste Coudurier
2009-02-13encode klv fill item length in fixed ber 4 bytesBaptiste Coudurier
2009-02-12set last packet next pointer to nullBaptiste Coudurier