summaryrefslogtreecommitdiffstats
path: root/libavcodec/libavcodec.v
Commit message (Collapse)AuthorAgeFilesLines
* libmpcodecs/vf_spp: update to latest version from mplayermultiple authors2013-02-051-0/+1
| | | | | | Please see mplayer svn for authorship and individual commits Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* lavc: move deprecated audio_resample* bellowPaul B Mahol2013-01-291-1/+1
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: remove img_get_alpha_info as it not available any morePaul B Mahol2013-01-041-1/+0
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: fix shared build after dnxhd merge.Nicolas George2012-07-061-0/+2
| | | | | Signed-off-by: Nicolas George <nicolas.george@normalesup.org> Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Export ff_vdpau_vc1_decode_picture().Carl Eugen Hoyos2011-12-161-0/+2
| | | | | | | XBMC's configure script checks for this function in installed libavcodec.so to determine VDPAU support. Fixes ticket #762 reported by Christian Marillat
* fix shared lib buildMichael Niedermayer2011-10-211-0/+21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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