]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
dashenc: Avoid a VLA-like construct
[ffmpeg] / libavformat / mov.c
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_...
2013-08-24 Luca Barbatomov: Refactor video specific parsing in mov_parse_stsd_...
2013-08-24 Luca Barbatomov: Refactor codec id selection in mov_codec_id
2013-08-23 John Stebbinsmov: use tkhd enabled flag to set the default track
2013-07-15 Martin Storsjömov: Do not allow updating the time scale after it...
2013-07-15 Martin Storsjömov: Seek back if overreading an individual atom
2013-05-15 Diego BiurrunRemove commented-out debug #define cruft
2013-05-04 Diego Biurrunavformat: Add AVPROBE_SCORE_EXTENSION define and use...
2013-04-11 Diego BiurrunMove misplaced file author information where it belongs
2013-03-13 Diego Biurrunavformat: av_log_ask_for_sample() ---> avpriv_request_s...
2013-03-11 Anton Khirnovlavf: remove disabled FF_API_R_FRAME_RATE cruft
2013-02-23 Anton Khirnovmov: use the format context for logging.
2012-12-19 Janne Grunaumov: handle h263 and flv1 for codec_tag 'H','2','6...
2012-12-07 Janne Grunaumov: validate number of DataReferenceBox entries agains...
2012-12-07 Janne Grunaumov: compute avg_frame_rate only if duration is known
2012-11-28 Justin Ruggleslavf: add a common function for selecting a pcm codec...
2012-11-11 Justin RugglesInclude libavutil/channel_layout.h instead of libavutil...
2012-09-19 Yusuke Nakamuramov: support random access point grouping
2012-09-18 Luca Barbatomov: check for EOF in long lasting loops
2012-09-16 Michael Niedermayermov: stsd entries must be at least 16 byte
2012-09-16 Michael Niedermayermov: detect EOF in mov_read_dref()
2012-09-07 Samuel Pitoisetmov_chan: Pass a separate AVIOContext for reading
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-29 Anton Khirnovlavf: deprecate r_frame_rate.
2012-07-19 Justin Rugglesavformat: move 'chan' tag parsing to mov_chan.c to...
2012-07-04 Ronald S. Bultjemov: use forward declaration of a function instead...
2012-07-02 Anton Khirnovmov: read itunes cover art.
2012-06-26 Carl Eugen Hoyosmov: do not try to read total disc/track number if...
2012-06-24 Anton Khirnovmov: make a length variable larger.
2012-06-20 Ronald S. Bultjemov: fix operator precedence bug
2012-06-18 Martin Storsjömov: Support muxing/demuxing iLBC
2012-06-09 Mans Rullgardmov: set AVCodecContext.width/height for h264
2012-05-18 Anton Khirnovmov: enable parsing for VC-1.
2012-05-09 Diego Biurrunmov: make one comment slightly more specific
2012-05-07 Diego Biurrunmov: Remove write-only variable in mov_read_chan().
2012-05-06 Diego BiurrunMark a number of variables only used in av_dlog() calls...
2012-04-27 Yusuke Nakamuramov: Parse EC3SpecificBox (dec3 atom).
2012-04-21 Yusuke Nakamuramov: Treat keyframe indexes as 1-origin if starting...
2012-04-21 Yusuke Nakamuramov: Take stps entries into consideration also about...
2012-04-15 Dale Curtismov: free memory on header parsing failure
2012-04-15 Dale Curtismov: fix leaking memory with multiple drefs.
2012-04-13 Yusuke Nakamuramov: Fix detecting there is no sync sample.
2012-03-29 Ronald S. Bultjemov: don't overwrite existing indexes.
2012-03-22 Alex Conversemov: Do not read past the end of the ctts_data table.
2012-03-06 Carl Eugen Hoyosmov: Allow last chunk to have an arbitrary number of...
2012-03-05 Justin Rugglesmov: do not set AVCodecContext.frame_size
2012-02-29 Anton Khirnovlavc: deprecate AVCodecContext.color_table_id.
2012-02-23 Justin Rugglesmov: set channel layout for AC-3 streams based on the...
2012-02-22 Martin Storsjömovdec: Don't parse all fragments if ignidx is set
2012-02-22 Martin Storsjömovdec: Restart parsing root-level atoms at the right...
2012-02-21 Martin Storsjömovdec: Adjust keyframe flagging in fragmented files
2012-02-18 Martin Storsjömov: Use defines for sample flags in fragments
2012-02-18 Martin Storsjömov: Use defines for trun flags
2012-02-18 Martin Storsjömov: Use defines for tfhd flags
2012-02-15 Martin Storsjölibavformat: Add an ff_ prefix to some lavf internal...
2012-02-03 Alex Conversemovdec: Avoid av_malloc(0) in stss
2012-02-02 Martin Storsjömovdec: Parse the dvc1 atom
2012-02-02 Janne Grunaumovdec: fix dts generation in fragmented files
2012-01-30 Martin Storsjömovdec: Ignore sample_degradation_priority bits when...
2012-01-27 Anton Khirnovlavf: remove AVFormatParameters from AVFormatContext...
2012-01-25 Martin Storsjömovdec: Calculate an average bit rate for fragmented...
next