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
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-14matroskadec: prepend TargetType to metadata key nameAurelien Jacobs
2009-05-10Remove unused code found by CSABenjamin Larsson
2009-03-01Add some basic metadata conversion tables for matroska and asf.Aurelien Jacobs
2009-02-20matroskadec: return AVERROR_EOF upon detection of end of fileAurelien Jacobs
2009-02-15matroskadec: export language of metadata tags when availableAurelien Jacobs
2009-02-15matroskadec: add generic metadata supportAurelien Jacobs
2009-02-15matroskadec: read track and attachment uidAurelien Jacobs
2009-02-15matroskadec: export track name through the metadata APIAurelien Jacobs
2009-02-15matroskadec: use new metadata API to export some simple informationAurelien Jacobs
2009-02-03cosmetics: whitespaceAurelien Jacobs
2009-02-02Add av_ prefix to LZO stuff and thus make it officially part of the public API.Reimar Döffinger
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-18matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs
2009-01-18matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs
2009-01-15matroskadec: ensure we only consider chapters which are properly orderedAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-12-19Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange
2008-11-15matroskadec: fix index timestamps for some broken filesAurelien Jacobs
2008-10-22uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-10-03matroskadec: cosmetics: indentationAurelien Jacobs
2008-10-03matroskadec: don't merge packets which have no timestampAurelien Jacobs
2008-09-29matroskadec: merge ASS events which share the same pts in the same AVPavketAurelien Jacobs
2008-09-29matroskadec: ass events lines must end with a DOS style EOLAurelien Jacobs
2008-09-29matroskadec: set duration only for CODEC_ID_TEXT subtitlesAurelien Jacobs
2008-09-29matroskadec: pass duration as parameter of matroska_fix_ass_packet()Aurelien Jacobs
2008-09-12matroskadec: simplify, first_timecode is already in the indexAurelien Jacobs
2008-09-12matroskadec: prevent seeking before the first keyframe of the reference streamAurelien Jacobs
2008-09-09matroskadec: demux relevant subtitle packets after a seekAurelien Jacobs
2008-09-09matroskadec: ensure that overlapping subtitles are not added to the indexAurelien Jacobs
2008-09-09matroskadec: after seeking, skip up to the desired timestamp instead ofAurelien Jacobs
2008-09-09matroskadec: move timecode calculation a little earlierAurelien Jacobs
2008-09-09matroskadec: sanitize track time_scale before using itAurelien Jacobs
2008-09-07matroskadec: remove now useless vstream and is_video_key_frameAurelien Jacobs
2008-09-07matroskadec: remove useless bracesAurelien Jacobs
2008-09-07matroskadec: ensure that the timecode added to the index are is the oneAurelien Jacobs
2008-09-05matroskadec: fix ASS subtitle track packets before emitting themAurelien Jacobs
2008-09-05matroska: subtitle display duration must be stored in pkt->convergence_durationAurelien Jacobs
2008-08-27matroskadec: cosmetics: indentationAurelien Jacobs
2008-08-27matroskadec: seek to the last position known in the index before resorting toAurelien Jacobs
2008-08-27matroskadec: index timestamps are supposed to be in the timebase of the streamAurelien Jacobs
2008-08-25matroskadec: unset matroska->done when seekingAurelien Jacobs
2008-08-25matroskadec: full seeking support in index-less filesAurelien Jacobs
2008-08-25matroskadec: on the fly index construction for index-less filesAurelien Jacobs
2008-08-25matroskadec: don't try to seek to negative timestampAurelien Jacobs
2008-08-25matroskadec: move setting of matroska->done inside matroska_parse_cluster()Aurelien Jacobs
2008-08-24Mark "matroska" probe data string constant.Reimar Döffinger
2008-08-24matroskadec: make aac_profiles array constAurelien Jacobs