summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAge
* 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
* 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
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* mxfdec: Fix comparison of unsigned expression < 0.Alex Converse2011-11-08
* lavf: make some seeking functions privateAnton Khirnov2011-10-28
* lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov2011-10-19
* mxfdec: Fix some buffer overreads caused by the misuse of AVPacket related fu...Alex Converse2011-10-10
* mxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when allocating extradata.Alex Converse2011-07-29
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-03
* Employ correct printf format specifiers, mostly in debug output.Diego Biurrun2011-05-31
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: deprecate url_feofAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Replace dprintf with av_dlogLuca Barbato2011-01-29
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99Axel Holzinger2010-07-21
* Change all functions referenced in the mxf_metadata_read_table to use the sameReimar Döffinger2010-07-01
* mxfdec: Improve parsing of the PixelLayout itemTomas Härdin2010-06-30
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer.Reimar Döffinger2009-11-20
* MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger2009-10-13
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* free Track and unset priv_data to avoid double free, fix memleakBaptiste Coudurier2009-05-15
* protect realloc overflowBaptiste Coudurier2009-03-21
* reuse MXFCodecUL for data def and simplifyBaptiste Coudurier2009-02-08
* remove implicit header inclusions from mxf.hBaptiste Coudurier2009-02-08
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* use lower case x and alternate format for hex in printfBaptiste Coudurier2009-01-08
* print more debug information if enabled, including indexBaptiste Coudurier2009-01-08
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* revert r14983, value is not sample aspect ratio, it is display aspect ratioBaptiste Coudurier2008-09-17
* print stream index in decimal not in hex, easier for debuggingBaptiste Coudurier2008-09-09
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* put back mxf_essence_container_uls in demuxer as static constBaptiste Coudurier2008-08-31