summaryrefslogtreecommitdiff
path: root/libavformat/mov.c
Commit message (Expand)AuthorAge
* mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu2015-10-26
* avformat/mov: Autodetect mp3s which need parsingMichael Niedermayer2015-10-23
* avformat/mov: fix integer overflowGanesh Ajjanagadde2015-10-13
* lavf/mov: add support for sidx fragment indexesRodger Combs2015-10-09
* doc: fix spelling errorsAndreas Cadhalpun2015-10-09
* libavformat/mov.c: Add parsing for DDTS atom for DTS audioShawn Singh2015-09-30
* avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} optionsClément Bœsch2015-09-12
* Merge commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4'Hendrik Leppkes2015-09-08
|\
| * mov: Allow more than one keyframe per trunMartin Storsjö2015-09-06
* | avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer2015-09-03
* | avformat/mov: Fix integer overflow in FFABSMichael Niedermayer2015-09-03
* | lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos2015-08-27
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-18
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-18
* | avformat/mov: fix regression in processing .aax filesVesselin Bontchev2015-08-02
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-27
|\|
| * lavc: Consistently prefix input buffer definesVittorio Giovara2015-07-27
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-27
|\|
| * Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara2015-07-17
* | Add support for Audible AAX (and AAX+) filesVesselin Bontchev2015-07-19
* | avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer2015-07-15
* | avformat/mov: Fix opening relative referencesMichael Niedermayer2015-07-15
* | avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer2015-07-14
* | avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer2015-07-13
* | Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer2015-07-12
|\|
| * riff: Use the correct logging contextLuca Barbato2015-07-11
* | Merge commit 'a1e2caa93e4f8102666a21222f01b74838b6497f'Michael Niedermayer2015-07-01
|\|
| * mov: Log format rather than fourcc in stsd in trace modeVittorio Giovara2015-07-01
* | Merge commit '2eef75fd7e1ac96ab9ca63bb4523078c908bc9b1'Michael Niedermayer2015-07-01
|\|
| * mov: Adjust variable types to fix format warningsVittorio Giovara2015-07-01
* | Merge commit '6ec688e1bc76dd93151cbca1c340162ae4b10d77'Michael Niedermayer2015-06-21
|\|
| * mp3: enable packed main_data decoding in MP4nu7742015-06-20
* | Merge commit '6308cd4868d2bd5fdf8bfa8dd10856c9a91874f5'Michael Niedermayer2015-06-08
|\|
| * mov: Check memory allocationVittorio Giovara2015-06-08
* | avformat/mov: Retry same packet on IO failure to avoid loosing a packetMichael Niedermayer2015-06-03
* | Merge commit '5c720657c23afd798ae0db7c7362eb859a89ab3d'Michael Niedermayer2015-06-01
|\|
| * mov: always check avio_read return valueAndreas Cadhalpun2015-05-31
| * mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-31
* | Merge commit 'a8a90906fb0ad0f8d3c68a97f182528ee3b5198c'Michael Niedermayer2015-06-01
|\|
| * mov: Correctly allocate ctts_dataLuca Barbato2015-05-31
| * mov: Fix two memleaksAndreas Cadhalpun2015-05-31
* | avformat/mov: Also export loci altitudeMichael Niedermayer2015-05-30
* | avformat/mov: Append place name instead of overwriting for lociMichael Niedermayer2015-05-30
* | mov: fix DTS calculation for samples with negative stts durationAndreas Cadhalpun2015-05-29
* | avformat/mov: Avoid float usage in yuv_to_rgba()Michael Niedermayer2015-05-29
* | mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun2015-05-26
* | avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer2015-05-25
* | mov: always check avio_read return valueAndreas Cadhalpun2015-05-24
* | mov: fix two memleaksAndreas Cadhalpun2015-05-24
* | avformat/mov: check result of avio_seekZhang Rui2015-05-21