Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-10-16lavf/matroskadec: Support HEVC demuxing.Yusuke Nakamura
2013-10-14matroskadec: Demux support for SeekPreRoll and CodecDelayVignesh Venkatasubramanian
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-10-06avformat/matroskadec: only set r_frame_rate if the value is within reasonable...Michael Niedermayer
2013-09-25Merge commit '668643b9239c70b777aea322eab411ebc960d9a0'Michael Niedermayer
2013-09-24matroskadec: check av_strdup() when setting defaultsAnton Khirnov
2013-09-21matroska: Add the CueDuration elementJames Almer
2013-09-20avformat/matroskadec: correct spurious keyframe warnings in webmMonty Montgomery
2013-09-20avformat/matroskadec: use av_malloc_array() and check for allocation errorPaul B Mahol
2013-09-17Merge commit '569d18aa9dc989c37bb4d4b968026fe5afa6fff9'Michael Niedermayer
2013-09-17matroskadec: Verify realaudio codec parametersMartin Storsjö
2013-09-15matroskadec: Mute "Unknown entry" log messages for CueRelativePosition entriesJames Almer
2013-09-11avformat/matroskadec: use av_realloc_array()Michael Niedermayer
2013-09-11avformat/matroskadec: ebml_parse_elem() should not deallocate priorly existin...Michael Niedermayer
2013-09-11Merge commit 'f369b9356c4606cd4d713d60f7db5de119d901fa'Michael Niedermayer
2013-09-11opus/matroska: Adding support for End Trimming in demuxer/decoderVignesh Venkatasubramanian
2013-09-10avformat: Use av_reallocp_array() where suitableAlexandra Khirnova
2013-09-04Merge commit '5bcd3ae5b167fb74215520b01d5d810e0c8986ab'Michael Niedermayer
2013-09-03matroskadec: Check that .lang was allocated and set before reading itMartin Storsjö
2013-08-20avformat/matroskadec: add WebVTT supportMatthew Heaney
2013-08-18avformat/matroskadec: check out_samplerate before using it in av_rescale()Michael Niedermayer
2013-08-18matroskadec: Improve TTA duration calculationJames Almer
2013-08-04avformat/matroskadec: make sipr_bit_rate static constMichael Niedermayer
2013-07-15avformat/matroskadec: Detect conflicting sample rate/default_durationMichael Niedermayer
2013-06-11Merge commit '8835c554ff506992c47f6e347c74216ae073f0fa'Michael Niedermayer
2013-06-10matroskadec: introduce resync function.Sean McGovern
2013-06-08matroskadec: move ALAC extradata creation bellow AAC onePaul B Mahol
2013-06-03matroskadec: fix memleak of pkt_dataMichael Niedermayer
2013-06-03matroskadec: favor av_freep()Michael Niedermayer
2013-05-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-05-28matroskadec: export full wavpack blocks.Anton Khirnov
2013-05-28Merge commit '564b7e0c0095768cd20001b28154d69462be54e7'Michael Niedermayer
2013-05-27matroskadec: silently skip CodecState element.Anton Khirnov
2013-05-26matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer
2013-05-20avformat/matroskadec: fix integer overflowMichael Niedermayer
2013-05-07matroska: set "done" only during resync fail.Reimar Döffinger
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-04-19subtitles: introduce ASS codec id and use it.Clément Bœsch
2013-04-04matroskadec: Check EBML lace sizes.Michael Niedermayer
2013-04-04matroskadec: Check for overflows in xiph lace decodingMichael Niedermayer
2013-04-04matroskadec: fix return code for too long xiph lacesMichael Niedermayer
2013-04-04Merge commit 'bcc94328980e6c56546792ab08b0756abdce310b'Michael Niedermayer
2013-04-04Merge commit '8a96df7b70be509dae9ceec82d2c10a20361356d'Michael Niedermayer
2013-04-04matroskadec: fix display_width/height = 0 handlingMichael Niedermayer
2013-04-03matroska: pass the lace size to the matroska_parse_rm_audioLuca Barbato
2013-04-03matroska: fix a corner case in ebml-lace parsingLuca Barbato
2013-04-03matroska: Update the available size after lace parsingDale Curtis
2013-03-28Fix heap-buffer-overflow in matroska_parse_blockDale Curtis
2013-03-22matroskadec: switch to av_assertMichael Niedermayer