aboutsummaryrefslogtreecommitdiff
path: root/libavformat/aiffenc.c
AgeCommit message (Expand)Author
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-03Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-05-17Write channel_layout for multichannel aif files.Carl Eugen Hoyos
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
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