summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-30
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-30
* 100l, typoBaptiste Coudurier2009-09-26
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-26
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-16
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-07
* add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier2009-09-07
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-25
* Reindent after last patch.Reimar Döffinger2009-06-24
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-24
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-24
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-24
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-24
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* check atom size against edit_count to avoid very long loopBaptiste Coudurier2009-06-15
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-13
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-11
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-03
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-31
* return AVERROR_EOFBaptiste Coudurier2009-05-30
* move increment after debug printBaptiste Coudurier2009-05-16
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-13
* remove commentBaptiste Coudurier2009-05-13
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-13
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-17
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-13
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-08
* ReindentReimar Döffinger2009-04-02
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-02
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-25
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-22
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-22
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-21
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-19
* Extend mov edit list support to work for a first padding entry withReimar Döffinger2009-03-16
* Cosmetics: Re-indent after last commitAlex Converse2009-03-16
* MOV: Support stz2 "Compact Sample Size Box"Alex Converse2009-03-16
* cosmetics, remove useless bracesBaptiste Coudurier2009-03-16
* simplify printingBaptiste Coudurier2009-03-16
* reindentBaptiste Coudurier2009-03-16
* fix trkn metadata parsingBaptiste Coudurier2009-03-16
* move read_udta_string up to avoid forward declarationBaptiste Coudurier2009-03-16
* more generic metadata handlingBaptiste Coudurier2009-03-16
* do not set isom if ctype is not set, happens in movBaptiste Coudurier2009-03-16
* search for hdlr atom in meta, some files do not store version+flagsBaptiste Coudurier2009-03-15
* typo in the mail, the 4am commit is always the worstBaptiste Coudurier2009-03-15
* add my copyright in mov de/muxerBaptiste Coudurier2009-03-15
* allocate palette in codec directlyBaptiste Coudurier2009-03-15
* cosmetics, add some whitespaces and empty linesBaptiste Coudurier2009-03-15