559 Commits (ecc297308ff3cb8b20359df44108ac299b22bdf1)

Author SHA1 Message Date
Yusuke Nakamura 45a811b512 mov: fix composition timestamps on movie fragments. 14 years ago
Alex Converse 3583d7cffe Fix mov debug (u)int64_t format strings. 14 years ago
Stefano Sabatini 59d96941f0 avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbols 14 years ago
Kostya Shishkov 2d8591c27e make containers pass palette change in AVPacket 14 years ago
Anton Khirnov f87b1b373a avio: AVIO_ prefixes for URL_ open flags. 14 years ago
Anton Khirnov 8978fedaee avio: introduce an AVIOContext.seekable field 14 years ago
Alex Converse 9dd94f8379 mov: Add support for zero-sized stsc runs. 14 years ago
Justin Ruggles eb81cf860c mov: set audio service type for AC-3 from bitstream mode in the 'dac3' atom. 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov 45a8a02a41 lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes sense 14 years ago
Anton Khirnov 66e5b1df36 avio: deprecate url_feof 14 years ago
Anton Khirnov 76aa876e69 avio: avio_ prefix for url_fsize 14 years ago
Anton Khirnov a2704c9712 avio: add avio_tell macro as a replacement for url_ftell 14 years ago
Anton Khirnov e16ead0716 lavf: deprecate get_strz() in favor of avio_get_str 14 years ago
Anton Khirnov e356fc57a2 lavf: replace all uses of url_fskip with avio_seek 14 years ago
Anton Khirnov 6b4aa5dac8 avio: avio_ prefix for url_fseek 14 years ago
Anton Khirnov 22a3212e32 avio: rename url_fopen/fclose -> avio_open/close. 14 years ago
Anton Khirnov b7effd4e83 avio: avio_ prefixes for get_* functions 14 years ago
Anton Khirnov e731b8d872 avio: move init_put_byte() to a new private header and rename it 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Mans Rullgard 628b16f45f mov: remove stray semicolon 14 years ago
Sascha Sommer ed19fafd48 pass QDMC extradata to the decoder 14 years ago
Luca Barbato dfd2a005eb Replace dprintf with av_dlog 14 years ago
John Stebbins 97b04f5ed3 mov: add support for little-endian utf16 chapter names 14 years ago
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