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
2011-10-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-104xm: fix signed overflowMans Rullgard
2011-10-02Reject video with non multiple of 16 width/height in the 4xm decoder.Laurent Aimar
2011-10-024xm decoder: fix data size for i2 frames.Michael Niedermayer
2011-10-024xm decoder: print some error messages in case of errors.Michael Niedermayer
2011-10-02Check for out of bound accesses in the 4xm decoder.Laurent Aimar
2011-10-02Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary buffers ...Laurent Aimar
2011-10-02Prevent NULL dereference when the huffman table is invalid in the 4xm decoder.Laurent Aimar
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-05-02replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-274xm: use reget_buffer() in decode_frame()Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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-17Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer
2010-11-12Fix visual artifacts in 4XM decoding on big-endian systemVitor Sessak
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-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-03-06Remove DECLARE_ALIGNED_{8,16} macrosMåns Rullgård
2010-01-22Move array specifiers outside DECLARE_ALIGNED() invocationsMåns Rullgård
2010-01-08Fix red/blue swap for 4xa files.Carl Eugen Hoyos
2009-10-13Add missing release_buffer on closeReimar Döffinger
2009-08-264xm: provide 16-byte alignment where requiredMåns Rullgård
2009-06-054xm decoder uses get_buffer, set CODEC_CAP_DR1Baptiste Coudurier
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
2009-04-12Add a av_fast_malloc function and replace several uses of av_fast_realloc,Reimar Döffinger
2009-04-12Use void * instead of uint8_t * for the destination buffer for dsp.bswap_bufReimar Döffinger
2009-04-11Get rid of INIT_VLC_USE_STATIC in 4xm.Michael Niedermayer
2009-04-11Use INIT_VLC_USE_STATIC and not its value "1".Carl Eugen Hoyos
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
2009-02-22Add missing av_cold in static init/close functions.Daniel Verkamp
2009-02-01Use full internal pathname in doxygen @file directives.Diego Biurrun
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-12Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun
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-22cosmetics: typo fixesDiego Biurrun
2008-03-21Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng
2008-03-05remove more useless mpegvideo.h includesAurelien Jacobs
2008-02-01Replace get32() by AV_RL32().Michael Niedermayer
2008-02-01constMichael Niedermayer
2008-01-31cast to dest type, fix warning: 4xm.c:304: warning: initialization from incom...Baptiste Coudurier
2007-09-05fix decoding of dracula.4xm before diego complainsMichael Niedermayer
2007-09-05fix segfault with dracula.4xmMichael Niedermayer
2007-08-28Change 4xm demuxer and video decoder to pass the video format version inRoberto Togni