summaryrefslogtreecommitdiff
path: root/libavformat/mxfdec.c
Commit message (Expand)AuthorAge
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* mxfdec: fix NULL checking in mxf_get_sorted_table_segments()Xi Wang2013-01-04
* mxfdec: fix typo in mxf_read_seek()Janne Grunau2012-11-15
* Use the new aes/md5/sha/tree allocation functionsMartin Storsjö2012-10-11
* mxfdec: return error if no segments are available in mxf_get_sorted_table_seg...Janne Grunau2012-10-10
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* mxfdec: fix off by one error.Michael Niedermayer2012-07-10
* mxfdec: only parse next partition pack if parsing forwardTomas Härdin2012-07-10
* mxfdec: let pkt->pts = mxf->current_edit_unit if intra-onlyTomas Härdin2012-07-10
* mxfdec: fix frame height vs field height confusionJoseph Artsimovich2012-07-10
* mxfdec: Add intra_only flag to MXFTrackTomas Härdin2012-07-10
* mxfdec: fix Avid AirSpeed files being misinterpreted as OP1aTomas Härdin2012-07-10
* mxfdec: truncate packets that extend past the next edit unitTomas Härdin2012-07-10
* mxfdec: set pixel format for cdci picture formatsPhilip de Nier2012-07-10
* mxfdec: detect uncomp pictures using essence container ulPhilip de Nier2012-07-10
* mxfdec: set track edit rate num/den in expected orderPhilip de Nier2012-07-10
* mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..).Ronald S. Bultje2012-07-07
* mxfdec: Ignore the last entry in Avid's index table segmentsTomas Härdin2012-02-09
* mxfdec: Sanity-check SampleRateTomas Härdin2012-02-09
* mxfdec: Handle small EditUnitByteCountTomas Härdin2012-02-09
* mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1aTomas Härdin2012-02-09
* mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflowsTomas Härdin2012-02-09
* mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index()Tomas Härdin2012-02-09
* mxfdec: Sanity check PreviousPartitionTomas Härdin2012-02-09
* mxfdec: Never seek back in local sets and KLVsTomas Härdin2012-02-09
* mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin2012-02-09
* mxfdec: Fix infinite loop in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Check eof_reached in mxf_read_local_tags()Tomas Härdin2012-02-09
* mxfdec: Check for NULL componentTomas Härdin2012-02-09
* mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps()Tomas Härdin2012-02-09
* mxfdec: Make sure x < index_table->nb_ptsesTomas Härdin2012-02-09
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-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 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