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
2012-01-22mxfdec: parse ThisPartitionTomas Härdin
2012-01-22mxfdec: Speed up metadata and index parsing.Tomas Härdin
2012-01-22mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin
2012-01-22mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin
2012-01-22mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin
2012-01-22mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau
2012-01-22mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.Tomas Härdin
2012-01-22mxfdec: check return value of avio_seekJoakim Plate
2012-01-22mxfdec: skip to end of structural setsPhilip de Nier
2012-01-22mxfdec: parse MXF partitionsTomas Härdin
2012-01-17mxfdec: Consider OPAtom files that don't have exactly one EC to be OP1aTomas Härdin
2012-01-16mxfdec: Add missing free.Reimar Döffinger
2012-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-16mov, mxfdec: Employ more meaningful return values.Daniel Huang
2012-01-02mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64Jean First
2011-12-21mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin
2011-12-21mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin
2011-12-21mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin
2011-12-21mxfdec: Sanity check PreviousPartitionTomas Härdin
2011-12-21mxfdec: Never seek back in local sets and KLVsTomas Härdin
2011-12-21mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2011-12-21mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin
2011-12-21mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin
2011-12-21mxfdec: Check for NULL componentTomas Härdin
2011-12-20mxfdec: Sanity-check SampleRateTomas Härdin
2011-12-20mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin
2011-12-20mxfdec: Remove unused variablesTomas Härdin
2011-12-20mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin
2011-12-20mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin
2011-12-16mxfdec: Don't parse slices or DeltaEntryArraysTomas Härdin
2011-12-16mxfdec: Remove dead/useless codeTomas Härdin
2011-12-16mxfdec: Hybrid demuxing/seeking solutionTomas Härdin
2011-12-16mxfdec: Add mxf_edit_unit_absolute_offset()Tomas Härdin
2011-12-16mxfdec: Replace zero IndexDurations with st->durationTomas Härdin
2011-12-16mxfdec: Add "fake" index to MXFIndexTable to assist seekingTomas Härdin
2011-12-16mxfdec: Add MXFIndexTablesTomas Härdin
2011-12-16mxfdec: Move mxf_read_packet*() near the bottom of the fileTomas Härdin
2011-12-12mxfdec: Set DTS and PTS on video packetsTomas Härdin
2011-12-12mxfdec: Only sort IndexTableSegments onceTomas Härdin
2011-12-12mxfdec: Add Avid's essence element keyTomas Härdin
2011-12-12mxfdec: Add support for Avid indexesTomas Härdin
2011-12-12mxfdec: Check slice_count before freeing slice_offset_entriesTomas Härdin
2011-12-12mxfdec: Bring back accumulated_offset that was removed in 5e67e3eTomas Härdin
2011-12-10Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos
2011-12-10mxfdec: do not try to use an obviously broken index.Reimar Döffinger
2011-12-08mxfdec: Index table driven demuxing and seekingTomas Härdin
2011-12-08mxfdec: Compute packet offsets properlyTomas Härdin
2011-12-08mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hackTomas Härdin
2011-12-08mxfdec: Parse more values in PartitionPackTomas Härdin
2011-12-08mxfdec: Parse TemporalOffsetsTomas Härdin