mxfdec: add missing break
[platform/upstream/libav.git] / libavformat / mxfdec.c
2015-01-12 Vittorio Giovaramxfdec: add missing break
2014-08-17 Luca Barbatomxf: Support AAC v11_beta1
2014-08-17 Luca Barbatomxf: Add the UL for the MPEG2VideoDescriptor
2014-08-17 Luca Barbatomxf: Add UID print helpers
2014-07-28 Marc-Antoine Arnaudmxf: Extract origin information from material and sourc...
2014-07-28 Marc-Antoine Arnaudmxf: Detect Vanc/Vbi SMPTE-436M mxf track
2014-04-03 Luca Barbatomxf: Remove typo
2014-03-19 Luca Barbatomxf: Lowercase UL strings
2014-03-19 Luca Barbatomxf: Override faulty PreviousPartition entries
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-03-10 Martin Storsjömxfdec: Validate parameters to strftime
2014-03-06 Luca Barbatomxf: Return meaningful errors
2014-03-06 Paul B Maholmxf: Parse random index pack
2014-03-06 Matthieu Bouronmxf: Handle identification metadata
2014-03-06 Matthieu Bouronmxf: Set audio packets pts
2014-02-09 Janne Grunaumxfdec: free descriptor extradata in .read_close()
2014-02-01 Matthieu Bouronmxf: Read field dominance flag
2014-02-01 Luca Barbatomxf: Handle negative edit_rate
2014-01-14 Tomas Härdinmxf: Fix potential leak in mxf_read_local_tags()
2014-01-14 Tomas Härdinmxf: Correctly support files from Pinnacle Thunder
2014-01-14 Michael Niedermayermxf: Fix a possible leak of extradata
2014-01-14 Luca Barbatomxf: Use av_malloc_array
2014-01-14 Luca Barbatomxf: Drop unnecessary checks
2014-01-14 Marton Balintmxf: Fix off by one error in d10 aes3 decoding
2014-01-14 Luca Barbatomxf: Do not use int to check the seek position
2014-01-14 Reimar Döffingermxf: Set AV_FIELD_PROGRESSIVE
2013-11-29 Anton Khirnovmxfdec: set extradata size
2013-11-23 Diego BiurrunAdd missing #includes for *INT64_MAX and *INT64_C
2013-11-14 Reimar Döffingerlavf: improve support for AVC-Intra files.
2013-11-14 Marton Balintmxfdec: update current edit unit when seeking in mxf...
2013-10-10 Matthieu Bouronmxf: Add jpeg2000 codec to intra only codecs
2013-10-01 Luca Barbatomxf: Remove a typo
2013-09-29 Anton Khirnovmxfdec: set audio timebase to 1/samplerate
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-01-05 Xi Wangmxfdec: fix NULL checking in mxf_get_sorted_table_segme...
2012-11-15 Janne Grunaumxfdec: fix typo in mxf_read_seek()
2012-10-11 Martin StorsjöUse the new aes/md5/sha/tree allocation functions
2012-10-10 Janne Grunaumxfdec: return error if no segments are available in...
2012-10-08 Anton KhirnovReplace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPix...
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-07-30 Diego BiurrunImprove descriptiveness of a number of codec and contai...
2012-07-10 Michael Niedermayermxfdec: fix off by one error.
2012-07-10 Tomas Härdinmxfdec: only parse next partition pack if parsing forward
2012-07-10 Tomas Härdinmxfdec: let pkt->pts = mxf->current_edit_unit if intra...
2012-07-10 Joseph Artsimovichmxfdec: fix frame height vs field height confusion
2012-07-10 Tomas Härdinmxfdec: Add intra_only flag to MXFTrack
2012-07-10 Tomas Härdinmxfdec: fix Avid AirSpeed files being misinterpreted...
2012-07-10 Tomas Härdinmxfdec: truncate packets that extend past the next...
2012-07-10 Philip de Niermxfdec: set pixel format for cdci picture formats
2012-07-10 Philip de Niermxfdec: detect uncomp pictures using essence container ul
2012-07-10 Philip de Niermxfdec: set track edit rate num/den in expected order
2012-07-07 Ronald S. Bultjemxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof...
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.
next