4796 Commits (504ffed19f990f91237479be93480d9b597561e2)

Author SHA1 Message Date
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
Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 16 years ago
Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Ronald S. Bultje 743b389074 rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: 16 years ago
Alex Converse 496dcbbc86 ADTS: Increased protection against writing illegal/nonsense files. 16 years ago
Michael Niedermayer 8507bde0f3 Add my name to copyright & author as requested by the original author. 16 years ago
Michael Niedermayer 8b2fa9659a Add code to the self test to print jitter & drift. 16 years ago
Ronald S. Bultje 57f94f54c4 Oops, very silly typo. 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Diego Biurrun e0c98063e7 Add '#undef rand' to fix test program build. 16 years ago
Diego Biurrun 6d16718e5d cosmetics: Fix test program warnings. 16 years ago
Michael Niedermayer bc3057f499 Vertical align. 16 years ago
Michael Niedermayer 2e51dedd24 Better name for integrator2_state. 16 years ago
Michael Niedermayer 3228491027 Add clock_period parameter, this should make the code easier to use. 16 years ago
Michael Niedermayer 1b85ec1ea2 Selftest code. 16 years ago
Michael Niedermayer 8537591abc Fix bug with time==0 being special. 16 years ago
Michael Niedermayer 494065ca36 Adapt first factor. 16 years ago
Michael Niedermayer 55b5859867 Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and 16 years ago
Michael Niedermayer 08ffd3708b Allow timespans to vary. 16 years ago
Michael Niedermayer 28e947e458 Reorder operations, 20% improved performance, 1 variable less. 16 years ago
Michael Niedermayer f982c6d87a Timefilter code by Olivier Guilyardi o list O samalyse o com 16 years ago