]> git.sesse.net Git - ffmpeg/history - libavformat/mov.c
libx264: add 'psy_trellis' private option.
[ffmpeg] / libavformat / mov.c
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.
2011-04-19 Stefano Sabatiniavio: remove AVIO_* access symbols in favor of new...
2011-04-15 Kostya Shishkovmake containers pass palette change in AVPacket
2011-04-07 Anton Khirnovavio: AVIO_ prefixes for URL_ open flags.
2011-04-03 Anton Khirnovavio: introduce an AVIOContext.seekable field
2011-03-31 Alex Conversemov: Add support for zero-sized stsc runs.
2011-03-25 Justin Rugglesmov: set audio service type for AC-3 from bitstream...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2011-03-17 Anton Khirnovlavf: replace avio_seek(SEEK_CUR) with avio_skip where...
2011-03-07 Anton Khirnovavio: deprecate url_feof
2011-03-07 Anton Khirnovavio: avio_ prefix for url_fsize
2011-03-04 Anton Khirnovavio: add avio_tell macro as a replacement for url_ftell
2011-03-04 Anton Khirnovlavf: deprecate get_strz() in favor of avio_get_str
2011-03-01 Anton Khirnovlavf: replace all uses of url_fskip with avio_seek
2011-03-01 Anton Khirnovavio: avio_ prefix for url_fseek
2011-02-23 Anton Khirnovavio: rename url_fopen/fclose -> avio_open/close.
2011-02-21 Anton Khirnovavio: avio_ prefixes for get_* functions
2011-02-20 Anton Khirnovavio: move init_put_byte() to a new private header...
2011-02-20 Anton Khirnovavio: rename ByteIOContext to AVIOContext.
2011-02-10 Mans Rullgardmov: remove stray semicolon
2011-02-06 Sascha Sommerpass QDMC extradata to the decoder
2011-01-29 Luca BarbatoReplace dprintf with av_dlog
2011-01-28 John Stebbinsmov: add support for little-endian utf16 chapter names
2011-01-28 Baptiste CoudurierIn mov muxer, mux adpcm_ms and adpcm_ima_wav the way...
2011-01-26 Diego Elio PettenòPrefix all _demuxer, _muxer, _protocol from libavformat...
2011-01-26 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-26 Mans RullgardRevert "mov: simplify mov_read_chapters() by using...
2011-01-25 Anton Khirnovmov: simplify mov_read_chapters() by using avio_get_str16be
2011-01-11 Baptiste CoudurierIn mov demuxer, handle better wrong time scale, fix...
2011-01-11 Baptiste CoudurierIn mov demuxer, set r_frame_rate for cfr files
2011-01-05 Baptiste CoudurierIn mov demuxer, check that gmtime returns a valid value...
2011-01-05 Baptiste CoudurierIn mov demuxer, check that stts data exists, fix crash...
2010-12-07 Baptiste CoudurierIn mov demuxer, read alac sample from extradata, fix...
2010-11-25 Baptiste CoudurierIn mov demuxer, if multiple h264 stsd are present,...
2010-11-23 Baptiste CoudurierIn ts demuxer, support aac flexmux using extradata...
2010-11-21 Aurelien Jacobsmovdec: export creation_date as metadata
2010-11-16 Baptiste CoudurierIn mov demuxer, export .mov encoder metadata tag
2010-10-05 Martin Storsjömovdec: Free the previous extradata
2010-10-05 Martin Storsjömovdec: Split out ff_mov_read_stsd
2010-09-28 Baptiste CoudurierIn mov demuxer, check that nb_streams is valid before...
2010-09-08 Baptiste CoudurierCheck dref size based on a patch by google
2010-09-08 Baptiste CoudurierIn mov demuxer, do not override aspect ratio in tkhd...
2010-09-06 Justin RugglesRead the number of channels from the 'dac3' tag for...
2010-07-10 Måns RullgårdAdd av_ prefix to bswap macros
2010-07-04 David Conradmov: Read Flash's chpl variant
2010-07-02 John StebbinsIn mov demuxer, fix seeking to the beginning when file...
2010-07-01 Andrew WasonIn mov demuxer, only set sar if not already set, patch...
2010-07-01 Baptiste CoudurierUse ext sample from mpeg4audio config if set with AAC SBR
2010-06-28 Baptiste CoudurierIn mov demuxer, increase total size after debugging...
2010-06-25 Baptiste CoudurierImprove mov atom parsing debug message, print parent...
2010-05-23 Baptiste Coudurierchange author metadata to artist in mov de/muxer
2010-05-05 David Conradmov: Read nero chapters
2010-04-25 Stefano SabatiniMark av_metadata_set() as deprecated, and use av_metada...
2010-04-21 David Conradmov: Read QuickTime chapters
2010-04-16 Martin StorsjöParse strf mov atoms
2010-03-31 Jean-Daniel DupasReplace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG...
2010-03-30 Stefano SabatiniDefine AVMediaType enum, and use it instead of enum...
2010-03-09 Baptiste CoudurierIn mov demuxer, convert mac encoded strings to utf-8
2010-03-09 Baptiste CoudurierPreallocate index entries in mov demuxer, huge speedup
2010-02-28 Carl Eugen HoyosMake mp4_read_descr static: It is only used inside...
2010-02-20 Michael NiedermayerMake sure we dont write more bytes into filename than...
2010-02-20 Michael NiedermayerDo not attempt to open references through absolute...
2010-02-01 Anton KhirnovAdd a list of generic tags and change demuxers to follo...
2010-01-24 Carl Eugen HoyosForce codec_tag I420 for Quicktime Planar Y'CbCr 8...
2010-01-18 Baptiste Coudurierreindent
2010-01-18 Baptiste Coudurierset average frame rate in mov demuxer
2010-01-18 Baptiste Couduriermove aspect ratio code at the end of the track parsing...
2010-01-14 Andrew Wasonset stream aspect from mov tkhd width/height, patch...
2010-01-13 Baptiste Coudurierdo not skip mdat data if it's the last atom, avoids...
2010-01-04 Baptiste Couduriercosmetics, remove useless parentheses, add space
2010-01-04 Baptiste Couduriersimplify error handling in mov_read_default
2010-01-04 Baptiste Coudurierremove no more needed MOVAtom.offset field
2010-01-04 Baptiste Coudurierremove useless code skipping data at end of hdlr atom...
2009-11-27 Jai MenonFix typo.
2009-11-23 David ConradMOV: cprt is another tag used for copyright
2009-11-23 David ConradMOV: Add several iTunes metadata tags
2009-11-19 Baptiste Coudurieruse AVFormatContext in dprintf
2009-11-15 Baptiste CoudurierSearch relative path according to alias record when...
2009-11-12 Alex ConverseDebug print MP4 objectTypeIndication in hex not decimal...
2009-11-11 Alex ConverseAdd a channels field to MPEG4AudioConfig.
2009-11-06 Baptiste Coudurierchange \0xa9enc tag metadata name to encoder to match...
2009-11-05 Baptiste Coudurier10l, typo
2009-11-05 Baptiste Coudurierdo not redundantly set stream nb_frames, it's already...
2009-11-05 Baptiste Couduriercompute dts shift with ctts value, cslg atom might...
2009-11-05 Baptiste Couduriercheck that duration is set to avoid fpe
next