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-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-05-07Replace deprecated url_fseek by avio_seek.Reimar Döffinger
2011-05-07oggdec:Correct durationjan gerber
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-25Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24oggdec: reindent after 8f3eebd6Clément Bœsch
2011-04-20oggdec: use av_freep() instead of av_free()Michael Niedermayer
2011-04-19Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George
2011-04-16Merge commit '4d012eb541ed7f35e00c87035a470d9f0a24a6e8'Michael Niedermayer
2011-04-15oggdec: simplify audio chained ogg streams supportClément Bœsch
2011-04-11oggdec: use av_freep() instead of av_free()Michael Niedermayer
2011-04-11Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-10oggdec: fix demuxing chained audio streamsClément Bœsch
2011-04-10Abort Ogg header parsing when we encounter a data packet.Reimar Döffinger
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-08avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08avio: deprecate url_fgetc and remove all it usesAnton 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-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-09oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger
2011-02-09oggdec: Fix incorrect assumption about header/data interleavingReimar Döffinger
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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