summaryrefslogtreecommitdiffstats
path: root/libavformat/aiffdec.c
Commit message (Expand)AuthorAgeFilesLines
* lavu: replace int/float punning functionsMans Rullgard2011-12-111-4/+6
* lavf: make av_set_pts_info private.Anton Khirnov2011-11-301-1/+2
* lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov2011-10-191-1/+1
* lavf: deprecate AVFormatContext.file_sizeAnton Khirnov2011-10-171-3/+0
* lavf: use designated initialisers for all (de)muxers.Anton Khirnov2011-07-171-8/+7
* Remove all uses of now deprecated metadata functions.Anton Khirnov2011-06-081-1/+2
* avio: introduce an AVIOContext.seekable fieldAnton Khirnov2011-04-031-1/+1
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
* lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov2011-03-161-4/+4
* avio: deprecate url_feofAnton Khirnov2011-03-071-1/+1
* avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov2011-03-041-3/+3
* lavf: replace all uses of url_fskip with avio_seekAnton Khirnov2011-03-011-3/+3
* avio: avio_ prefix for url_fseekAnton Khirnov2011-03-011-2/+2
* avio: avio_ prefixes for get_* functionsAnton Khirnov2011-02-211-13/+13
* 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
* move pcm demuxers to their own fileAurelien Jacobs2010-08-301-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strdupedMichael Niedermayer2009-12-131-9/+10
* decode qcelp in aiff, implement #1524, patch by VitorVitor Sessak2009-11-301-3/+11
* Rename aiff.c to aiffdec.cJustin Ruggles2009-10-151-0/+315
OpenPOWER on IntegriCloud