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-31indeo3: stop using deprecated avcodec_set_dimensionsAnton Khirnov
2013-10-04cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun
2013-05-10indeo3: avoid writes without necessary alignment in copy_cell()Janne Grunau
2013-05-07indeo3: use unaligned reads on reference blocks.Anton Khirnov
2013-04-30indeo3: use put_pixels instead of put_no_rnd_pixels in copy_cell()Anton Khirnov
2013-04-30indeo3: fix off by one in MV validity checkAnton Khirnov
2013-04-20indeo3: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje
2013-04-17indeo3: check motion vectors.Anton Khirnov
2013-04-17indeo3: fix data size checkAnton Khirnov
2013-04-17indeo3: switch parsing the header to bytestream2Anton Khirnov
2013-03-14avcodec: av_log_ask_for_sample() ---> avpriv_request_sample()Diego Biurrun
2013-03-08lavc decoders: work with refcounted frames.Anton Khirnov
2013-02-08indeo3: replace use of copy_block4 with put_pixelsMans Rullgard
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-29indeo3: remove duplicate capabilities line.Anton Khirnov
2012-10-29lavc: add CODEC_CAP_DR1 to all video decoders missing themAnton Khirnov
2012-10-19indeo3: do not try to output more lines than we can fitKostya Shishkov
2012-10-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-09-29indeo3: fix out of cell write.Anton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-05-15indeo3: validate new frame size before resetting decoderKostya Shishkov
2012-05-15indeo3: when freeing buffers, set pointers referencing them to NULL as wellKostya Shishkov
2012-05-15indeo3: initialise pixel planes on allocationKostya Shishkov
2012-05-15indeo3: ensure that decoded cell data is in 7-bit range as presumed by decoderKostya Shishkov
2012-05-02indeo3: fix motion vector validationHendrik Leppkes
2012-02-28Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-01-07indeo3: check motion vectors for validityJanne Grunau
2011-11-29indeo3: check per-plane data buffer against input buffer bounds.Aneesh Dogra
2011-11-28indeo3: cosmeticsKostya Shishkov
2011-11-28indeo3: error out if no motion vector is set.Aneesh Dogra
2011-11-08indeo3: Fix a fencepost error.Alex Converse
2011-11-03replacement Indeo 3 decoderMaxim Poliakovski
2011-11-02Remove some stray unnecessary ffmpeg references.Diego Biurrun
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-04indeo3: Eliminate use of long.Alex Converse
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ò
2010-09-07Use new imgutils.h API names, fix deprecation warnings.Stefano Sabatini
2010-08-06Remove use of the deprecated function avcodec_check_dimensions(), useStefano Sabatini
2010-07-11Add av_ prefix to bswap macrosMåns Rullgård
2010-07-11bswap: change ME to NE in macro namesMåns Rullgård
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-07-06Change av_free to av_freepReimar Döffinger
2009-07-06Reallocate internal buffer when coded frame size changes.Reimar Döffinger
2009-07-06Change iv_decode_frame to get AVCodecContext as argument, so thatReimar Döffinger