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
2007-09-20cosmetics: typoDiego Biurrun
Originally committed as revision 10534 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
Originally committed as revision 9801 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
Originally committed as revision 9760 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-15add an enum for need_parsingAurelien Jacobs
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ↵Michael Niedermayer
buf_size checks Originally committed as revision 8677 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-08Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger
Originally committed as revision 7883 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-08set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger
Originally committed as revision 7880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-0810l, forgot to skip payload description in UMF packet parsingReimar Döffinger
Originally committed as revision 7878 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-22Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger
Originally committed as revision 7159 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-22Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger
Originally committed as revision 7158 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
Originally committed as revision 6666 to svn://svn.ffmpeg.org/ffmpeg/trunk
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-08-08both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer
Originally committed as revision 5958 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02remove unneeded audio fourcc as wellBaptiste Coudurier
Originally committed as revision 5889 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02Minor resync optimizationReimar Döffinger
Originally committed as revision 5888 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-02do not set unneeded fourccBaptiste Coudurier
Originally committed as revision 5886 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-01Support for seeking, both with and without index and correct timestampsReimar Döffinger
Originally committed as revision 5880 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-30Fix typo in commentReimar Döffinger
Originally committed as revision 5865 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
Originally committed as revision 5720 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-07-03add GXF demuxerReimar Döffinger
Originally committed as revision 5598 to svn://svn.ffmpeg.org/ffmpeg/trunk