OSDN Git Service

swscale: reindent x86 init code.
[coroid/ffmpeg_saccubus.git] / libavformat / isom.h
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