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-01-23Drop DCTELEM typedefDiego Biurrun
2013-01-064xm: operate with pointers to AVFrames instead of whole structs.Anton Khirnov
2013-01-064xm: eliminate a pointless indirectionAnton Khirnov
2013-01-064xm: simplify code with FFSWAPAnton Khirnov
2013-01-064xm: return meaningful error codesAnton Khirnov
2012-12-234xm: don't rely on get_buffer() initializing the frame.Anton Khirnov
2012-12-21miscellaneous typo fixesDiego Biurrun
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-08Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-04-294xm: fix invalid array indexingMans Rullgard
2012-03-28Replace memset(0) by zero initializations.Diego Biurrun
2012-02-16dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö
2012-02-16vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö
2012-02-104xm, timefilter: K&R formatting cosmeticsYordan Makariev
2012-01-28cosmetics: Remove extra newlines at EOFAlex Converse
2012-01-054xm: Prevent buffer overreads.Aneesh Dogra
2012-01-05Revert "4xm: Prevent buffer overreads."Ronald S. Bultje
2012-01-054xm: Prevent buffer overreads.Aneesh Dogra
2012-01-054xm: pass the correct remaining buffer size to decode_i2_frame().Aneesh Dogra
2012-01-054xm: fix calculation of the next output line position in decode_i2_frame().Aneesh Dogra
2011-12-234xm: remove unused variables.Anton Khirnov
2011-12-234xm: Add a check in decode_i_frame to prevent buffer overreadsShitiz Garg
2011-12-204xm: Use bytestream2 functions to prevent overreadsAneesh Dogra
2011-12-184xm: remove unneeded check for remaining unused data.Justin Ruggles
2011-10-104xm: prevent NULL dereference with invalid huffman tableLaurent Aimar
2011-10-104xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffersLaurent Aimar
2011-10-104xm: fix signed overflowMans Rullgard
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
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