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-10-07In gxf muxer, round up number of lines mod 16 in mpeg umf data, based patch b...Baptiste Coudurier
2010-10-07In gxf muxer, fix number of flt entries based on patch by Reuben Martin, reub...Baptiste Coudurier
2010-10-07In gxf muxer, write umf media for mpeg1video, patch by Reuben Martin, reuben ...Reuben Martin
2010-10-07In gxf muxer, fix flt entry offset, patch by Reuben Martin, reuben dot m at g...Reuben Martin
2010-09-01gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti...Baptiste Coudurier
2010-07-21gxfenc: Fix ES name in the UMF media description, by using strlen instead of ...Thierry Foucu
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-05-23remove useless includeBaptiste Coudurier
2009-03-09reindentBaptiste Coudurier
2009-03-09change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier
2009-03-09merge struct declaration and definitionBaptiste Coudurier
2009-03-09write map packet every 100 packets according to specsBaptiste Coudurier
2009-03-09write flt packet, might need some tweaking but it worksBaptiste Coudurier
2009-03-09correctly interleave audio and video according to specsBaptiste Coudurier
2009-03-09write timecode track in gxfBaptiste Coudurier
2009-03-09compute media info in write_headerBaptiste Coudurier
2009-03-09factorize write packetBaptiste Coudurier
2009-03-09remove unneeded and empty user dataBaptiste Coudurier
2009-03-09uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier
2009-03-09remove useless fieldsBaptiste Coudurier
2009-02-14use correct field number for video according to specs, patch by Thierry Foucu...Thierry Foucu
2009-02-14cosmetics, rename nb_frames to nb_fieldsBaptiste Coudurier
2009-02-12compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail...Thierry Foucu
2009-02-12rename wrongly named b_per_gop to b_per_i_or_p according to specsBaptiste Coudurier
2009-02-10rename ff_audio_interleave to ff_audio_rechunk_interleaveBaptiste Coudurier
2009-02-08use new audio interleaving generic codeBaptiste Coudurier
2009-01-31use st->priv_data to store per stream contextBaptiste Coudurier
2009-01-28second try fixing time code in gxfBaptiste Coudurier
2009-01-23fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier
2009-01-20Do not use avctx->frame_number which might not be set,Baptiste Coudurier
2009-01-20set correct value for starting lineBaptiste Coudurier
2009-01-20fix gxf time code mark out valueBaptiste Coudurier
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-12-14Avoid _t in gxf enum type namesReimar Döffinger
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27use av_fifo_generic_write, old func is deprecatedBaptiste Coudurier
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-08-09take care to use video track field number as durationBaptiste Coudurier
2007-07-26replaces hardcoded values by the equivalent enum definitionsAurelien Jacobs
2007-07-13Smartjog granted permission to relicense as LGPL 2.1Baptiste Coudurier
2007-07-13round timestamps up, k2 broadcast server seems to need itBaptiste Coudurier
2007-02-14fix dts adjustingBaptiste Coudurier
2007-01-22Fix some more license headers.Diego Biurrun
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-11-28readjust dts if negativeBaptiste Coudurier
2006-10-18use AVFormatContext to logBaptiste Coudurier