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
2011-07-12oggdec: prevent heap corruption.Chris Evans
2011-07-04ogg: propagate return values and return more meaningful error valuesNicolas George
2011-07-04oggdec: Abort Ogg header parsing when encountering a data packet.Reimar Döffinger
2011-06-29ogg: fix double free when finding length of small chained oggs.Ronald S. Bultje
2011-06-03Remove stray extra arguments from av_dlog() invocations.Diego Biurrun
2011-06-02Remove unused variablesMans Rullgard
2011-05-12Cosmetics: fix prototypes in oggdecClément Bœsch
2011-05-12oggdec: fix memleak with continuous streams.Clément Bœsch
2011-05-12oggdec: use explicit AVInputFormat struct initializersClément Bœsch
2011-05-12oggdec: simplify ogg_probeClément Bœsch
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-24oggdec: reindent after 8f3eebd6Clément Bœsch
2011-04-20oggdec: use av_freep() instead of av_free()Michael Niedermayer
2011-04-15oggdec: simplify audio chained ogg streams supportClément Bœsch
2011-04-10oggdec: fix demuxing chained audio streamsClément Bœsch
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-07avio: deprecate url_fgetc and remove all it usesAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-09oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2010-11-29Ensure that data_offset is set correctly when there are partialAaron Colwell
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-06-09Fix printf format warningsEli Friedman
2010-05-24Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the manyReimar Döffinger
2010-04-16oggdec: Move warning about missing granule to the correct placeDavid Conrad
2010-04-16oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad
2010-04-16oggdec: Remove write-only variableDavid Conrad
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-20Add VorbisComment writing to FLAC files.James Darnley
2010-03-12oggdec: Pass packets to header() until the stream is done with themDavid Conrad
2010-03-11oggdec: Seek to keyframesDavid Conrad
2010-03-11oggdec: Determine pts and filepos on a packet basis in read_timestampDavid Conrad
2010-03-11oggdec: Move PTS/DTS calculation to a functionDavid Conrad
2010-03-11oggdec: Fix duration calculation for streams with non-zero startDavid Conrad
2010-03-11oggdec: Parse skeleton to determine the start time of each streamDavid Conrad
2010-03-11oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.hDavid Conrad
2010-03-11oggdec: Set data_offset to the right valueDavid Conrad
2010-03-11oggdec: Save offset of the page needed to reconstruct the current packetDavid Conrad
2010-02-08Make sure the header value used to avoid repeating headers on seeking to theReimar Döffinger
2010-02-08Fix playback with invalid files that don't set the continuation flag forDavid Conrad
2010-01-11oggdec: Set dts when knownDavid Conrad
2010-01-11Add support for dirac in oggDavid Conrad
2009-12-12Fix PTS for OGM codecs.David Conrad
2009-10-13Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles