]> git.sesse.net Git - ffmpeg/history - libavformat/isom.h
http: Reduce scope of a variable in parse_content_encoding()
[ffmpeg] / libavformat / isom.h
2014-07-01 Yusuke Nakamuramov: Support default-base-is-moof.
2014-05-19 Vittorio Giovaramov: store display matrix in a stream side data
2013-11-14 Reimar Döffingerlavf: improve support for AVC-Intra files.
2013-08-23 John Stebbinsmov: use tkhd enabled flag to set the default track
2012-10-06 Diego BiurrunGive all anonymously typedeffed structs in headers...
2012-09-19 Yusuke Nakamuramov: support random access point grouping
2012-08-07 Anton KhirnovReplace all CODEC_ID_* with AV_CODEC_ID_*
2012-04-13 Yusuke Nakamuramov: Fix detecting there is no sync sample.
2012-02-22 Martin Storsjömovdec: Restart parsing root-level atoms at the right...
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-02 Janne Grunaumovdec: fix dts generation in fragmented files
2012-01-25 Martin Storsjömovdec: Calculate an average bit rate for fragmented...
2011-10-28 Alex Conversempegts: MP4 SL support
2011-10-28 Alex Conversempegts: MP4 OD support
2011-08-25 Alex Conversemp4: Handle non-trivial ES Descriptors.
2011-05-12 Yusuke Nakamuramov: Support edit list atom version 1.
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2010-11-23 Baptiste CoudurierIn ts demuxer, support aac flexmux using extradata...
2010-10-05 Martin Storsjömovdec: Split out ff_mov_read_stsd
2010-05-22 Francesco LavraMove AVCodecTag from riff.h into internal.h.
2010-04-21 David Conradmov: Read QuickTime chapters
2010-01-30 Reimar DöffingerAlways consider the mov language code as 4 bytes fixed...
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2009-11-15 Baptiste CoudurierSearch relative path according to alias record when...
2009-09-16 Peter RossMake mov LPCM and AAC parsing functions public
2009-06-11 Baptiste CoudurierRemove time_rate, we cannot compute exactly when fragme...
2009-05-13 Baptiste Coudurierparse 'stps' atom to set keyframe, partial sync sample...
2009-05-13 Baptiste Coudurieralign and update doxygen
2009-05-13 Baptiste CoudurierParse 'cslg' atom to retrieve dts shift when 'ctts...
2009-03-15 Baptiste Coudurierallocate palette in codec directly
2009-03-09 Ronald S. BultjeMove MOVContext and related structures from mov.c to...
2009-01-21 Aurelien Jacobs'code' is used to index a table so make it unsigned
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-12-11 Baptiste Coudurierremove _t in typedef for POSIX compatibility
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-01-26 Michael NiedermayerSet correct codec type and id for text subtitles.
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-04-26 Baptiste Couduriercosmectics, use consistant and homogeneous type names...
2007-03-24 Baptiste Couduriercosmectics, mov -> mp4
2007-03-03 Baptiste Coudurieruse common tables for mov muxer and demuxer
2007-01-21 Michael Niedermayeradd codec_id <-> codec_tag tables to AVIn/OutputFormat
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-10 Diego BiurrunAdd official LGPL license headers to the files that...
2006-08-01 Baptiste Couduriermove common code from mov.c and movenc.c to isom.c