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-07-20movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the sizeMartin Storsjö
2010-07-09In mov muxer, write pixel aspect ratio tag in mov files.Baptiste Coudurier
2010-06-15Support gray16be and rgb48be in movBaptiste Coudurier
2010-06-05fix raw 555 pixel format, add abgr fourccBaptiste Coudurier
2010-05-24write 3gp perf tag for artist metadataBaptiste Coudurier
2010-05-24albm 3gp tag has optional track field not dateBaptiste Coudurier
2010-05-24change author metadata to artist in mov de/muxerBaptiste Coudurier
2010-05-18Add initial support for RTP hinting in the mov muxerMartin Storsjö
2010-05-18Make mov_write_packet non-static, add ff_ prefixMartin Storsjö
2010-05-18Move the mov muxer structures to a separate headerMartin Storsjö
2010-05-05movenc: Write QuickTime chaptersDavid Conrad
2010-05-05movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad
2010-04-21movenc: Write nero chaptersDavid Conrad
2010-04-12Predicting the size of the hdlr, string data and trkn tags in the MOV muxerTomas Härdin
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-09Fix encoder metadata string langcode in mov muxerBaptiste Coudurier
2010-03-09Correctly mark mov metadata as utf-8, using iso language codeBaptiste Coudurier
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