535 Commits (795ed278e6d702ad841c3043e2b878afc6f599f4)

Author SHA1 Message Date
Baptiste Coudurier f258964217 In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports it 14 years ago
Diego Elio Pettenò c6610a216e Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. 14 years ago
Anton Khirnov 225b6d7fde mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Mans Rullgard c4f8765ac5 Revert "mov: simplify mov_read_chapters() by using avio_get_str16be" 14 years ago
Anton Khirnov c34461b35b mov: simplify mov_read_chapters() by using avio_get_str16be 14 years ago
Baptiste Coudurier c3024f9e7e In mov demuxer, handle better wrong time scale, fix issue #2528 14 years ago
Baptiste Coudurier f6253caf8b In mov demuxer, set r_frame_rate for cfr files 14 years ago
Baptiste Coudurier 5e2202d6f3 In mov demuxer, check that gmtime returns a valid value, fix crash, issue #2490 14 years ago
Baptiste Coudurier 4af7166fb4 In mov demuxer, check that stts data exists, fix crash, issue #2479 14 years ago
Baptiste Coudurier c6f1e29a15 In mov demuxer, read alac sample from extradata, fix #2406 14 years ago
Baptiste Coudurier adc7305424 In mov demuxer, if multiple h264 stsd are present, do not concatenate streams, fix #2069 14 years ago
Baptiste Coudurier 798c6facb7 In ts demuxer, support aac flexmux using extradata in iods, issue #2346 14 years ago
Aurelien Jacobs 7df2214328 movdec: export creation_date as metadata 14 years ago
Baptiste Coudurier 2b91d83ef3 In mov demuxer, export .mov encoder metadata tag 14 years ago
Martin Storsjö 2f412421e8 movdec: Free the previous extradata 14 years ago
Martin Storsjö dc2cabd003 movdec: Split out ff_mov_read_stsd 14 years ago
Baptiste Coudurier 6d19fd5c26 In mov demuxer, check that nb_streams is valid before using it in read_dac3 14 years ago
Baptiste Coudurier 0e7d436d92 Check dref size based on a patch by google 14 years ago
Baptiste Coudurier 9044dd8399 In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, fix issue #1539 14 years ago
Justin Ruggles bdecdd2bfc Read the number of channels from the 'dac3' tag for AC-3 in MP4. 14 years ago
Måns Rullgård 8fc0162ac4 Add av_ prefix to bswap macros 15 years ago
David Conrad 105b37859b mov: Read Flash's chpl variant 15 years ago
John Stebbins 380966a801 In mov demuxer, fix seeking to the beginning when file has edit lists. 15 years ago
Andrew Wason 525fcb2798 In mov demuxer, only set sar if not already set, patch by Andrew Wason, 15 years ago
Baptiste Coudurier 7d6096e42e Use ext sample from mpeg4audio config if set with AAC SBR 15 years ago
Baptiste Coudurier 2209ffacb9 In mov demuxer, increase total size after debugging message 15 years ago
Baptiste Coudurier 3491866a4b Improve mov atom parsing debug message, print parent atom and size in decimal 15 years ago
Baptiste Coudurier ea4c4d7fe3 change author metadata to artist in mov de/muxer 15 years ago
David Conrad 1cf9f6ed4f mov: Read nero chapters 15 years ago
Stefano Sabatini 2ef6c1242a Mark av_metadata_set() as deprecated, and use av_metadata_set2() 15 years ago
David Conrad 7221579b0c mov: Read QuickTime chapters 15 years ago
Martin Storsjö 653d7aeb61 Parse strf mov atoms 15 years ago
Jean-Daniel Dupas cc947f04cc Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. 15 years ago
Stefano Sabatini 72415b2adb Define AVMediaType enum, and use it instead of enum CodecType, which 15 years ago
Baptiste Coudurier 08a186c648 In mov demuxer, convert mac encoded strings to utf-8 15 years ago
Baptiste Coudurier 987e857f63 Preallocate index entries in mov demuxer, huge speedup 15 years ago
Carl Eugen Hoyos 998257bd4f Make mp4_read_descr static: It is only used inside libavformat/mov.c. 15 years ago
Michael Niedermayer bbdf0d2214 Make sure we dont write more bytes into filename than the array is long. 15 years ago
Michael Niedermayer 6a2459059e Do not attempt to open references through absolute pathes. 15 years ago
Anton Khirnov ca76a11948 Add a list of generic tags and change demuxers to follow it. 15 years ago
Carl Eugen Hoyos 895a9be60c Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, 15 years ago
Baptiste Coudurier 49c43fc278 reindent 15 years ago
Baptiste Coudurier c3aeaa540d set average frame rate in mov demuxer 15 years ago
Baptiste Coudurier c956611527 move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 15 years ago
Andrew Wason ff5ab5c8c9 set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com 15 years ago
Baptiste Coudurier 49544546b0 do not skip mdat data if it's the last atom, avoids one seek 15 years ago
Baptiste Coudurier 7b1312fa55 cosmetics, remove useless parentheses, add space 15 years ago
Baptiste Coudurier a510991cff simplify error handling in mov_read_default 15 years ago
Baptiste Coudurier cb41b2b6e0 remove no more needed MOVAtom.offset field 15 years ago
Baptiste Coudurier 7ead7e2181 remove useless code skipping data at end of hdlr atom, already done in mov_read_default 15 years ago