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 (Collapse)Author
2007-11-16Honor the 8bit extension (now 32bit instaed 24bit) of the pts field ↵Alex Beregszaszi
introduced in FLV specification v9. Originally committed as revision 11043 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-11-16Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in.Alex Beregszaszi
Originally committed as revision 11042 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-09indentMichael Niedermayer
Originally committed as revision 10693 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-10-09avoid generating invalid filesMichael Niedermayer
fixes issue213 Originally committed as revision 10692 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-05set the previous tag size correctly in flv filesMichael Niedermayer
Originally committed as revision 9919 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-12misc spelling fixesDiego Biurrun
Originally committed as revision 9289 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-03Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson
Originally committed as revision 8201 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
Originally committed as revision 7603 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
Originally committed as revision 7596 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21export a few more codec_tag-codec_id tablesMichael Niedermayer
Originally committed as revision 7594 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
Originally committed as revision 7593 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
Originally committed as revision 7417 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-02VP6 and flashsv stream copy and muxing support.Benjamin Larsson
Originally committed as revision 7399 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-28Patch for the FLV muxer to supply more complete metadataAllan Hsu
in the onMetaData header. Patch by Allan Hsu <allan at counterpop dot net>. Originally committed as revision 7382 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-10set flags correctly in write header instead of seeking back and fixing it in ↵Michael Niedermayer
write_trailer() Originally committed as revision 7267 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-06Defines various common FLV format values between the FLV muxer and demuxerAllan Hsu
in a common flv.h. patch by Allan Hsu allan _at_ counterpop.net Originally committed as revision 7231 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-12-01Fix wrong flags for S16LE and S16BE audio in FLV files.Allan Hsu
patch by Allan Hsu, allan counterpop net Originally committed as revision 7194 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
patch by Steve Lhomme, slhomme divxcorp com Originally committed as revision 6868 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
Originally committed as revision 6774 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
and fix GPL/LGPL version mismatches. Originally committed as revision 6577 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-08-06always write duration and file size, fix seeking, progress bar is now activeBaptiste Coudurier
Originally committed as revision 5939 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-18add header info to flv format based on a patch by (Philipp Klaus ↵Michael Niedermayer
>ffmpegdevel ad pylonsoft mot ch ) Originally committed as revision 5779 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
Originally committed as revision 5707 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
Originally committed as revision 5697 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
Originally committed as revision 4842 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
Originally committed as revision 4764 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
Originally committed as revision 4749 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-11-12support transcoding adpcmAlex Beregszaszi
Originally committed as revision 4689 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-19kill duplicated get/put_be24()Michael Niedermayer
Originally committed as revision 4460 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to ↵Michael Niedermayer
AVCodecContext dont randomize AVStream and break binary compatibility Originally committed as revision 4453 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-05-13fix mimetypeMichael Niedermayer
Originally committed as revision 4234 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-25proper handling of samplesizeAlex Beregszaszi
Originally committed as revision 3980 to svn://svn.ffmpeg.org/ffmpeg/trunk
2005-02-21correct pcm in flv handlingAlex Beregszaszi
Originally committed as revision 3968 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-07-02assert(0) -> retunrn -1Michael Niedermayer
Originally committed as revision 3285 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-06-26simplifyMichael Niedermayer
Originally committed as revision 3252 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
fixes the random dts/pts during encoding asf preroll fix no more initial zero frames for b frame encoding mpeg-es dts during demuxing fixed .ffm timestamp scale fixed, ffm is still broken though Originally committed as revision 3168 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
Originally committed as revision 3148 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-18various fixesMichael Niedermayer
Originally committed as revision 3031 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-04-17cleanupMichael Niedermayer
fix streamcopy Originally committed as revision 3026 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-03-09flv fixesMichael Niedermayer
Originally committed as revision 2863 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-07100lMichael Niedermayer
Originally committed as revision 2758 to svn://svn.ffmpeg.org/ffmpeg/trunk
2004-02-07- made --extra-cflags option work on darwinTinic Uro
- allow INTER4V macroblocks for FLV1 codec - fixed issue in flv file format saving 8 mp3 frames per packet instead of 1 - fixed crasher in flv file format involving mp3 buffer handling - added FLV1 codec support for swf file format (FlashPlayer6 or above required) and made it default - fixed broken mp3 support in swf file format patch by (Tinic Uro <turo at macromedia dot com>) cleanup by me Originally committed as revision 2756 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
Originally committed as revision 2255 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-09-09CODEC_ID_MP3LAME is obsoleteFabrice Bellard
Originally committed as revision 2232 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-11Building ffmpeg with gcc-2.95.3 encountered a problem due to C99 ↵Michael Niedermayer
initialization fix by ("Steven M. Schultz" <sms at 2BSD dot COM>) Originally committed as revision 2032 to svn://svn.ffmpeg.org/ffmpeg/trunk
2003-07-10flash video (flv) support patch by (Garrick Meeker <gmeeker at theoryllc dot ↵Garrick Meeker
com>) Originally committed as revision 2024 to svn://svn.ffmpeg.org/ffmpeg/trunk