summaryrefslogtreecommitdiffstats
path: root/libavformat/wav.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-3/+2
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-3/+4
* Generalize RIFF INFO tag support; support reading INFO tag in wavVictor Vasiliev2011-11-261-3/+15
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-2/+2
* AVOptions: rename FF_OPT_TYPE_* => AV_OPT_TYPE_*Anton Khirnov2011-10-121-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-26/+24
* wav: remove a use of deprecated AV_METADATA_ macroAnton Khirnov2011-07-171-1/+1
* wav: parse 'bext' metadataTomas Härdin2011-07-131-0/+101
* wav: keep parsing until EOF if the input is seekable and we know the size of ...Tomas Härdin2011-07-131-15/+32
* wav: Refactor the tag checking into a switch statementTomas Härdin2011-07-131-4/+9
* wav: make sure neither data_size nor sample_count is negative.Tomas Härdin2011-07-131-0/+6
* wav: refactor the 'fmt ' tag search and parsing.Tomas Härdin2011-07-131-18/+39
* wav: add an option for writing BEXT chunkBenjamin Larsson2011-07-131-0/+78
* Do not include mathematics.h in avutil.hMans Rullgard2011-07-031-0/+2
* wav: remove an invalid free().Carl Eugen Hoyos2011-06-131-1/+0
* handle malloc failures in ff_get_wav_headerMax Horn2011-04-141-2/+8
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-2/+2
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-5/+5
* avio: deprecate url_feofAnton Khirnov2011-03-071-3/+3
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-5/+5
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-6/+6
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-2/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-5/+5
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-16/+16
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-8/+8
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-3/+3
* Parse fact chunks from wav files to find duration.Michael Niedermayer2011-01-151-1/+12
* Factor tag reading code out of wav read_header()Michael Niedermayer2011-01-151-2/+8
* Set duration for wav files from sample size and data size or the wf64 sample ...Michael Niedermayer2011-01-151-0/+7
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* In wav muxer, always flush in write_trailer, fix pipe outputBaptiste Coudurier2010-07-281-0/+2
* ReindentDaniel Verkamp2010-02-101-1/+1
* Fix demuxing of wav files with broken data headerDaniel Verkamp2010-02-101-0/+3
* ReindentDaniel Verkamp2009-10-061-7/+7
* Add RF64 support to wav demuxer.Daniel Verkamp2009-10-061-7/+24
* wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end ofReimar Döffinger2009-10-021-1/+1
* wav: return av_get_packet errors unchanged.Reimar Döffinger2009-10-021-2/+2
* Remove url_feof check that would be triggered only after incorrectly producingReimar Döffinger2009-10-021-2/+0
* Remove useless setting of pkt->size, av_get_packet already handles that.Reimar Döffinger2009-10-021-3/+0
* Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs.Diego Biurrun2009-09-221-91/+88
* Move find_guid function and guid_data array to a globally available place.Diego Biurrun2009-09-221-23/+23
* cosmetics: whitespace, prettyprinting, coding style fixesDiego Biurrun2009-08-101-28/+29
* Sony Wave64 demuxerDaniel Verkamp2009-08-101-1/+119
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-10/+10
* Change find_tag return type to int64_t, fix a bugBaptiste Coudurier2009-06-031-6/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
OpenPOWER on IntegriCloud