Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-07-02doxygen: Prefer member groups over grouping into modulesReinhard Tartler
Before this, almost all module groups have been used for grouping functions and fields in structures semantically. This causes them to not appear properly in the file documentation and needlessly clutters up the "Modules" index. Additionally, this commit streamlines some spelling and appearances.
2011-04-08avio: make URLContext internal.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-07-02Fix misspelled parameter names in Doxygen documentation.Diego Biurrun
This fixes one Doxygen warning each. Originally committed as revision 23970 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-06-30Fix grammar errors in documentationMåns Rullgård
Originally committed as revision 23904 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-01-30Make RTMP send/receive packet functions report number of bytes read or sent.Kostya Shishkov
Originally committed as revision 21533 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-11Dump RTMP packet contents in debug modeKostya Shishkov
Originally committed as revision 20799 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-035l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for itKostya Shishkov
Originally committed as revision 20717 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-03RTMP packets with one-byte header use previous packet timestamp difference, soSergiy
track timestamp difference as well. Patch by Sergiy (mail.composeAddress("piratfm","gmail.com")) Originally committed as revision 20714 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-12-02Add another known RTMP channel ID to enum.Sergiy
From patch by Sergiy (mail = piratfm, gmail) Originally committed as revision 20703 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-10-18Support more than 64 channels in RTMP inputKostya Shishkov
Originally committed as revision 20270 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-07-31RTMP protocol support (as a client)Kostya Shishkov
Originally committed as revision 19556 to svn://svn.ffmpeg.org/ffmpeg/trunk