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
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
2008-04-27Add long names to many AVCodec declarations.Stefano Sabatini
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01constMichael Niedermayer
2008-02-01Use bytestream.Michael Niedermayer
2008-02-01constsMichael Niedermayer
2008-01-31Two tables that should be constReimar Döffinger
2007-05-10Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun
2007-04-07Remove superfluous setting of has_b_frames in codecs without B-frames.Nicholas Tung
2007-02-25use FFMINRamiro Polla
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-27fix some signedness warningsMåns Rullgård
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
2005-03-06indeo3 for bigendian patch by (demo-n <demo-n users.sourceforge net)Michael Niedermayer
2005-02-28indeo3 for bigendian patch by (elf at frogger dot rules dot pl Sebastian J...Sebastian Jedruszkiewicz
2005-01-23avoid buf_size == 0 checks in every decoderMichael Niedermayer