]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
mp3enc: write trailing padding
[ffmpeg] / libavformat / mov.c
2016-07-15 Matthieu Bouronmov: fix stream extradata_size allocation
2016-06-29 Vittorio Giovaramov: Save number of stsd elements after stream extradat...
2016-06-17 Vittorio Giovaramov: Support prores with multiple stsd
2016-06-17 Vittorio Giovaramov: Implement support for multiple sample description...
2016-05-19 Michael Niedermayermov: Also export loci altitude
2016-05-19 Michael Niedermayermov: Append place name instead of overwriting for loci
2016-05-19 Michael Niedermayermov: Fix parsing short loci
2016-05-19 Michael Niedermayermov: Print reason of loci parsing failure
2016-05-19 Martin Storsjömov: Add a comment referring to the standard that defin...
2016-05-04 Vittorio Giovaracosmetics: Fix spelling mistakes
2016-05-03 Diego BiurrunDrop pointless assert.h #includes
2016-03-11 Luca Barbatomov: Check the entries value when parsing dref boxes
2016-03-05 Vittorio Giovaramov: Trim dref absolute path
2016-02-23 Anton Khirnovlavf: replace AVStream.codec with AVStream.codecpar
2016-02-19 Luca Barbatomov: Force the full parsing of mp3
2016-02-16 Vittorio Giovaramov: Fix the format specifier type for size
2016-02-14 Luca Barbatomov: Use the correct type for size
2016-01-24 Anton Khirnovlavf: allow custom IO for all files
2016-01-21 Derek Buitenhuismov: Add an option to toggle dref opening
2015-11-18 John Stebbinsavformat: expose av_stream_new_side_data helper
2015-11-12 Vittorio Giovaramov: Drop dref when unable to parse
2015-11-12 Vittorio Giovaramov: Correctly store dref paths
2015-11-03 wm4mov: detect cover art pictures by content
2015-09-29 wm4lavc: Make AVPacket.duration int64, and deprecate conve...
2015-09-06 Martin Storsjömov: Allow more than one keyframe per trun
2015-07-27 Vittorio Giovaralavc: Consistently prefix input buffer defines
2015-07-17 Vittorio GiovaraRevert "mov: Double-check that alias path is not an...
2015-07-11 Luca Barbatoriff: Use the correct logging context
2015-06-30 Vittorio Giovaramov: Log format rather than fourcc in stsd in trace...
2015-06-30 Vittorio Giovaramov: Adjust variable types to fix format warnings
2015-06-20 nu774mp3: enable packed main_data decoding in MP4
2015-06-08 Vittorio Giovaramov: Check memory allocation
2015-05-31 Andreas Cadhalpunmov: always check avio_read return value
2015-05-31 Andreas Cadhalpunmov: reject zero bytes_per_frame with non-zero samples_...
2015-05-31 Luca Barbatomov: Correctly allocate ctts_data
2015-05-31 Andreas Cadhalpunmov: Fix two memleaks
2015-04-19 Vittorio Giovaramov: Double-check that alias path is not an absolute...
2015-04-19 Vittorio Giovaramov: Read alternate absolute path in dref alis
2015-04-19 Vittorio GiovaraReplace av_dlog with normal av_log at trace level
2015-04-09 Vittorio Giovaramov: Rely on box type rather than file type for colr...
2015-03-23 Vittorio Giovaramov: Write the display matrix in order
2015-03-18 Derek Buitenhuismov: Add option to keep exact packet sequence after...
2015-03-17 Vittorio Giovaramov: Fix little endian audio detection
2015-03-02 Martin StorsjöRevert "mov: Change DTS-based seek into CTS-based seek."
2015-02-15 Yusuke Nakamuramov: Change DTS-based seek into CTS-based seek.
2015-02-14 Diego Biurrunmov: Fix compilation with DEBUG enabled
2015-02-03 Hendrik Leppkesmov: Implement parsing of the "HandlerName" from the...
2015-01-27 Anton Khirnovmov: export audio service type as side data
2015-01-23 Vittorio Giovaramov: Do not compute negative SAR values
2015-01-14 Vittorio Giovaramov: Check angle rather than full matrix when updating SAR
2014-12-19 Anton Khirnovmov: avoid a memleak when multiple stss boxes are present
2014-12-15 Martin Storsjömov: Fix handling of zero-length metadata values
2014-12-08 Dave Ricemov: further expand the list of parsed metadata tags
2014-12-08 Vittorio Giovaramov: expand the list of parsed metadata tags
2014-12-08 Vittorio Giovaramov: parse XMP metadata on demand
2014-12-08 Vittorio Giovaramov: parse @PRM and @PRQ metadata tags
2014-12-08 Vittorio Giovaramov: cosmetics: reorder the list of tags
2014-12-05 Matthieu Bouronmov: skip version and flags attributes in mov_read_chan()
2014-12-02 Thilo Borgmannmov: allocate the tag value dynamically
2014-12-02 Vittorio Giovaramov: Add an option for exporting all metadata
2014-12-02 Vittorio Giovaramov: do not truncate the language-prefixed tag
2014-11-17 Vittorio Giovaramov: check ff_get_wav_header() return value
2014-10-25 Martin StorsjöUse gmtime_r instead of gmtime and localtime_r instead...
2014-10-25 Martin Storsjölavf: Check the return value of strftime
2014-10-24 Vittorio Giovaramov: fix assigment check
2014-10-15 Vittorio Giovaramov: Correctly check the color transfer characteristics...
2014-10-14 Martin Storsjömov: Handle tfdt atoms
2014-10-08 Vittorio Giovaramov: support the Color Parameter Atoms 'colr'
2014-08-19 Diego Biurrunmov: Drop unused parameter from ff_mov_read_esds()
2014-08-13 Andrew Stonemov: update AVFormatContext.event_flags with METADATA_U...
2014-07-09 Anton Khirnovmov: free the dv demux context with avformat_free_context()
2014-07-08 Martin Storsjömov: Remove a variable that is set but never used
2014-07-01 Yusuke Nakamuramov: Support default-base-is-moof.
2014-06-06 Martin Storsjömov: Export geotag metadata fields
2014-05-19 Vittorio Giovaramov: store display matrix in a stream side data
2014-05-01 Anton Khirnovmov: export stsd Compressorname in metadata
2014-04-10 Anton Khirnovmov: read hydrogenaudio replaygain information
2014-04-01 Marc-Antoine Arnaudlavf: add supported extension to avi and mov demuxers
2014-04-01 Diego BiurrunMore correct printf format specifiers
2014-03-30 Michael Niedermayermov: call mov_rewrite_dvd_sub_extradata() after parsing...
2014-03-30 Michael Niedermayermov: fill in subtitle dimensions after parsing tkhd
2014-03-11 Diego Biurrunlavf: more correct printf format specifiers
2014-03-09 Baptiste Couduriermovdec: handle 0x7fff langcode as macintosh per the...
2014-01-20 Justin Rugglesmov: do not set avg_frame_rate in the demuxer
2014-01-15 Martin Storsjömov: Free an earlier allocated array if allocating...
2014-01-15 Martin Storsjömov: Free intermediate arrays in the normal cleanup...
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-10-31 Yusuke Nakamuramov: Support HEVC demuxing
2013-10-04 Martin Storsjömov: Don't allocate arrays with av_malloc that will...
2013-09-29 Martin Storsjömov: Make sure the read sample count is nonnegative
2013-09-26 Martin Storsjölavf: Reset the entry count and allocation size variabl...
2013-09-18 Alexandra Khirnovaavformat: Use av_reallocp() where suitable
2013-09-17 Martin Storsjömov: Don't use a negative duration for setting other...
2013-09-10 Alexandra Khirnovaavformat: Use av_reallocp_array() where suitable
2013-08-25 Luca Barbatomov: Parse tmcd extradata
2013-08-24 Luca Barbatomov: Refactor multiple stsd skipping in mov_mov_skip_mu...
2013-08-24 Luca Barbatomov: Refactor codec specific final steps in mov_finaliz...
2013-08-24 Luca Barbatomov: Refactor subtitle specific parsing in mov_parse_st...
2013-08-24 Luca Barbatomov: Refactor audio specific parsing in mov_parse_stsd_...
next