aboutsummaryrefslogtreecommitdiffhomepage
path: root/av_opts.c
Commit message (Collapse)AuthorAge
* Update libav API usesGravatar Uoti Urpala2011-04-20
| | | | | | | | | | | Update various code to use newer alternatives instead of deprecated functions/fields that are being dropped at libav API bump. An exception is avcodec_thread_init() which is being dropped even though it's still _necessary_ with fairly recent libav versions, so there's no good alternative which would work with both those recent versions and latest libavcodec. I think there are grounds to consider the drop premature and revert it for now; if that doesn't happen I'll add a version-test #if check around it later.
* Include corresponding .h in some .c filesGravatar Uoti Urpala2008-08-12
|
* Use standard license header.Gravatar diego2008-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26738 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add license headers to av_optsGravatar reimar2008-05-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26736 b3059339-0415-0410-9bf9-f77b7e298cf2
* Add newlines at end of file, this is required for text files and gccGravatar reimar2008-05-11
| | | | | | | also complains that they are missing. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26731 b3059339-0415-0410-9bf9-f77b7e298cf2
* AVOptions support.Gravatar michael2008-05-10
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26723 b3059339-0415-0410-9bf9-f77b7e298cf2