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-07-06check udp_read_packet return value not to access uninitialized memoryEric Paul
2007-07-06update my email addressMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-07-05Group all copyright and author notices together.Diego Biurrun
2007-07-05URL update, move comment to a better place.Diego Biurrun
2007-07-02Remove leading underscores from specifiers, they are reserved.Diego Biurrun
2007-07-02spelling cosmeticsDiego Biurrun
2007-07-02Add missing comment markers to #endif directive.Diego Biurrun
2007-06-27remove empty write trailer functionsVitor Sessak
2007-06-27compute absolute data offset after reading blocksizeBaptiste Coudurier
2007-06-26this is named BlockSize in specsBaptiste Coudurier
2007-06-26according to specs, offset is before blocksizeBaptiste Coudurier
2007-06-26support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is ...Baptiste Coudurier
2007-06-26Check for O_BINARY instead of a list of systems that need itRamiro Polla
2007-06-25Remove localtime_r implementation for systems that don't have it.Ramiro Polla
2007-06-25 * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko
2007-06-25cosmetics: indentation after last commitAurelien Jacobs
2007-06-25drop blocks which are part of unsupported tracksAurelien Jacobs
2007-06-24remove duplicate #includeMåns Rullgård
2007-06-24more av_strl* adjustmentsReimar Döffinger
2007-06-24warnings--Måns Rullgård
2007-06-24whitespace cosmeticsMåns Rullgård
2007-06-24use AV_RL32Måns Rullgård
2007-06-24use more Vorbis metadata tagsMåns Rullgård
2007-06-24replace strncpy with av_strlcpyMåns Rullgård
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
2007-06-24Cosmetics: use consistent indentation by four spacesReimar Döffinger
2007-06-24DV muxer should not only fail for more that 3 streams altogetherReimar Döffinger
2007-06-24remove old unused string functionsMåns Rullgård
2007-06-24use new string functionsMåns Rullgård
2007-06-23simplifyAurelien Jacobs
2007-06-23remove useless empty functionAurelien Jacobs
2007-06-23cosmetics: too much blank linesAurelien Jacobs
2007-06-23use intreadwrite functions in matroskadecAurelien Jacobs
2007-06-23use intreadwrite functions in vocdecAurelien Jacobs
2007-06-23remove useless #ifndef CONFIG_NOCUTILSMåns Rullgård
2007-06-23simplify stristart()Måns Rullgård
2007-06-23cosmetic: combine declaration and initialisationMåns Rullgård
2007-06-23simplify pstrcpy()Måns Rullgård
2007-06-23simplify strstart()Måns Rullgård
2007-06-21use allformats.hBaptiste Coudurier
2007-06-21remove now useless ifdefBaptiste Coudurier
2007-06-21split mpeg ps and variants muxer and demuxer, I'll clean more in a few minute...Baptiste Coudurier
2007-06-20Fix @file in matroskadec.c, it was still matroska.cReimar Döffinger
2007-06-20comment endif directive tokenBenoit Fouet
2007-06-17add a comment to indicate which #endif belong to which #defineGuillaume Poirier
2007-06-17add multiple inclusion guards to headersMåns Rullgård
2007-06-17include all prerequisites in header filesMåns Rullgård
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-15Add support for track numbers when they are set via stringsPatrice Bensoussan