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-02-06v408: do not unconditionally compile codecsPaul B Mahol
2012-02-05Add v408 / AYUV encoder and decoder.Carl Eugen Hoyos
2012-02-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-05dwt: fix about a dozen "warning: assignment from incompatible pointer type"Michael Niedermayer
2012-02-05dwt: fix a dozen or so "warning: initialization from incompatible pointer type"Michael Niedermayer
2012-02-05mpegaudiodec: remove unused variableMichael Niedermayer
2012-02-04apedec: 8bit and 24bit supportPaul B Mahol
2012-02-04xvid_rc: check that write() succeeded.Michael Niedermayer
2012-02-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-04apedec: remove unused variableMichael Niedermayer
2012-02-04zmbv: remove unused variableMichael Niedermayer
2012-02-04Fix png decoding on x86.Reimar Döffinger
2012-02-04dsputil: remove debug message in dsputil_init().Justin Ruggles
2012-02-03Fix NASM compilation.Reimar Döffinger
2012-02-03Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-03apedec: remove unneeded #include of get_bits.h and associated macroJustin Ruggles
2012-02-03apedec: av_fast_malloc() instead of av_realloc()Justin Ruggles
2012-02-03apedec: fix handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-03libx264: fix indentation.Anton Khirnov
2012-02-03Use SECTION_TEXT instead of section .text for the compatibilityKO Myung-Hun
2012-02-03ffv1: cosmetics: indentationPaul B Mahol
2012-02-03vorbis: fix overflows in floor1[] vector and inverse db table index.Ronald S. Bultje
2012-02-03win64: add a XMM clobber test configure option.Ronald S. Bultje
2012-02-02dct-test: remove odivx_idct_c dead prototype.Clément Bœsch
2012-02-02ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6Mans Rullgard
2012-02-02frwu: lowercase the FRWU codec namePiotr Bandurski
2012-02-02timecode: drop lavc timecode on next bump.Clément Bœsch
2012-02-02mpeg12enc: use new public timecode API.Clément Bœsch
2012-02-02mpeg12: use av_mpegtc_to_timecode_string().Clément Bœsch
2012-02-02cosmetics: realign verticallyPaul B Mahol
2012-02-02apedec: Fix alignment and fate.Michael Niedermayer
2012-02-02Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-02ra144enc: drop pointless "encoder" from .long_namePaul B Mahol
2012-02-02bethsoftvideo: fix palette reading.Justin Ruggles
2012-02-02mpc7: use av_fast_padded_malloc()Justin Ruggles
2012-02-02mpc7: simplify handling of packet sizes that are not a multiple of 4 bytesJustin Ruggles
2012-02-02diracdec: Check for negative quants which would cause out of array reads.Michael Niedermayer
2012-02-02proresdec: Fix read via negative index in a global array.Michael Niedermayer
2012-02-02Fix a typo in the x86 asm version of ff_vector_clip_int32()Justin Ruggles
2012-02-02pcmenc: Do not set avpkt->size.Justin Ruggles
2012-02-02ff_alloc_packet: modify the size of the packet to match the requested sizeJustin Ruggles
2012-02-02frwu: Employ more meaningful return values.Paul B Mahol
2012-02-01fraps: Use av_fast_padded_malloc() instead of av_realloc()Reimar Döffinger
2012-02-01mjpegdec: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01eatqi: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01asv1: use av_fast_padded_malloc()Reimar Döffinger
2012-02-01ffv1dec: PIX_FMT_YUV440P supportPaul B Mahol
2012-02-01ffv1enc: PIX_FMT_YUV440P supportPaul B Mahol
2012-02-01avcodec: Add av_fast_padded_malloc().Janne Grunau
2012-02-01avcodec.h: Remove some disabled cruft.Diego Biurrun