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
2013-11-21truemotion1: make sure index does not go out of boundsAnton Khirnov
2013-11-16truemotion1: use the AVFrame API properly.Anton Khirnov
2013-10-31truemotion1: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: properly initialize AVFrame.Anton Khirnov
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-26Remove unnecessary dsputil.h #includesDiego Biurrun
2013-01-06truemotion1: return meaningful error codesAnton Khirnov
2012-12-23Return proper error code after av_log_ask_for_sample()Diego Biurrun
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-15Don't include common.h from avutil.hMartin Storsjö
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-20truemotion1: remove disabled codeDiego Biurrun
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-04-21Use av_log_ask_for_sample() where appropriate.Diego Biurrun
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-15Merge libavcore into libavutilReinhard Tartler
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-10Check for vectable ID > 0, fixes issue 2508.Daniel Kang
2010-11-03Fix aspect for 24bpp TM1 samples.Reimar Döffinger
2010-11-03Fix decoding of 24 bpp TM1 (except for aspect).Reimar Döffinger
2010-11-03100l, calculate mb_change_bits_row_size from the update width.Reimar Döffinger
2010-11-03Support mid-stream resolution/format changes for TM1.Reimar Döffinger
2010-08-21The 24-bit ydt also should not depend on endianness,Reimar Döffinger
2010-08-21Since the 24 bit format is decoded to endian-dependantReimar Döffinger
2010-08-21Do not swap red and blue when decoding truemotionReimar Döffinger
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
2009-07-26Replace WORDS_BIGENDIAN with HAVE_BIGENDIANMåns Rullgård
2009-07-23Remove useless #include <unistd.h> from many filesMåns Rullgård
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2008-12-14undoing revision 16118 for truemotion1.c; commit was prematureMike Melanson
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-06-25mark read-only data as constStefan Gehrer
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-06-06Fix reading an element after the array.Michael Niedermayer
2008-05-06Remove unnecessary parentheses from return calls.Diego Biurrun
2008-04-29Add some long names to AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01more constMichael Niedermayer
2008-02-01constMichael Niedermayer
2007-08-09use reget_buffer and remove internal copying of buffer - codec works againAlex Beregszaszi
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-21cosmetics: remove my email addressAlex Beregszaszi
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung