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
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-06-18Add const to (mostly) char* and make some functions static, which aren't usedStefan Huehner
outside their declaring source file and which have no corresponding prototype. patch by Stefan Huehner stefan^^@^^huehner^^.^^org Originally committed as revision 5497 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-03-11simplify AVFormatParameters NULL checksMichael Niedermayer
Originally committed as revision 5146 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-26RTP/RTSP and MPEG4-AAC audioRomain Degez
- preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-03-16buffer overflow in sdp_probe() fix by (Gildas Bazin )gbazin altern org)Michael Niedermayer
Originally committed as revision 4049 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used ↵Michael Niedermayer
by the codec for parsing extardata, doesnt read over the end Originally committed as revision 3679 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-10-12100l (forgoten seeking functions)Michael Niedermayer
Originally committed as revision 3585 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-08-12HTTP Authentication Patch by (Petr Doubek <doubek at vision dot ee dot ethz ↵Petr Doubek
dot ch>) tested and submitted by (Torsten Spindler <spindler at hbt dot arch dot ethz dot ch>) Originally committed as revision 3381 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-20support url_read which reads less then requested patch by (Leon van ↵Leon van Stuivenberg
Stuivenberg <l dot vanstuivenberg at chello dot nl>) this is needed for compatibility with tcp.c 1.10 Originally committed as revision 2911 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
Originally committed as revision 2840 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-11-10initial seek support - more generic play/pause supportFabrice Bellard
Originally committed as revision 2495 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-10-29added MPEG2TS support in RTP, SDP and RTSP - replaced fake RTP demux by a ↵Fabrice Bellard
specific API Originally committed as revision 2448 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09removed ctype.h headerFabrice Bellard
Originally committed as revision 2225 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-24OSX and BeOS networking fix (socklen_t)François Revol
Originally committed as revision 2077 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-17suppressed RTSP abort hack - added PLAY/PAUSEFabrice Bellard
Originally committed as revision 2060 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-15fixed RTP/TCP client supportFabrice Bellard
Originally committed as revision 2045 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-02-10* static,const,compiler warning cleanupZdenek Kabelac
Originally committed as revision 1567 to svn://svn.ffmpeg.org/ffmpeg/trunk
2002-11-25renamed libav to libavformatFabrice Bellard
Originally committed as revision 1276 to svn://svn.ffmpeg.org/ffmpeg/trunk