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
2010-03-07matroskadec: Fix a buffer overreadDavid Conrad
2010-03-04matroskadec: cosmetic indentationAurelien Jacobs
2010-03-04matroskadec: timestamps are dts and not pts in ms vfw compatibility modeJoakim Plate
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-11mkvdec: Avoid divide-by-zero crash on invalid real audio tracksDavid Conrad
2009-10-02matroskadec: cosmetics: indentationAurelien Jacobs
2009-10-02matroskadec: don't overwrite extradata already read by ff_get_wav_header()Aurelien Jacobs
2009-10-02matroskadec: fix handling of A_MS/ACM track with no extradataAurelien Jacobs
2009-08-24matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracksAurelien Jacobs
2009-08-24matroskadec: factorize some codeAurelien Jacobs
2009-08-10matroskadec: disable h264 parser as long as it totally mess up frame typeAurelien Jacobs
2009-08-10matroskadec: correctly parse flags for simpleblock framesAurelien Jacobs
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