summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-28
|\
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-27
|\|
| * mxfdec: Fix files with essence containers larger than 2 GiB.Tomas Härdin2012-01-26
| * mxfdec: Employ correct printf conversion specifiers for POSIX int types.Jean First2012-01-26
| * mxfdec: fix memleak on mxf_read_close()Janne Grunau2012-01-23
* | mxfdec: Fix files > 2 GiBTomas Härdin2012-01-24
* | mxfdec: Handle small EditUnitByteCountTomas Härdin2012-01-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-23
|\|
| * mxfdec: fix memleak on av_realloc failuresJanne Grunau2012-01-22
| * mxfdec: Do not parse slices or DeltaEntryArrays.Tomas Härdin2012-01-22
| * mxfdec: hybrid demuxing/seeking solutionJanne Grunau2012-01-22
| * mxfdec: Add Avid's essence element key.Tomas Härdin2012-01-22
| * mfxdec: Separate mxf_essence_container_uls for audio and video.Carl Eugen Hoyos2012-01-22
| * mxfdec: Compute packet offsets properly.Tomas Härdin2012-01-22
| * mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack.Tomas Härdin2012-01-22
| * mxfdec: use av_dlog() for 'no corresponding source package found'Tomas Härdin2012-01-22
| * mxfdec: Make mxf->partitions sorted by offset.Tomas Härdin2012-01-22
| * mxfdec: parse ThisPartitionTomas Härdin2012-01-22
| * mxfdec: Speed up metadata and index parsing.Tomas Härdin2012-01-22
| * mxfdec: Make sure DataDefinition is consistent between material track and sou...Tomas Härdin2012-01-22
| * mxfdec: add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxfTomas Härdin2012-01-22
| * mxfdec: Add hack that adjusts the n_delta calculation when system items are p...Tomas Härdin2012-01-22
| * mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays.Janne Grunau2012-01-22
| * mxfdec: Move FooterPartition to MXFContext and make sure it is never zero.Tomas Härdin2012-01-22
| * mxfdec: check return value of avio_seekJoakim Plate2012-01-22
| * mxfdec: skip to end of structural setsPhilip de Nier2012-01-22
| * mxfdec: parse MXF partitionsTomas Härdin2012-01-22
* | mxfdec: Consider OPAtom files that don't have exactly one EC to be OP1aTomas Härdin2012-01-17
* | mxfdec: Add missing free.Reimar Döffinger2012-01-16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-16
|\|
| * mov, mxfdec: Employ more meaningful return values.Daniel Huang2012-01-15
| * mxfdec: consider QuantizationBits between 17 and 24 to be pcm_s24*Tomas Härdin2011-12-21
* | 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