]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
alpha: hpeldsp: Move half-pel assembly from dsputil to hpeldsp
[ffmpeg] / libavformat / mov.c
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...
2012-01-18 Alex Conversemov: Remove dead stores for spherical coordinates for...
2012-01-15 Daniel Huangmov, mxfdec: Employ more meaningful return values.
2012-01-05 Alex Conversemov: Support MOV_CH_LAYOUT_USE_DESCRIPTIONS for labeled...
2011-12-22 Alex Conversemov: Don't stick the QuickTime field ordering atom...
2011-12-11 Mans Rullgardlavu: replace int/float punning functions
2011-12-09 Justin Rugglesmov: add support for reading and writing the 'chan...
2011-12-05 Alex Conversemov: Don't av_malloc(0).
2011-12-04 Alex Conversemov: Allow empty stts atom.
2011-11-30 Anton Khirnovlavf: make av_set_pts_info private.
2011-11-27 Alex Conversemov: Make format string match variable type.
2011-11-22 Alex Conversemov: Remove some redundant and obsolete comments.
2011-11-13 Martin Storsjöavformat: Use avio_open2, pass the AVFormatContext...
2011-11-05 Carl Eugen Hoyosmovdec: Set frame_size for AMR
2011-10-29 Benjamin Larssonmov: Avoid divide by zero in edit list dts handling
2011-10-21 Raivo Hoolmov: add support for hdvd and pgapmetadata atoms
2011-10-21 Raivo Hoolmov: rename function _stik, some indentation cosmetics
2011-10-21 Raivo Hoolmov: rename function _int8 to remove ambiguity, some...
2011-10-21 Raivo Hoolmov: parse the gnre atom
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for some dv functions.
2011-10-20 Anton Khirnovlavf: use avpriv_ prefix for ff_new_chapter().
2011-10-19 Anton Khirnovlavf: replace av_new_stream->avformat_new_stream part II.
2011-10-17 Raivo Hoolmov: add support for TV metadata atoms tves, tvsn and...
2011-10-14 Alex Conversemov: 10l: Terminate string with 0 not '0'
2011-10-14 Alex Conversemov: Prevent illegal writes when chapter titles are...
2011-10-11 Luca Barbatomov: do not misreport empty stts
2011-10-11 Luca Barbatomov: cosmetics, fix for and if spacing
2011-10-11 Raivo Hoolmov: read album_artist atom
2011-10-11 Raivo Hoolmov: fix disc/track numbers and totals
2011-09-21 Anton KhirnovRemove some forgotten AVCodecContext.palctrl usage.
2011-08-25 Alex Conversemp4: Handle non-trivial ES Descriptors.
2011-07-21 Thierry Foucumov: add clcp type track as Subtitle stream.
2011-07-17 Anton Khirnovlavf: use designated initialisers for all (de)muxers.
2011-07-03 Mans RullgardDo not include mathematics.h in avutil.h
2011-07-03 Mans RullgardDo not include intfloat_readwrite.h in avutil.h
2011-07-03 Mans RullgardRemove return statements following infinite loops witho...
2011-06-20 Yusuke Nakamuramov: Fix empty edit detection.
2011-06-10 Yusuke Nakamuramov: Fix wrong timestamp generation for fragmented...
2011-06-09 Alex Conversemovdec: Add support for the 'wfex' atom.
2011-06-08 Diego Biurrunmov: Remove leftover crufty debug statement with refere...
2011-06-08 Anton KhirnovRemove all uses of now deprecated metadata functions.
2011-06-07 Diego BiurrunReplace some av_log/printf + #ifdef combinations by...
2011-06-03 Mans RullgardMark some variables with av_unused
2011-06-02 Mans RullgardRemove unused variables
2011-05-12 Yusuke Nakamuramov: Support edit list atom version 1.
2011-05-06 Yusuke Nakamuramov: fix composition timestamps on movie fragments.
2011-04-23 Alex ConverseFix mov debug (u)int64_t format strings.
next