| Commit message (Expand) | Author | Files | Lines |
2013-12-15 | Add FF_DEBUG_THREADS. thanks to brianf for notifying. | k-m_schindler | 1 | -0/+1 |
2013-12-15 | Small fix. Not fixing the sound problem. | k-m_schindler | 1 | -1/+1 |
2013-12-15 | code beautifying. nocode change. | k-m_schindler | 1 | -2/+2 |
2013-12-15 | code beautifying. nocode change. | k-m_schindler | 1 | -1/+1 |
2013-12-15 | fixing the symbol definitions. | k-m_schindler | 1 | -16/+15 |
2013-12-14 | add FF_API_AVCODEC_RESAMPLE and FFMPEG_VERSION_INT | k-m_schindler | 1 | -0/+2 |
2013-12-10 | Create ffmpeg-2.1 from ffmpeg-2.0. Plain copy, no adjustment | k-m_schindler | 18 | -0/+12275 |
2013-12-08 | fixing ffmpeg-1.2: next part. | k-m_schindler | 1 | -24/+22 |
2013-12-08 | fixing avcodec. moving const out of place fixes type definitions. | k-m_schindler | 1 | -49/+23 |
2013-12-07 | Fixing ffmpeg-1.2, part 2. avcodec has still a bug, but i could not find it, ... | k-m_schindler | 1 | -148/+137 |
2013-12-07 | Fixing ffmpeg-1.2, part 1 | k-m_schindler | 4 | -109/+121 |
2013-12-01 | update config and ffmpeg1.2 | k-m_schindler | 1 | -3/+3 |
2013-12-01 | enable MidiCons.pas for all platforms, part 2 | k-m_schindler | 1 | -1/+6 |
2013-12-01 | formating and beautifying. no actual code change, but needs checks. | k-m_schindler | 12 | -671/+651 |
2013-11-30 | rename filenames and unify naming. No code change. | k-m_schindler | 10 | -17/+17 |
2013-07-29 | at last add avformat for 1.2 and 2.0. Now serious testing can begin. | k-m_schindler | 2 | -0/+4639 |
2013-07-29 | avio and swscale translated. still untested. | k-m_schindler | 4 | -0/+2162 |
2013-07-29 | Add avcodec. untested. | k-m_schindler | 4 | -0/+11727 |
2013-07-28 | This is the first complete try of libavutil. | k-m_schindler | 26 | -18/+1107 |
2013-07-27 | first chunk of ffmpeg updates. libavutil parts. version still to be done. | k-m_schindler | 18 | -0/+4522 |
2013-07-27 | add av_default_get_category | k-m_schindler | 1 | -0/+2 |
2013-07-27 | delete duplicate functione definition | k-m_schindler | 1 | -3/+0 |
2013-07-11 | In order to make ffmpeg-1.0 work: | lotanrm | 1 | -26/+25 |
2013-05-17 | always enalbe FF_API_OLD_DECODE_AUDIO in avcodec. | k-m_schindler | 1 | -4/+6 |
2013-05-17 | one more fix on avformat. | k-m_schindler | 1 | -1/+15 |
2013-05-17 | another try with opt2.pas. | k-m_schindler | 1 | -1/+3 |
2013-05-17 | one more fix on avformat and a try with opt2.pas. | k-m_schindler | 2 | -11/+1 |
2013-05-17 | some more fixes. | k-m_schindler | 1 | -27/+21 |
2013-05-17 | a couple of fixes. | k-m_schindler | 3 | -36/+17 |
2013-05-17 | delete accidental duplicate paste | k-m_schindler | 1 | -109/+0 |
2013-05-17 | combine log1.pas and log2.pas, but split opt.pas into opt1.pas and opt2.pas | k-m_schindler | 5 | -225/+195 |
2013-05-17 | split log.pas, so that PAVClass is defined in opt.pas | k-m_schindler | 3 | -1/+141 |
2013-05-16 | fix typo and reorder log.pas & opt.pas and translate avcodec_find_best_pix_fmt2 | k-m_schindler | 2 | -4/+4 |
2013-05-16 | fix typo | k-m_schindler | 1 | -1/+1 |
2013-05-15 | fix typo | k-m_schindler | 1 | -2/+2 |
2013-05-15 | fix compilation on ubuntu and lart release engineers, who mix releases ;-) | k-m_schindler | 1 | -2/+2 |
2013-05-03 | extent for lua 5.2 | k-m_schindler | 1 | -7/+50 |
2013-04-25 | numerous fixes for lua 5.2. Still needs changes where it is used, i.e. ULuaCore | k-m_schindler | 1 | -39/+95 |
2013-04-17 | 2nd try to fix uint32 | k-m_schindler | 1 | -1/+1 |
2013-04-17 | fix uint32 | k-m_schindler | 1 | -1/+1 |
2013-04-17 | lua headers including lua.5.2 | k-m_schindler | 1 | -213/+654 |
2013-03-03 | first fix of ffmpeg-1.0 | k-m_schindler | 10 | -248/+249 |
2013-03-02 | Finally add the notes. version 1.0 and 1.1 can now be checked for compilation... | k-m_schindler | 4 | -0/+36 |
2013-03-02 | add avformat.pas | k-m_schindler | 2 | -0/+4464 |
2013-03-02 | add swscale.pas | k-m_schindler | 2 | -0/+958 |
2013-03-01 | add avio.pas | k-m_schindler | 2 | -0/+1182 |
2013-03-01 | avcodec.pas: fix 1.0 | k-m_schindler | 1 | -2/+2 |
2013-03-01 | avcodec.pas: fix 1.0 and add 1.1 | k-m_schindler | 2 | -26/+5458 |
2013-03-01 | add avcodec.pas | k-m_schindler | 1 | -0/+5274 |
2013-03-01 | add libavcodec/audioconvert.pas | k-m_schindler | 2 | -0/+515 |