summaryrefslogtreecommitdiff
path: root/libavformat/au.c
Commit message (Expand)AuthorAge
...
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* Remove offset_t typedef and use int64_t directly instead.Diego Biurrun2008-10-03
* Use enum typers instead of int.Diego Pettenò2008-10-02
* Replace generic CONFIG_MUXERS preprocessor conditionals by more specificDiego Biurrun2008-09-02
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.Peter Ross2008-08-19
* Support 32-bit floating point audio samples in Sun AU demuxerPeter Ross2008-07-26
* remove useless close funcsBaptiste Coudurier2008-06-19
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Add support for S8 PCM (codec 2)Roberto Togni2008-01-13
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* move unrelated functions declarations out of allformats.hAurelien Jacobs2007-09-11
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* Fix UNKOWN --> UNKNOWN typoDiego Biurrun2007-03-07
* remove now useless codec_tag setting code in muxersMichael Niedermayer2007-01-21
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-21
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-21
* add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer2007-01-21
* replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs2006-10-23
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-12
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-30
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-23
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* AVPacket.posMichael Niedermayer2005-05-26
* set keyframe flag at a more central place instead of in every demuxer for con...Michael Niedermayer2004-10-22
* set correct timebaseMichael Niedermayer2004-10-18
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-15
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-19
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-29
* seek support for PCM formatsFabrice Bellard2003-11-10
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-14
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-10
* use codec_tag for encoding tooMichael Niedermayer2003-08-18
* add av_new_stream() usageFabrice Bellard2003-08-08
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
* cleanupMichael Niedermayer2002-12-04
* renamed libav to libavformatFabrice Bellard2002-11-25