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-16add ff_ prefix to metadata_conv()Anton Khirnov
2010-10-15Export metadata in the generic format. Deprecate old conversion API.Anton Khirnov
2010-06-25avienc : Avoid creating invalid AVI files when muxing subtitle streamsJai Menon
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-02-16Set lavf identification string globally in av_write_header(), ratherAnton Khirnov
2010-02-06Add AVI metadata conversion table.Anton Khirnov
2010-02-05strn muxing in avi support.Michael Niedermayer
2010-01-28Remove last MAX_STREAMS from avienc.cMichael Niedermayer
2010-01-28Introduce AVIStream struct and move stream based variables to it.Michael Niedermayer
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-06-19Add support for muxing XSUB subtitles to AVI muxer.Reimar Döffinger
2009-04-07use av_freep() instead of av_free() + =NULL.Aurelien Jacobs
2009-02-24Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.Michael Niedermayer
2009-02-13Remove pointless #if around the file, it is already conditionally compiled.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
2009-01-05rename AVMetaData to AVMetadata and meta_data to metadataAurelien Jacobs
2009-01-04Generic metadata API.Michael Niedermayer
2008-10-03Remove offset_t typedef and use int64_t directly instead.Diego Biurrun
2008-09-03Fix an invalid free in the AVI muxer when an unsupported audio track is added.Laurent Aimar
2008-08-24Change codec_tag type from const struct AVCodecTag ** to const struct AVCodec...Reimar Döffinger
2008-08-24convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-03-27Fix aspect ratio.Michael Niedermayer
2008-03-02Store aspect ratio in avis.Michael Niedermayer
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-08remove redundant codec_get_bmp_tag() call in avi_write_header()Måns Rullgård
2007-01-21get rid of the [4] limitation of codec tag listsMichael Niedermayer
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2007-01-21fix indention (dunno why it was messed up ...)Michael Niedermayer
2006-12-07use the standard INT64_C() macro for 64-bit constantsMåns Rullgård
2006-11-02Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.Steve L'Homme
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-09-07Allow to store the the track number though the IPRT (part) tag in AVI.Panagiotis Issaris
2006-08-24fix ODML AVI Duration for files > 2GBBrian Brice
2006-08-18AVI tag reading and writing patch by David Conrad.David Conrad
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-01Flash Screen Video decoder (fourcc:FSV1)Benjamin Larsson
2006-05-18Add MPEG FourCC for MPEG-2 video.Diego Biurrun
2006-04-07KMVC (used in Worms games) decoder. Works fine with samples from MPHQKostya Shishkov
2006-03-02fixing total_framesMichael Niedermayer
2006-03-02indentionMichael Niedermayer
2006-03-01Set 'MJLS' FOURCC for JPEG-LS in AVI and documentation fix. Patch byBenjamin Larsson
2006-03-01replace if by assert as it should never by trueMichael Niedermayer