aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* Code beautifying. Minor code change for more verbose logk-m_schindler2013-12-151-47/+58
* code beautifying. nocode change.k-m_schindler2013-12-151-2/+2
* code beautifying. nocode change.k-m_schindler2013-12-151-1/+1
* fixing the symbol definitions.k-m_schindler2013-12-151-16/+15
* minor code optimizationk-m_schindler2013-12-151-5/+2
* fix PByteIOContext for ffmpeg-1.2. ffmpeg-0.8 works. ffmpeg-1.2 compiles but ...k-m_schindler2013-12-143-0/+8
* add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INTk-m_schindler2013-12-144-1/+18
* Create ffmpeg-2.1 from ffmpeg-2.0. Plain copy, no adjustmentk-m_schindler2013-12-1018-0/+12275
* fixing ffmpeg-1.2: next part.k-m_schindler2013-12-081-24/+22
* fixing avcodec. moving const out of place fixes type definitions.k-m_schindler2013-12-081-49/+23
* Fixing ffmpeg-1.2, part 2. avcodec has still a bug, but i could not find it, ...k-m_schindler2013-12-071-148/+137
* Fixing ffmpeg-1.2, part 1k-m_schindler2013-12-074-109/+121
* Fix path problems, which show up in 10.9k-m_schindler2013-12-061-10/+57
* revert 3012. StrUtils is needed on linux.k-m_schindler2013-12-061-0/+1
* update config and ffmpeg1.2k-m_schindler2013-12-012-18/+18
* enable MidiCons.pas for all platforms, part 2k-m_schindler2013-12-011-1/+6
* enable MidiCons.pas for all platformsk-m_schindler2013-12-011-9/+7
* remove not needed unit StrUtilsk-m_schindler2013-12-011-1/+0
* formating and beautifying. no actual code change, but needs checks.k-m_schindler2013-12-0112-671/+651
* reflect the previous changes in the top file.k-m_schindler2013-11-301-7/+7
* rename filenames and unify naming. No code change.k-m_schindler2013-11-3010-17/+17
* fix configure for libav* >= 1.0 on Mac OS Xk-m_schindler2013-07-301-12/+12
* at last add avformat for 1.2 and 2.0. Now serious testing can begin.k-m_schindler2013-07-292-0/+4639
* avio and swscale translated. still untested.k-m_schindler2013-07-294-0/+2162
* Add avcodec. untested.k-m_schindler2013-07-294-0/+11727
* This is the first complete try of libavutil.k-m_schindler2013-07-2826-18/+1107
* first chunk of ffmpeg updates. libavutil parts. version still to be done.k-m_schindler2013-07-2718-0/+4522
* add av_default_get_categoryk-m_schindler2013-07-271-0/+2
* delete duplicate functione definitionk-m_schindler2013-07-271-3/+0
* fix version detection of libavformatk-m_schindler2013-07-183-15/+15
* 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-114-38/+117
* always enalbe FF_API_OLD_DECODE_AUDIO in avcodec.k-m_schindler2013-05-171-4/+6
* one more fix on avformat.k-m_schindler2013-05-171-1/+15
* another try with opt2.pas.k-m_schindler2013-05-171-1/+3
* one more fix on avformat and a try with opt2.pas.k-m_schindler2013-05-172-11/+1
* some more fixes.k-m_schindler2013-05-171-27/+21
* a couple of fixes.k-m_schindler2013-05-173-36/+17
* delete accidental duplicate pastek-m_schindler2013-05-171-109/+0
* combine log1.pas and log2.pas, but split opt.pas into opt1.pas and opt2.pask-m_schindler2013-05-175-225/+195
* split log.pas, so that PAVClass is defined in opt.pask-m_schindler2013-05-173-1/+141
* fix typo and reorder log.pas & opt.pas and translate avcodec_find_best_pix_fmt2k-m_schindler2013-05-162-4/+4
* fix typok-m_schindler2013-05-161-1/+1
* fix typok-m_schindler2013-05-151-2/+2
* fix compilation on ubuntu and lart release engineers, who mix releases ;-)k-m_schindler2013-05-153-4/+4
* correct upppercase/lowercase of lua_lib_namek-m_schindler2013-05-052-2/+2
* mainly source code formattingk-m_schindler2013-05-033-872/+877
* extent for lua 5.2k-m_schindler2013-05-032-15/+57
* extend the detection of ffmpeg and lua.k-m_schindler2013-05-032-6/+6
* numerous fixes for lua 5.2. Still needs changes where it is used, i.e. ULuaCorek-m_schindler2013-04-251-39/+95