aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-2.8/avutil.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2015-10-19* adapted to build with ffmpeg 2.8.1basisbit1-1/+1
2015-09-26Add support for ffmpeg 2.8brian-ch1-2/+10
2015-08-15*raised LogFileLevel for development/debugging purposes to 50basisbit1-1/+1
2015-07-15Add support for ffmpeg 2.7brian-ch1-2/+2
2014-12-26Fix FF_API defines for ffmpeg 2.4, it should work now.brian-ch1-70/+0
2014-11-22adding ffmpeg-2.4. compiles, but crashes on Mac OS X.k-m_schindler1-5/+11
2014-09-28ffmpeg-2.2: Use an include file for the FF_API defines (to avoid scope problems)brian-ch1-0/+2
2014-08-03Fix some compilation problems with ffmpeg 2.2brian-ch1-3/+78
2014-06-16Update libavutil files for ffmpeg 2.2brian-ch1-1/+9
2014-06-15Create ffmpeg-2.2 from ffmpeg-2.1. Plain copy by now.brian-ch1-0/+0
2014-01-01Fix in opt.pasbrian-ch1-2/+2
2013-12-25fixes in avcodec, and update avutilbrian-ch1-0/+5
2013-12-25fix compilation of avutilk-m_schindler1-4/+7
2013-12-22Set min and max versions for the ffmpeg-2.1 librariesbrian-ch1-4/+4
2013-12-10Create ffmpeg-2.1 from ffmpeg-2.0. Plain copy, no adjustmentk-m_schindler1-0/+0
2013-07-28This is the first complete try of libavutil.k-m_schindler1-19/+48
2013-03-01add avutil.pas. this should be all av avutilk-m_schindler1-5/+39
2012-10-20first try of version 0.11.*k-m_schindler1-4/+4
2012-10-19plain copy of ffmpeg-0.10 as a start for ffmpeg-0.11k-m_schindler1-0/+0
2012-07-14fix size_t for Delphi. fix duplicate packet procedures in avformat and avcodec.k-m_schindler1-3/+7
2012-07-10change max supported version.k-m_schindler1-3/+3
2012-07-10switch of version check of avutil for the moment. idea is to get the buildbot...k-m_schindler1-1/+1
2012-07-10more fixes of ifdefs and similar. probably buggy.k-m_schindler1-2/+2
2012-07-09 replace << and >> by shl and shr. makes Delphi happy.k-m_schindler1-1/+1
2012-06-09update and additions to ffmpeg-0.10k-m_schindler1-18/+20
2012-05-17Added support for ffmpeg-0.10.lotanrm1-304/+29
2012-04-22merge some changes from the 0.7 to 0.8 workk-m_schindler1-239/+13
2012-04-21Initial commit for ffmpeg-0.10. This is far from complete.k-m_schindler1-0/+756