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-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-09-12zmbvdec: Check the buffer size for uncompressed dataMichael Niedermayer
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-01-11zmbv: Reset the decoder on keyframe errorsLuca Barbato
2013-01-06zmbv: return more meaningful error codes.Anton Khirnov
2012-12-24zmbv: remove some pointless comments and empty linesAnton Khirnov
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-12-05lavc: add a wrapper for AVCodecContext.get_buffer().Anton 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-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-19zmbv: check decompress resultKostya Shishkov
2012-03-19zmbv: correct indentationKostya Shishkov
2012-02-01zmbv: Employ more meaningful return values.Paul B Mahol
2012-02-01zmbv: check av_realloc() return values and avoid memleaks on ENOMEMJanne Grunau
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-08cosmetics: drop some pointless parenthesesDiego Biurrun
2011-12-04zmbv.c: coding style clean-up.Nathan Adil Maxson
2011-10-09zmbv: remove memcpy() of decoded frameMans Rullgard
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2010-07-08Remove a useless variable in zmbv decoder.Eli Friedman
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-04Avoid division by zeroReinhard Tartler
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
2009-06-05zmbv decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-24Remove useless assignment during initialization for some decodersKostya Shishkov
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
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-28Add long names to some AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-09indentationKostya Shishkov
2008-03-09Correctly handle empty framesKostya Shishkov
2008-02-01constMichael Niedermayer
2007-07-17remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård
2007-07-09trivial warning fixesMåns Rullgård
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-06-16fix some printf format specifiersMåns Rullgård
2007-06-02Use AV_xx throughout libavcodecRamiro Polla
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-09Get rid of unnecessary pointer casts.Nicholas Tung
2007-03-27Remove redundant assignKostya Shishkov