Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lavc/lavf: remove unnecessary symbols from the symbol version script. | Anton Khirnov | 2012-01-31 | 1 | -25/+0 |
| | |||||
* | lavf: add init_put_byte() to the list of visible symbols. | Anton Khirnov | 2011-10-28 | 1 | -0/+1 |
| | |||||
* | lavf: export some forgotten symbols with non-av prefixes. | Anton Khirnov | 2011-10-22 | 1 | -0/+5 |
| | |||||
* | lavf: hide private symbols. | Anton Khirnov | 2011-10-20 | 1 | -5/+21 |
| | | | | Overhead as reported by rbelf-size goes from 40147 to 20877. | ||||
* | Hide demuxers', muxers' and protocols' objects via the ld version script. | Diego Elio Pettenò | 2011-01-28 | 1 | -0/+4 |
| | | | | | | This reduces the symbols exported by libavformat from 699 to 451. Signed-off-by: Mans Rullgard <mans@mansr.com> | ||||
* | Add symbol versioning for shared libraries | Måns Rullgård | 2010-01-16 | 1 | -0/+3 |
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk |