aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/vocdec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '2d0432d918a71468419b7ac1e543ab3b399d3d37'Hendrik Leppkes2016-01-011-38/+39
|\
| * vocdec: put the code not shared with other demuxers under appropriate ifdefAnton Khirnov2015-12-121-38/+39
* | avformat/voc: add seeking supportMichael Niedermayer2015-01-111-1/+43
* | avformat/vocdec: return AVERROR_EOF when EOF is reachedPaul B Mahol2013-10-131-1/+1
* | Merge commit '5bbfe193a0a41bd2adb648c8c3f6901a575734a2'Michael Niedermayer2013-09-161-5/+5
|\|
| * vocdec: Don't update codec parameters mid-streamMartin Storsjö2013-09-161-5/+5
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-3/+3
|\|
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-301-1/+1
|\|
| * avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-061-1/+1
|\|
| * cosmetics: Align muxer/demuxer declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-041-4/+12
|\|
| * voc/avs: Do not change the sample rate mid-stream.Justin Ruggles2012-03-031-4/+12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\|
| * libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-1/+1
|\|
| * lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov2012-01-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-201-1/+1
|\|
| * lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* | vocdec: Take channel count into account when calculating bit rate.Reimar Döffinger2011-08-271-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-171-6/+6
|\|
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-6/+6
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\|
| * avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
|/
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-4/+4
* avio: avio_ prefix for url_fsizeAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-4/+4
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-12/+12
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-2/+2
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Revise check for codec id in voc demuxer.Justin Ruggles2011-01-181-13/+16
* Fix bug in voc demuxer that was introduced in SVN r26309.Justin Ruggles2011-01-181-1/+1
* Do not crash for illegal sample size, fixes issue 2502.Daniel Kang2011-01-111-3/+15
* Move AVCodecTag from riff.h into internal.h.Francesco Lavra2010-05-221-0/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Determine VOC block length when length field is zero, fixes issue1538.Peter Ross2009-11-241-0/+5
* Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp2009-06-221-2/+2
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+1
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-4/+4
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-3/+3
* Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger2008-08-241-1/+1
* voc: add ff_ prefix to some global const dataAurelien Jacobs2008-08-241-4/+4
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-2/+2
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-1/+1
* Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris2007-07-191-1/+1