summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
Commit message (Collapse)AuthorAge
* avcodec: Stop exporting the removed audio_resample* symbolsDiego Biurrun2013-09-05
|
* lavc/lavf: remove unnecessary symbols from the symbol version script.Anton Khirnov2012-01-31
|
* lavc: hide private symbols.Anton Khirnov2011-10-20
| | | | 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-28
| | | | | | | 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-16
Based on patch by Reinhard Tartler <siretart tauware de> Originally committed as revision 21236 to svn://svn.ffmpeg.org/ffmpeg/trunk