aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAgeFilesLines
* mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2011-12-211-2/+2
* mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2011-12-211-1/+3
* mxfdec: Sanity check PreviousPartitionTomas Härdin2011-12-211-0/+7
* mxfdec: Never seek back in local sets and KLVsTomas Härdin2011-12-211-0/+15
* mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2011-12-211-5/+6
* mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2011-12-211-1/+9
* mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin2011-12-211-1/+1
* mxfdec: Check for NULL componentTomas Härdin2011-12-211-1/+1
* mxfdec: Sanity-check SampleRateTomas Härdin2011-12-201-0/+1
* mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2011-12-201-0/+5
* mxfdec: Remove unused variablesTomas Härdin2011-12-201-2/+2
* mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2011-12-201-0/+6
* mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2011-12-201-2/+7
* mxfdec: Don't parse slices or DeltaEntryArraysTomas Härdin2011-12-161-50/+1
* mxfdec: Remove dead/useless codeTomas Härdin2011-12-161-175/+1
* mxfdec: Hybrid demuxing/seeking solutionTomas Härdin2011-12-161-58/+103
* mxfdec: Add mxf_edit_unit_absolute_offset()Tomas Härdin2011-12-161-0/+49
* mxfdec: Replace zero IndexDurations with st->durationTomas Härdin2011-12-161-2/+28
* mxfdec: Add "fake" index to MXFIndexTable to assist seekingTomas Härdin2011-12-161-20/+28
* mxfdec: Add MXFIndexTablesTomas Härdin2011-12-161-0/+97
* mxfdec: Move mxf_read_packet*() near the bottom of the fileTomas Härdin2011-12-161-111/+111
* mxfdec: Set DTS and PTS on video packetsTomas Härdin2011-12-121-1/+95
* mxfdec: Only sort IndexTableSegments onceTomas Härdin2011-12-121-30/+28
* mxfdec: Add Avid's essence element keyTomas Härdin2011-12-121-1/+4
* mxfdec: Add support for Avid indexesTomas Härdin2011-12-121-12/+56
* mxfdec: Check slice_count before freeing slice_offset_entriesTomas Härdin2011-12-121-0/+1
* mxfdec: Bring back accumulated_offset that was removed in 5e67e3eTomas Härdin2011-12-121-1/+7
* Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2011-12-101-3/+6
* mxfdec: do not try to use an obviously broken index.Reimar Döffinger2011-12-101-4/+23
* mxfdec: Index table driven demuxing and seekingTomas Härdin2011-12-081-3/+97
* mxfdec: Compute packet offsets properlyTomas Härdin2011-12-081-23/+38
* mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hackTomas Härdin2011-12-081-13/+10
* mxfdec: Parse more values in PartitionPackTomas Härdin2011-12-081-18/+41
* mxfdec: Parse TemporalOffsetsTomas Härdin2011-12-081-2/+6
* mxfdec: av_dlog():ify 'no corresponding source package found'Tomas Härdin2011-12-081-1/+1
* mxfdec: Compute essence container offsets and lengths into mxf->partitionsTomas Härdin2011-12-081-0/+69
* mxfdec: Make mxf->partitions sorted by offsetTomas Härdin2011-12-081-1/+15
* mxfdec: Parse ThisPartitionTomas Härdin2011-12-071-2/+5
* mxfdec: Speed up metadata and index parsingTomas Härdin2011-12-071-9/+119
* mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2011-12-071-5/+12
* mxfdec: Add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2011-12-071-0/+1
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-011-1/+1
|\
| * lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+1
* | mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2011-11-181-1/+8
* | mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arraysTomas Härdin2011-11-181-8/+283
* | Rename remaining ByteIOContext to AVIOContext.Clément Bœsch2011-11-141-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-091-1/+1
|\|
| * mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-081-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-291-1/+2
|\|
| * lavf: make some seeking functions privateAnton Khirnov2011-10-281-1/+2