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