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-16Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce...Alex Beregszaszi
2007-11-16Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi
2007-10-09indentMichael Niedermayer
2007-10-09avoid generating invalid filesMichael Niedermayer
2007-08-05set the previous tag size correctly in flv filesMichael Niedermayer
2007-06-12misc spelling fixesDiego Biurrun
2007-03-03Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2007-01-02VP6 and flashsv stream copy and muxing support.Benjamin Larsson
2006-12-28Patch for the FLV muxer to supply more complete metadataAllan Hsu
2006-12-10set flags correctly in write header instead of seeking back and fixing it in ...Michael Niedermayer
2006-12-06Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu
2006-12-01Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-08-06always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier
2006-07-18add header info to flv format based on a patch by (Philipp Klaus >ffmpegdevel...Michael Niedermayer
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
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-11-12support transcoding adpcmAlex Beregszaszi
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-13fix mimetypeMichael Niedermayer
2005-02-25proper handling of samplesizeAlex Beregszaszi
2005-02-21correct pcm in flv handlingAlex Beregszaszi
2004-07-02assert(0) -> retunrn -1Michael Niedermayer
2004-06-26simplifyMichael Niedermayer
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-04-18various fixesMichael Niedermayer
2004-04-17cleanupMichael Niedermayer
2004-03-09flv fixesMichael Niedermayer
2004-02-07100lMichael Niedermayer
2004-02-07- made --extra-cflags option work on darwinTinic Uro
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
2003-07-11Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 initializati...Michael Niedermayer
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ...Garrick Meeker