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-06-23build: move documentation rules to doc/MakefileMans Rullgard
2011-06-23build: move test rules to tests/MakefileMans 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-21configure: report optimization for size separatelyMans Rullgard
2011-06-21mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos
2011-06-21mov: Support R10g codec identifier.ami_stuff
2011-06-21riff/img2: Add JPEG 2000 codec IDs.Kamil Nowosad
2011-06-21riff: Add DAVC fourcc.ami_stuff
2011-06-21riff: Add M263, XVIX, MMJP, CDV5 fourccs.Carl Eugen Hoyos
2011-06-21rawvideo: Support auv2 fourcc.ami_stuff
2011-06-21swscale: Remove unused variable from ff_bfin_get_unscaled_swscale().Diego Biurrun
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-21fate: remove output redirections from old regtest scriptsMans Rullgard
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-21document libswscale bumpReinhard Tartler
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-20ocv: replace FF_INTERNAL_MEM_TYPE_MAX_VALUE with SIZE_MAXStefano Sabatini
2011-06-20drawtext: add braces around initialisers for option defaultsStefano Sabatini
2011-06-20drawtext: reindent after the previous commitStefano Sabatini
2011-06-20drawtext: fix strftime() text expansionStefano Sabatini
2011-06-20Bump major version for b8e893399ff8755721dc117695ec5ff183c1e07bReinhard Tartler
2011-06-20h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje
2011-06-20mov: Fix empty edit detection.Yusuke Nakamura