]> git.sesse.net Git - ffmpeg/history - libavformat/mxfdec.c
avplay: properly close/reopen AVAudioResampleContext on channel layout change
[ffmpeg] / libavformat / mxfdec.c
2012-02-09 Tomas Härdinmxfdec: Ignore the last entry in Avid's index table...
2012-02-09 Tomas Härdinmxfdec: Sanity-check SampleRate
2012-02-09 Tomas Härdinmxfdec: Handle small EditUnitByteCount
2012-02-09 Tomas Härdinmxfdec: Consider OPAtom files that do not have exactly...
2012-02-09 Tomas Härdinmxfdec: Don't crash in mxf_packet_timestamps() if curre...
2012-02-09 Tomas Härdinmxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()
2012-02-09 Tomas Härdinmxfdec: Sanity check PreviousPartition
2012-02-09 Tomas Härdinmxfdec: Never seek back in local sets and KLVs
2012-02-09 Tomas Härdinmxfdec: Move the current_partition check inside mxf_rea...
2012-02-09 Tomas Härdinmxfdec: Fix infinite loop in mxf_packet_timestamps()
2012-02-09 Tomas Härdinmxfdec: Check eof_reached in mxf_read_local_tags()
2012-02-09 Tomas Härdinmxfdec: Check for NULL component
2012-02-09 Tomas Härdinmxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packe...
2012-02-09 Tomas Härdinmxfdec: Make sure x < index_table->nb_ptses
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-26 Tomas Härdinmxfdec: Fix files with essence containers larger than...
2012-01-26 Jean Firstmxfdec: Employ correct printf conversion specifiers...
2012-01-23 Janne Grunaumxfdec: fix memleak on mxf_read_close()
2012-01-22 Janne Grunaumxfdec: fix memleak on av_realloc failures
2012-01-22 Tomas Härdinmxfdec: Do not parse slices or DeltaEntryArrays.
2012-01-22 Janne Grunaumxfdec: hybrid demuxing/seeking solution
2012-01-22 Tomas Härdinmxfdec: Add Avid's essence element key.
2012-01-22 Carl Eugen Hoyosmfxdec: Separate mxf_essence_container_uls for audio...
2012-01-22 Tomas Härdinmxfdec: Compute packet offsets properly.
2012-01-22 Tomas Härdinmxfdec: Use MaterialPackage - Track - TrackID instead...
2012-01-22 Tomas Härdinmxfdec: use av_dlog() for 'no corresponding source...
2012-01-22 Tomas Härdinmxfdec: Make mxf->partitions sorted by offset.
2012-01-22 Tomas Härdinmxfdec: parse ThisPartition
2012-01-22 Tomas Härdinmxfdec: Speed up metadata and index parsing.
2012-01-22 Tomas Härdinmxfdec: Make sure DataDefinition is consistent between...
2012-01-22 Tomas Härdinmxfdec: add EssenceContainer UL found in 0001GL00.MXF...
2012-01-22 Tomas Härdinmxfdec: Add hack that adjusts the n_delta calculation...
2012-01-22 Janne Grunaumxfdec: Parse IndexTableSegments and convert them into...
2012-01-22 Tomas Härdinmxfdec: Move FooterPartition to MXFContext and make...
2012-01-22 Joakim Platemxfdec: check return value of avio_seek
2012-01-22 Philip de Niermxfdec: skip to end of structural sets
2012-01-22 Tomas Härdinmxfdec: parse MXF partitions
2012-01-15 Daniel Huangmov, mxfdec: Employ more meaningful return values.
2011-12-21 Tomas Härdinmxfdec: consider QuantizationBits between 17 and 24...
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-08 Alex Conversemxfdec: Fix comparison of unsigned expression < 0.
2011-10-28 Anton Khirnovlavf: make some seeking functions private
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-10 Alex Conversemxfdec: Fix some buffer overreads caused by the misuse...
2011-07-29 Alex Conversemxfdec: Include FF_INPUT_BUFFER_PADDING_SIZE when alloc...
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-05-31 Diego BiurrunEmploy correct printf format specifiers, mostly in...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2010-07-21 Axel HolzingerZero-initialize structs/arrays with {0} instead of...
2010-07-01 Reimar DöffingerChange all functions referenced in the mxf_metadata_rea...
2010-06-30 Tomas Härdinmxfdec: Improve parsing of the PixelLayout item
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2009-11-20 Reimar DöffingerDo D10 AES3 audio conversion in-place instead of using...
2009-10-13 Reimar DöffingerMXF: simply ignore tracks that are invalid due to not...
2009-05-30 Baptiste Coudurierreturn AVERROR_EOF
2009-05-15 Baptiste Coudurierfree Track and unset priv_data to avoid double free...
2009-03-21 Baptiste Coudurierprotect realloc overflow
2009-02-08 Baptiste Coudurierreuse MXFCodecUL for data def and simplify
2009-02-08 Baptiste Coudurierremove implicit header inclusions from mxf.h
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-08 Baptiste Coudurieruse lower case x and alternate format for hex in printf
2009-01-08 Baptiste Coudurierprint more debug information if enabled, including...
2008-10-03 Diego BiurrunRemove offset_t typedef and use int64_t directly instead.
2008-09-17 Baptiste Coudurierrevert r14983, value is not sample aspect ratio, it...
2008-09-09 Baptiste Coudurierprint stream index in decimal not in hex, easier for...
2008-09-08 Luca AbeniBump Major version, this commit is almost just renaming...
2008-08-31 Baptiste Coudurierput back mxf_essence_container_uls in demuxer as static...
2008-08-26 Aurelien Jacobsmxfdec: set sample_aspect_ratio
2008-08-19 Zhentan FengRemove useless #ifdef DEBUG (patch by Zhentan Feng).
2008-08-18 Zhentan FengFactorize common code out of the mxf demuxer.
2008-08-07 Baptiste Coudurierrename mxf.c to mxfdec.c