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-06-08Fix the MATROSKA_ID_TAGDEFAULT to match the specification (instead ofReimar Döffinger
2010-05-26matroskadec: avoid potential crash after r23169Aurelien Jacobs
2010-05-24matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhereDavid Conrad
2010-05-22matroskadec: Allow unknown EBML doctypeDavid Conrad
2010-05-22matroskadec: Support webm doctypeJames Zern
2010-05-19matroskadec: Free ebml binary buffer on errorDavid Conrad
2010-05-19matroskadec: Fix buffer overread in matroska_ebmlnum_uintDavid Conrad
2010-05-19matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the fileDavid Conrad
2010-05-19matroskadec: Use av_freep in ebml_read_asciiDavid Conrad
2010-05-17set avg frame rate in mkv demuxerBaptiste Coudurier
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-21seems aac gets screwed up by the parser so disable itBaptiste Coudurier
2010-04-21parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-12Move the internal function declarations in avformat.h to internal.h.Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-15matroskadec: use more appropriate error codeAurelien Jacobs
2010-03-13matroskadec: add support for SIPR audio tracksAurelien Jacobs
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