git.videolan.org
/
ffmpeg.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
mkv: Add support for Spherical Video elements
[ffmpeg.git]
/
libavformat
/
matroskadec.c
2017-03-07
James Almer
mkv: Add support for Spherical Video elements
blob
|
commitdiff
2017-01-05
Anton Khirnov
matroskadec: make sure not to leave EbmlBin in an incon...
blob
|
commitdiff
|
diff to current
2016-12-24
John Stebbins
matroskadec: fix SRT subtitle duration
blob
|
commitdiff
|
diff to current
2016-11-08
Diego Biurrun
Use avpriv_report_missing_feature() where appropriate
blob
|
commitdiff
|
diff to current
2016-09-30
Anton Khirnov
lavf: fix usage of AVIOContext.seekable
blob
|
commitdiff
|
diff to current
2016-07-03
Anton Khirnov
matroskadec: export CodecDelay
blob
|
commitdiff
|
diff to current
2016-05-05
Diego Biurrun
Mark read-only tables as static
blob
|
commitdiff
|
diff to current
2016-03-31
Luca Barbato
matroska: Support interlaced content correctly
blob
|
commitdiff
|
diff to current
2016-03-15
Luca Barbato
matroska: Support V_QUICKTIME as written in the specifi...
blob
|
commitdiff
|
diff to current
2016-02-23
Anton Khirnov
lavf: replace AVStream.codec with AVStream.codecpar
blob
|
commitdiff
|
diff to current
2016-02-19
Luca Barbato
mkv: Force the full parsing of mp3
blob
|
commitdiff
|
diff to current
2015-12-07
Aaron Colwell
matroskadec: Fix sample_aspect_ratio for stereo matrosk...
blob
|
commitdiff
|
diff to current
2015-11-28
Luca Barbato
matroska: Warn when metadata references a non-existent...
blob
|
commitdiff
|
diff to current
2015-10-26
Luca Barbato
avpacket: Replace av_free_packet with av_packet_unref
blob
|
commitdiff
|
diff to current
2015-09-29
wm4
lavc: Make AVPacket.duration int64, and deprecate conve...
blob
|
commitdiff
|
diff to current
2015-07-27
Vittorio Giovara
lavc: Consistently prefix input buffer defines
blob
|
commitdiff
|
diff to current
2015-07-11
Luca Barbato
riff: Use the correct logging context
blob
|
commitdiff
|
diff to current
2015-05-12
Vittorio Giovara
mkv: Print unsupported mov tags when found
blob
|
commitdiff
|
diff to current
2015-04-18
Thomas Guillem
matroskadec: fix crash when parsing invalid mkv
blob
|
commitdiff
|
diff to current
2015-04-08
wm4
matroskadec: export cover art correctly
blob
|
commitdiff
|
diff to current
2015-03-12
Vittorio Giovara
matroskadec: Check memory allocations
blob
|
commitdiff
|
diff to current
2015-02-14
Diego Biurrun
avformat: Don't anonymously typedef structs
blob
|
commitdiff
|
diff to current
2014-12-15
Xiaohan Wang
matroskadec: Fix read-after-free in matroska_read_seek()
blob
|
commitdiff
|
diff to current
2014-10-24
Vittorio Giovara
matroskadec: check return values
blob
|
commitdiff
|
diff to current
2014-10-24
Vittorio Giovara
matroskadec: fix leak on error
blob
|
commitdiff
|
diff to current
2014-08-28
Vittorio Giovara
matroskadec: parse stereo mode on decoding
blob
|
commitdiff
|
diff to current
2014-08-28
Vittorio Giovara
matroska: list supported extensions
blob
|
commitdiff
|
diff to current
2014-08-15
Gabriel Dume
cosmetics: Write NULL pointer inequality checks more...
blob
|
commitdiff
|
diff to current
2014-08-15
Gabriel Dume
cosmetics: Write NULL pointer equality checks more...
blob
|
commitdiff
|
diff to current
2014-07-29
Luca Barbato
matroska: Register mime types
blob
|
commitdiff
|
diff to current
2014-07-02
Michael Niedermayer
matroskadec: Fix a double negation typo
blob
|
commitdiff
|
diff to current
2014-06-22
Diego Biurrun
Replace av_malloc() and memset(0) by av_mallocz()
blob
|
commitdiff
|
diff to current
2014-05-28
Anton Khirnov
matroskadec: parse the channel layout mask for FLAC
blob
|
commitdiff
|
diff to current
2014-05-28
Anton Khirnov
matroskadec: export just the STREAMINFO block as FLAC...
blob
|
commitdiff
|
diff to current
2014-05-28
Anton Khirnov
matroskadec: split parsing tracks into a separate function
blob
|
commitdiff
|
diff to current
2014-04-30
Anton Khirnov
matroskadec: read the CodecDelay element
blob
|
commitdiff
|
diff to current
2014-03-11
Diego Biurrun
lavf: more correct printf format specifiers
blob
|
commitdiff
|
diff to current
2014-03-07
Diego Biurrun
matroskadec: cosmetics: Fix "attachement" vs. "attachme...
blob
|
commitdiff
|
diff to current
2014-03-07
Keiji Costantini
matroskadec: K&R formatting cosmetics
blob
|
commitdiff
|
diff to current
2013-11-21
Aurelien Jacobs
matroskadec: use correct compression parameters for...
blob
|
commitdiff
|
diff to current
2013-11-21
Anton Khirnov
matroskadec: pad EBML_BIN data.
blob
|
commitdiff
|
diff to current
2013-10-31
Yusuke Nakamura
matroskadec: Support HEVC demuxing
blob
|
commitdiff
|
diff to current
2013-09-24
Anton Khirnov
matroskadec: check av_strdup() when setting defaults
blob
|
commitdiff
|
diff to current
2013-09-17
Martin Storsjö
matroskadec: Verify realaudio codec parameters
blob
|
commitdiff
|
diff to current
2013-09-10
Alexandra Khirnova
avformat: Use av_reallocp_array() where suitable
blob
|
commitdiff
|
diff to current
2013-09-03
Martin Storsjö
matroskadec: Check that .lang was allocated and set...
blob
|
commitdiff
|
diff to current
2013-06-10
Sean McGovern
matroskadec: introduce resync function.
blob
|
commitdiff
|
diff to current
2013-05-28
Anton Khirnov
matroskadec: export full wavpack blocks.
blob
|
commitdiff
|
diff to current
2013-05-27
Anton Khirnov
matroskadec: silently skip CodecState element.
blob
|
commitdiff
|
diff to current
2013-05-04
Diego Biurrun
avformat: Add AVPROBE_SCORE_EXTENSION define and use...
blob
|
commitdiff
|
diff to current
2013-04-03
Luca Barbato
matroska: pass the lace size to the matroska_parse_rm_audio
blob
|
commitdiff
|
diff to current
2013-04-03
Luca Barbato
matroska: fix a corner case in ebml-lace parsing
blob
|
commitdiff
|
diff to current
2013-04-03
Dale Curtis
matroska: Update the available size after lace parsing
blob
|
commitdiff
|
diff to current
2013-03-12
Luca Barbato
matroskadec: request a read buffer for the wav header
blob
|
commitdiff
|
diff to current
2013-03-11
Anton Khirnov
lavf: remove disabled FF_API_R_FRAME_RATE cruft
blob
|
commitdiff
|
diff to current
2013-03-08
Anton Khirnov
avpacket: use AVBuffer to allow refcounting the packets.
blob
|
commitdiff
|
diff to current
2013-01-10
Dale Curtis
matroska: Fix use after free
blob
|
commitdiff
|
diff to current
2012-11-02
Anton Khirnov
matroskadec: do not use avpacket internals
blob
|
commitdiff
|
diff to current
2012-10-25
Diego Biurrun
avutil: Make LZO decoder code configure-time selectable
blob
|
commitdiff
|
diff to current
2012-10-15
Diego Biurrun
rmdec: Move SIPR code shared with Matroska demuxer...
blob
|
commitdiff
|
diff to current
2012-09-21
Anton Khirnov
matroskadec: fix a sanity check.
blob
|
commitdiff
|
diff to current
2012-09-21
Anton Khirnov
matroskadec: only return corrupt packets that actually...
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: properly support BlockDuration
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: split frame parsing
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: split laces parsing
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroska: implement support for ProRes
blob
|
commitdiff
|
diff to current
2012-09-19
Moritz Bunkus
matroska: implement support for ALAC
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: validate lace_size when parsed
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: return meaningful errors in matroska_decod...
blob
|
commitdiff
|
diff to current
2012-09-19
Dale Curtis
matroskadec: fix incorrect unsigned->signed conversion
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: refactor matroska_decode_buffer
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroskadec: check realloc in lzo encoding
blob
|
commitdiff
|
diff to current
2012-09-19
Luca Barbato
matroska: honor error_recognition on unknown doctypes
blob
|
commitdiff
|
diff to current
2012-08-07
Anton Khirnov
Replace all CODEC_ID_* with AV_CODEC_ID_*
blob
|
commitdiff
|
diff to current
2012-07-30
Diego Biurrun
avformat: Drop pointless "format" from container long...
blob
|
commitdiff
|
diff to current
2012-07-29
Anton Khirnov
lavf: deprecate r_frame_rate.
blob
|
commitdiff
|
diff to current
2012-07-22
Anton Khirnov
matroskadec: return more correct error code on read...
blob
|
commitdiff
|
diff to current
2012-07-09
Anton Khirnov
matroskadec: honor error_recognition when encountering...
blob
|
commitdiff
|
diff to current
2012-04-30
Luca Barbato
mkv: mark corrupted packets and return them
blob
|
commitdiff
|
diff to current
2012-04-30
Luca Barbato
mkv: forward EMBL block data error
blob
|
commitdiff
|
diff to current
2012-04-23
Dale Curtis
matroska: Clear prev_pkt between seeks.
blob
|
commitdiff
|
diff to current
2012-04-23
Dale Curtis
matroska: Add incremental parsing of clusters.
blob
|
commitdiff
|
diff to current
2012-04-18
Mans Rullgard
matroska: do not set invalid default duration if frame...
blob
|
commitdiff
|
diff to current
2012-04-17
Luca Barbato
mkv: use av_reduce instead of av_d2q for framerate...
blob
|
commitdiff
|
diff to current
2012-04-17
Luca Barbato
mkv: report average framerate as minimal as well
blob
|
commitdiff
|
diff to current
2012-04-13
Dale Curtis
matroska: Fix leaking memory allocated for laces.
blob
|
commitdiff
|
diff to current
2012-03-02
Ronald S. Bultje
matroska: check buffer size for RM-style byte reordering.
blob
|
commitdiff
|
diff to current
2012-02-25
Ronald S. Bultje
matroska: don't overwrite string values until read...
blob
|
commitdiff
|
diff to current
2012-02-21
Alex Converse
Mark mutable static data const where appropriate.
blob
|
commitdiff
|
diff to current
2012-02-15
Martin Storsjö
libavformat: Add an ff_ prefix to some lavf internal...
blob
|
commitdiff
|
diff to current
2012-02-13
Diego Biurrun
matroskadec: Mark variable as av_unused.
blob
|
commitdiff
|
diff to current
2012-01-27
Anton Khirnov
lavf: remove AVFormatParameters from AVFormatContext...
blob
|
commitdiff
|
diff to current
2012-01-25
Alex Converse
matroskadec: Pad AAC extradata.
blob
|
commitdiff
|
diff to current
2012-01-05
Chris Evans
matroskadec: Fix a bug where a pointer was cached to...
blob
|
commitdiff
|
diff to current
2011-12-11
Mans Rullgard
lavu: replace int/float punning functions
blob
|
commitdiff
|
diff to current
2011-12-05
Diego Biurrun
misc Doxygen markup improvements
blob
|
commitdiff
|
diff to current
2011-11-30
Anton Khirnov
lavf: make av_set_pts_info private.
blob
|
commitdiff
|
diff to current
2011-11-30
Anton Khirnov
matroskadec: don't set codec timebase.
blob
|
commitdiff
|
diff to current
2011-11-05
Ronald S. Bultje
matroskadec: empty blocks are in fact valid.
blob
|
commitdiff
|
diff to current
2011-10-28
Anton Khirnov
lavf: make some seeking functions private
blob
|
commitdiff
|
diff to current
next