aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib/ffmpeg-1.1/avcodec.pas (unfollow)
Commit message (Expand)AuthorFilesLines
2013-12-211st try to fix ffmpeg-1.1. thanks to brianfk-m_schindler1-210/+178
2013-03-01avcodec.pas: fix 1.0 and add 1.1k-m_schindler1-79/+237
2013-03-01add avcodec.pask-m_schindler1-510/+731
2012-10-20first try of version 0.11.*k-m_schindler1-2179/+2027
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-0/+6
2012-07-10a test for debuggin.k-m_schindler1-27/+27
2012-07-10a test for debuggin.k-m_schindler1-34/+31
2012-07-10a test for debuggin.k-m_schindler1-1/+2
2012-07-10more fixes of ifdefs and similar. probably buggy.k-m_schindler1-74/+74
2012-07-09bug fix of previous commitk-m_schindler1-1/+1
2012-07-09more fixing ends of macros for Delphi 7.k-m_schindler1-1/+3
2012-07-09fixing ends of macros for Delphi 7. maybe not all of them.k-m_schindler1-24/+24
2012-06-09some refinements on small glitches, code cosmetics.k-m_schindler1-38/+60
2012-05-24add missing avformat_find_stream_info, av_find_best_stream, avformat_open_inp...k-m_schindler1-0/+1
2012-05-24version 0.10 unified.k-m_schindler1-1/+1
2012-05-17Added support for ffmpeg-0.10.lotanrm1-424/+853
2012-04-21Initial commit for ffmpeg-0.10. This is far from complete.k-m_schindler1-0/+0
2012-04-18Rename ffmpeg7 to ffmpeg-0.7k-m_schindler1-0/+0
2012-03-27create libavcodec and move audioconvert.k-m_schindler1-3/+1
2012-03-27move AVPaletteControlk-m_schindler1-23/+23
2012-03-27one round of debugging various issues.k-m_schindler1-53/+54
2012-03-23first try of avcodec. I am sure it is still buggy.k-m_schindler1-990/+736
2012-03-18revert false commitk-m_schindler1-31/+81
2012-03-18start of update for ffmpeg7k-m_schindler1-81/+31
2010-08-25update of avcodec to 52.86.1k-m_schindler1-2/+6
2010-08-25update of avcodec to 52.85.1k-m_schindler1-5/+22
2010-08-25update of avcodec to 52.84.3k-m_schindler1-2/+13
2010-08-25update of avcodec to 52.84.1k-m_schindler1-3/+22
2010-07-20update avcodec to 52.84.0 part 2k-m_schindler1-0/+8
2010-07-20update avcodec to 52.84.0k-m_schindler1-2/+5
2010-07-20update avcodec to 52.83.0k-m_schindler1-2/+35
2010-07-20update avcodec to 52.82.0k-m_schindler1-7/+22
2010-07-20update avcodec to 52.80.0k-m_schindler1-5/+8
2010-07-20update avcodec to 52.79.1k-m_schindler1-12/+20
2010-07-20update avcodec to 52.78.0k-m_schindler1-55/+56
2010-07-20update avcodec to 52.75.1k-m_schindler1-10/+18
2010-07-20update avcodec to 52.73.0k-m_schindler1-2/+14
2010-05-30Update to avutil 50.16.0 and some cosmeticsk-m_schindler1-0/+10
2010-05-30update to avcodec 52.72.0. also some cosmetics to opt.pask-m_schindler1-2/+10
2010-05-30update to avcodec 52.70.0k-m_schindler1-3/+14
2010-05-30update to avcodec 52.67.2k-m_schindler1-8/+8
2010-05-19update avcodec to 52.67.2k-m_schindler1-2/+5
2010-05-19typo correction in comments. no code change.k-m_schindler1-2/+2
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-6/+14
2010-05-12comments re: TAVMediaType. no code changek-m_schindler1-0/+5
2010-05-12fix No. 5 of ffmpeg update.k-m_schindler1-2/+2
2010-05-12fix No. 1 of ffmpeg update.k-m_schindler1-17/+0