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-03-02roqvideodec: improve end of input buffer checkMichael Niedermayer
2012-03-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-02vc1: avoid reading beyond the last line in vc1_draw_sprites()Michael Niedermayer
2012-03-02h264: error out on invalid bitdepth.Ronald S. Bultje
2012-03-01aacsbr: use a swap index for the Y matrix rather than copy buffers.Christophe Gisquet
2012-03-01eatgq: Pass error code from tgq_decode_mb() and let the caller fail.Michael Niedermayer
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x4_c()Michael Niedermayer
2012-03-01vc1: fix out of array reads in vc1_inv_trans_4x8_c()Michael Niedermayer
2012-03-01vc1: fix out of array reads in vc1_inv_trans_8x4_c()Michael Niedermayer
2012-03-01huffyuv: do not abort on unknown pix_fmt; instead, return an error.Ronald S. Bultje
2012-03-01mpc: Fix mpc_CC table and use.Michael Niedermayer
2012-03-01mpc: Fix mpc_SCF use and content.Michael Niedermayer
2012-03-01lcl: return negative error codes on decode_init() errors.Ronald S. Bultje
2012-03-01h263enc: Add an option for outputting info about MBs as side dataMartin Storsjö
2012-03-01avpacket: Add a function for shrinking already allocated side dataMartin Storsjö
2012-03-01rv34dsp: avoid use of crop table for idct.Michael Niedermayer
2012-03-01mpegaudiodec: Enable checked bitstream reader.Michael Niedermayer
2012-03-01mpegaudiodec: change granule skip code to avoid false checked bitstream reade...Michael Niedermayer
2012-03-01svq3dec: fix overread of the cliping table.Michael Niedermayer
2012-03-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-03-01nellymoserdec: Saner and faster IMDCT windowingVitor Sessak
2012-03-01amrnbdec: check frame size before decoding.Vitor Sessak
2012-03-01cscd: use negative error values to indicate decode_init() failures.Ronald S. Bultje
2012-03-01h264: prevent overreads in intra PCM decoding.Ronald S. Bultje
2012-03-01lavc: fix 10l oversight in realloc of avcodec_encode_video2.Michael Niedermayer
2012-03-01dca: dont overread dca_default_coeffs.Michael Niedermayer
2012-03-01dca: Check scale_sum.Michael Niedermayer
2012-03-01dca: Check LFEScaleIndex.Michael Niedermayer
2012-03-01mpegaudiodec: use DSPUtil.butterflies_float().Vitor Sessak
2012-02-29vmnc: return error on decode_init() failure.Ronald S. Bultje
2012-02-29libvorbis: add/update error messagesJustin Ruggles
2012-02-29libvorbis: use AVFifoBuffer for output packet bufferJustin Ruggles
2012-02-29libvorbis: remove unneeded e_o_s checkJustin Ruggles
2012-02-29libvorbis: check return values for functions that can return errorsJustin Ruggles
2012-02-29libvorbis: use float input instead of s16Justin Ruggles
2012-02-29libvorbis: do not flush libvorbis analysis if dsp state was not initializedJustin Ruggles
2012-02-29libvorbis: use VBR by default, with default quality of 3Justin Ruggles
2012-02-29libvorbis: fix use of minrate/maxrate AVOptionsJustin Ruggles
2012-02-29libvorbis: cosmetics: renaming/pretty-printing/comments/unused codeJustin Ruggles
2012-02-29(e)ac3enc: select a default bit rate based on the channel layoutJustin Ruggles
2012-02-29ac3enc: choose the closest bit rate to the one requested instead of failingJustin Ruggles
2012-02-29rpza: error out on buffer overreads.Ronald S. Bultje
2012-02-29qtrle: return error on decode_init() failure.Ronald S. Bultje
2012-02-29dpxenc: Don't include the libavcodec ident if bitexact mode is enabledMartin Storsjö
2012-02-29encode_video2: shrink packet after encoding.Nicolas George
2012-02-29prores: store and retrieve extended colourspace informationKostya Shishkov
2012-02-29proresenc: correct edge emulationPhil Barrett
2012-02-29prores: handle 444 chroma in right orderKostya Shishkov
2012-02-29mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov
2012-02-29lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov