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
2018-02-20avformat/matroskadec: fix return valueJames Almer
2018-02-20avformat/matroskadec: free the packet on webvtt side data allocation failureJames Almer
2018-02-20avformat/matroskadec: ignore CodecPrivate if the stream is VP9James Almer
2018-01-30avformat/matroskadec: force full frame parsing of MLP/TrueHD streamsJames Almer
2018-01-29avformat: migrate to AVFormatContext->urlMarton Balint
2018-01-20avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe
2017-11-12Merge commit '55fe72a841ba306370e68e86c88f34b4456aa4dd'James Almer
2017-11-04matroskadec: don't warn about unknown spherical medata when none is presentJames Almer
2017-10-17Merge commit '251849f06ce36ce8dc076e0fca2922119fa7e39e'James Almer
2017-05-07avformat/matroskadec: fix resource leakSteven Liu
2017-05-01avformat/matroskadec: export Content Light Level metadataJames Almer
2017-04-23webm_dash_manifest_demuxer: Fix initialization range for files with cues at t...Derek Buitenhuis
2017-04-23webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it a...Derek Buitenhuis
2017-04-17matroskadec,cosmetics: fix a couple typosJames Zern
2017-04-17webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian
2017-03-31Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch
2017-03-29lavf: fix usages of av_get_codec_tag_string()Clément Bœsch
2017-03-23spherical: Change types of bounding and pad to uint32_tVittorio Giovara
2017-03-21Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer
2017-03-17spherical: Change types of bounding and pad to uint32_tVittorio Giovara
2017-03-08matroskadec: cosmetics: Rearrange checks for projection-depedendent propertiesVittorio Giovara
2017-03-07mkv: Export bounds and padding from spherical metadataVittorio Giovara
2017-03-07mkv: Add support for Spherical Video elementsJames Almer
2017-03-07mkv: Export bounds and padding from spherical metadataVittorio Giovara
2017-02-28lavf/matroskadec: Fix demuxing sipr.Carl Eugen Hoyos
2017-02-06lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham
2017-01-27avformat/matroskadec: ProjectionPrivate is optional on Equirectangular projec...James Almer
2017-01-05matroskadec: make sure not to leave EbmlBin in an inconsistent stateAnton Khirnov
2016-12-27avformat/matroskadec: Fix OOM on long streamsMichael Niedermayer
2016-12-24matroskadec: fix SRT subtitle durationJohn Stebbins
2016-12-11avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer
2016-12-11avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer
2016-12-08avformat/matroskadec: remove unused variableJames Almer
2016-12-08avformat/matroskadec: fix memleak on stream side data failureJames Almer
2016-12-08avformat/matroskadec: add support for Spherical Video elementsJames Almer
2016-12-02matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker
2016-11-30matroskadec: prevent access of elements after freeingMichael Schenk
2016-11-08matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun
2016-11-08Use avpriv_report_missing_feature() where appropriateDiego Biurrun
2016-11-08avformat/matroskadec: fix DiscardPadding element parsingJames Almer
2016-10-19avformat/matroskadec: fix BitsPerChannel element's default valueJames Almer
2016-10-19avformat/matroskadec: clarify some Colour element defaults using enum valuesJames Almer
2016-10-19avformat/matroskadec: support parsing Chroma Location elementsJames Almer
2016-10-17matroskadec: fix NULL pointer dereferenceAndreas Cadhalpun
2016-10-16Partially revert "avformat/matroskadec: set aspect ratio only when DisplayWid...James Almer
2016-10-16avformat/matroskadec: set aspect ratio only when DisplayWidth and DisplayHeig...James Almer
2016-10-13avformat/matroskadec: workaround the field_order bug in the Matroska muxerJames Almer
2016-10-06avformat/matroskadec: check for more reserved values on some Colour elementsJames Almer
2016-09-30lavf: fix usage of AVIOContext.seekableAnton Khirnov
2016-09-28avformat/matroskadec: set AVCodecParameters.field_order on progressive videoJames Almer