Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-08Support detecting and demuxing EIA-608 subtitles in mov.Reimar Döffinger
2012-04-07mpeg4videodec: Force quant_precision to stay within the valid range.Michael Niedermayer
2012-04-07wmalosslessdec: rawpcm_tile fixes to keep get_bits() values within defined ra...Michael Niedermayer
2012-04-07wmalosslessdec: channel residues can be 32 bit thus need _long bitreader.Michael Niedermayer
2012-04-07mpeg12dec: Prevent f_code from becoming invalid.Michael Niedermayer
2012-04-07alsdec: Check k used for rice decoder.Michael Niedermayer
2012-04-07h264_ps: check log2_max_frame_num for validity.Michael Niedermayer
2012-04-07rv34: Fix check_slice_end() handling of 0 bits left caseMichael Niedermayer
2012-04-07mpeg4videodec: make sure f/b_code are not invalid values.Michael Niedermayer
2012-04-07get_bits: check the number of bits parameter through av_assert2()Michael Niedermayer
2012-04-07vc1: fix incorrect show_bits() usage.Michael Niedermayer
2012-04-07put_bits: add av_assert2() to check out of array writes.Michael Niedermayer
2012-04-07dcaenc: Allow encoding without specifying a channel_layout.Reimar Döffinger
2012-04-07aacenc: Fix issues with huge values of bit_rate.Reimar Döffinger
2012-04-07proresenc_kostya: Mention likely ancestry in the license header.Michael Niedermayer
2012-04-07proresenc_kostya: fix encoded mantissa.Michael Niedermayer
2012-04-07proresenc_anatoly: fix encoded mantissa.Michael Niedermayer
2012-04-07adpcmenc: fix encoded s_0 value.Michael Niedermayer
2012-04-07put_bits: switch assert to av_assert2()Michael Niedermayer
2012-04-07cosmetics: Clean up the tiffenc pix_fmts declaration to match the style of ot...Martin Storsjö
2012-04-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-06cosmetics: Align codec declarationsMartin Storsjö
2012-04-06exr: fix mixed declaration and statements.Michael Niedermayer
2012-04-06cosmetics: Convert mimic.c to utf-8Martin Storsjö
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-04-06nellymoserenc: fix crash due to memsetting the wrong area.Reimar Döffinger
2012-04-06mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron
2012-04-06s302m: Add Channle Layout for 6 channelsThierry Foucu
2012-04-06exr: various cleanup and security related fixesMichael Niedermayer
2012-04-06exr: fix av_logs()Michael Niedermayer
2012-04-06lavc: add a OpenEXR decoderJimmy Christensen
2012-04-06Support yuva444p rawvideo in nut.Carl Eugen Hoyos
2012-04-06avcodec: remove avcodec_guess_channel_layout()Justin Ruggles
2012-04-06avutil: Add av_get_default_channel_layout()Justin Ruggles
2012-04-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-05h264: Factorize declaration of mb_sizes array.Diego Biurrun
2012-04-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-04dsputil x86: use SSE float instruction instead of SSE2 integer equivalentChristophe GISQUET
2012-04-04dsputil x86: remove deprecated parameter from scalarproduct_int16 prototypeChristophe GISQUET
2012-04-04vp8dsp x86: perform rounding shift with a single instructionChristophe GISQUET
2012-04-04aacenc: Mark deinterleave_input_samples argument as const.Diego Biurrun
2012-04-04h264: fix 4:2:2 PCM-macroblocks decodingAnton Mitrofanov
2012-04-04w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis
2012-04-04w32threads: Make pthread_cond_wait follow POSIXDerek Buitenhuis
2012-04-04allcodecs: move libaacplus down.Michael Niedermayer
2012-04-04cosmetics: Consistently place static, inline and av_cold attributes/keywords.Diego Biurrun
2012-04-04sbrdsp: Use standard multiple inclusion guards.Diego Biurrun
2012-04-04pcm: K&R formatting cosmeticsAneesh Dogra
2012-04-04mpeg4: dont reset picture_num for xvidMichael Niedermayer