summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAge
* mxfdec: change av_log formatting %lx to PRIx64 and %li to PRIi64Jean First2012-01-01
* mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2011-12-21
* mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2011-12-21
* mxfdec: Sanity check PreviousPartitionTomas Härdin2011-12-21
* mxfdec: Never seek back in local sets and KLVsTomas Härdin2011-12-21
* mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2011-12-21
* mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2011-12-21
* mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin2011-12-21
* mxfdec: Check for NULL componentTomas Härdin2011-12-21
* mxfdec: Sanity-check SampleRateTomas Härdin2011-12-20
* mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2011-12-20
* mxfdec: Remove unused variablesTomas Härdin2011-12-20
* mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2011-12-20
* mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2011-12-20
* mxfdec: Don't parse slices or DeltaEntryArraysTomas Härdin2011-12-16
* mxfdec: Remove dead/useless codeTomas Härdin2011-12-16
* mxfdec: Hybrid demuxing/seeking solutionTomas Härdin2011-12-16
* mxfdec: Add mxf_edit_unit_absolute_offset()Tomas Härdin2011-12-16
* mxfdec: Replace zero IndexDurations with st->durationTomas Härdin2011-12-16
* mxfdec: Add "fake" index to MXFIndexTable to assist seekingTomas Härdin2011-12-16
* mxfdec: Add MXFIndexTablesTomas Härdin2011-12-16
* mxfdec: Move mxf_read_packet*() near the bottom of the fileTomas Härdin2011-12-16
* mxfdec: Set DTS and PTS on video packetsTomas Härdin2011-12-12
* mxfdec: Only sort IndexTableSegments onceTomas Härdin2011-12-12
* mxfdec: Add Avid's essence element keyTomas Härdin2011-12-12
* mxfdec: Add support for Avid indexesTomas Härdin2011-12-12
* mxfdec: Check slice_count before freeing slice_offset_entriesTomas Härdin2011-12-12
* mxfdec: Bring back accumulated_offset that was removed in 5e67e3eTomas Härdin2011-12-12
* Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2011-12-10
* mxfdec: do not try to use an obviously broken index.Reimar Döffinger2011-12-10
* mxfdec: Index table driven demuxing and seekingTomas Härdin2011-12-08
* mxfdec: Compute packet offsets properlyTomas Härdin2011-12-08
* mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hackTomas Härdin2011-12-08
* mxfdec: Parse more values in PartitionPackTomas Härdin2011-12-08
* mxfdec: Parse TemporalOffsetsTomas Härdin2011-12-08
* mxfdec: av_dlog():ify 'no corresponding source package found'Tomas Härdin2011-12-08
* mxfdec: Compute essence container offsets and lengths into mxf->partitionsTomas Härdin2011-12-08
* mxfdec: Make mxf->partitions sorted by offsetTomas Härdin2011-12-08
* mxfdec: Parse ThisPartitionTomas Härdin2011-12-07
* mxfdec: Speed up metadata and index parsingTomas Härdin2011-12-07
* mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2011-12-07
* mxfdec: Add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2011-12-07
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-01
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* | mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2011-11-18
* | mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arraysTomas Härdin2011-11-18
* | Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-09
|\|
| * mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-29
|\|