summaryrefslogtreecommitdiff
path: root/libavformat/pcm.h
Commit message (Collapse)AuthorAge
* libavformat: Add an ff_ prefix to some lavf internal symbolsMartin Storsjö2012-02-15
| | | | | | | | | | Prefix the functions/tables brktimegm, pcm_read_seek, dv_offset_reset, voc_get_packet, codec_movaudio_tags, codec_movvideo_tags. After this, lavf has no global symbols without the proper prefix. Signed-off-by: Martin Storsjö <martin@martin.st>
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
| | | | Signed-off-by: Mans Rullgard <mans@mansr.com>
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk