summaryrefslogtreecommitdiffstats
path: root/libavformat/soxenc.c
Commit message (Expand)AuthorAgeFilesLines
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-5/+5
* avformat: Drop pointless "format" from container long namesDiego Biurrun2012-07-301-1/+1
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-3/+3
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-10/+9
* doxygen: replace @sa tag by the more readable but equivalent @seeDiego Biurrun2011-07-151-1/+1
* doxygen: consistently place brief descriptionDiego Biurrun2011-07-141-1/+1
* Do not include intfloat_readwrite.h in avutil.hMans Rullgard2011-07-031-0/+1
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-2/+3
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* avio: rename put_flush_packet -> avio_flushAnton Khirnov2011-03-161-2/+2
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-1/+1
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-2/+3
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-15/+15
* avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò2011-01-261-1/+1
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-201-1/+1
* Implement SoX native format muxer and demuxer.Daniel Verkamp2009-05-301-0/+126
OpenPOWER on IntegriCloud