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
2007-07-11add support for ASS like subtitles in MatroskaAurelien Jacobs
2007-07-11add support for Matroska subtitle tracksAurelien Jacobs
2007-06-05add support for real audio in matroskaAurelien Jacobs
2007-06-05split some common code from the mkv demuxer that will be useful to the muxerDavid Conrad
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-10cosmetics: indentationAurelien Jacobs
2007-04-09add support for seeking to a keyframe instead of a random frameAurelien Jacobs
2007-04-09add an intermediate variable (prepare for next patch)Aurelien Jacobs
2007-04-09add support for seeking in matroska filesAurelien Jacobs
2007-04-09move matroska_find_track_by_num() upper in the fileAurelien Jacobs
2007-04-09cluster position is relative to segment_startAurelien Jacobs
2007-04-09properly set streams start_timeAurelien Jacobs
2007-04-09remove unused context fieldAurelien Jacobs
2007-04-09remove wrong and no more used packet reordering codeAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-25add support for V_THEORA into MatroskaAurelien Jacobs
2007-03-16disable pts reordering code and initialize a parser insteadAurelien Jacobs
2007-03-13remove outdated commentAurelien Jacobs
2007-03-13remove no more needed parametersAurelien Jacobs
2007-03-13set pkt->duration for laced packets tooAurelien Jacobs
2007-03-13calculate pts for laced packetsAurelien Jacobs
2007-03-13calculate default_duration for AAC tracksAurelien Jacobs
2007-03-13scale duration and default_durationAurelien Jacobs
2007-03-13move timecode calculation out of laces loopAurelien Jacobs
2007-03-12cosmetic: indent after last commitAurelien Jacobs
2007-03-12reorder pts of packets from tracks using V_MPEG* codecsAurelien Jacobs
2007-03-12revert r7181Aurelien Jacobs
2007-03-12check if current block contains a B frame and gives this info to parse_block()Aurelien Jacobs
2007-03-12extract ebml_read_binary() out of matroska_parse_block()Aurelien Jacobs
2007-03-12reindent after last commitAurelien Jacobs
2007-03-12parse clusters until some packets are queuedAurelien Jacobs
2007-03-12fix a stupid bug in ebml_read_sint()Aurelien Jacobs
2007-03-12use codec_get_id() instead of deprecated codec_get_[bmp/wav]_id()Aurelien Jacobs
2007-03-02don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs
2007-03-02add support for simple blocks (ie. matroska v2)Aurelien Jacobs
2007-03-02cosmetics: fix indentation of the new matroska_parse_block() functionAurelien Jacobs
2007-03-02split a matroska_parse_block() function from matroska_parse_blockgroup()Aurelien Jacobs
2007-03-02fix an off-by-one error in probing functionAurelien Jacobs
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-11-29matroska: scale timecode according to time_scaleAurelien Jacobs
2006-11-24No need for special trick anymore for flac in matroska.Aurelien Jacobs
2006-11-22add support for FLAC in matroskaAurelien Jacobs
2006-11-20add support for tta in matroskaAurelien Jacobs
2006-11-20cosmetics: reindent after last commitAurelien Jacobs
2006-11-20matroska: split real video frames so that each packet contains only one sliceAurelien Jacobs
2006-11-20matroska: properly handle real video extradataAurelien Jacobs
2006-11-20simplify free()+set to NULL using av_freep()Aurelien Jacobs
2006-11-12Allows playback of truncated matroska files.Aurelien Jacobs
2006-11-11Fix wrong comment.Steve L'Homme
2006-11-11Add A_AAC codec identifier support in matroska.Steve L'Homme