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-08-17matroskadec: minor simplificationAurelien Jacobs
2010-08-17matroskadec: fix integer overflowAurelien Jacobs
2010-08-01Add WebM to the Matroska demuxer name.Alex Converse
2010-07-02matroskadec: merge only SSA packets togetherDavid Conrad
2010-07-02add AV_DISPOSITION_FORCED flag and use it in matroska demuxerAurelien Jacobs
2010-06-15matroskadec : propagate AVERROR to the callerAurelien Jacobs
2010-06-11matroskadec: fix type of the length field in ebml_read_master()Aurelien Jacobs
2010-06-11matroskadec: cosmetic: indentationAurelien Jacobs
2010-06-11matroskadec: add support for live broadcast containing unknown size clustersAurelien Jacobs
2010-06-11matroskadec: simplify parsing of the first clusterAurelien Jacobs
2010-06-11matroskadec: store the ID of the currently parsed ebml elementAurelien Jacobs
2010-06-11matroskadec: cosmetic: split a line to make it more readableAurelien Jacobs
2010-06-08Do not attempt to seek to index for streamed files and if the user explicitlyReimar Döffinger
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