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-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
2009-06-05indeo3 decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-20Reindent after last commitAlex Converse
2009-02-20Some buffer checks for indeo3Alex Converse
2009-01-26Remove unneeded check.Benoit Fouet
2009-01-26Fix an exploit in indeo by checking we are not writing out of the strip array.Benoit Fouet
2008-12-14indeo3: replace sizeof(struct ...) by sizeof(*var)Aurelien Jacobs
2008-12-13Replace 'typedef struct ustr_t' by 'struct ustr', _t is POSIX namespace.Diego Biurrun
2008-10-02Rename some variables and add some comments to try to be a bit more clear.Benoit Fouet
2008-10-01Fix indentation.Benoit Fouet
2008-10-01Remove useless context variable.Benoit Fouet
2008-10-01Merge declaration and assignment.Benoit Fouet
2008-09-30Move iv_decode_frame function to remove a forward declaration.Benoit Fouet
2008-09-30Remove useless lines.Benoit Fouet
2008-09-30Reindent whole file.Benoit Fouet
2008-09-30Indent.Benoit Fouet
2008-09-30Simplify iv_free_func().Benoit Fouet
2008-09-30Move allocated buffer out of YUV buffer structure.Benoit Fouet
2008-09-30Remove useless initializations.Benoit Fouet
2008-09-30Check allocations on init.Benoit Fouet
2008-09-30Remove useless test.Benoit Fouet
2008-09-30CosmeticsBenoit Fouet
2008-09-30use uint8_t instead of unsigned charBenoit Fouet
2008-09-30Corrector type fits in 8 bits.Benoit Fouet
2008-09-30Remove useless casts and use variable instead of its type in sizeof.Benoit Fouet
2008-09-30Change table types to uint8_tBenoit Fouet
2008-06-13Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini