summaryrefslogtreecommitdiff
path: root/libavformat/au.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
* Move misplaced file author information where it belongsDiego Biurrun2013-04-11
* avformat: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun2013-03-13
* au: remove unnecessary castsJustin Ruggles2013-01-09
* au: return AVERROR codes instead of -1Justin Ruggles2013-01-09
* au: cosmetics: pretty-print and remove pointless commentsJustin Ruggles2013-01-09
* au: use ff_raw_write_packet()Justin Ruggles2013-01-09
* au: set stream start time and packet durationsJustin Ruggles2013-01-09
* au: use %u when printing id and channels since they are unsignedJustin Ruggles2013-01-09
* au: validate sample rateJustin Ruggles2013-01-09
* au: move skipping of unused data to before parameter validationJustin Ruggles2013-01-09
* au: do not arbitrarily limit channel countJustin Ruggles2013-01-09
* au: do not set pkt->size directlyJustin Ruggles2013-01-09
* au: set block_align and use it in au_read_packet()Justin Ruggles2013-01-09
* au: set bit rateJustin Ruggles2013-01-09
* au: validate bits-per-sample separately from codec tagJustin Ruggles2013-01-09
* Return proper error code after av_log_ask_for_sample()Diego Biurrun2012-12-23
* au: Reorder code so that both muxer and demuxer are under #ifdefsDiego Biurrun2012-12-17
* lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to internal.hJustin Ruggles2012-11-28
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* Improve descriptiveness of a number of codec and container long namesDiego Biurrun2012-07-30
* audemux: Add a sanity check for the number of channelsMichael Niedermayer2012-04-23
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
* lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-27
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-30
* Replace ffmpeg references with more accurate libav* references.Diego Biurrun2011-11-02
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-19
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-21
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-21
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-20
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-26
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
* Prevent au_read_packet() looping endlessly when .au file contains unsupported...Peter Ross2010-05-31
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* AU : demuxed packet size should be sample size aligned.Jai Menon2009-12-07
* Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos2009-10-16
* Return special EOF checking for aiff and au demuxers, the check was atReimar Döffinger2009-10-02
* au demuxer: pass av_get_packet error on unchanged instead of converting toReimar Döffinger2009-10-01
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19