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-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
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-23store index for seeking in the native timebase of each streamMichael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-05-20bytestream tracing supportMichael Niedermayer
2004-05-02match latest specMichael Niedermayer
2004-04-13store correct ptsMichael Niedermayer
2004-04-13bit-exactMichael Niedermayer
2004-04-12moving nearly identical binary search code from nut/mpeg/asf to utils.cMichael Niedermayer
2004-04-11set codec_tagMichael Niedermayer
2004-04-09removing keyframe prediction and checksum thresholdMichael Niedermayer
2004-04-09gcc 2.95.3 patch by ("Steven M. Schultz" <sms at 2bsd dot com>)Steven M. Schultz