| Commit message (Expand) | Author | Age | Files | Lines |
* | In mov demuxer, convert mac encoded strings to utf-8 | Baptiste Coudurier | 2010-03-09 | 1 | -20/+58 |
* | Preallocate index entries in mov demuxer, huge speedup | Baptiste Coudurier | 2010-03-09 | 1 | -10/+61 |
* | Make mp4_read_descr static: It is only used inside libavformat/mov.c. | Carl Eugen Hoyos | 2010-02-28 | 1 | -1/+1 |
* | Make sure we dont write more bytes into filename than the array is long. | Michael Niedermayer | 2010-02-20 | 1 | -1/+1 |
* | Do not attempt to open references through absolute pathes. | Michael Niedermayer | 2010-02-20 | 1 | -5/+2 |
* | Add a list of generic tags and change demuxers to follow it. | Anton Khirnov | 2010-02-01 | 1 | -1/+1 |
* | Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, | Carl Eugen Hoyos | 2010-01-24 | 1 | -0/+3 |
* | reindent | Baptiste Coudurier | 2010-01-18 | 1 | -6/+6 |
* | set average frame rate in mov demuxer | Baptiste Coudurier | 2010-01-18 | 1 | -2/+6 |
* | move aspect ratio code at the end of the track parsing, fix cathedral-beta2-4... | Baptiste Coudurier | 2010-01-18 | 1 | -10/+10 |
* | set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalog... | Andrew Wason | 2010-01-14 | 1 | -0/+10 |
* | do not skip mdat data if it's the last atom, avoids one seek | Baptiste Coudurier | 2010-01-13 | 1 | -2/+3 |
* | cosmetics, remove useless parentheses, add space | Baptiste Coudurier | 2010-01-04 | 1 | -1/+1 |
* | simplify error handling in mov_read_default | Baptiste Coudurier | 2010-01-04 | 1 | -5/+6 |
* | remove no more needed MOVAtom.offset field | Baptiste Coudurier | 2010-01-04 | 1 | -10/+3 |
* | remove useless code skipping data at end of hdlr atom, already done in mov_re... | Baptiste Coudurier | 2010-01-04 | 1 | -4/+0 |
* | Fix typo. | Jai Menon | 2009-11-27 | 1 | -1/+1 |
* | MOV: cprt is another tag used for copyright | David Conrad | 2009-11-23 | 1 | -0/+1 |
* | MOV: Add several iTunes metadata tags | David Conrad | 2009-11-23 | 1 | -0/+5 |
* | use AVFormatContext in dprintf | Baptiste Coudurier | 2009-11-19 | 1 | -5/+5 |
* | Search relative path according to alias record when opening mov reference files. | Baptiste Coudurier | 2009-11-15 | 1 | -10/+88 |
* | Debug print MP4 objectTypeIndication in hex not decimal as values are listed in | Alex Converse | 2009-11-12 | 1 | -1/+1 |
* | Add a channels field to MPEG4AudioConfig. | Alex Converse | 2009-11-11 | 1 | -3/+1 |
* | change \0xa9enc tag metadata name to encoder to match id3v2 | Baptiste Coudurier | 2009-11-06 | 1 | -1/+1 |
* | 10l, typo | Baptiste Coudurier | 2009-11-05 | 1 | -1/+1 |
* | do not redundantly set stream nb_frames, it's already set in read_stts | Baptiste Coudurier | 2009-11-05 | 1 | -1/+0 |
* | compute dts shift with ctts value, cslg atom might be missing, fix #419 | Baptiste Coudurier | 2009-11-05 | 1 | -24/+5 |
* | check that duration is set to avoid fpe | Baptiste Coudurier | 2009-11-05 | 1 | -1/+2 |
* | warn if stream timescale is not set and set it to 1 to avoid FPE | Baptiste Coudurier | 2009-11-05 | 1 | -1/+5 |
* | fix \0xa9wrt metadata, to composer, fix issue #1501 | Baptiste Coudurier | 2009-11-05 | 1 | -2/+2 |
* | compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at g... | haim alon | 2009-10-24 | 1 | -0/+3 |
* | 10l in code reading codec_name, the first byte is the length and should not | Reimar Döffinger | 2009-09-30 | 1 | -1/+1 |
* | Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg | Reimar Döffinger | 2009-09-30 | 1 | -2/+7 |
* | 100l, typo | Baptiste Coudurier | 2009-09-26 | 1 | -1/+1 |
* | Export mov/mp4 major and compatible brands as metadata. | haim alon | 2009-09-26 | 1 | -5/+25 |
* | Make mov LPCM and AAC parsing functions public | Peter Ross | 2009-09-16 | 1 | -15/+20 |
* | check entries against field_size, potential malloc overflow in read_stsz, fix... | Baptiste Coudurier | 2009-09-07 | 1 | -1/+1 |
* | add one missing check for stream existence in read_elst, fix #1364 | Baptiste Coudurier | 2009-09-07 | 1 | -1/+5 |
* | only set par if it does not indicates a rotation, ex iphone 3GS | Baptiste Coudurier | 2009-06-25 | 1 | -4/+7 |
* | Reindent after last patch. | Reimar Döffinger | 2009-06-24 | 1 | -15/+15 |
* | mov demuxer: Track the current position also for streams that have AVDISCARD_... | Reimar Döffinger | 2009-06-24 | 1 | -2/+8 |
* | mov_read_packet: extract code that searches for the stream/sample to demux next | Reimar Döffinger | 2009-06-24 | 1 | -8/+16 |
* | mov_read_packet: if dv_get_packet fails, return exactly its error value | Reimar Döffinger | 2009-06-24 | 1 | -2/+3 |
* | In mov_read_packet remember the AVStream we want to demux next instead of the | Reimar Döffinger | 2009-06-24 | 1 | -6/+7 |
* | check stream existence before assignment, fix #1222 | Baptiste Coudurier | 2009-06-24 | 1 | -29/+107 |
* | Add ff_ prefixes to exported symbols in libavformat/riff.h. | Daniel Verkamp | 2009-06-22 | 1 | -9/+9 |
* | check atom size against edit_count to avoid very long loop | Baptiste Coudurier | 2009-06-15 | 1 | -0/+3 |
* | Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of | David Conrad | 2009-06-13 | 1 | -1/+1 |
* | Remove time_rate, we cannot compute exactly when fragments are | Baptiste Coudurier | 2009-06-11 | 1 | -28/+7 |
* | broken stsd length might be < 16, fix elst-assert.mp4 | Baptiste Coudurier | 2009-06-03 | 1 | -4/+6 |