| Commit message (Expand) | Author | Age | Files | Lines |
* | wma: fix infinite loop | Michael Niedermayer | 2011-06-21 | 1 | -3/+3 |
* | Fix H.264 4:4:4 lossless decoding. | Jason Garrett-Glaser | 2011-06-21 | 1 | -1/+1 |
* | libx264: fix open gop default. | Michael Niedermayer | 2011-06-21 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-21 | 14 | -422/+274 |
|\ |
|
| * | Replace usages of av_get_bits_per_sample_fmt() with av_get_bytes_per_sample(). | Justin Ruggles | 2011-06-20 | 8 | -10/+10 |
| * | x86: cabac: fix register constraints for 32-bit mode | Mans Rullgard | 2011-06-20 | 2 | -3/+3 |
| * | cabac: move x86 asm to libavcodec/x86/cabac.h | Mans Rullgard | 2011-06-20 | 3 | -132/+173 |
| * | x86: h264: cast pointers to intptr_t rather than int | Mans Rullgard | 2011-06-20 | 1 | -3/+3 |
| * | x86: h264: remove hardcoded edi in decode_significance_8x8_x86() | Mans Rullgard | 2011-06-20 | 1 | -25/+26 |
| * | x86: h264: remove hardcoded esi in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -31/+34 |
| * | x86: h264: remove hardcoded edx in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -35/+37 |
| * | x86: h264: remove hardcoded eax in decode_significance[_8x8]_x86() | Mans Rullgard | 2011-06-20 | 1 | -26/+26 |
| * | x86: cabac: change 'a' constraint to 'r' in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -1/+1 |
| * | x86: cabac: remove hardcoded esi in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -8/+8 |
| * | x86: cabac: remove hardcoded edx in get_cabac_inline() | Mans Rullgard | 2011-06-20 | 1 | -8/+8 |
| * | x86: cabac: remove unused macro parameter | Mans Rullgard | 2011-06-20 | 1 | -3/+3 |
| * | x86: cabac: remove hardcoded ebx in inline asm | Mans Rullgard | 2011-06-20 | 2 | -60/+63 |
| * | x86: cabac: remove hardcoded struct offsets from inline asm | Mans Rullgard | 2011-06-20 | 2 | -40/+41 |
| * | cabac: remove inline asm under #if 0 | Mans Rullgard | 2011-06-20 | 1 | -31/+0 |
| * | cabac: remove BRANCHLESS_CABAC_DECODER switch | Mans Rullgard | 2011-06-20 | 2 | -113/+1 |
| * | cabac: remove #if 0 cascade under never-set #ifdef ARCH_X86_DISABLED | Mans Rullgard | 2011-06-20 | 1 | -62/+0 |
| * | error_resilience: skip last-MV predictor step if MVs are not available. | Ronald Bultje | 2011-06-20 | 1 | -0/+4 |
| * | error_resilience: actually add counter when adding a MV predictor. | Ronald Bultje | 2011-06-20 | 1 | -0/+1 |
| * | qdm2: Fix alignment of local array. | Michael Niedermayer | 2011-06-20 | 1 | -3/+3 |
| * | h264-mt: fix deadlock in packets with multiple slices (e.g. MP4). | Ronald S. Bultje | 2011-06-20 | 1 | -0/+2 |
* | | mpegaudio_parser: be less picky on the start position | Michael Niedermayer | 2011-06-21 | 1 | -1/+2 |
* | | ppc32: Fix movrel | Kim Nguyen | 2011-06-21 | 1 | -1/+5 |
* | | Fix bink audio playback outside of FFmpeg. | Ivan Kalvachev | 2011-06-20 | 1 | -1/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-20 | 3 | -6/+4 |
|\| |
|
| * | sipr: Drop unused DSPContext | Alex Converse | 2011-06-18 | 2 | -3/+0 |
| * | sipr: include string.h for mem*() | Alex Converse | 2011-06-18 | 1 | -0/+1 |
| * | sipr: Use memmove() to copy overlapped buffers. | Alex Converse | 2011-06-18 | 1 | -1/+1 |
| * | h264: drop some ugly casts | Alex Converse | 2011-06-18 | 1 | -2/+2 |
* | | Attempt to fix ticket266 | Michael Niedermayer | 2011-06-20 | 1 | -0/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-19 | 3 | -0/+308 |
|\| |
|
| * | Fix build if yasm is not available. | Ronald S. Bultje | 2011-06-18 | 1 | -1/+3 |
| * | H.264: Add x86 assembly for 10-bit MC Chroma H.264 functions. | Daniel Kang | 2011-06-18 | 3 | -0/+306 |
* | | h264: print actual slice number in "Too many slices" warning | Michael Niedermayer | 2011-06-19 | 1 | -1/+1 |
* | | jpegdec: include mjpb_skiptosod in debug output | Michael Niedermayer | 2011-06-19 | 1 | -2/+2 |
* | | jpegdec: fix CJPG decoding. | Michael Niedermayer | 2011-06-19 | 1 | -2/+5 |
* | | w32threads: with only 1 thread there cant be a active threading mode. | Michael Niedermayer | 2011-06-19 | 1 | -2/+2 |
* | | flacenc: mark as lossless codec | Michael Niedermayer | 2011-06-19 | 1 | -1/+1 |
* | | libavcodec: add CODEC_CAP_LOSSLESS | Michael Niedermayer | 2011-06-19 | 1 | -0/+4 |
* | | dcaenc: small quantization simplification. | Clément Bœsch | 2011-06-18 | 1 | -2/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-18 | 2 | -3/+22 |
|\| |
|
| * | lavc: add opt_find to AVCodecContext class. | Anton Khirnov | 2011-06-17 | 1 | -1/+20 |
| * | h264: Complexify frame num gap shortening code | Alexander Strange | 2011-06-16 | 1 | -3/+14 |
| * | Fix decoding of mpegts streams with h264 video that does *NOT* have b frames | Mike Scheutzow | 2011-06-16 | 1 | -1/+2 |
* | | qdm2: Fix alignment of local array. | Michael Niedermayer | 2011-06-18 | 1 | -3/+3 |
* | | Fix compilation with old yasm. | Carl Eugen Hoyos | 2011-06-16 | 3 | -1/+15 |