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
2006-11-10report error when local tag has 0 sizeBaptiste Coudurier
2006-10-17skip packet if no stream index is found, fix proxy_pal030926.mxfBaptiste Coudurier
2006-10-17skip run in sequence, fix C0023S01.mxfBaptiste Coudurier
2006-10-10fix d-10 mapping detectionBaptiste Coudurier
2006-10-10rewind completely if sample time is negativeBaptiste Coudurier
2006-10-10dont seek back if no sync to let eof happenBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-10-05support D-10, XDCAM, fix ebu_small_d10_50_audio_resampling_problem.mxf, xdcam...Baptiste Coudurier
2006-10-02fix audio for mog_op1a_prompeg_mpeg.mxfBaptiste Coudurier
2006-10-02return 0 as stream index if only one stream, this is completely non standard,...Baptiste Coudurier
2006-09-29rudimentary binary seekBaptiste Coudurier
2006-09-29add another data definition ulBaptiste Coudurier
2006-09-29use a data definition uls table to fetch codec typeBaptiste Coudurier
2006-09-29add string param to PRINT_KEY for debugBaptiste Coudurier
2006-09-29shut up gcc about incompatible pointer typeBaptiste Coudurier
2006-09-12workaround for files, mainly d-cinema, with 0 sized tags especially UMID in s...Baptiste Coudurier
2006-08-24correct uid, and enable JPEG 2000 detectionBaptiste Coudurier
2006-08-03revert r5909, dont use non constant static variable, breaks multithreaded appsBaptiste Coudurier
2006-08-03parse SONY hidden MPEG-4 extradata, fix C0023S01.mxfBaptiste Coudurier
2006-08-03skip run-in sequence before reading headerBaptiste Coudurier
2006-08-03again, disable DEBUGBaptiste Coudurier
2006-08-0310l, check container_ul existenceBaptiste Coudurier
2006-08-03remove duplicate codeBaptiste Coudurier
2006-08-03attempt to demux clip wrapped contentBaptiste Coudurier
2006-08-03add codec detection based on essence container ulBaptiste Coudurier
2006-08-02resolve strong refs in parse_structural_metadata since objects may not be ord...Baptiste Coudurier
2006-08-02fix ending null entry in tableBaptiste Coudurier
2006-08-01more codecs ulsBaptiste Coudurier
2006-08-01skip run-in sequence during probeBaptiste Coudurier
2006-07-31simplify using function tableBaptiste Coudurier
2006-07-31parse aes3 audio descriptorBaptiste Coudurier
2006-07-30use parenthesis around valueBaptiste Coudurier
2006-07-29add information about codec ulsBaptiste Coudurier
2006-07-29another MPEG-2 long gop codec ulBaptiste Coudurier
2006-07-29another MPEG-2 long gop codec ulBaptiste Coudurier
2006-07-29add uncompressed picture supportBaptiste Coudurier
2006-07-29parse rgba descriptor (jpeg2000, uncompressed)Baptiste Coudurier
2006-07-29add common codecs ulsBaptiste Coudurier
2006-07-29simplify PRINT_KEYBaptiste Coudurier
2006-07-29add some debug infosBaptiste Coudurier
2006-07-29get rid of DECLARED_ALIGNEDBaptiste Coudurier
2006-07-29cosmeticsBaptiste Coudurier
2006-07-29use ternaryBaptiste Coudurier
2006-07-29remove useless variablesBaptiste Coudurier
2006-07-29rename variablesBaptiste Coudurier
2006-07-29add error messagesBaptiste Coudurier
2006-07-29demuxer reworked, more accurate parsing, prepare handling of other operationa...Baptiste Coudurier
2006-07-28declare and use UID typeBaptiste Coudurier
2006-07-28Set duration to AV_NOPTS_VALUE instead of 0 when unknown.Reimar Döffinger
2006-07-25MXF demuxerBaptiste Coudurier