summaryrefslogtreecommitdiffstats
path: root/libavcodec/libavcodec.v
Commit message (Collapse)AuthorAgeFilesLines
* build: Change structure of the linker version script templatesDiego Biurrun2016-05-291-3/+5
| | | | | | Split version files into one line per symbol/directive to allow compatibility with the Solaris linker without preprocessing and eliminate $ from version file templates to simplify the postprocessing shell command.
* avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun2013-09-051-2/+0
|
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-311-2/+0
|
* lavc: hide private symbols.Anton Khirnov2011-10-201-7/+6
| | | | Overhead as reported by rbelf-size goes from 90860 to 20204.
* Hide the now-prefixed decoders, encoders, parsers, bsf, hwaccel objects.Diego Elio Pettenò2011-01-281-0/+6
| | | | | | | This significantly reduces the size of the symbol table in the generated ELF shared object (as well as the other linked tables). Signed-off-by: Mans Rullgard <mans@mansr.com>
* Add symbol versioning for shared librariesMåns Rullgård2010-01-161-0/+3
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud