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-08probe more kind of electronic arts filesAurelien Jacobs
2007-10-31EA IMA EACS decoderPeter Ross
2007-10-31EA IMA SEAD decoderPeter Ross
2007-10-26probe files starting with the 1SNh tagAurelien Jacobs
2007-10-26don't use #define with names starting with _Aurelien Jacobs
2007-10-26add parsing of 1SNh header in the EA demuxerAurelien Jacobs
2007-10-25avoid infinite loop at the end of files which are not properly terminatedAurelien Jacobs
2007-10-25EA ADPCM R1, R2 and R3 decoderPeter Ross
2007-10-23convert a if() into a switch() to ease addition of new tags to probeAurelien Jacobs
2007-10-19better check for video track detectionAurelien Jacobs
2007-10-19skip unsupported audio track dataAurelien Jacobs
2007-10-19cosmetics: indentationAurelien Jacobs
2007-10-19check if we found an audio track before initializing the audio streamAurelien Jacobs
2007-10-19compute pts according to the audio codecAurelien Jacobs
2007-10-19set bytes per sample in the contextAurelien Jacobs
2007-10-19fix big endian files supportAurelien Jacobs
2007-10-19simplifyAurelien Jacobs
2007-10-19parse sample rate instead of setting a default oneAurelien Jacobs
2007-10-19add support for PCM codecAurelien Jacobs
2007-10-19check compression_type to assign audio codecAurelien Jacobs
2007-10-19make compression_type a function local var instead of a context varAurelien Jacobs
2007-10-19add support for big_endian encoded headersAurelien Jacobs
2007-10-19add some error processingAurelien Jacobs
2007-10-19cosmetics: indentationAurelien Jacobs
2007-10-19parse header chunk in a loop (don't depend on a fixed chunk ordering)Aurelien Jacobs
2007-10-19add audio and video codec context varsAurelien Jacobs
2007-10-19better log messageAurelien Jacobs
2007-10-19move vp6 header parsing into its own functionAurelien Jacobs
2007-10-19remove 2 temporary variablesAurelien Jacobs
2007-10-19set a default value for num_channelsAurelien Jacobs
2007-10-19move audio header parsing in its own functionAurelien Jacobs
2007-10-19add a log messageAurelien Jacobs
2007-10-19fix commentAurelien Jacobs
2007-10-16cosmetics: reindentAurelien Jacobs
2007-10-16add support for VP6 in electronicarts demuxerAurelien Jacobs
2007-10-16remove useless &0xFFAurelien Jacobs
2007-10-16merge declaration and initializationAurelien Jacobs
2007-10-16remove unused context varsAurelien Jacobs
2007-10-16remove unused codeAurelien Jacobs
2007-10-16remove unused tags definitionAurelien Jacobs
2007-10-16remove unused close functionAurelien Jacobs
2007-10-16simplify bitstream readingAurelien Jacobs
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård