summaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: fix regression in processing .aax filesVesselin Bontchev2015-08-021-3/+3
* Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-5/+5
|\
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-271-10/+10
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-171-1/+1
* | Add support for Audible AAX (and AAX+) filesVesselin Bontchev2015-07-191-0/+128
* | avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer2015-07-151-2/+42
* | avformat/mov: Fix opening relative referencesMichael Niedermayer2015-07-151-2/+5
* | avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-141-0/+3
* | avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer2015-07-131-0/+1
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-121-1/+1
|\ \ | |/
| * riff: Use the correct logging contextLuca Barbato2015-07-111-1/+1
* | Merge commit 'a1e2caa93e4f8102666a21222f01b74838b6497f'Michael Niedermayer2015-07-011-2/+3
|\ \ | |/
| * mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara2015-07-011-3/+3
* | Merge commit '2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1'Michael Niedermayer2015-07-011-1/+1
|\ \ | |/
| * mov: Adjust variable types to fix format warningsVittorio Giovara2015-07-011-1/+1
* | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer2015-06-211-1/+9
|\ \ | |/
| * mp3: enable packed main_data decoding in MP4nu7742015-06-201-1/+9
* | Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer2015-06-081-1/+5
|\ \ | |/
| * mov: Check memory allocationVittorio Giovara2015-06-081-1/+5
* | avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer2015-06-031-2/+13
* | Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer2015-06-011-41/+75
|\ \ | |/
| * mov: always check avio_read return valueAndreas Cadhalpun2015-05-311-22/+101
| * mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-311-0/+7
* | Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer2015-06-011-1/+1
|\ \ | |/
| * mov: Correctly allocate ctts_dataLuca Barbato2015-05-311-1/+1
| * mov: Fix two memleaksAndreas Cadhalpun2015-05-311-1/+4
* | avformat/mov: Also export loci altitudeMichael Niedermayer2015-05-301-2/+7
* | avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer2015-05-301-3/+3
* | mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun2015-05-291-6/+23
* | avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer2015-05-291-3/+3
* | mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-261-0/+7
* | avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-05-251-0/+1
* | mov: always check avio_read return valueAndreas Cadhalpun2015-05-241-12/+36
* | mov: fix two memleaksAndreas Cadhalpun2015-05-241-1/+3
* | avformat/mov: check result of avio_seekZhang Rui2015-05-211-1/+4
* | lavf/mov: Tell users about the use_absolute_path option.Carl Eugen Hoyos2015-05-171-0/+5
* | avformat/mov: Fix parsing short lociMichael Niedermayer2015-05-161-1/+1
* | avformat/mov: Print reason of loci parsing failureMichael Niedermayer2015-05-161-3/+9
* | avformat/mov: Use open_cb() if setMichael Niedermayer2015-05-111-3/+11
* | avformat/mov: Pass MovContext into mov_open_dref()Michael Niedermayer2015-05-111-7/+7
* | avformat/mov: Do not read ACLR into extradata for H.264Michael Niedermayer2015-04-301-0/+2
* | avformat/mov.c: Use %d to print an enum, not PRIu8Chris Watkins2015-04-211-1/+1
* | avformat/mov: remove per packet timestamp print trace, theres generic code do...Michael Niedermayer2015-04-201-2/+1
* | Merge commit '9286de045968ad456d4e752651eec22de5e89060'Michael Niedermayer2015-04-201-1/+1
|\ \ | |/
| * mov: Double-check that alias path is not an absolute pathVittorio Giovara2015-04-191-1/+1
* | Merge commit '376589e5dd72aa2dd42500f456fca303fcdcad85'Michael Niedermayer2015-04-201-1/+3
|\ \ | |/
| * mov: Read alternate absolute path in dref alisVittorio Giovara2015-04-191-1/+3
* | Merge commit '1a3eb042c704dea190c644def5b32c9cee8832b8'Michael Niedermayer2015-04-201-42/+43
|\ \ | |/
| * Replace av_dlog with normal av_log at trace levelVittorio Giovara2015-04-191-41/+42
OpenPOWER on IntegriCloud