aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Jai Menon2009-11-271-1/+1
* MOV: cprt is another tag used for copyrightDavid Conrad2009-11-231-0/+1
* MOV: Add several iTunes metadata tagsDavid Conrad2009-11-231-0/+5
* use AVFormatContext in dprintfBaptiste Coudurier2009-11-191-5/+5
* Search relative path according to alias record when opening mov reference files.Baptiste Coudurier2009-11-151-10/+88
* Debug print MP4 objectTypeIndication in hex not decimal as values are listed inAlex Converse2009-11-121-1/+1
* Add a channels field to MPEG4AudioConfig.Alex Converse2009-11-111-3/+1
* change \0xa9enc tag metadata name to encoder to match id3v2Baptiste Coudurier2009-11-061-1/+1
* 10l, typoBaptiste Coudurier2009-11-051-1/+1
* do not redundantly set stream nb_frames, it's already set in read_sttsBaptiste Coudurier2009-11-051-1/+0
* compute dts shift with ctts value, cslg atom might be missing, fix #419Baptiste Coudurier2009-11-051-24/+5
* check that duration is set to avoid fpeBaptiste Coudurier2009-11-051-1/+2
* warn if stream timescale is not set and set it to 1 to avoid FPEBaptiste Coudurier2009-11-051-1/+5
* fix \0xa9wrt metadata, to composer, fix issue #1501Baptiste Coudurier2009-11-051-2/+2
* compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g...haim alon2009-10-241-0/+3
* 10l in code reading codec_name, the first byte is the length and should notReimar Döffinger2009-09-301-1/+1
* Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpegReimar Döffinger2009-09-301-2/+7
* 100l, typoBaptiste Coudurier2009-09-261-1/+1
* Export mov/mp4 major and compatible brands as metadata.haim alon2009-09-261-5/+25
* Make mov LPCM and AAC parsing functions publicPeter Ross2009-09-161-15/+20
* check entries against field_size, potential malloc overflow in read_stsz, fix...Baptiste Coudurier2009-09-071-1/+1
* add one missing check for stream existence in read_elst, fix #1364Baptiste Coudurier2009-09-071-1/+5
* only set par if it does not indicates a rotation, ex iphone 3GSBaptiste Coudurier2009-06-251-4/+7
* Reindent after last patch.Reimar Döffinger2009-06-241-15/+15
* mov demuxer: Track the current position also for streams that have AVDISCARD_...Reimar Döffinger2009-06-241-2/+8
* mov_read_packet: extract code that searches for the stream/sample to demux nextReimar Döffinger2009-06-241-8/+16
* mov_read_packet: if dv_get_packet fails, return exactly its error valueReimar Döffinger2009-06-241-2/+3
* In mov_read_packet remember the AVStream we want to demux next instead of theReimar Döffinger2009-06-241-6/+7
* check stream existence before assignment, fix #1222Baptiste Coudurier2009-06-241-29/+107
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-9/+9
* check atom size against edit_count to avoid very long loopBaptiste Coudurier2009-06-151-0/+3
* Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead ofDavid Conrad2009-06-131-1/+1
* Remove time_rate, we cannot compute exactly when fragments areBaptiste Coudurier2009-06-111-28/+7
* broken stsd length might be < 16, fix elst-assert.mp4Baptiste Coudurier2009-06-031-4/+6
* split audio chunks in mov demuxerBaptiste Coudurier2009-05-311-32/+30
* return AVERROR_EOFBaptiste Coudurier2009-05-301-1/+1
* move increment after debug printBaptiste Coudurier2009-05-161-1/+1
* parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gopBaptiste Coudurier2009-05-131-4/+43
* remove commentBaptiste Coudurier2009-05-131-1/+1
* Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative.Baptiste Coudurier2009-05-131-5/+30
* Introduce codec id for MPEG-4 ALS and associate it with correspondingJai Menon2009-04-171-0/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* force sample for qcelp when not stored in mov, fix #968Baptiste Coudurier2009-04-081-0/+3
* ReindentReimar Döffinger2009-04-021-1/+1
* Support DVD subtitles in mov/mp4 as created by Nero.Reimar Döffinger2009-04-021-0/+1
* set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_...Baptiste Coudurier2009-03-251-0/+6
* Remove alpha channel from default colorspace tables, since it is unused. SeeRonald S. Bultje2009-03-221-3/+3
* since code now use get_bits_long, allocate padding bufferBaptiste Coudurier2009-03-221-1/+1
* reset codec width/height for h264 forcing decoder to parse extradataBaptiste Coudurier2009-03-211-0/+3
* MOV: Use the AOT enum for the mp4_audio_types mapping.Alex Converse2009-03-191-5/+5