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-01-12lavc: constify enums for .pix_fmtsPaul B Mahol
2012-01-12bmpdec: proper check for alphaPaul B Mahol
2012-01-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-12Support encoding RGB48 with libopenjpeg.Carl Eugen Hoyos
2012-01-12cabac: Try to disable problematic ASM for gcc-llvm 4.2.1Michael Niedermayer
2012-01-12bmpenc: support for BGRAPaul B Mahol
2012-01-12libmp3lame: It appears the buffer used is a bit too small.Michael Niedermayer
2012-01-11fft: init functions with INIT_XMM/YMM.Henrik Gramner
2012-01-11timecode: support >24h timecode.Clément Bœsch
2012-01-11timecode: string representation can be negative.Clément Bœsch
2012-01-11timecode: set a fixed buffer size of 16B for tc string.Clément Bœsch
2012-01-11pcmenc: set frame_size to 0.Justin Ruggles
2012-01-11bmpdec: support various bitfields for 32 bit depthPaul B Mahol
2012-01-11avcodec: add GSM parserJustin Ruggles
2012-01-11Fix a bunch of platform name and other typos.Diego Biurrun
2012-01-11tiffdec: notify user that tile support is missingPaul B Mahol
2012-01-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-11threads: add CODEC_CAP_AUTO_THREADS for libvpx and xavsJanne Grunau
2012-01-11Merge remote-tracking branch 'richardpl/sws'Michael Niedermayer
2012-01-11ljpegdec: Fix the left column of rgb24 decodingMichael Niedermayer
2012-01-11rv34: frame-level multi-threadingJanne Grunau
2012-01-11mpegvideo: claim ownership of referenced picturesJanne Grunau
2012-01-11aacsbr: prevent out of bounds memcpy().Alex Converse
2012-01-10bethsoftvideo: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
2012-01-10bmpenc: support for PIX_FMT_RGB444Paul B Mahol
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2012-01-10bmpenc: support for PIX_FMT_RGB444Paul B Mahol
2012-01-10rv34: use get_bits_left()Janne Grunau
2012-01-10bmpdec: support for rgb444 with bitfields compressionPaul B Mahol
2012-01-10mjpeg: update whitespaces to qataranonymous
2012-01-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-10kmvc: Use bytestream2 functions to prevent buffer overreads.Laurentiu Ion
2012-01-10Support decoding 1bpp and 4bpp palettized sunrast images.Carl Eugen Hoyos
2012-01-10pngdec: show verbose message for unsupported filesPaul B Mahol
2012-01-09aacps: Add missing newline in error message.Alex Converse
2012-01-09aacdec: Turn off PS for multichannel files that use PCE based configs.Alex Converse
2012-01-09cabac: 3rd try at working around a compiler bug in clang.Michael Niedermayer
2012-01-09cabac: remove put_cabac_u/ueg from cabac-test.Diego Biurrun
2012-01-09sgidec: make compiler optimize away memcpy call in inner loop.Reimar Döffinger
2012-01-09cabac: Disable get_cabac_inline_x86() for clang 2.9 on x86_32Michael Niedermayer
2012-01-09Revert "Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b"Michael Niedermayer
2012-01-09mpegaudiodec: optimized iMDCT transformVitor Sessak
2012-01-09mpegaudiodec: change imdct window arrangment for better pointer alignmentVitor Sessak
2012-01-09mpegaudiodec: move imdct and windowing function to mpegaudiodspVitor Sessak
2012-01-09mpegaudiodec: interleave iMDCT buffer to simplify future SIMD implementationsVitor Sessak
2012-01-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-01-09ljpegdec: Support MCU in ljpeg_decode_yuv_scan()Michael Niedermayer
2012-01-09mjpegdec: K&R formatting cosmeticsDaniel Huang
2012-01-09bfi: Use bytestream2 functions to prevent buffer overreads.Aneesh Dogra
2012-01-09dpcm: Fix invalid writesLaurentiu Ion