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
2012-05-19lavf: change some (de)muxer names to lowercaseMans Rullgard
2012-05-14mtv: do not byteswap raw video in demuxerMans Rullgard
2012-01-27lavf: remove AVFormatParameters from AVFormatContext.read_header signatureAnton Khirnov
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2012-01-05mtv: Make sure audio_subsegments is not 0Shitiz Garg
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* 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-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-04-21Fix MTV decoding on big-endian systemsVitor Sessak
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-03Plug memory leak for truncated filesVitor Sessak
2009-11-05Corrects two typosReynaldo H. Verdejo Pinochet
2009-11-05Decrement probe score at unsuported bppReynaldo H. Verdejo Pinochet
2009-10-19Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet
2009-10-19If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet
2009-10-18Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet
2009-08-25Mark video from .mtv files correctly as upside-down.Reimar Döffinger
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-05-03Remove dead assignments found by CSABenjamin Larsson
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-07COSMETICSReynaldo H. Verdejo Pinochet
2008-11-18Trivial, CosmeticsReynaldo H. Verdejo Pinochet
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-28Change mtv_read_packet so it does not break after seeking (displaying a shift...Reimar Döffinger
2008-06-28Fix pkt->pos to really point at start of packet for mtv audio packets.Reimar Döffinger
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-09Use full path for #includes from another directory.Diego Biurrun
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-07-19Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).Panagiotis Issaris
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-04-07typos/grammarDiego Biurrun
2006-11-03now we set codec_tag, still have to figure out how to handle flippingReynaldo H. Verdejo Pinochet
2006-10-12new mtv demuxerReynaldo H. Verdejo Pinochet