113 Commits (f5fbbbc022f723d3ccf99afd5d658a977b51c08a)

Author SHA1 Message Date
  Luca Barbato f5fbbbc022 mxf: Drop unnecessary checks 11 years ago
  Marton Balint aa0cb16c15 mxf: Fix off by one error in d10 aes3 decoding 13 years ago
  Luca Barbato 42f9132218 mxf: Do not use int to check the seek position 11 years ago
  Reimar Döffinger d84bd4650b mxf: Set AV_FIELD_PROGRESSIVE 12 years ago
  Anton Khirnov 95fd52c11b mxfdec: set extradata size 11 years ago
  Diego Biurrun 8f8bc92365 Add missing #includes for *INT64_MAX and *INT64_C 11 years ago
  Reimar Döffinger ecf442a58b lavf: improve support for AVC-Intra files. 12 years ago
  Marton Balint 951d819006 mxfdec: update current edit unit when seeking in mxf files without index tables 12 years ago
  Matthieu Bouron 054454c63a mxf: Add jpeg2000 codec to intra only codecs 11 years ago
  Luca Barbato ad0560fe74 mxf: Remove a typo 11 years ago
  Anton Khirnov 93370d1216 mxfdec: set audio timebase to 1/samplerate 11 years ago
  Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
  Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
  Diego Biurrun 1ecdf8912b avformat: av_log_ask_for_sample() ---> avpriv_request_sample() 12 years ago
  Xi Wang 3b81bba3bc mxfdec: fix NULL checking in mxf_get_sorted_table_segments() 12 years ago
  Janne Grunau c84cce5a99 mxfdec: fix typo in mxf_read_seek() 12 years ago
  Martin Storsjö e002e3291e Use the new aes/md5/sha/tree allocation functions 12 years ago
  Janne Grunau bd141f5ec9 mxfdec: return error if no segments are available in mxf_get_sorted_table_segments 12 years ago
  Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
  Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
  Diego Biurrun 0177b7d23a Improve descriptiveness of a number of codec and container long names 13 years ago
  Michael Niedermayer f39bbc9d21 mxfdec: fix off by one error. 13 years ago
  Tomas Härdin 83728d2d36 mxfdec: only parse next partition pack if parsing forward 13 years ago
  Tomas Härdin 34ca5ae51d mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only 13 years ago
  Joseph Artsimovich 634d670538 mxfdec: fix frame height vs field height confusion 13 years ago
  Tomas Härdin 5ed032fb8b mxfdec: Add intra_only flag to MXFTrack 13 years ago
  Tomas Härdin fb8fa3c67c mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a 13 years ago
  Tomas Härdin 1fadf53e00 mxfdec: truncate packets that extend past the next edit unit 13 years ago
  Philip de Nier fda891e108 mxfdec: set pixel format for cdci picture formats 13 years ago
  Philip de Nier dfefede00e mxfdec: detect uncomp pictures using essence container ul 13 years ago
  Philip de Nier 5255ca24cd mxfdec: set track edit rate num/den in expected order 13 years ago
  Ronald S. Bultje fdaad6354f mxfdec: replace x>>av_log2(sizeof(..)) by x/sizeof(..). 13 years ago
  Tomas Härdin e24167aae6 mxfdec: Ignore the last entry in Avid's index table segments 13 years ago
  Tomas Härdin d6b81ff949 mxfdec: Sanity-check SampleRate 13 years ago
  Tomas Härdin c65642d351 mxfdec: Handle small EditUnitByteCount 13 years ago
  Tomas Härdin 240ddbce56 mxfdec: Consider OPAtom files that do not have exactly one EC to be OP1a 13 years ago
  Tomas Härdin 9123950be0 mxfdec: Don't crash in mxf_packet_timestamps() if current_edit_unit overflows 13 years ago
  Tomas Härdin d00257e96a mxfdec: Zero nb_ptses in mxf_compute_ptses_fake_index() 13 years ago
  Tomas Härdin df2a85085e mxfdec: Sanity check PreviousPartition 13 years ago
  Tomas Härdin 11800c8c89 mxfdec: Never seek back in local sets and KLVs 13 years ago
  Tomas Härdin 687e2fdebd mxfdec: Move the current_partition check inside mxf_read_header() 13 years ago
  Tomas Härdin e352c96c17 mxfdec: Fix infinite loop in mxf_packet_timestamps() 13 years ago
  Tomas Härdin 0373ec635d mxfdec: Check eof_reached in mxf_read_local_tags() 13 years ago
  Tomas Härdin effe3b9575 mxfdec: Check for NULL component 13 years ago
  Tomas Härdin 29fc8f50cd mxfdec: Make sure mxf->nb_index_tables > 0 in mxf_packet_timestamps() 13 years ago
  Tomas Härdin a3923482f2 mxfdec: Make sure x < index_table->nb_ptses 13 years ago
  Anton Khirnov 6e9651d106 lavf: remove AVFormatParameters from AVFormatContext.read_header signature 13 years ago
  Tomas Härdin 62271c4c9a mxfdec: Fix files with essence containers larger than 2 GiB. 13 years ago
  Jean First 4fbd3e89e7 mxfdec: Employ correct printf conversion specifiers for POSIX int types. 13 years ago
  Janne Grunau 50a3f9a4bd mxfdec: fix memleak on mxf_read_close() 13 years ago