aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg/avutil.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2010-08-25update of avutil to 50.24.0k-m_schindler1-2/+2
2010-07-20update avutil to 50.21.0k-m_schindler1-16/+16
2010-07-20update avutil to 50.19.0k-m_schindler1-2/+2
2010-07-20update avutil to 50.18.0k-m_schindler1-2/+2
2010-06-05bugfix: avutil_version() is in libavutil not libavformattobigun1-3/+3
2010-05-30Update to avutil 50.16.0 and some cosmeticsk-m_schindler1-10/+10
2010-05-19add MKBETAG from common.h and update a number of comments.k-m_schindler1-9/+16
2010-05-19update avformat to 52.63.0 and correct avutil version to 50.15.2k-m_schindler1-1/+1
2010-05-19move new error stuff into extra file in correspondence to the original error....k-m_schindler1-89/+1
2010-05-19the result of AVERROR_SIGN was wrong, just the wrong way round.k-m_schindler1-3/+2
2010-05-16bit shift corrected from 6 bit to 30 bit.k-m_schindler1-2/+2
2010-05-16arithmetic solution on bit level for AVERROR_SIGN. Delphi cannot handle the s...k-m_schindler1-11/+15
2010-05-16different way for conditional compilationk-m_schindler1-5/+4
2010-05-16markers for debugging changed.k-m_schindler1-3/+3
2010-05-16adding some markers for debugging.k-m_schindler1-0/+5
2010-05-16correct small glitch in commentk-m_schindler1-1/+1
2010-05-16revert previous buggy commitk-m_schindler1-18/+18
2010-05-16test of changing from LIBAVUTIL_VERSION to LIBAVUTIL_VERSION_INTk-m_schindler1-17/+17
2010-05-12comments re: TAVMediaType. no code changek-m_schindler1-2/+6
2010-05-12fix No. 5 of ffmpeg update.k-m_schindler1-1/+1
2010-05-12fix No. 4 of ffmpeg update.k-m_schindler1-0/+3
2010-05-12fix No. 3 of ffmpeg update.k-m_schindler1-0/+28
2010-05-12fix No. 1 of ffmpeg update.k-m_schindler1-0/+55
2010-05-11final ffmpeg update as of today: update all to avutil 50.15.2k-m_schindler1-1/+1
2010-05-11update to avutil 50.15.0k-m_schindler1-2/+2
2010-05-11update to avutil 50.14.0k-m_schindler1-2/+15
2010-05-11update to avutil 50.12.0k-m_schindler1-3/+3
2010-05-11update avutils stuff to revision 31050k-m_schindler1-5/+2
2010-04-26added a warning that adjusting the max supported FFmpeg manually is not a val...tobigun1-0/+25
2010-02-20update of avutil.pas to 50.9.0k-m_schindler1-2/+2
2010-01-04correction of some misplaced fields + some editorial changes + update to currentk-m_schindler1-7/+40
2009-12-28update of the headers.k-m_schindler1-3/+3
2009-12-06update to version 50.5.1.k-m_schindler1-5/+5
2009-12-06update to version 50.4.0.k-m_schindler1-1/+15
2009-06-12fix compile w/ delphi 7whiteshark01-1/+1
2009-06-10part 1 of ffmpeg update. several are still missingk-m_schindler1-51/+132
2009-02-04ffmpeg header updatetobigun1-42/+47
2008-10-01- FFmpeg header updatetobigun1-7/+7
2008-08-27Reordering of the directories[1]: moving Game/Code to srck-m_schindler1-0/+0
2008-08-09FFmpeg updatetobigun1-6/+17
2008-07-03ffmpeg pascal header 64bit compatibility fix.tobigun1-15/+8
2008-07-01check for outdated libs and some minor type correctionstobigun1-2/+15
2008-06-16Delphi 7 compatibility fix:tobigun1-4/+4
2008-06-14ffmpeg updatetobigun1-6/+8
2008-06-08- set svn:eol-style to nativetobigun1-301/+301
2008-05-21implementation of MKTAGtobigun1-292/+301
2008-05-16mischis first try: linklib addedk-m_schindler1-0/+4
2008-05-08ffmpeg updatetobigun1-1/+1
2008-04-22ffmpeg update to a newer versiontobigun1-7/+7
2008-03-21- av_log_get_level()/av_log_set_level() addedtobigun1-0/+56