summaryrefslogtreecommitdiff
path: root/libavformat/libavformat.v
Commit message (Collapse)AuthorAge
* Hide demuxers', muxers' and protocols' objects via the ld version script.Diego Elio Pettenò2011-01-28
| | | | | | This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add symbol versioning for shared librariesMåns Rullgård2010-01-16
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk