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
2010-02-01Add a list of generic tags and change demuxers to follow it.Anton Khirnov
2010-01-17Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini
2010-01-04Add support for these widely-used iTunes metadata fields: Album Artist,Mike Melanson
2009-11-29100l, max value for timescale is UINT16_MAXBaptiste Coudurier
2009-11-29remove useless mov timescale fieldBaptiste Coudurier
2009-11-29change track timescale to unsigned int, fix warningBaptiste Coudurier
2009-11-29track time can be 64bitBaptiste Coudurier
2009-11-29support pcm_f32/64le in movBaptiste Coudurier
2009-11-29cosmetics, reindent after last commitBaptiste Coudurier
2009-11-29support sample rates > INT16_MAX in mov using stsd v2Baptiste Coudurier
2009-11-23MOV: Add several iTunes metadata tagsDavid Conrad
2009-11-23MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer)David Conrad
2009-11-22Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have anJustin Ruggles
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-31fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot jo...Larbi Joubala
2009-05-23fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot j...Larbi Joubala
2009-05-15write 'stps' for mpeg-2 open gop in .movBaptiste Coudurier
2009-05-15use flags field and remove key_frame fieldBaptiste Coudurier
2009-05-15change cts type to int, save some spaceBaptiste Coudurier
2009-05-13factorize av_set_pts_infoBaptiste Coudurier
2009-05-13cosmetics, alignmentBaptiste Coudurier
2009-05-11rgb555le, rgb565le, rgb565be, bgr24 in .mov muxingBaptiste Coudurier
2009-05-11bgra in .mov muxingBaptiste Coudurier
2009-05-11correct pixfmt for argbBaptiste Coudurier
2009-05-11rgba in .mov muxingBaptiste Coudurier
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
2009-04-08move codec tag tables near corresponding codeBaptiste Coudurier
2009-04-08cosmetics, reindentBaptiste Coudurier
2009-04-08cosmetics, add empty line and remove useless bracesBaptiste Coudurier
2009-04-08fix compilation, add missing parenthesisBaptiste Coudurier
2009-04-08comment the ipod subtitle checkBaptiste Coudurier
2009-04-08invert condition to simplify codeBaptiste Coudurier
2009-04-08remove no more needed code, tag is set by defaultBaptiste Coudurier
2009-04-08cosmetics, reindent, add empty linesBaptiste Coudurier
2009-04-08split mov_find_codec_tag in separate per format functionsBaptiste Coudurier
2009-04-08set bits_per_coded_sample for rawvideoBaptiste Coudurier
2009-04-08override mov fourcc for pcm audio, this is safer when stream copyingBaptiste Coudurier
2009-03-22allocate tracks instead of using MAX_STREAMSBaptiste Coudurier
2009-03-15typo in the mail, the 4am commit is always the worstBaptiste Coudurier
2009-03-15cosmeticsBaptiste Coudurier
2009-03-15add my copyright in mov de/muxerBaptiste Coudurier
2009-03-11reindentBaptiste Coudurier
2009-03-11keep original tag when stream copying subs with ipod formatBaptiste Coudurier
2009-03-11ipod supports both subs tagsBaptiste Coudurier
2009-03-11reindentBaptiste Coudurier
2009-03-11write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier
2009-03-11use correct codec tag list for ipod formatBaptiste Coudurier
2009-03-11fix subs track height, set track->height to codec height if not setBaptiste Coudurier
2009-02-28Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already usedRonald S. Bultje