1164 Commits (f2ba60d4e9cad7a92279387ed0a228660d83ed89)

Author SHA1 Message Date
Ronald S. Bultje 6471040f56 FF_OPT_TYPE_* -> AV_OPT_TYPE_*. 9 years ago
Ronald S. Bultje 229843aa35 Replace av_dlog with ff_dlog. 9 years ago
Vesselin Bontchev 336822edf4 avformat/mov: fix regression in processing .aax files 9 years ago
Vittorio Giovara 059a934806 lavc: Consistently prefix input buffer defines 9 years ago
Vesselin Bontchev 0a551cbe97 Add support for Audible AAX (and AAX+) files 9 years ago
Vittorio Giovara f1840b070d Revert "mov: Double-check that alias path is not an absolute path" 9 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 9 years ago
Michael Niedermayer c9c7263e58 avformat/mov: Fix opening relative references 9 years ago
Michael Niedermayer 15629129dd avformat/mov: Fix deallocation when MOVStreamContext failed to allocate 9 years ago
Michael Niedermayer 488cc05192 avformat/mov: Use ff_configure_buffers_for_index() 9 years ago
Luca Barbato d80811c94e riff: Use the correct logging context 9 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
Vittorio Giovara 1a3eb042c7 Replace av_dlog with normal av_log at trace level 10 years ago
Vittorio Giovara be089af38f mov: Rely on box type rather than file type for colr atom 10 years ago
Carl Eugen Hoyos 072198166e lavf/mov: Do not overread iTunes metadata. 10 years ago
Jochen Strunk 0276b95242 avformat/mov: check color parameter type explicitly. 10 years ago
Vittorio Giovara e4fe535d12 mov: Write the display matrix in order 10 years ago
Derek Buitenhuis 414d6547f3 mov: Add option to keep exact packet sequence after seeking 10 years ago
Derek Buitenhuis 8692d74b73 mov: Add option to keep exact packet sequence after seeking 10 years ago
Michael Niedermayer 13f8bbfb70 avformat/mov: fix mis-detection of jpeg2000 10 years ago
Vittorio Giovara 423f5d50e4 mov: Fix little endian audio detection 10 years ago
Michael Niedermayer 1e4d0498df avformat/mov: Disallow ".." in dref unless use_absolute_path is set 10 years ago
Michael Niedermayer 8003816e16 avformat/mov: Check for string truncation in mov_open_dref() 10 years ago