aboutsummaryrefslogtreecommitdiff
path: root/libavformat/aiffenc.c
AgeCommit message (Expand)Author
2012-04-06cosmetics: Align muxer/demuxer declarationsMartin Storsjö
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-04-03avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-16avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-26Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles