Commit Graph

6 Commits

Author SHA1 Message Date
Uoti Urpala c33fafd6f1 Update libav API uses
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.
2011-04-20 04:36:05 +03:00
Uoti Urpala cab2e4f5ca Include corresponding .h in some .c files 2008-08-12 13:46:01 +03:00
diego 4e284b67dd Use standard license header.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26738 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 13:42:43 +00:00
reimar 8c2d85cb34 Add license headers to av_opts
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26736 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 12:47:52 +00:00
reimar 232da23dcc Add newlines at end of file, this is required for text files and gcc
also complains that they are missing.


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26731 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-11 10:35:30 +00:00
michael 57a3542801 AVOptions support.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26723 b3059339-0415-0410-9bf9-f77b7e298cf2
2008-05-10 18:54:10 +00:00