aboutsummaryrefslogtreecommitdiffstats
path: root/src/lib (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Added support for ffmpeg-0.10.lotanrm2012-05-179-1696/+2134
* add missing cdecl. no obvious consequences or improvmentsk-m_schindler2012-05-102-2/+2
* fix missing functionk-m_schindler2012-05-051-0/+30
* update of todo listk-m_schindler2012-05-052-8/+2
* update and fixk-m_schindler2012-05-051-10/+36
* update of ffmpeg-0.8. it is probably 90% of what needs to be done.k-m_schindler2012-05-045-175/+34
* update the implementation of av_cmp_qk-m_schindler2012-05-034-10/+75
* fix and update avcodec.pask-m_schindler2012-04-232-279/+87
* move includes to the top of the files.k-m_schindler2012-04-234-50/+54
* updates and extension for ffmpeg-0.8k-m_schindler2012-04-228-187/+47
* complete the parameters of the function.k-m_schindler2012-04-221-1/+1
* fix avutil versionk-m_schindler2012-04-221-1/+1
* fix naming bug in log.pask-m_schindler2012-04-223-3/+3
* merge some changes from the 0.7 to 0.8 workk-m_schindler2012-04-226-247/+22
* check of avutil. avio, avformat and avcodec still to do.k-m_schindler2012-04-225-438/+67
* some updates.k-m_schindler2012-04-223-8/+4
* initial commit of ffmpeg-0.8. far from complete. Not yet usable.k-m_schindler2012-04-2118-0/+10072
* Initial commit for ffmpeg-0.10. This is far from complete.k-m_schindler2012-04-2120-3/+10694
* fix mixed up version for avformatk-m_schindler2012-04-201-2/+2
* new detection of ffmpeg version. API changes: SampleFormat -> AVSampleFormat....k-m_schindler2012-04-201-13/+13
* Rename ffmpeg7 to ffmpeg-0.7k-m_schindler2012-04-1821-0/+78
* updated version.k-m_schindler2012-03-301-0/+465
* update avformat and the ToDo list.k-m_schindler2012-03-292-3/+1757
* adding updated version.k-m_schindler2012-03-281-0/+889
* create libavutil. Add and move include files.k-m_schindler2012-03-2710-95/+592
* create libavcodec and move audioconvert.k-m_schindler2012-03-272-3/+1
* move AVPaletteControlk-m_schindler2012-03-271-23/+23
* one round of debugging various issues.k-m_schindler2012-03-273-481/+66
* first try of avcodec. I am sure it is still buggy.k-m_schindler2012-03-233-0/+5006
* more for ffmpeg7k-m_schindler2012-03-224-0/+1005
* start version 0.7 of ffmpegk-m_schindler2012-03-183-0/+413