512 Commits (fe3808eddee81ce4712d1e729fa6fe619f1685c8)

Author SHA1 Message Date
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() 12 years ago
Michael Niedermayer 32805f8521 avformat/matroskadec: ebml_parse_elem() should not deallocate priorly existing lists on failure 12 years ago
Vignesh Venkatasubramanian 7b0a839b0b opus/matroska: Adding support for End Trimming in demuxer/decoder 12 years ago
Alexandra Khirnova f369b9356c avformat: Use av_reallocp_array() where suitable 12 years ago
Martin Storsjö 5bcd3ae5b1 matroskadec: Check that .lang was allocated and set before reading it 12 years ago
Matthew Heaney 818ebe930f avformat/matroskadec: add WebVTT support 12 years ago
Michael Niedermayer 338f8b2eaf avformat/matroskadec: check out_samplerate before using it in av_rescale() 12 years ago
James Almer af248fa117 matroskadec: Improve TTA duration calculation 12 years ago
Michael Niedermayer 62cf5c114a avformat/matroskadec: make sipr_bit_rate static const 12 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
Luca Barbato 25a80a931a matroska: pass the lace size to the matroska_parse_rm_audio 12 years ago
Luca Barbato 8a96df7b70 matroska: fix a corner case in ebml-lace parsing 12 years ago
Dale Curtis fc43c19a56 matroska: Update the available size after lace parsing 12 years ago
Dale Curtis 81e85bc95c Fix heap-buffer-overflow in matroska_parse_block 12 years ago
Michael Niedermayer ac75e0c755 matroskadec: switch to av_assert 12 years ago
Frank Galligan b853103fe0 matroskadec: Add support for parsing Matroska ContentEncKeyID 12 years ago
Michael Niedermayer fdda9b440c matroska_parse_frame: fix memleak 12 years ago
Michael Niedermayer 70c0ae915d matroskadec: avoid integer overflow 12 years ago
Luca Barbato 37cb3b180a matroskadec: request a read buffer for the wav header 12 years ago
Anton Khirnov 85a5bc054c lavf: remove disabled FF_API_R_FRAME_RATE cruft 12 years ago