]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
avutil/buffer: Switch AVBuffer API to size_t
[ffmpeg] / libavformat / mov.c
2021-04-27 Andreas Rheinhardtavutil/buffer: Switch AVBuffer API to size_t
2021-04-27 Andreas Rheinhardtavformat/mov, movenc: Stop exporting rotation via metadata
2021-04-22 Michael Niedermayeravformat/mov: check for pts overflow in mov_read_sidx()
2021-04-15 Vittorio Giovaramov: Prioritize aspect ratio values found in pasp atom
2021-04-06 Vittorio Giovaramov: Skip computing SAR from invalid display matrix...
2021-04-05 Michael Niedermayeravformat/mov: check offset for overflow in mov_probe()
2021-04-01 Andreas Rheinhardtavformat: Add and use helper function to add attachment...
2021-03-31 Michael Niedermayeravformat/mov: Do not zero memory that is written too...
2021-03-31 Michael Niedermayeravformat/mov: Ignore multiple STSC / STCO
2021-03-26 Derek Buitenhuisavformat/mov: Properly forward error codes from av_seek
2021-03-26 Michael Niedermayeravformat/mov: Check sample size for overflow in mov_par...
2021-03-21 Derek Buitenhuisavformat/mov: Fix extended atom size buffer length...
2021-03-19 Michael Niedermayeravformat/mov: Check offset addition for overflow
2021-03-17 Derek Buitenhuisavformat/mov: Handle when we have an mfra box but have...
2021-03-10 James Almeravformat: use the buffer_size_t typedef where required
2021-03-01 Michael Niedermayeravformat/mov: Extend data_size check in mov_read_udta_s...
2021-02-22 Mark Reidavformat/mov: fix timecode with counter mode flag set
2021-02-16 Michael Niedermayeravformat/mov: Check element count in mov_metadata_hmmt()
2021-02-14 Michael Niedermayeravformat/mov: sanity check STSD entries
2021-02-10 Michael Niedermayeravformat/mov: Ignore tags with invalid size during...
2021-02-10 Michael Niedermayeravformat/mov: Factor offset advancement out in probing
2021-02-10 Michael Niedermayeravformat/mov: simplify size code in probing a bit
2021-02-10 Michael Niedermayeravformat/mov: Support size = 1 and size = 0 special...
2021-02-10 Michael Niedermayeravformat/mov: Check for duplicate st3d
2021-02-09 Michael Niedermayeravformat/mov: factor size out of probe code
2021-02-04 Michael Niedermayeravformat/mov: Use av_mul_q() to avoid integer overflows
2021-01-18 Michael Niedermayeravformat/mov: Check a.size before computing next_root_atom
2021-01-09 Matthieu Bouronavformat/mov: adjust skip_samples according to seek...
2020-12-19 Michael Niedermayeravformat/mov: Check if hoov is at the end
2020-12-10 Zhao Zhiliavformat/mov: remove an always true condition
2020-12-05 Thierry Fouculibavformat/mov.c: export vendor id as metadata
2020-12-04 Michael Niedermayeravformat/mov: Use av_sat_add64() in mov_read_sidx()
2020-12-04 Michael Niedermayeravformat/mov: Avoid overflow in end computation in...
2020-11-26 Michael Niedermayeravformat/mov: Fix memleak in dref reading
2020-11-05 Vesselin BontchevAdd support for playing Audible AAXC (.aaxc) files...
2020-10-28 Anton Khirnovlavf: move AVStream.*index_entries* to AVStreamInternal
2020-10-28 Anton Khirnovlavf: move AVStream.{*skip_samples.*_discard_sample...
2020-10-28 Anton Khirnovlavf: move AVStream.{inject_global_side_data,display_as...
2020-10-11 Justin RugglesAllow using only the mfra info for seeking using the...
2020-09-20 Zhao Zhiliavformat/mov: fix typo in comments
2020-09-12 Jun Zhaolavf/mov: Remove redundant code
2020-09-03 Derek Buitenhuisavformat/mov: Stash mfra size if we're reading it anyway
2020-09-03 Derek Buitenhuisavformat/mov: Only read the mfra size once during sidx...
2020-09-03 Derek Buitenhuisavformat/mov: Do not try and seek to an mfra if the...
2020-09-03 Derek Buitenhuisavformat/mov: Fix return type used for av_seek in mfra...
2020-08-28 Dale Curtisavformat/mov: See if mfra makes up the difference for...
2020-08-24 Vikas AgrawalSet AVSTREAM_PARSE_HEADERS flag for AV1 MP4 streams
2020-08-04 Michael Niedermayeravformat/mov: Check comp_brand_size
2020-07-16 Zhao Zhiliavformat/mov: fix atom type to string conversion
2020-07-12 Moritz Barsnickavformat/mov: fix missing line break in messages
2020-07-07 Zhao Zhiliavformat/mov: Fix unaligned read of uint32_t and endian...
2020-07-01 Zhao Zhiliavformat/mov: fix memleaks
2020-07-01 Andreas Rheinhardtlibavformat/mov: Fix memleaks when demuxing DV audio
2020-06-22 Andreas Rheinhardtavformat/mov: Cosmetics
2020-06-22 Andreas Rheinhardtavformat/mov: Avoid allocation when reading ddts atom
2020-06-22 Andreas Rheinhardtavformat/mov: Use ffio_read_size where appropriate
2020-06-22 Andreas Rheinhardtavformat/mov: Avoid allocation+copy when moving extradata
2020-06-22 Andreas Rheinhardtavformat/mov: Read attached pics directly into st-...
2020-06-22 Andreas Rheinhardtavformat/mov: Check earlier whether reel_name string...
2020-06-15 Paul B Maholavformat/mov: fix demuxing of eia-608
2020-06-15 Andreas Rheinhardtavformat/mov: Fix reel_name size check
2020-06-15 Andreas Rheinhardtavformat/mov: Fix memleak upon encountering repeating...
2020-06-15 Andreas Rheinhardtavformat/mov: Fix memleaks upon read_header failure
2020-06-12 Dale Curtisavformat/mov: Check if DTS is AV_NOPTS_VALUE in mov_fin...
2020-05-20 Dale Curtisavformat/mov: Free temp buffer upon negative sample_siz...
2020-05-15 Thierry Foucuavformat/mov: Read the QT Metadata Keys only once
2020-05-15 Dale Curtisavformat/mov: Don't allow negative sample sizes.
2020-05-01 Limin Wangavformat/mov: fix av_freep for dovi pointer
2020-04-23 vacingfanglavf/mov: support dvcC/dvvC box for DOVI
2020-04-11 John Stebbinslibavformat/mov: fix multiple trun per traf
2020-04-11 John Stebbinsmov: fix seek to next root atom in fragmented mp4
2020-04-11 John Stebbinslibavformat/mov: restore use of mfra time as dts
2020-04-07 Vittorio Giovaramov: Support fake moov boxes disguised as hoov
2020-04-04 Michael Niedermayeravformat/mov: Discard last STSC if its empty
2020-04-01 John Rummelllibavformat/mov.c: Free aes_decrypt to avoid leaking...
2020-03-10 vectronicavformat/mov: whitespace indent
2020-03-10 vectronicavformat/mov: add ICC profile support for colr atom
2020-02-10 Andreas Rheinhardtavformat: Remove unnecessary av_packet_unref()
2020-01-30 Michael Niedermayeravformat/mov: Check STCO location
2020-01-28 Andreas Rheinhardtavformat/mov: Don't leak MOVFragmentStreamInfo on error
2020-01-28 Andreas Rheinhardtavformat/mov: Free encryption data on error
2020-01-28 Gyan Doshiavformat/mov: update extensions
2020-01-10 Andreas Rheinhardtavformat/mov: Use AV_DICT_DONT_STRDUP_VAL to avoid...
2019-12-12 Andreas Rheinhardtavformat: Don't free old extradata before ff_alloc...
2019-12-12 Andreas Rheinhardtavformat: Forward errors where possible
2019-12-12 Andreas Rheinhardtavformat/mov: Use ff_alloc_extradata for dvdsub extradata
2019-11-16 Zhao Zhiliavformat/mov: fix typo in help text
2019-11-08 Jun Zhaolavf/mov: add log context dump in log message
2019-10-12 Matthieu Bouronavformat/mov: parse sdtp atom and set the pkt disposabl...
2019-09-25 Jun Lilavf/mov: Fix timestamp rescale on sidx atom
2019-09-17 Michael Niedermayeravformat/mov: Check for EOF in mov_read_meta()
2019-09-17 Andreas Rheinhardtavformat/mov: Fix memleak
2019-08-28 Paul B Maholavformat/mov: improve timecode calculation
2019-08-25 James Almeravformat/mov: add demuxing support for Dolby TrueHD...
2019-07-22 Gyan Doshiavformat/mov: fix return code for trun box with no...
2019-06-25 Michael Niedermayeravformat/mov: Set fragment.found_tfhd only after TFHD...
2019-05-03 Gyan Doshiavformat/mov: set AVFMT_SEEK_TO_PTS flag
2019-05-02 James AlmerMerge commit 'c4642788e83b0858bca449f9b6e71ddb015dfa5d'
2019-05-02 James AlmerMerge commit '9485cce6d55baf547e92ef1f54cad117f2a38287'
2019-05-02 James AlmerMerge commit 'c93e92f2b25f4174350ded3f59ad117ec8eb1fe4'
next