aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/mov.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer2015-12-131-0/+13
* libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck2015-12-051-1/+5
* avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch2015-12-041-3/+3
* avformat/mov: use hypot()Ganesh Ajjanagadde2015-11-221-2/+1
* Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis2015-11-221-2/+2
|\
| * avformat: expose av_stream_new_side_data helperJohn Stebbins2015-11-181-2/+2
* | Merge commit 'b5f963bfec1f452c37eee900c7b11f065d10dd60'Derek Buitenhuis2015-11-191-1/+6
|\|
| * mov: Drop dref when unable to parseVittorio Giovara2015-11-121-1/+6
* | Merge commit '303f931938c618668f7f83c646a1850bef84641e'Derek Buitenhuis2015-11-191-4/+2
|\|
| * mov: Correctly store dref pathsVittorio Giovara2015-11-121-4/+2
* | avformat/mov: remove redundant assignmentGanesh Ajjanagadde2015-11-161-1/+1
* | avformat/mov: fix memory leakGanesh Ajjanagadde2015-11-161-0/+1
* | avformat/mov: Add option to ignore chapters during parsingBryan Huh2015-11-101-1/+6
* | Merge commit 'f128b8e19ac7f702adae899ab91cc1e80f238761'Hendrik Leppkes2015-11-101-0/+8
|\|
| * mov: detect cover art pictures by contentwm42015-11-031-0/+8
| * lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm42015-09-291-1/+1
* | mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu2015-10-261-6/+86
* | avformat/mov: Autodetect mp3s which need parsingMichael Niedermayer2015-10-231-0/+7
* | avformat/mov: fix integer overflowGanesh Ajjanagadde2015-10-131-0/+4
* | lavf/mov: add support for sidx fragment indexesRodger Combs2015-10-091-39/+206
* | doc: fix spelling errorsAndreas Cadhalpun2015-10-091-2/+2
* | libavformat/mov.c: Add parsing for DDTS atom for DTS audioShawn Singh2015-09-301-0/+56
* | avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} optionsClément Bœsch2015-09-121-2/+2
* | Merge commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4'Hendrik Leppkes2015-09-081-3/+3
|\|
| * mov: Allow more than one keyframe per trunMartin Storsjö2015-09-061-3/+3
* | avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer2015-09-031-1/+1
* | avformat/mov: Fix integer overflow in FFABSMichael Niedermayer2015-09-031-1/+1
* | lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos2015-08-271-0/+26
* | FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje2015-08-181-3/+3
* | Replace av_dlog with ff_dlog.Ronald S. Bultje2015-08-181-1/+2
* | 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