summaryrefslogtreecommitdiff
path: root/libavformat/vocenc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avformat: Move AVOutputFormat internals out of public headerAndreas Rheinhardt2023-02-091-9/+10
* voc: convert to new channel layout APIVittorio Giovara2022-03-151-4/+5
* avformat: Constify all muxer/demuxersAndreas Rheinhardt2021-04-271-1/+1
* avformat/voc: Deduplicate codec tags listAndreas Rheinhardt2021-02-231-1/+1
* Merge commit '9200514ad8717c63f82101dc394f4378854325bf'Derek Buitenhuis2016-04-101-15/+15
|\
| * lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-231-13/+13
* | Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228'Michael Niedermayer2014-06-181-0/+1
|\ \ | |/
| * lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-181-0/+1
* | vocenc: fix 10l regressionPaul B Mahol2012-11-041-1/+1
* | vocenc: abort if unsupported codec is usedPaul B Mahol2012-11-041-0/+6
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-2/+2
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-2/+2
* | 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
* | vocenc: use new header from codec tag 4Michael Niedermayer2012-06-251-1/+1
* | vocenc: change default codec to 16bitMichael Niedermayer2012-06-251-1/+1
* | vocenc: fix sample rate rounding directionMichael Niedermayer2012-06-251-2/+2
* | 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 Niedermayer2011-07-171-10/+10
|\ \ | |/
| * lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-24/+24
| * 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
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-24/+24
* | 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-281-1/+1
|/
* 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
* avoid POSIX reserved _t suffixAurelien Jacobs2008-12-111-3/+3
* Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni2008-09-081-1/+1
* 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-2/+2
* 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-3/+3
* Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP)Ramiro Polla2007-08-131-1/+1
* Replace ENOSYS by ENOTSUP as in this case the problem is not really a functionPanagiotis Issaris2007-07-201-1/+1
* Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).Panagiotis Issaris2007-07-191-1/+1
* license header consistency cosmeticsDiego Biurrun2007-07-051-1/+1
* remove now useless codec_tag setting code in voc muxerAurelien Jacobs2007-01-211-6/+4
* get rid of the [4] limitation of codec tag listsMichael Niedermayer2007-01-211-1/+1
* export a few more codec_tag-codec_id tablesMichael Niedermayer2007-01-211-0/+1
* move common voc muxer and demuxer data to voc.cAurelien Jacobs2006-11-211-17/+0
* split voc.c into vocdec.c and vocenc.cAurelien Jacobs2006-11-211-0/+121