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-01-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-05vorbis: make sure ch is non zero before calling vorbis_residue_decodeMichael Niedermayer
2012-01-05vorbis: An additional defense in the Vorbis codec.Chris Evans
2012-01-05vorbis: Fix decoder bug.Chris Evans
2012-01-05vorbisdec: Make sure blocksize is not set to an invalid value.Michael Niedermayer
2012-01-05vorbis: Fix last quarter of CVE-2011-3893Michael Niedermayer
2012-01-05ogg: Avoid the possibility to read out-of-bounds of a static global array in ...Chris Evans
2012-01-05Fix possible infinite loop decoding als.Philippe Saint-Pierre
2012-01-04ulti: convert to new bytestream API.Ronald S. Bultje
2012-01-04Replace deprecated FF_I_TYPE with AV_PICTURE_TYPE_I in v308 and yuv4.Carl Eugen Hoyos
2012-01-04yuv4 libquicktime packed 4:2:0 encoder and decoder.Carl Eugen Hoyos
2012-01-04v308 Quicktim Uncompressed 4:4:4 encoder and decoder.Carl Eugen Hoyos
2012-01-04Add decoder for Avid 1:1 10-bit RGB Packer (AVrp).Carl Eugen Hoyos
2012-01-04Place some START_TIMER invocations in separate blocks.Diego Biurrun
2012-01-04vc1dec: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: fix invalid memory access for small video dimensionsJohn Brooks
2012-01-04rv34: joint coefficient decoding and dequantizationChristophe GISQUET
2012-01-04jpegdec: Fix vlc table check for progressive jpegs.Michael Niedermayer
2012-01-04h264: return index in buffer on end-of-sequence.Ronald S. Bultje
2012-01-04Merge some declarations and initializations.Diego Biurrun
2012-01-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-04cabac: drop unused and disabled get_cabac_u() / get_cabac_ueg() functionsDiego Biurrun
2012-01-04cabac: drop unused STRICT_LIMITS code branchDiego Biurrun
2012-01-04libspeexenc: fix pts calculations for more than 1 frame per packetJustin Ruggles
2012-01-04adxdec: clear eof flag and channel states when seekingJustin Ruggles
2012-01-04adxenc: check output buffer size before writingJustin Ruggles
2012-01-04adxenc: use bytestream functions for header writing.Justin Ruggles
2012-01-04adxenc: use BLOCK_SIZE and BLOCK_SAMPLES macrosJustin Ruggles
2012-01-04adxenc: use a loop to encode each channelJustin Ruggles
2012-01-04adxenc: remove unneeded loopsJustin Ruggles
2012-01-04adxenc: avoid stereo deinterleavingJustin Ruggles
2012-01-04adxenc: remove unnecessary setting of coded_frame->key_frame.Justin Ruggles
2012-01-04adxenc: log an error message and return AVERROR(EINVAL) for invalid channelsJustin Ruggles
2012-01-04adxenc: cosmetics: pretty-printingJustin Ruggles
2012-01-04adxenc: change some data typesJustin Ruggles
2012-01-04adxenc: remove unneeded log messageJustin Ruggles
2012-01-04adxenc: remove unneeded commentsJustin Ruggles
2012-01-04wmall: remove ;;Michael Niedermayer
2012-01-04Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer
2012-01-04Set bits_per_coded_sample when encoding Y41P.Carl Eugen Hoyos
2012-01-04adx_parser: rewrite.Michael Niedermayer
2012-01-04adxdec: Validate channel count to fix a division by zero.Justin Ruggles
2012-01-04adxdec: Do not require extradata.Michael Niedermayer
2012-01-03alacdec: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: implement the 2-pass prediction type.Justin Ruggles
2012-01-03alacenc: do not generate invalid multi-channel ALAC filesJustin Ruggles
2012-01-03alacdec: fill in missing or guessed info about the extradata format.Justin Ruggles
2012-01-03utvideo: proper median prediction for interlaced videosKostya Shishkov
2012-01-03dca: K&R formatting cosmeticsShitiz Garg
2012-01-03dct: K&R formatting cosmeticsAneesh Dogra