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-07-18gxfenc: place variable declarations before statementsDiego Biurrun
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-13lavf: factor out conversion of ISO8601 string to unix timeAnton Khirnov
2011-07-12lavf: deprecate AVFormatContext.timestampAnton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-07-04Do not include intfloat_readwrite.h in avutil.hMans Rullgard
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
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-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-25lavf: replace remaining uses of put_tag with avio_writeAnton Khirnov
2011-02-21avio: avio: avio_ prefixes for put_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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