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
2011-04-04avio: avio_ prefix for url_close_dyn_bufAnton Khirnov
2011-04-04avio: avio_ prefix for url_open_dyn_bufAnton Khirnov
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17avio: rename put_flush_packet -> avio_flushAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-02movenc: use correct tag for dvcpro hdBaptiste Coudurier
2011-03-02movenc: fix tkhd height for imxBaptiste Coudurier
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-26movenc: remove uses of deprecated API.Ronald S. Bultje
2011-02-26store pasp atom for all types of quicktime movieMaksym Veremeyenko
2011-02-26reindent after tapt patchMaksym Veremeyenko
2011-02-26use tapt atom for sample aspect ratioMaksym Veremeyenko
2011-02-25lavf: use a new ffio_wfourcc macro instead of put_tag() where possibleAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-13movenc: Force first sample as SYNCTakashi Mochizuki
2011-01-28movenc: byteswap codec_tag in mov_write_ms_tagJanne Grunau
2011-01-28In mov muxer, mux adpcm_ms and adpcm_ima_wav the way quicktime supports itBaptiste Coudurier
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
2011-01-07In mov muxer, override codec tag for dv in mov, fix remuxing from aviBaptiste Coudurier
2011-01-07In mov muxer, override codec tag for h263 in mov, fix remuxing from 3gpBaptiste Coudurier
2010-11-23Unset variable fps for mov and mp4 muxer, they support itBaptiste Coudurier
2010-10-16In mov muxer, write artist metadata tagBaptiste Coudurier
2010-10-16In mov muxer, use correct metadata tag for encoder, and use the generic metad...Baptiste Coudurier
2010-09-09In mov muxer, write reduced sample aspect ratio values in paspBaptiste Coudurier
2010-08-25Properly handle IPv6 addresses in the SDP generationMartin Storsjö
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