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-01-18consolidate .gitignore patters into a single fileJanne Grunau
2011-01-18cosmetics: reindentJustin Ruggles
2011-01-18Add check for changing number of channels in DCA.Daniel Kang
2011-01-18update av_log_missing_feature() to gitJanne Grunau
2011-01-17convert svn:ignore properties to .gitignore filesJanne Grunau
2011-01-17VP3: remove an unnecessary static variableAlexander Strange
2011-01-17Allocate last picture for 4xm pfrm if its not allocated.Michael Niedermayer
2011-01-16support decoding of files that contain the numberSascha Sommer
2011-01-16Values >4 for lowres corrupt output.Carl Eugen Hoyos
2011-01-16Since lowres == crop for bmp, remove it to avoid confusion.Carl Eugen Hoyos
2011-01-16Fix overflow in pred16x16_plane x86 simd code. Fixes issue 2547.Ronald S. Bultje
2011-01-15Remove evil timers that snuck their way into r26375.Jason Garrett-Glaser
2011-01-15Fix r26375 on non-x86.Jason Garrett-Glaser
2011-01-15H.264: Partially inline CABAC residual decodingJason Garrett-Glaser
2011-01-15Second hunk from secrity fix from google.Frank Barchard
2011-01-15do not read over the end of the packetSascha Sommer
2011-01-15Check rangebits to avoid a possible crash.Frank Barchard
2011-01-15Change some band size calculations in Bink decoder to use width in blocksKostya Shishkov
2011-01-15Lagarith: fix decoding of one-coloured frames by reading the per-planeReimar Döffinger
2011-01-15Check symbol validity to avoid a crash, fixes issue 2523.Daniel Kang
2011-01-15cosmetics: spacing, line wrap, and remove unneeded bracesJustin Ruggles
2011-01-15Process all EXP_REUSE blocks at once in exponent_min().Justin Ruggles
2011-01-15Take advantage of per-channel exponent and exponent strategy layout toJustin Ruggles
2011-01-15Simplify compute_exp_strategy() by passing a pointer to all exponents andJustin Ruggles
2011-01-15Use a local variable in the inner loop of group_exponents() to simplify theJustin Ruggles
2011-01-15cosmetics: remove unneeded bracesJustin Ruggles
2011-01-15cosmetics: rename block_num to blk for variable name consistencyJustin Ruggles
2011-01-15Move exp_strategy from AC3Block to AC3EncodeContext in order to arrange byJustin Ruggles
2011-01-15Rearrange exponent buffer to group all blocks for a single channel together.Justin Ruggles
2011-01-15H.264/SVQ3: make chroma DC work the same way as luma DCJason Garrett-Glaser
2011-01-15Port SVQ3 to use the new mb_luma_dc method of storing luma DC coefficients.Jason Garrett-Glaser
2011-01-15also support decoding of AVPackets with multiple wma packetsSascha Sommer
2011-01-15H.264: Remove useless arg to chroma_dc_dequant_idct_cJason Garrett-Glaser
2011-01-15Fix ff_pw_3 alignment.Ronald S. Bultje
2011-01-15Fix SVQ3Jason Garrett-Glaser
2011-01-15Remove outdated comment in h264dsp.hJason Garrett-Glaser
2011-01-15Reindent after r26337.Jason Garrett-Glaser
2011-01-15H.264: switch to x264-style tracking of luma/chroma DC NNZJason Garrett-Glaser
2011-01-15H.264: split luma dc idct out and implement MMX/SSE2 versionsJason Garrett-Glaser
2011-01-14H.264: eliminate non-transposed scantable support.Jason Garrett-Glaser
2011-01-14add support for blocksize 64Sascha Sommer
2011-01-12don't complain about codec type/id mismatche for attachment streamsAurelien Jacobs
2011-01-11Do not crash for illegal sample size, fixes issue 2502.Daniel Kang
2011-01-11H.264: fix grayscale decoding with explicit wpredJason Garrett-Glaser
2011-01-11Do not stop decoding on pnm files with negative maxval.Carl Eugen Hoyos
2011-01-11In gif encoder, fix uninitialized value, patch by Clément Bœsch, ubitux at ...Clément Bœsch
2011-01-10perform height sanity check in mmvideo decoderDaniel Kang
2011-01-10mmvideo: remove some conditional statements by limiting range of half_horiz a...Peter Ross
2011-01-10Handle ID3v1 tag while decoding mp[123] framesClément Bœsch
2011-01-10Check for invalid decode op-codes, fixes issue 2522.Daniel Kang