520 Commits (d201a0f0f843fc108f5506d82937bb1b4cafb345)

Author SHA1 Message Date
Michael Niedermayer 9d13432a90 avformat/matroskadec: identify SMI as SVQ3 11 years ago
Michael Niedermayer 48218580e1 avformat/matroskadec: support QDM2 as generated by mkvtoolnix-6.7.0 11 years ago
Michael Niedermayer 5800b08572 avformat/matroskadec: support SVQ3 as generated by mkvtoolnix-6.6.0 11 years ago
Carl Eugen Hoyos 1132937077 Do not read mkv audio bit_depth if bits_per_coded_sample is already set. 11 years ago
Michael Niedermayer a1ed1c2193 avformat/matroskadec: check generic audio deinterleaver sub_packet_size against frame_size 11 years ago
James Almer 2c759d7018 matroskadec: Export the MuxingApp element value as metadata 11 years ago
James Almer 0d944ee343 matroskadec: Fix bug when parsing realaudio codec parameters 11 years ago
Alex Sukhanov 251c96a70b avformat/matroskadec: Fix start_time 11 years ago
Aurelien Jacobs 8b516f154a matroskadec: use correct compression parameters for current track CodecPrivate 11 years ago
Anton Khirnov 30be1ea33e matroskadec: pad EBML_BIN data. 11 years ago
Jan Gerber 8cc59ec881 lavf/matroskadec ReferenceBlock is a signed integer 11 years ago
Jan Gerber f4b1ca99ff lavf/matroska*: DiscardPadding is a signed integer 11 years ago
Michael Niedermayer cddd15ba5c avformat/matroska: simplify signed int access code 11 years ago
Jan Gerber d03eea36b2 lavf/matroska*: add support for signed integers 11 years ago
Yusuke Nakamura 959bea13ce matroskadec: Support HEVC demuxing 11 years ago
Yusuke Nakamura 16b6839de6 lavf/matroskadec: Support HEVC demuxing. 11 years ago
Vignesh Venkatasubramanian d6f86d74ed matroskadec: Demux support for SeekPreRoll and CodecDelay 11 years ago
Paul B Mahol a807c68253 avformat: use ff_alloc_extradata() 11 years ago
Michael Niedermayer 6853e40106 avformat/matroskadec: only set r_frame_rate if the value is within reasonable limits 11 years ago
Anton Khirnov 668643b923 matroskadec: check av_strdup() when setting defaults 11 years ago
James Almer 56f17407bc matroska: Add the CueDuration element 11 years ago
Monty Montgomery f6622f9610 avformat/matroskadec: correct spurious keyframe warnings in webm 11 years ago
Paul B Mahol 3e2a5b33f0 avformat/matroskadec: use av_malloc_array() and check for allocation error 11 years ago
Martin Storsjö 569d18aa9d matroskadec: Verify realaudio codec parameters 11 years ago
James Almer 5ab7b3b948 matroskadec: Mute "Unknown entry" log messages for CueRelativePosition entries 11 years ago
Michael Niedermayer e529082369 avformat/matroskadec: use av_realloc_array() 11 years ago
Michael Niedermayer 32805f8521 avformat/matroskadec: ebml_parse_elem() should not deallocate priorly existing lists on failure 11 years ago
Vignesh Venkatasubramanian 7b0a839b0b opus/matroska: Adding support for End Trimming in demuxer/decoder 11 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 11 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 11 years ago
Matthew Heaney 818ebe930f avformat/matroskadec: add WebVTT support 11 years ago
Michael Niedermayer 338f8b2eaf avformat/matroskadec: check out_samplerate before using it in av_rescale() 11 years ago
James Almer af248fa117 matroskadec: Improve TTA duration calculation 11 years ago
Michael Niedermayer 62cf5c114a avformat/matroskadec: make sipr_bit_rate static const 11 years ago
Michael Niedermayer 6158a3bcdf avformat/matroskadec: Detect conflicting sample rate/default_duration 12 years ago
Sean McGovern 8835c554ff matroskadec: introduce resync function. 12 years ago
Paul B Mahol 9644fc95be matroskadec: move ALAC extradata creation bellow AAC one 12 years ago
Michael Niedermayer 2fe4b6210c matroskadec: fix memleak of pkt_data 12 years ago
Michael Niedermayer 0722b4d08c matroskadec: favor av_freep() 12 years ago
Anton Khirnov 9b6f47c448 matroskadec: export full wavpack blocks. 12 years ago
Anton Khirnov 564b7e0c00 matroskadec: silently skip CodecState element. 12 years ago
Michael Niedermayer 4758e32a6c matroska_read_seek: Fix used streams for subtitle index compensation 12 years ago
Michael Niedermayer 729fa55b8f avformat/matroskadec: fix integer overflow 12 years ago
Reimar Döffinger 762d4335ae matroska: set "done" only during resync fail. 12 years ago
Diego Biurrun e0f8be6413 avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate 12 years ago
Clément Bœsch 7c1a002c78 subtitles: introduce ASS codec id and use it. 12 years ago
Michael Niedermayer 3b93bea9e3 matroskadec: Check EBML lace sizes. 12 years ago
Michael Niedermayer 115c3bc41f matroskadec: Check for overflows in xiph lace decoding 12 years ago
Michael Niedermayer 14de77d677 matroskadec: fix return code for too long xiph laces 12 years ago
Michael Niedermayer f51ce34e5e matroskadec: fix display_width/height = 0 handling 12 years ago