| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | replace << and >> by shl and shr. makes Delphi happy. | k-m_schindler | 2012-07-09 | 2 | -3/+3 |
* | fixing ends of macros for Delphi 7. maybe not all of them. | k-m_schindler | 2012-07-09 | 1 | -24/+24 |
* | do not apply the __dso_handle patch on Mac OS X | k-m_schindler | 2012-06-13 | 1 | -5/+7 |
* | hack of __dso_handle is not needed with gcc >4.6 | k-m_schindler | 2012-06-12 | 1 | -1/+3 |
* | initial commit of ffmpeg-0.9 | k-m_schindler | 2012-06-10 | 18 | -0/+10934 |
* | some fixes and cosmetics. | k-m_schindler | 2012-06-10 | 1 | -37/+38 |
* | bugfix of missing external decl. | k-m_schindler | 2012-06-09 | 1 | -0/+1 |
* | update and cosmetics. | k-m_schindler | 2012-06-09 | 1 | -68/+67 |
* | code cosmetics | k-m_schindler | 2012-06-09 | 1 | -2/+5 |
* | some refinements on small glitches, code cosmetics. | k-m_schindler | 2012-06-09 | 1 | -38/+60 |
* | bugfix of wrong type | k-m_schindler | 2012-06-09 | 1 | -1/+1 |
* | update and additions to ffmpeg-0.10 | k-m_schindler | 2012-06-09 | 1 | -6/+46 |
* | bug fix of wrong declaration | k-m_schindler | 2012-06-09 | 1 | -1/+1 |
* | bug fix of duplicate identifier | k-m_schindler | 2012-06-09 | 1 | -1/+1 |
* | update and additions to ffmpeg-0.10 | k-m_schindler | 2012-06-09 | 9 | -80/+213 |
* | make avio_tell unix only, because of SEEK_CUR | k-m_schindler | 2012-05-24 | 3 | -0/+18 |
* | cosmetics: long variable names. no code change. | k-m_schindler | 2012-05-24 | 1 | -8/+8 |
* | some minor bugfixes. | k-m_schindler | 2012-05-24 | 1 | -4/+4 |
* | cosmetics: long variable names. no code change. | k-m_schindler | 2012-05-24 | 1 | -9/+9 |
* | add missing avformat_find_stream_info, av_find_best_stream, avformat_open_inp... | k-m_schindler | 2012-05-24 | 6 | -3/+164 |
* | version 0.10 unified. | k-m_schindler | 2012-05-24 | 2 | -1/+2 |
* | add missing avcodec_open2 and PPAVDictionary. | k-m_schindler | 2012-05-24 | 4 | -0/+69 |
* | Corrected AVStream pointer arithmetic to work inconjuction with fpc 2.6 as we... | lotanrm | 2012-05-17 | 3 | -8/+4 |
* | Added support for ffmpeg-0.10. | lotanrm | 2012-05-17 | 12 | -1715/+2223 |
* | correct versions and prepare logic of file opening for ffmpeg-0.8 | k-m_schindler | 2012-05-11 | 3 | -7/+7 |
* | indentation. surely, no code change. | k-m_schindler | 2012-05-10 | 1 | -1/+2 |
* | add missing cdecl. no obvious consequences or improvments | k-m_schindler | 2012-05-10 | 2 | -2/+2 |
* | minimal type adjustments. This should make no difference. | k-m_schindler | 2012-05-10 | 1 | -4/+4 |
* | a simple test for TFFmpegDecodeStream.Open in media/UAudioDecoder_FFmpeg.pas | k-m_schindler | 2012-05-10 | 2 | -0/+40 |
* | untested proposal for replacement of av_find_stream_info by av_read_frame | k-m_schindler | 2012-05-08 | 1 | -0/+9 |
* | another fix of streams. USDX finally builds, but does not work. | k-m_schindler | 2012-05-05 | 1 | -0/+4 |
* | fix missing function | k-m_schindler | 2012-05-05 | 1 | -0/+30 |
* | update of todo list | k-m_schindler | 2012-05-05 | 2 | -8/+2 |
* | update for ffmpeg-0.8 | k-m_schindler | 2012-05-05 | 2 | -0/+12 |
* | update and fix | k-m_schindler | 2012-05-05 | 1 | -10/+36 |
* | update of ffmpeg-0.8. it is probably 90% of what needs to be done. | k-m_schindler | 2012-05-04 | 5 | -175/+34 |
* | update the implementation of av_cmp_q | k-m_schindler | 2012-05-03 | 4 | -10/+75 |
* | fix and update avcodec.pas | k-m_schindler | 2012-04-23 | 2 | -279/+87 |
* | move includes to the top of the files. | k-m_schindler | 2012-04-23 | 4 | -50/+54 |
* | updates and extension for ffmpeg-0.8 | k-m_schindler | 2012-04-22 | 13 | -197/+89 |
* | complete the parameters of the function. | k-m_schindler | 2012-04-22 | 1 | -1/+1 |
* | fix avutil version | k-m_schindler | 2012-04-22 | 1 | -1/+1 |
* | fix naming bug in log.pas | k-m_schindler | 2012-04-22 | 3 | -3/+3 |
* | merge some changes from the 0.7 to 0.8 work | k-m_schindler | 2012-04-22 | 6 | -247/+22 |
* | check of avutil. avio, avformat and avcodec still to do. | k-m_schindler | 2012-04-22 | 5 | -438/+67 |
* | some updates. | k-m_schindler | 2012-04-22 | 3 | -8/+4 |
* | initial commit of ffmpeg-0.8. far from complete. Not yet usable. | k-m_schindler | 2012-04-21 | 18 | -0/+10072 |
* | Initial commit for ffmpeg-0.10. This is far from complete. | k-m_schindler | 2012-04-21 | 20 | -3/+10694 |
* | fix mixed up version for avformat | k-m_schindler | 2012-04-20 | 1 | -2/+2 |
* | configure from newer GNU Autoconf 2.68 | k-m_schindler | 2012-04-20 | 1 | -214/+814 |