summaryrefslogtreecommitdiff
path: root/libavcodec/libavcodec.v
Commit message (Collapse)AuthorAge
* lavc: Don't export ff_vdpau_vc1_decode_pictureDerek Buitenhuis2013-09-17
| | | | | | | | | It's not our responsibility to account for other projects' terrible hacky usage. Also, it is no longer needed by XMBC, since 78b71d4. Signed-off-by: Derek Buitenhuis <derek.buitenhuis@gmail.com>
* libmpcodecs/vf_spp: update to latest version from mplayermultiple authors2013-02-05
| | | | | | 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-29
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: remove img_get_alpha_info as it not available any morePaul B Mahol2013-01-04
| | | | Signed-off-by: Paul B Mahol <onemda@gmail.com>
* lavc: fix shared build after dnxhd merge.Nicolas George2012-07-06
| | | | | 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-16
| | | | | | | 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-21
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* 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