aboutsummaryrefslogtreecommitdiffstats
path: root/src/media/UMediaCore_FFmpeg.pas (follow)
Commit message (Expand)AuthorAgeFilesLines
* Remove unused variables and fix warnings with ifdefed variables. Thanks to ru...k-m_schindler2014-11-221-0/+2
* try to fix it with ffmpeg-2.*k-m_schindler2013-12-251-0/+6
* cosmeticsk-m_schindler2013-12-211-1/+0
* minor code optimizationk-m_schindler2013-12-151-5/+2
* fix version detection of libavformatk-m_schindler2013-07-181-3/+3
* Added compilation condition to new UMediaCore_FFmpeg functions to make earlie...lotanrm2013-07-111-0/+6
* In order to make ffmpeg-1.0 work:lotanrm2013-07-111-4/+76
* Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we...lotanrm2012-05-171-2/+2
* Added support for ffmpeg-0.10.lotanrm2012-05-171-3/+3
* correct versions and prepare logic of file opening for ffmpeg-0.8k-m_schindler2012-05-111-5/+5
* indentation. surely, no code change.k-m_schindler2012-05-101-1/+2
* minimal type adjustments. This should make no difference.k-m_schindler2012-05-101-4/+4
* update for ffmpeg-0.8k-m_schindler2012-05-051-0/+8
* updates and extension for ffmpeg-0.8k-m_schindler2012-04-221-0/+12
* new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat....k-m_schindler2012-04-201-7/+7
* compare FFmpeg header and DLL versions and log an error if both do not matchtobigun2010-06-051-0/+75
* fix No. 2 of ffmpeg update. Move from CodecType to AVMediaType.k-m_schindler2010-05-121-1/+21
* open ffmpeg video and audio files in shared mode. Crashed previously when a f...tobigun2010-04-181-1/+1
* merged unicode branch (r1931) into trunks_alexander2009-11-091-2/+122
* - FFmpeg header updatetobigun2008-10-011-1/+1
* added file headerstobigun2008-09-231-0/+25
* Media modules moved from base to mediatobigun2008-09-131-0/+405