1347 Commits (eca2a49716ae1f42804dd3545da2f740edf03250)

Author SHA1 Message Date
Michael Niedermayer 573334da82 avformat/mov: Autodetect mp3s which need parsing 9 years ago
Ganesh Ajjanagadde d59bfcd112 avformat/mov: fix integer overflow 9 years ago
Rodger Combs 4ab5666759 lavf/mov: add support for sidx fragment indexes 9 years ago
Andreas Cadhalpun 8d6625642d doc: fix spelling errors 9 years ago
Shawn Singh 733475160a libavformat/mov.c: Add parsing for DDTS atom for DTS audio 9 years ago
wm4 948f3c19a8 lavc: Make AVPacket.duration int64, and deprecate convergence_duration 9 years ago
Clément Bœsch a84613b4c2 avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} options 9 years ago
Martin Storsjö 7cad1bf075 mov: Allow more than one keyframe per trun 9 years ago
Michael Niedermayer 9ed53d5a8a avformat/mov: Change the type of the r/g/b variables 9 years ago
Michael Niedermayer 053e80f6ea avformat/mov: Fix integer overflow in FFABS 9 years ago
Carl Eugen Hoyos 33908f0837 lavf/mov: Support unusual alac files without frma and alac atoms. 9 years ago
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 10 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 10 years ago
Vesselin Bontchev 336822edf4 avformat/mov: fix regression in processing .aax files 10 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 10 years ago
Vesselin Bontchev 0a551cbe97 Add support for Audible AAX (and AAX+) files 10 years ago
Vittorio Giovara f1840b070d Revert "mov: Double-check that alias path is not an absolute path" 10 years ago
Michael Niedermayer 8f2c045a0e avformat/mov: Implement a same origin policy for references instead of only allowing a subset of relative pathes in references 10 years ago
Michael Niedermayer c9c7263e58 avformat/mov: Fix opening relative references 10 years ago
Michael Niedermayer 15629129dd avformat/mov: Fix deallocation when MOVStreamContext failed to allocate 10 years ago
Michael Niedermayer 488cc05192 avformat/mov: Use ff_configure_buffers_for_index() 10 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 10 years ago
Vittorio Giovara a1e2caa93e mov: Log format rather than fourcc in stsd in trace mode 10 years ago
Vittorio Giovara 2eef75fd7e mov: Adjust variable types to fix format warnings 10 years ago
nu774 6ec688e1bc mp3: enable packed main_data decoding in MP4 10 years ago
Vittorio Giovara 6308cd4868 mov: Check memory allocation 10 years ago
Michael Niedermayer 9614df4b15 avformat/mov: Retry same packet on IO failure to avoid loosing a packet 10 years ago
Andreas Cadhalpun 5c720657c2 mov: always check avio_read return value 10 years ago
Andreas Cadhalpun cffb9ea81b mov: reject zero bytes_per_frame with non-zero samples_per_frame 10 years ago
Luca Barbato a8a90906fb mov: Correctly allocate ctts_data 10 years ago
Andreas Cadhalpun f261a55d72 mov: Fix two memleaks 10 years ago
Michael Niedermayer 08b7d19def avformat/mov: Also export loci altitude 10 years ago
Michael Niedermayer 1607f77494 avformat/mov: Append place name instead of overwriting for loci 10 years ago
Andreas Cadhalpun 153639cb9c mov: fix DTS calculation for samples with negative stts duration 10 years ago
Michael Niedermayer e1b0019568 avformat/mov: Avoid float usage in yuv_to_rgba() 10 years ago
Andreas Cadhalpun 83a04f8cc1 mov: reject zero bytes_per_frame with non-zero samples_per_frame 10 years ago
Michael Niedermayer 8ce564ea28 avformat/mov: Mark avio context of decompressed atoms as seekable 10 years ago
Andreas Cadhalpun b71528d896 mov: always check avio_read return value 10 years ago
Andreas Cadhalpun 8e77f8ab4a mov: fix two memleaks 10 years ago
Zhang Rui c886dd2f58 avformat/mov: check result of avio_seek 10 years ago
Carl Eugen Hoyos caa41d1e4c lavf/mov: Tell users about the use_absolute_path option. 10 years ago
Michael Niedermayer 50393bce31 avformat/mov: Fix parsing short loci 10 years ago
Michael Niedermayer 9e4f0cfc8f avformat/mov: Print reason of loci parsing failure 10 years ago
Michael Niedermayer 77ccc9145a avformat/mov: Use open_cb() if set 10 years ago
Michael Niedermayer 2b97cc2e5b avformat/mov: Pass MovContext into mov_open_dref() 10 years ago
Michael Niedermayer 2025e803cd avformat/mov: Do not read ACLR into extradata for H.264 10 years ago
Chris Watkins 0703c44692 avformat/mov.c: Use %d to print an enum, not PRIu8 10 years ago
Michael Niedermayer e48a0a6c3f avformat/mov: remove per packet timestamp print trace, theres generic code doing this in utils.c 10 years ago
Vittorio Giovara 9286de0459 mov: Double-check that alias path is not an absolute path 10 years ago
Vittorio Giovara 376589e5dd mov: Read alternate absolute path in dref alis 10 years ago