summaryrefslogtreecommitdiff
path: root/libavformat/aiffenc.c
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-1/+1
|\ \ | |/
| * 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-4/+4
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-4/+4
* lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov2011-02-251-5/+6
* avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-18/+18
* 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
* Split up the AIFF muxer and demuxer into separate files.Justin Ruggles2009-10-151-0/+160