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
2009-02-26rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistencyAurelien Jacobs
2009-02-04write all available metadata tags into extended_content_headerAurelien Jacobs
2009-02-04use new metadata API in asf muxerAurelien Jacobs
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2008-09-24ASF stands for "advanced stream format" not "adaptive ...", changing it to "A...Michael Niedermayer
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-21Correct ASF duration.Henrik Gulbrandsen
2008-01-31typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warn...Baptiste Coudurier
2007-12-03add assert to detect invalid packet_timestamp_start/endMichael Niedermayer
2007-12-03correct invalid durationMichael Niedermayer
2007-12-01stupid code (casting of void*) found by checktree.shMichael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-10-16Fix streaming to XBox360.Patric Stout
2007-03-11some url_is_streamed()==1 related fixesMichael Niedermayer
2007-03-07move preroll_time from static variable into definition, might be a good idea ...Alex Beregszaszi
2007-03-05prevent audio packets from being fragmented, wmp mac doesnt seem to like that...Michael Niedermayer
2007-03-05create codec_comment_header which looks more like what M$ creates, sane or no...Michael Niedermayer
2007-03-05all asf files i have have the 2 redundant duration fields differ by the prero...Michael Niedermayer
2007-03-05all asf files i have have this field at 2 so lets try to change it to that ...Michael Niedermayer
2007-03-05all the time related fields seem to be 64bit so i guess preroll is too (this ...Michael Niedermayer
2007-02-13always use audio spread (instead of "video no spread" for audio ...)Michael Niedermayer
2007-02-13increaseing preroll time to the minimum of the asf files i haveMichael Niedermayer
2007-02-12dont set the keyframe flag for audio as microshitty doesnt do it and some thi...Michael Niedermayer
2007-02-09fix broken memset(padding, 0) codeMichael Niedermayer
2007-02-08remove senseless and wrong direct access to ByteIOContext internalsMichael Niedermayer
2007-02-08iam pretty sure send time is dts and not pts ...Michael Niedermayer
2007-02-08muxing packets with unknown timestamps is not allowedMichael Niedermayer
2007-01-21simplify GUIDsMichael Niedermayer
2007-01-21fix msmpeg4v3 tag in asfMichael Niedermayer
2007-01-21simplifyMichael Niedermayer
2007-01-21remove now useless codec_tag setting code in muxersMichael Niedermayer
2007-01-21this is wrong but it was that way before the AVCodecTag change, only reason w...Michael Niedermayer
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-07variable renaming: mp3lame --> libmp3lameDiego Biurrun
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
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-10-01Fix wrong ASF duration of generated filesBrian Brice
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-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
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-09-23Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERSDiego Biurrun
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer