1253 Commits (a9f9cc7cc13f838298c392ea2a95294ddc402538)

Author SHA1 Message Date
Baptiste Coudurier 201f1d4546 use packet dts as correct media field number and use av_interleave_pkt_per_dts 18 years ago
Baptiste Coudurier 81f0f93826 update documentation 18 years ago
Baptiste Coudurier f21c0b4c43 export av_interleave_packet_per_dts 18 years ago
Baptiste Coudurier 7228914047 set elst start time to first pts 18 years ago
Baptiste Coudurier b361ba2a45 fourcc cleanup 18 years ago
Baptiste Coudurier 61e3dd7865 enable 'NONE' audio fourcc 18 years ago
Baptiste Coudurier 76c9cb0a7a parse mpeg frame to get pict type and closed gop flag 18 years ago
David Conrad 8331891957 Support AAC audio in AVI with tag 0xff 18 years ago
Michael Niedermayer 494bbf5805 dont be too picky about timestampsbeing wrong if the destination container is without timestamps and raw of the raw video / raw audio sort 18 years ago
Michael Niedermayer 434cab9e0f timestamp debugging av_logs() 18 years ago
Michael Niedermayer b9b18fbdea both timestamps are dts, (checked trailer.gxf, spec is unclear) 18 years ago
Diego Biurrun ed4e20ac7f Fix some "'static' is not at beginning of declaration" warnings. 18 years ago
Baptiste Coudurier 2c5ad5fd74 use correct tag for h263 in mov 18 years ago
Baptiste Coudurier 87494ea03c detailed infos about d263 atom 18 years ago
Baptiste Coudurier 915282e5b8 indention 18 years ago
Baptiste Coudurier 5997ed786a only set fields for mov, reserved for 3gp, mp4 18 years ago
Baptiste Coudurier 80f05e7981 sampleSize field to 16, reserved for mp4 and 3gp 18 years ago
Baptiste Coudurier 86ca5710bb mp4, 3gp field is reserved and value is 2 18 years ago
Baptiste Coudurier 57ef6acc39 use ternary 18 years ago
Baptiste Coudurier c096ebca48 vbr compression id is only used in mov 18 years ago
Baptiste Coudurier 634b8cfaf4 always write duration and file size, fix seeking, progress bar is now active 18 years ago
Baptiste Coudurier 2965f17b4f sample size is 1 if bits per sample is 8 and mono channel 18 years ago
Baptiste Coudurier f8503792f0 revert r5909, dont use non constant static variable, breaks multithreaded apps 18 years ago
Baptiste Coudurier e1dacee11e parse SONY hidden MPEG-4 extradata, fix C0023S01.mxf 18 years ago
Baptiste Coudurier 61ca932e4a skip run-in sequence before reading header 18 years ago
Baptiste Coudurier 49b6f16239 again, disable DEBUG 18 years ago
Baptiste Coudurier f0d4729212 10l, check container_ul existence 18 years ago
Baptiste Coudurier c2e8805441 remove duplicate code 18 years ago
Baptiste Coudurier 3bb63b822f attempt to demux clip wrapped content 18 years ago
Baptiste Coudurier 8c5002db17 add codec detection based on essence container ul 18 years ago
Baptiste Coudurier d2cdbd5f18 resolve strong refs in parse_structural_metadata since objects may not be ordered, use object oriented approach 18 years ago
Baptiste Coudurier 51a0a721ab remove unneeded audio fourcc as well 18 years ago
Reimar Döffinger 0019b662ae Minor resync optimization 18 years ago
Luca Abeni 20dd25adc3 Do not set the codec's pixel format in the format's write_header() 18 years ago
Baptiste Coudurier e81e3ced6d do not set unneeded fourcc 18 years ago
Baptiste Coudurier 7fe4744bcd fix ending null entry in table 18 years ago
Baptiste Coudurier 28f1280820 more codecs uls 18 years ago
Baptiste Coudurier e40ee6a268 move common code from mov.c and movenc.c to isom.c 18 years ago
Baptiste Coudurier 986c2ccb19 add some useful debug info 18 years ago
Reimar Döffinger 907a051009 Support for seeking, both with and without index and correct timestamps 18 years ago
Baptiste Coudurier 0e15b7b0dd negative to_pad won't provoke infinite loop 18 years ago
Baptiste Coudurier 3068f1c813 avoid reading beyond packet size 18 years ago
Baptiste Coudurier ba32c8dfd9 skip run-in sequence during probe 18 years ago
Baptiste Coudurier b92c61e08c simplify using function table 18 years ago
Baptiste Coudurier 53512a22cb parse aes3 audio descriptor 18 years ago
Baptiste Coudurier 6c6ec47a0e use parenthesis around value 18 years ago
Reimar Döffinger adb0208bf2 Fix typo in comment 18 years ago
Kohn Emil Dan b6eaae39b4 The reader ignores the size of the ASF data object and keeps on 18 years ago
Baptiste Coudurier ea3a790e0d add information about codec uls 18 years ago
Baptiste Coudurier 7d2a0d3120 another MPEG-2 long gop codec ul 18 years ago