summaryrefslogtreecommitdiffstats
path: root/libavformat/au.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-12/+12
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-301-2/+2
* audemux: Add a sanity check for the number of channelsMichael Niedermayer2012-04-231-0/+5
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-2/+2
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-1/+1
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-2/+1
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-021-1/+1
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-18/+15
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-3/+3
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-1/+2
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-7/+7
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-6/+6
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-5/+5
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-2/+2
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-311-0/+5
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-071-2/+4
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-161-1/+1
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-021-2/+0
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-011-1/+1
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-1/+1
* 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
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-031-1/+1
* Use enum typers instead of int.Diego Pettenò2008-10-021-1/+2
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-021-2/+2
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-2/+2
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-191-0/+3
* Support 32-bit floating point audio samples in Sun AU demuxerPeter Ross2008-07-261-0/+1
* remove useless close funcsBaptiste Coudurier2008-06-191-6/+1
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-2/+2
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-131-0/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-7/+7
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-111-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-081-2/+0
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-071-2/+2
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-211-2/+0
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-2/+2
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-211-0/+2
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-211-1/+1
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-231-1/+1
OpenPOWER on IntegriCloud