aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* another try to fix Delphi compilation. Ugly andless elegant, but hopefully cl...k-m_schindler2012-07-294-78/+48
* fix ffmpeg paths in configure for Delphi.k-m_schindler2012-07-153-11/+47
* config.inc fixes. maybe fixes delphi path problem.k-m_schindler2012-07-142-28/+33
* fix pointer types.k-m_schindler2012-07-142-3/+4
* fix size_t for Delphi. fix duplicate packet procedures in avformat and avcodec.k-m_schindler2012-07-1413-122/+112
* change of PByteIOContext. makes Delphi happy.k-m_schindler2012-07-134-4/+4
* fixed revision numbers, macros, ...k-m_schindler2012-07-1319-154/+201
* same procedure for avformat as for avcodec.k-m_schindler2012-07-101-29/+27
* a test for debuggin.k-m_schindler2012-07-101-27/+27
* a test for debuggin.k-m_schindler2012-07-101-34/+31
* a test for debuggin.k-m_schindler2012-07-101-1/+2
* change max supported version.k-m_schindler2012-07-101-3/+3
* switch of version check of avutil for the moment. idea is to get the buildbot...k-m_schindler2012-07-101-1/+1
* more fixes of ifdefs and similar. probably buggy.k-m_schindler2012-07-104-157/+157
* bug fix of macrok-m_schindler2012-07-091-4/+4
* bug fix of previous commitk-m_schindler2012-07-091-1/+1
* more fixing ends of macros for Delphi 7.k-m_schindler2012-07-094-10/+14
* replace << and >> by shl and shr. makes Delphi happy.k-m_schindler2012-07-092-3/+3
* fixing ends of macros for Delphi 7. maybe not all of them.k-m_schindler2012-07-091-24/+24
* do not apply the __dso_handle patch on Mac OS Xk-m_schindler2012-06-131-5/+7
* hack of __dso_handle is not needed with gcc >4.6k-m_schindler2012-06-121-1/+3
* initial commit of ffmpeg-0.9k-m_schindler2012-06-1018-0/+10934
* some fixes and cosmetics.k-m_schindler2012-06-101-37/+38
* bugfix of missing external decl.k-m_schindler2012-06-091-0/+1
* update and cosmetics.k-m_schindler2012-06-091-68/+67
* code cosmeticsk-m_schindler2012-06-091-2/+5
* some refinements on small glitches, code cosmetics.k-m_schindler2012-06-091-38/+60
* bugfix of wrong typek-m_schindler2012-06-091-1/+1
* update and additions to ffmpeg-0.10k-m_schindler2012-06-091-6/+46
* bug fix of wrong declarationk-m_schindler2012-06-091-1/+1
* bug fix of duplicate identifierk-m_schindler2012-06-091-1/+1
* update and additions to ffmpeg-0.10k-m_schindler2012-06-099-80/+213
* make avio_tell unix only, because of SEEK_CURk-m_schindler2012-05-243-0/+18
* cosmetics: long variable names. no code change.k-m_schindler2012-05-241-8/+8
* some minor bugfixes.k-m_schindler2012-05-241-4/+4
* cosmetics: long variable names. no code change.k-m_schindler2012-05-241-9/+9
* add missing avformat_find_stream_info, av_find_best_stream, avformat_open_inp...k-m_schindler2012-05-246-3/+164
* version 0.10 unified.k-m_schindler2012-05-242-1/+2
* add missing avcodec_open2 and PPAVDictionary.k-m_schindler2012-05-244-0/+69
* Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm2012-05-173-8/+4
* Added support for ffmpeg-0.10.lotanrm2012-05-1712-1715/+2223
* correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler2012-05-113-7/+7
* indentation. surely, no code change.k-m_schindler2012-05-101-1/+2
* add missing cdecl. no obvious consequences or improvmentsk-m_schindler2012-05-102-2/+2
* minimal type adjustments. This should make no difference.k-m_schindler2012-05-101-4/+4
* untested proposal for replacement of av_find_stream_info by av_read_framek-m_schindler2012-05-081-0/+9
* another fix of streams. USDX finally builds, but does not work.k-m_schindler2012-05-051-0/+4
* fix missing functionk-m_schindler2012-05-051-0/+30
* update of todo listk-m_schindler2012-05-052-8/+2
* update for ffmpeg-0.8k-m_schindler2012-05-052-0/+12