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
2011-06-23Use av_printf_format to check the usage of printf style functionsMartin Storsjö
2011-06-23ARM: allow building in Thumb2 modeMans Rullgard
2011-06-22ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles
2011-06-22ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles
2011-06-22ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles
2011-06-22H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser
2011-06-22H.264: fix 4:4:4 cropping warningJason Garrett-Glaser
2011-06-22H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser
2011-06-22H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser
2011-06-22rawdec: Fix decoding of QT WRAW files.ami_stuff
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-21h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun
2011-06-21h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang
2011-06-21Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles
2011-06-21x86: cabac: fix register constraints for 32-bit modeMans Rullgard
2011-06-21cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard
2011-06-21x86: h264: cast pointers to intptr_t rather than intMans Rullgard
2011-06-21x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard
2011-06-21x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard
2011-06-21x86: cabac: remove unused macro parameterMans Rullgard
2011-06-21x86: cabac: remove hardcoded ebx in inline asmMans Rullgard
2011-06-21x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard
2011-06-21cabac: remove inline asm under #if 0Mans Rullgard
2011-06-21cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard
2011-06-21cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard
2011-06-21error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje
2011-06-21error_resilience: actually add counter when adding a MV predictor.Ronald Bultje
2011-06-20qdm2: Fix alignment of local array.Michael Niedermayer
2011-06-20h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje
2011-06-19sipr: Drop unused DSPContextAlex Converse
2011-06-19sipr: include string.h for mem*()Alex Converse
2011-06-19sipr: Use memmove() to copy overlapped buffers.Alex Converse
2011-06-19h264: drop some ugly castsAlex Converse
2011-06-18Fix build if yasm is not available.Ronald S. Bultje
2011-06-18H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions.Daniel Kang
2011-06-17lavc: add opt_find to AVCodecContext class.Anton Khirnov
2011-06-16h264: Complexify frame num gap shortening codeAlexander Strange
2011-06-16Fix decoding of mpegts streams with h264 video that does *NOT* have b framesMike Scheutzow
2011-06-16ac3enc: use correct alignment and length in channel coupling dsp functions.Justin Ruggles
2011-06-15ARM: update ff_h264_idct8_add4_neon for 4:4:4 changesMans Rullgard
2011-06-14ARM: factor some repetitive code into macrosMans Rullgard
2011-06-14Fix SVQ3 after adding 4:4:4 H.264 supportJason Garrett-Glaser
2011-06-14H.264: fix CODEC_FLAG_GRAYJason Garrett-Glaser