5217 Commits (27666c3176ef795dea2768ba979771ab574cf3ca)

Author SHA1 Message Date
Baptiste Coudurier 983bdd3788 add my copyright in mov de/muxer 16 years ago
Baptiste Coudurier e49da8273b allocate palette in codec directly 16 years ago
Baptiste Coudurier 6c00a9dec2 cosmetics, add some whitespaces and empty lines 16 years ago
Baptiste Coudurier f0f2218dce do not modify sample_count, check against index entries 16 years ago
Baptiste Coudurier ed6ae6a58b use utc time for timestamp and do not set it if not specified 16 years ago
Baptiste Coudurier 36a12218db swf timestamps are 16 bits 16 years ago
Baptiste Coudurier 40a1d41fd2 remove unused fields in swf context 16 years ago
Baptiste Coudurier 2261a952f9 do not parse timestamp if bitexact is set, should fix regression tests 16 years ago
Reimar Döffinger 881dad9e76 Enable generic index creation and seeking for NUV demuxer. 16 years ago
Reimar Döffinger 74f5ae847d Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. 16 years ago
Reimar Döffinger bd36f175ab Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly 16 years ago
Michael Niedermayer 85b4230f68 Do not lose user flags when passing calls from the new to the old seeking API. 16 years ago
Michael Niedermayer 32d885926d add avformat_seek_file() 16 years ago
Reimar Döffinger 7e04cfba27 Set pkt->pos correctly (to the start of header of the packet) in swfdec. 16 years ago
Baptiste Coudurier 4e35ffa978 fix swf seeking by fixing new stream detection 16 years ago
Reimar Döffinger abb785f19e Simplify RoQ demuxer pts calculation by using a appropriate time bases. 16 years ago
Reimar Döffinger 15969b55d1 Set video width/height and create audio stream in read_packet instead of 16 years ago
Baptiste Coudurier d168b3fd2d reindent 16 years ago
Baptiste Coudurier 7943a90a0d keep original tag when stream copying subs with ipod format 16 years ago
Baptiste Coudurier c569bd0632 ipod supports both subs tags 16 years ago
Baptiste Coudurier 80357cfcfb reindent 16 years ago
Baptiste Coudurier 9f52055463 write correct atoms based on tag and not format, fixes subs stream copy 16 years ago
Baptiste Coudurier d1df4da00b use correct codec tag list for ipod format 16 years ago
Baptiste Coudurier f344ae8096 again 10l, typo, put_byte instead of put_buffer 16 years ago
Baptiste Coudurier cafdc1876a attempt to try to generate an random umid 16 years ago
Baptiste Coudurier a2523ce2e2 fix subs track height, set track->height to codec height if not set 16 years ago
Ben Littler 3596f4e076 sn40 avi fourcc decodes with ffodivx 16 years ago
Ronald S. Bultje b5b9ff2a1f Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly 16 years ago
Ronald S. Bultje b8cc5a9fdf Prevent (negative) overflow of rm->remaining_len. This evaluation really only 16 years ago
Ronald S. Bultje 7ccefd08f6 Revert to r17908. 16 years ago
Ronald S. Bultje 88c4339bda Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] 16 years ago
Reimar Döffinger 3898eed890 Reorder arguments for av_fifo_generic_read to be more logical and 16 years ago
Ronald S. Bultje 0ecf9cc900 Prevent (negative) overflow of rm->remaining_len. This evaluation really only 16 years ago
Ronald S. Bultje 21b3752932 Replace separate packet parsing for "old_format" .ra files by a call to 16 years ago
Ronald S. Bultje dc3685e129 Move frame discarding out of the ff_rm_parse_packet() loop, and respect 16 years ago
Reimar Döffinger d71d64dcc1 Mark all packets from nuv demuxer as keyframes in order to make seeking work. 16 years ago
Reimar Döffinger 3a4f91f5ed 100l, to start reading from the first frame we must seek to data_offset, 16 years ago
Reimar Döffinger fb2e95c97a Set AVPacket pos also for audio packets in nuv demuxer. 16 years ago
Baptiste Coudurier af79f1ae78 reindent 16 years ago
Baptiste Coudurier 6b4fab72df change path pattern to be similar to existing files, and remove useless buffer 16 years ago
Baptiste Coudurier 4070629dfa merge struct declaration and definition 16 years ago
Baptiste Coudurier 0c8f772791 write map packet every 100 packets according to specs 16 years ago
Baptiste Coudurier aaa43de31a write flt packet, might need some tweaking but it works 16 years ago
Baptiste Coudurier a96b1a903a correctly interleave audio and video according to specs 16 years ago
Baptiste Coudurier 46a7e3ec14 write timecode track in gxf 16 years ago
Baptiste Coudurier 33605366ee compute media info in write_header 16 years ago
Baptiste Coudurier cd34fd9c8c factorize write packet 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago
Baptiste Coudurier 6b43d2d075 uniformize variable names and remove duplicating fields in private structs 16 years ago
Baptiste Coudurier 8b9c94e0bd remove useless fields 16 years ago