summaryrefslogtreecommitdiff
path: root/libavformat/matroskadec.c
Commit message (Expand)AuthorAge
* avformat/av1: update ff_isom_write_av1c() to the latest revision of the specJames Almer2018-08-17
* avformat/matroskadec: reference the existing data buffer when creating packetsJames Almer2018-04-06
* avformat/matroskadec: factor the prores packet parsing code outJames Almer2018-04-06
* avformat/matroskadec: use refcounted buffers in EbmlBinJames Almer2018-04-06
* avformat/matroskadec: address some more missing AVPacket freesJames Almer2018-04-04
* avformat/matroskadec: address a missing AVPacket freeJames Almer2018-04-04
* avformat/matroskadec: use AVPacketList to queue packetsJames Almer2018-04-04
* avformat/matroskadec: fix return valueJames Almer2018-02-20
* avformat/matroskadec: free the packet on webvtt side data allocation failureJames Almer2018-02-20
* avformat/matroskadec: ignore CodecPrivate if the stream is VP9James Almer2018-02-19
* avformat/matroskadec: force full frame parsing of MLP/TrueHD streamsJames Almer2018-01-29
* avformat: migrate to AVFormatContext->urlMarton Balint2018-01-28
* avformat/matroskadec: Fix float-cast-overflow undefined behavior in matroska_...Nikolas Bowe2018-01-19
* Merge commit '55fe72a841ba306370e68e86c88f34b4456aa4dd'James Almer2017-11-12
|\
| * matroskadec: don't warn about unknown spherical medata when none is presentJames Almer2017-11-03
| * spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-23
| * mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* | Merge commit '251849f06ce36ce8dc076e0fca2922119fa7e39e'James Almer2017-10-17
|\|
| * mkv: Add support for Spherical Video elementsJames Almer2017-03-07
| * matroskadec: make sure not to leave EbmlBin in an inconsistent stateAnton Khirnov2017-01-04
| * matroskadec: fix SRT subtitle durationJohn Stebbins2016-12-24
* | avformat/matroskadec: fix resource leakSteven Liu2017-05-07
* | avformat/matroskadec: export Content Light Level metadataJames Almer2017-04-30
* | webm_dash_manifest_demuxer: Fix initialization range for files with cues at t...Derek Buitenhuis2017-04-23
* | webm_dash_manifest_demuxer: Fix UB in cue timestamp string code and make it a...Derek Buitenhuis2017-04-23
* | matroskadec,cosmetics: fix a couple typosJames Zern2017-04-17
* | webm_dash_manifest: Add option to specify bandwidthVignesh Venkatasubramanian2017-04-17
* | Merge commit '67deba8a416d818f3d95aef0aa916589090396e2'Clément Bœsch2017-03-31
|\|
| * Use avpriv_report_missing_feature() where appropriateDiego Biurrun2016-11-08
* | lavf: fix usages of av_get_codec_tag_string()Clément Bœsch2017-03-29
* | Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'James Almer2017-03-21
|\|
| * lavf: fix usage of AVIOContext.seekableAnton Khirnov2016-09-30
| * matroskadec: export CodecDelayAnton Khirnov2016-07-03
| * Mark read-only tables as staticDiego Biurrun2016-05-05
* | spherical: Change types of bounding and pad to uint32_tVittorio Giovara2017-03-17
* | matroskadec: cosmetics: Rearrange checks for projection-depedendent propertiesVittorio Giovara2017-03-07
* | mkv: Export bounds and padding from spherical metadataVittorio Giovara2017-03-07
* | lavf/matroskadec: Fix demuxing sipr.Carl Eugen Hoyos2017-02-28
* | lavf/matroskadec: fix is_keyframe for early BlocksChris Cunningham2017-02-06
* | avformat/matroskadec: ProjectionPrivate is optional on Equirectangular projec...James Almer2017-01-26
* | avformat/matroskadec: Fix OOM on long streamsMichael Niedermayer2016-12-27
* | avformat/matroskadec: remove the strict unofficial check for Colour elementsJames Almer2016-12-10
* | avformat/matroskadec: allocate Colour related fields only if the file contain...James Almer2016-12-10
* | avformat/matroskadec: remove unused variableJames Almer2016-12-08
* | avformat/matroskadec: fix memleak on stream side data failureJames Almer2016-12-08
* | avformat/matroskadec: add support for Spherical Video elementsJames Almer2016-12-07
* | matroskadec: partly revert "demux relevant subtitle packets after a seek"Rainer Hochecker2016-12-02
* | matroskadec: prevent access of elements after freeingMichael Schenk2016-11-30
* | matroskadec: fix NULL pointer dereference in webm_dash_manifest_read_headerAndreas Cadhalpun2016-11-08
* | avformat/matroskadec: fix DiscardPadding element parsingJames Almer2016-11-08