summaryrefslogtreecommitdiffstats
path: root/libavformat/au.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård2006-07-121-1/+1
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-13/+6
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Move initialisations and internal symbols in allformats.h,Diego Pettenò2006-06-301-0/+1
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-3/+3
* Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun2005-09-231-6/+6
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-6/+6
* AVPacket.posMichael Niedermayer2005-05-261-4/+2
* set keyframe flag at a more central place instead of in every demuxer for con...Michael Niedermayer2004-10-221-1/+0
* set correct timebaseMichael Niedermayer2004-10-181-0/+1
* set keyframe flag for au/wav patch by (Nathan Kurz <nate at verse dot com>)Nathan Kurz2004-10-151-0/+1
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-2/+2
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-3/+2
* seek support for PCM formatsFabrice Bellard2003-11-101-1/+2
* disable encoders where appropriate (patch courtesy of BEROMike Melanson2003-10-141-0/+6
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-1/+1
* use codec_tag for encoding tooMichael Niedermayer2003-08-181-5/+4
* add av_new_stream() usageFabrice Bellard2003-08-081-8/+1
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-5/+5
* cleanupMichael Niedermayer2002-12-041-0/+2
OpenPOWER on IntegriCloud