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-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-17wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov
2011-07-13wav: parse 'bext' metadataTomas Härdin
2011-07-13wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin
2011-07-13wav: Refactor the tag checking into a switch statementTomas Härdin
2011-07-13wav: make sure neither data_size nor sample_count is negative.Tomas Härdin
2011-07-13wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin
2011-07-13wav: add an option for writing BEXT chunkBenjamin Larsson
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-15Parse fact chunks from wav files to find duration.Michael Niedermayer
2011-01-15Factor tag reading code out of wav read_header()Michael Niedermayer
2011-01-15Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer
2010-08-31move pcm demuxers to their own fileAurelien Jacobs
2010-07-28In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier
2010-02-10ReindentDaniel Verkamp
2010-02-10Fix demuxing of wav files with broken data headerDaniel Verkamp
2009-10-06ReindentDaniel Verkamp
2009-10-06Add RF64 support to wav demuxer.Daniel Verkamp
2009-10-02wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger
2009-10-02wav: return av_get_packet errors unchanged.Reimar Döffinger
2009-10-02Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger
2009-10-02Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger
2009-09-22Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun
2009-09-22Move find_guid function and guid_data array to a globally available place.Diego Biurrun
2009-08-10cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun
2009-08-10Sony Wave64 demuxerDaniel Verkamp
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-04Change find_tag return type to int64_t, fix a bugBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-24Avoid segfault due to not set AVCodec.Michael Niedermayer
2008-09-14add error message for unsupported codecs in WAVE.Justin Ruggles
2008-09-03Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger