334 Commits (aa6545e1f30e6f0aa7ad7498f524190b978b4e02)

Author SHA1 Message Date
Tomas Härdin 085249a379 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
Tomas Härdin 0e764cf541 mxfdec: Don't parse slices or DeltaEntryArrays 13 years ago
Tomas Härdin f98726551c mxfdec: Remove dead/useless code 13 years ago
Tomas Härdin 2eba8da675 mxfdec: Hybrid demuxing/seeking solution 13 years ago
Tomas Härdin 36c305f9db mxfdec: Add mxf_edit_unit_absolute_offset() 13 years ago
Tomas Härdin b56adc7842 mxfdec: Replace zero IndexDurations with st->duration 13 years ago
Tomas Härdin 2212e040b7 mxfdec: Add "fake" index to MXFIndexTable to assist seeking 13 years ago
Tomas Härdin 8ce41721a4 mxfdec: Add MXFIndexTables 13 years ago
Tomas Härdin 31029e30fa mxfdec: Move mxf_read_packet*() near the bottom of the file 13 years ago
Tomas Härdin 7d531e83b6 mxfdec: Set DTS and PTS on video packets 13 years ago
Tomas Härdin 8a2cb2abbf mxfdec: Only sort IndexTableSegments once 13 years ago
Tomas Härdin 0bcada9f61 mxfdec: Add Avid's essence element key 13 years ago
Tomas Härdin 1e14bfc117 mxfdec: Add support for Avid indexes 13 years ago
Tomas Härdin 89cc8c17df mxfdec: Check slice_count before freeing slice_offset_entries 13 years ago
Tomas Härdin c0ee522df6 mxfdec: Bring back accumulated_offset that was removed in 5e67e3e 13 years ago
Carl Eugen Hoyos 5207f9597e Separate mxf_essence_container_uls for audio and video. 13 years ago
Reimar Döffinger 2483f53693 mxfdec: do not try to use an obviously broken index. 13 years ago
Tomas Härdin ddcf3e0535 mxfdec: Index table driven demuxing and seeking 13 years ago
Tomas Härdin 5e67e3eac2 mxfdec: Compute packet offsets properly 13 years ago
Tomas Härdin 5fb800f49a mxfdec: Use MaterialPackage - Track - TrackID instead of the system_item hack 13 years ago
Tomas Härdin fd34dbea58 mxfdec: Parse more values in PartitionPack 13 years ago
Tomas Härdin 7560c26495 mxfdec: Parse TemporalOffsets 13 years ago
Tomas Härdin 623128d782 mxfdec: av_dlog():ify 'no corresponding source package found' 13 years ago
Tomas Härdin 336246238e mxfdec: Compute essence container offsets and lengths into mxf->partitions 13 years ago
Tomas Härdin 289bc14449 mxfdec: Make mxf->partitions sorted by offset 13 years ago
Tomas Härdin e5f9c8927b mxfdec: Parse ThisPartition 13 years ago
Tomas Härdin dcd30b83b4 mxfdec: Speed up metadata and index parsing 13 years ago
Tomas Härdin e1914b5a2f mxfdec: Make sure DataDefinition is consistent between material track and source track 13 years ago
Tomas Härdin 1170749b39 mxfdec: Add EssenceContainer UL found in 0001GL00.MXF.A1.mxf_opatom.mxf 13 years ago
Anton Khirnov c3f9ebf743 lavf: make av_set_pts_info private. 13 years ago
Tomas Härdin fd1cea6549 mxfdec: Add hack that adjusts the n_delta calculation when system items are present 13 years ago
Tomas Härdin 7ddb0607f3 mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry arrays 13 years ago
Clément Bœsch eef3ea8c71 Rename remaining ByteIOContext to AVIOContext. 13 years ago
Alex Converse 735e601be1 mxfdec: Fix comparison of unsigned expression < 0. 13 years ago
Anton Khirnov a2faa95151 lavf: make some seeking functions private 13 years ago
Anton Khirnov 84ad31ff18 lavf: replace av_new_stream->avformat_new_stream part II. 13 years ago
Alex Converse 0c46e958d1 mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related functions. 13 years ago
Tomas Härdin d377deaaa3 mxfdec: Move FooterPartition to MXFContext and make sure it's never set to zero 13 years ago
Tomas Härdin 3e48dceac0 mxfdec: Consider QuantizationBits between 17 and 24 to be pcm_s24* 13 years ago
Joakim Plate a3f4fc813d [mxfdec] Check return value of avio_seek and avoid modifying state if it fails 13 years ago
Philip de Nier 47886e3644 mxfdec: skip to end of structural sets This fixes reading of partition packs. The code stops reading after the operational pattern and should skip the array of essence container labels that follow 13 years ago
Tomas Härdin 9289eada91 Parse MXF partitions 13 years ago
Alex Converse 1f6f58d585 mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata. 14 years ago
Anton Khirnov dfc2c4d900 lavf: use designated initialisers for all (de)muxers. 14 years ago
Mans Rullgard 0ebcdf5cda Do not include mathematics.h in avutil.h 14 years ago
Diego Biurrun b0a4e5f9e7 Employ correct printf format specifiers, mostly in debug output. 14 years ago
Clément Bœsch fd38a15adf Fix various bad printf format warnings 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago