summaryrefslogtreecommitdiff
path: root/libavformat/vocdec.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* voc: Split ff_voc_get_packet into a separate fileDiego Biurrun2016-02-18
* vocdec: do not create the stream in read_header()Anton Khirnov2015-12-12
* vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-12
* vocdec: Don't update codec parameters mid-streamMartin Storsjö2013-09-16
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-06
* voc/avs: Do not change the sample rate mid-stream.Justin Ruggles2012-03-03
* 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,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
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-16
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-07
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-01
* 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
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-18
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-18
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-11
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-22
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-30
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-24
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-22
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-11
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-11
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-08
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-24
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-24
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-19
* license header consistency cosmeticsDiego Biurrun2007-07-05
* remove useless empty functionAurelien Jacobs2007-06-23
* cosmetics: too much blank linesAurelien Jacobs2007-06-23
* use intreadwrite functions in vocdecAurelien Jacobs2007-06-23
* allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer2007-04-08
* simplificationAlex Beregszaszi2007-03-07
* typo: unkown->unknownAlex Beregszaszi2007-03-07
* 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
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-21
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-21