Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2016-01-20mov: Add an option to toggle dref openingDerek Buitenhuis
2016-01-16lavf/mov: Don't limit fourcc 0 -> raw/twos to version 0 sample descriptionsMats Peterson
2016-01-15lavf/mov: Confine 0x00000000 to raw/twos fourcc mapping to version 0 sample d...Mats Peterson
2016-01-08avformat/mov: Simplify format checking codeMichael Niedermayer
2016-01-08lavf/mov: Audio and fourcc 0x00000000Mats Peterson
2015-12-31avformat/mov: support cenc (common encryption)erankor
2015-12-28avformat: factor ff_get_qtpalette() out of mov.cMats Peterson
2015-12-22avformat/mov: Update handbrake_version threshold for full mp3 parsingMichael Niedermayer
2015-12-13avformat/mov: Enable parser for mp3s by old HandBrakeMichael Niedermayer
2015-12-05libavformat/mov.c: allow QuickTime metadata to come after traksNeil Birkbeck
2015-12-04avformat: use AV_OPT_TYPE_BOOL in a bunch of placesClément Bœsch
2015-11-23avformat/mov: use hypot()Ganesh Ajjanagadde
2015-11-22Merge commit '7f4ec4364bc4a73036660c1c6a3c4801db524e9e'Derek Buitenhuis
2015-11-19Merge commit 'b5f963bfec1f452c37eee900c7b11f065d10dd60'Derek Buitenhuis
2015-11-19Merge commit '303f931938c618668f7f83c646a1850bef84641e'Derek Buitenhuis
2015-11-18avformat: expose av_stream_new_side_data helperJohn Stebbins
2015-11-16avformat/mov: remove redundant assignmentGanesh Ajjanagadde
2015-11-16avformat/mov: fix memory leakGanesh Ajjanagadde
2015-11-12mov: Drop dref when unable to parseVittorio Giovara
2015-11-12mov: Correctly store dref pathsVittorio Giovara
2015-11-11avformat/mov: Add option to ignore chapters during parsingBryan Huh
2015-11-10Merge commit 'f128b8e19ac7f702adae899ab91cc1e80f238761'Hendrik Leppkes
2015-11-03mov: detect cover art pictures by contentwm4
2015-10-26mov: Add support parsing QuickTime Metadata Keys.Tinglin Liu
2015-10-23avformat/mov: Autodetect mp3s which need parsingMichael Niedermayer
2015-10-14avformat/mov: fix integer overflowGanesh Ajjanagadde
2015-10-10lavf/mov: add support for sidx fragment indexesRodger Combs
2015-10-09doc: fix spelling errorsAndreas Cadhalpun
2015-09-30libavformat/mov.c: Add parsing for DDTS atom for DTS audioShawn Singh
2015-09-29lavc: Make AVPacket.duration int64, and deprecate convergence_durationwm4
2015-09-12avformat/mov: use AV_OPT_TYPE_BOOL for export_{all,xmp} optionsClément Bœsch
2015-09-08Merge commit '7cad1bf0759ada2a1fc3e80bb232a5377dd4fda4'Hendrik Leppkes
2015-09-06mov: Allow more than one keyframe per trunMartin Storsjö
2015-09-03avformat/mov: Change the type of the r/g/b variablesMichael Niedermayer
2015-09-03avformat/mov: Fix integer overflow in FFABSMichael Niedermayer
2015-08-27lavf/mov: Support unusual alac files without frma and alac atoms.Carl Eugen Hoyos
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-02avformat/mov: fix regression in processing .aax filesVesselin Bontchev
2015-07-28Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer
2015-07-27Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer
2015-07-27lavc: Consistently prefix input buffer definesVittorio Giovara
2015-07-19Add support for Audible AAX (and AAX+) filesVesselin Bontchev
2015-07-17Revert "mov: Double-check that alias path is not an absolute path"Vittorio Giovara
2015-07-15avformat/mov: Implement a same origin policy for references instead of only a...Michael Niedermayer
2015-07-15avformat/mov: Fix opening relative referencesMichael Niedermayer
2015-07-14avformat/mov: Fix deallocation when MOVStreamContext failed to allocateMichael Niedermayer
2015-07-13avformat/mov: Use ff_configure_buffers_for_index()Michael Niedermayer
2015-07-12Merge commit 'd80811c94e068085aab797f9ba35790529126f85'Michael Niedermayer
2015-07-11riff: Use the correct logging contextLuca Barbato