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-12-05Merge commit 'df9b9567518f2840d79a4a96b447ebe1aa326408'Michael Niedermayer
2012-12-05lavc: fix decode_frame() third parameter semantics for video decodersAnton Khirnov
2012-11-22ensure comment blocks that contain doxygen commands start with double asterixPeter Ross
2012-10-14avoid "0xFF << 24" as it is considered a integer overflow in C99Michael Niedermayer
2012-10-08Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-24lavc/mmvideo: forward reget_buffer return value in mm_decode_frame()Stefano Sabatini
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-31mmvideo: count preamble size in return value.Nicolas George
2012-05-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-07mmvideo.c: Remove unused variable in mm_decode_pal().Diego Biurrun
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-03-14mmvideo: restore initial y value.Michael Niedermayer
2012-03-14mmvideo: remove unused variableMichael Niedermayer
2012-03-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-07algmm: convert to bytestream2 API.Ronald S. Bultje
2012-03-04mmvideo: fix overreads of the input buffer.Michael Niedermayer
2011-11-12Set American Laser Games MM palette opaque.Carl Eugen Hoyos
2011-11-06Try to set AVFrame.reference to correct values.Reimar Döffinger
2011-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-07lavc: set defaults in internal codec framesStefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-14mm decoder: move buffer allocation from decode_init() to decode_frame()Peter Ross
2011-03-13mm decoder: move buffer allocation from decode_init() to decode_frame().Peter Ross
2011-01-28Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
2011-01-10perform height sanity check in mmvideo decoderDaniel Kang
2011-01-10mmvideo: remove some conditional statements by limiting range of half_horiz a...Peter Ross
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-02-24it is not necessary to display the decoder name, as av_log() automatically pr...Peter Ross
2010-01-09update my email addressPeter Ross
2009-10-14Remove unnecessary calls to avcodec_check_dimensions, the check is alreadyReimar Döffinger
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-02-01Fix filenames in doxygen comments.Diego Biurrun
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
2008-07-08Remove AVPaletteControl from ALG MM demuxer/decoderPeter Ross
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-02-01constsMichael Niedermayer
2007-07-05license header consistency cosmeticsDiego Biurrun
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-07-26Fix FSF postal address.Diego Biurrun