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 (Expand)Author
2007-09-20cosmetics: typoDiego Biurrun
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-02-08Use av_set_pts_info and set some arbitrary timebase fallbackReimar Döffinger
2007-02-08set pts_wrap_bits to 32 since timestamps in packets are 32 bitReimar Döffinger
2007-02-0810l, forgot to skip payload description in UMF packet parsingReimar Döffinger
2006-11-22Set CODEC_TYPE_DATA for timecode tracks.Reimar Döffinger
2006-11-22Set st->need_parsing = 2 for MPEG-content.Reimar Döffinger
2006-10-12Rename ABS macro to FFABS.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-08both timestamps are dts, (checked trailer.gxf, spec is unclear)Michael Niedermayer
2006-08-02remove unneeded audio fourcc as wellBaptiste Coudurier
2006-08-02Minor resync optimizationReimar Döffinger
2006-08-02do not set unneeded fourccBaptiste Coudurier
2006-08-01Support for seeking, both with and without index and correct timestampsReimar Döffinger
2006-07-30Fix typo in commentReimar Döffinger
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-07-03add GXF demuxerReimar Döffinger