summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-23
|\
| * ac3enc: remove unneeded local variable in asym_quant()Justin Ruggles2011-06-22
| * ac3enc: remove a branch in asym_quant() by doing 2 shiftsJustin Ruggles2011-06-22
| * ac3enc: avoid masking output in asym_quant() by using signed values forJustin Ruggles2011-06-22
| * H.264: fix 4:4:4 + deblocking + 8x8dct + cavlc + MBAFFJason Garrett-Glaser2011-06-22
| * H.264: fix 4:4:4 + deblocking + MBAFFJason Garrett-Glaser2011-06-22
| * H.264: fix 4:4:4 cropping warningJason Garrett-Glaser2011-06-22
| * H.264: reference the correct SPS in decode_scaling_matricesJason Garrett-Glaser2011-06-22
| * H.264: fix bug in lossless 4:4:4 decodingJason Garrett-Glaser2011-06-22
* | Use HAVE_TEN_OPERANDS for new decode_significance* functions.Carl Eugen Hoyos2011-06-22
* | CrystalHD: Always identify H.264 streams as Annex B.Philip Langdale2011-06-21
* | CrystalHD: Always send filtered H.264 stream to hardware.Philip Langdale2011-06-21
* | CrystalHD: Simplfy extradata handling for non-Annex B content.Philip Langdale2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-22
|\|
| * rawdec: Fix decoding of QT WRAW files.ami_stuff2011-06-21
| * mov: Support Digital Voodoo SD 8 Bit and DTS codec identifiers.Carl Eugen Hoyos2011-06-21
| * rawvideo: Support auv2 fourcc.ami_stuff2011-06-21
| * h264: Fix assert that failed to compile with -DDEBUG.Diego Biurrun2011-06-21
| * h264: Add x86 assembly for 10-bit weight/biweight H.264 functions.Daniel Kang2011-06-21
* | A cmp instruction with two constants is invalid, thus "g" constraintReimar Döffinger2011-06-21
* | wma: fix infinite loopMichael Niedermayer2011-06-21
* | Fix H.264 4:4:4 lossless decoding.Jason Garrett-Glaser2011-06-21
* | libx264: fix open gop default.Michael Niedermayer2011-06-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-21
|\|
| * Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample().Justin Ruggles2011-06-20
| * x86: cabac: fix register constraints for 32-bit modeMans Rullgard2011-06-20
| * cabac: move x86 asm to libavcodec/x86/cabac.hMans Rullgard2011-06-20
| * x86: h264: cast pointers to intptr_t rather than intMans Rullgard2011-06-20
| * x86: h264: remove hardcoded edi in decode_significance_8x8_x86()Mans Rullgard2011-06-20
| * x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
| * x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
| * x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86()Mans Rullgard2011-06-20
| * x86: cabac: change 'a' constraint to 'r' in get_cabac_inline()Mans Rullgard2011-06-20
| * x86: cabac: remove hardcoded esi in get_cabac_inline()Mans Rullgard2011-06-20
| * x86: cabac: remove hardcoded edx in get_cabac_inline()Mans Rullgard2011-06-20
| * x86: cabac: remove unused macro parameterMans Rullgard2011-06-20
| * x86: cabac: remove hardcoded ebx in inline asmMans Rullgard2011-06-20
| * x86: cabac: remove hardcoded struct offsets from inline asmMans Rullgard2011-06-20
| * cabac: remove inline asm under #if 0Mans Rullgard2011-06-20
| * cabac: remove BRANCHLESS_CABAC_DECODER switchMans Rullgard2011-06-20
| * cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLEDMans Rullgard2011-06-20
| * error_resilience: skip last-MV predictor step if MVs are not available.Ronald Bultje2011-06-20
| * error_resilience: actually add counter when adding a MV predictor.Ronald Bultje2011-06-20
| * qdm2: Fix alignment of local array.Michael Niedermayer2011-06-20
| * h264-mt: fix deadlock in packets with multiple slices (e.g. MP4).Ronald S. Bultje2011-06-20
* | mpegaudio_parser: be less picky on the start positionMichael Niedermayer2011-06-21
* | ppc32: Fix movrelKim Nguyen2011-06-21
* | Fix bink audio playback outside of FFmpeg.Ivan Kalvachev2011-06-20
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-20
|\|
| * sipr: Drop unused DSPContextAlex Converse2011-06-18