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-11-03Add ff_ prefix to get_v()Kostya Shishkov
2007-11-03Make get_v() available to the other demuxersKostya Shishkov
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-09-16warning fix:Diego Biurrun
2007-08-27Remove unused variable.Diego Biurrun
2007-08-17spelling/wording cosmeticsDiego Biurrun
2007-08-10move syncpoint cache related stuff to common fileMichael Niedermayer
2007-08-10fix forw_ptr crc checkMichael Niedermayer
2007-08-10get rid of printfMichael Niedermayer
2007-08-09move lsb2full to common fileMichael Niedermayer
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer
2007-08-09check forw_ptr CRCMichael Niedermayer
2007-08-09make StreamContext.time_base a pointerMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-08nutdec: don't use deprecated codec_get_{bmp,wav}_id()Måns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-24use new string functionsMåns Rullgård
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-12misc spelling fixesDiego Biurrun
2007-04-24Remove unused code + variable, fixes a warning.Diego Biurrun
2007-04-09Make some functions which aren't used outside their declaring source fileStefan Huehner
2007-03-19fix end-of-file detectionClemens Ladisch
2007-02-28get_packetheader() forgot to read the header_checksum in big packetsLuca Barbato
2007-01-21simplifyMichael Niedermayer
2006-11-16check max_pts_distanceMichael Niedermayer
2006-11-16skip non keyframes after seeking between syncpoint and the first keyframeMichael Niedermayer
2006-11-16remove unused variablesMichael Niedermayer
2006-11-16removing unused codeMichael Niedermayer
2006-11-15check for frames with 2*size > max_dist and no crcMichael Niedermayer
2006-11-15resync from last syncpointMichael Niedermayer
2006-11-15remove skip spamMichael Niedermayer
2006-11-14indentionMichael Niedermayer
2006-11-14seeking with indexMichael Niedermayer
2006-11-14index less seeking in O(log n) timeMichael Niedermayer
2006-11-12fix checksum check (was my bug not libnut)Michael Niedermayer
2006-11-12fix timestamp rounding in syncpointsMichael Niedermayer
2006-11-11simplifyMichael Niedermayer
2006-11-11dont do startcode search from last syncpoint if there are no errorsMichael Niedermayer
2006-11-11nut simple seeking first tryMichael Niedermayer
2006-11-11updating nut demuxer to latest specMichael Niedermayer