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-05Add some parentheses to clarify operator precedence, fixes the warnings:Diego Biurrun
2007-10-30rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf....Baptiste Coudurier
2007-08-12Ensure av_tree_insert() is defined before using it.Carl Eugen Hoyos
2007-08-10move syncpoint cache related stuff to common fileMichael Niedermayer
2007-08-09move lsb2full to common fileMichael Niedermayer
2007-08-09move crc wrapper to slightly better spotMichael Niedermayer
2007-08-09move syncpoint timestamp resetting code to a common fileMichael Niedermayer
2007-08-09remove old unused nut (de)muxerMichael Niedermayer
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-07-05URL update, move comment to a better place.Diego Biurrun
2007-06-12misc spelling fixesDiego Biurrun
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-18Fix license header error notice by Steve LHomme.Diego Biurrun
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-03remove redundant declarationsMåns Rullgård
2006-07-20fix regression failure after adler simplificationMichael Niedermayer
2006-07-14move adler32 to libavutilMåns Rullgård
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-06-21Remove unused variable, patch by Stefan Huehner stefan__at__huehner__dot__org.Stefan Huehner
2006-06-16free codec extradata in av_close_input_fileMåns Rullgård
2006-04-23Disable lavf NUT until it is synced to specOded Shimon
2006-03-01add size to AVIndexMichael Niedermayer
2006-01-20Properly #ifdef muxer-specific parts.Gildas Bazin
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-09-11checksum doesnt cover the forward_ptr anymoreMichael Niedermayer
2005-09-11forward_ptr doesnt contain its own length anymoreMichael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-06-27nut prefers extradata style global headersMichael Niedermayer
2005-06-08some nut.hu hypeAlex Beregszaszi
2005-06-03fix stream classMichael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-24Ministry of English Composition, reporting for duty (and the word is "skipped...Mike Melanson
2005-03-18initalize has_b_framesMichael Niedermayer
2005-03-17more fine grained discarding of packetsMichael Niedermayer
2005-03-13"put_s should store signed values. Spotted on #mplayerdev by someone ILuca Barbato
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-02-2401-makefile_fix_updated.patchNilesh Bansal
2005-01-22support discarding uninterresting packetsMichael Niedermayer
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-11-13allocate a few bytes more for extradata so the bitstream reader if its used b...Michael Niedermayer
2004-10-11use native timebase for seekingMichael Niedermayer
2004-06-15file id stringMichael Niedermayer