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-06-13replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs
2011-06-03wav: update size check for ds64Michael Niedermayer
2011-06-03wav: fix skip size at end of ds64 chunkPhilip de Nier
2011-05-30wav: Don't avio_seek() if we know we'll run into EOFTomas Härdin
2011-05-27Add metadata conversion table to the wav demuxerTomas Härdin
2011-05-24wav: fix various printf warnings related to wrong argument typeStefano Sabatini
2011-05-24wav: propagate ff_get_wav_header() error code in w64_read_header()Stefano Sabatini
2011-05-18Parse 'bext' metadata in the wav demuxerTomas Härdin
2011-05-18Cosmetics: indentTomas Härdin
2011-05-18Keep parsing wav until EOF if the input is seekable and we know the size of t...Tomas Härdin
2011-05-18Refactor the tag checking into a switch statementTomas Härdin
2011-05-18Use avio_tell() instead of url_ftell()Tomas Härdin
2011-05-18Make sure neither data_size nor sample_count is negativeTomas Härdin
2011-05-18Refactor the 'fmt ' tag search and parsingTomas Härdin
2011-04-15Merge commit 'a3a0af4fb1237bed0af75868073f9a63db8b1864'Michael Niedermayer
2011-04-14handle malloc failures in ff_get_wav_headerMax Horn
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-04-04Remove superfluous free().Carl Eugen Hoyos
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-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-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton 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-26lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-22avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-22avio: avio_ prefixes for get_* functionsAnton 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-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
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ò
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