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
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-09-08terminate tag tables by CODEC_ID_NONEBaptiste Coudurier
2008-09-05do not fail if audio is uncompressed and frame size is not set, just set itBaptiste Coudurier
2008-09-04cosmetics, remove whitespaceBaptiste Coudurier
2008-09-04actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot frKurtnoise
2008-09-04skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits,Damiano Galassi
2008-09-03change the logic to mux 13818-3 and 11172-3 in mp4, less codeBaptiste Coudurier
2008-09-03forbid mp3 < 16000hz in anything except movBaptiste Coudurier
2008-09-03dirac muxing support in mp4/movBaptiste Coudurier
2008-09-03cosmetics, vertical alignBaptiste Coudurier
2008-09-03ac3 muxing support in mov/mp4/m4vBaptiste Coudurier
2008-09-03correctly mux mpeg2 audio 13818-3 in mp4Baptiste Coudurier
2008-09-01check for malloc failureBaptiste Coudurier
2008-09-01copy whole frame in vosData for dnxhd, this code will be used for other codec...Baptiste Coudurier
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-06-28clarify error message about codec tagBaptiste Coudurier
2008-06-15set correct ftyp minor version for 3gp/2Baptiste Coudurier
2008-06-15invert mode_mov conditionBaptiste Coudurier
2008-06-15simplifyBaptiste Coudurier
2008-06-15change 3gp/3g2 brands if h264 is presentBaptiste Coudurier
2008-06-15simplify ipod brand selectionBaptiste Coudurier
2008-06-15fix warning, write_ftyp return int nowBaptiste Coudurier
2008-06-15put avc1 brand in compat list when h264 is presentBaptiste Coudurier
2008-06-13I think we are also compliant to iso2.Michael Niedermayer
2008-06-13Add isom to the compatible brands.Michael Niedermayer
2008-06-13Calculate ftyp size instead of hardcoding it.Michael Niedermayer
2008-06-12simplify MODE_3G2Michael Niedermayer
2008-06-12Change MODE_* to 1<<c so several can be set at the same time.Michael Niedermayer
2008-06-12cosmetics, reindentBaptiste Coudurier
2008-06-12don't write double sets of metadata in mov, only write usual onesBaptiste Coudurier
2008-06-11indentBaptiste Coudurier
2008-06-11support for 3gp metadataBaptiste Coudurier
2008-06-11move utf8 code before udta func, will be used by 3gp tagsBaptiste Coudurier
2008-06-11write usual brand for ipod formatBaptiste Coudurier
2008-06-11simplifyBaptiste Coudurier
2008-06-11factorize psp metadataBaptiste Coudurier
2008-06-11cosmeticsBaptiste Coudurier
2008-06-11cosmeticsBaptiste Coudurier
2008-06-11support alac in ipod m4a format, tested on quicktimeBaptiste Coudurier
2008-06-10m4v/m4a are usual itunes/ipod/iphone extensionsBaptiste Coudurier
2008-06-10indentBaptiste Coudurier
2008-06-10rework udta handling, if any track set bitexact, don't write any metadataBaptiste Coudurier
2008-06-0910l, add parenthesesBaptiste Coudurier
2008-06-09indentBaptiste Coudurier
2008-06-09remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing sc...Baptiste Coudurier
2008-06-09cosmeticsBaptiste Coudurier
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-29warn if pts is not set, prevent writing negative/weird cts, happens when usin...Baptiste Coudurier
2008-05-29reindentBaptiste Coudurier