summaryrefslogtreecommitdiff
path: root/libavformat/soxenc.c
Commit message (Expand)AuthorAge
* lavf: replace AVStream.codec with AVStream.codecparAnton Khirnov2016-02-23
* avformat: Don't anonymously typedef structsDiego Biurrun2015-02-14
* lavf: add the notimestamps flag to the muxers missing itAnton Khirnov2014-06-18
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-30
* lavu: replace int/float punning functionsMans Rullgard2011-12-11
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-17
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-15
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-14
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-03
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-08
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-03
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-16
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-04
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-01
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-25
* avio: avio: avio_ prefixes for put_* 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
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-30