| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix crash for files with strip size larger than the buffer. | Daniel Kang | 2011-01-06 | 1 | -0/+5 |
* | Convert floating-point MDCT coefficients to 24-bit fixed-point all at once | Justin Ruggles | 2011-01-05 | 5 | -9/+55 |
* | Make dc_lum_vlc and dc_chroma_vlc non-static symbols, | Vitor Sessak | 2011-01-05 | 2 | -6/+9 |
* | Use local variables outside the inner loop in extract_exponents() to reduce | Justin Ruggles | 2011-01-05 | 1 | -4/+7 |
* | Make mpeg4 encoder log a more explicit error message when the timebase | Stefano Sabatini | 2011-01-05 | 1 | -1/+3 |
* | Our ljpeg encoder supports bgra, use the correct constant in the sanity check. | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... | Michael Niedermayer | 2011-01-05 | 1 | -1/+1 |
* | Fix YUV444P LJPEG encoding. | Michael Niedermayer | 2011-01-04 | 1 | -0/+6 |
* | cosmetics: fix typo in previous commit | Justin Ruggles | 2011-01-04 | 1 | -1/+1 |
* | Change the AC-3 encoder to use floating-point. | Justin Ruggles | 2011-01-04 | 7 | -5/+180 |
* | mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 | Aurelien Jacobs | 2011-01-03 | 1 | -0/+1 |
* | Move fixed-point parts of the AC-3 encoder to separate files. | Justin Ruggles | 2011-01-03 | 4 | -421/+505 |
* | Fix compilation on x86-32 with --disable-optimizations, | Daniel Kang | 2011-01-03 | 1 | -18/+18 |
* | Fix crash decoding broken wmv2 files. | Daniel Kang | 2011-01-02 | 1 | -1/+1 |
* | srtdec: ensure we don't read 1 byte after buffer end if the buffer is not | Aurelien Jacobs | 2011-01-02 | 1 | -2/+3 |
* | Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This | Vitor Sessak | 2011-01-02 | 1 | -1/+3 |
* | Use AVSampleFormat instead of the deprecated SampleFormat. | Reimar Döffinger | 2011-01-01 | 1 | -1/+1 |
* | Fix typos. | Stefano Sabatini | 2011-01-01 | 1 | -3/+3 |
* | Skip the bit allocation search if previous and current SNR offsets are the | Justin Ruggles | 2010-12-31 | 1 | -0/+7 |
* | 10l: Fix mistake in r26044. Check increment bounds using actual increment | Justin Ruggles | 2010-12-31 | 1 | -1/+1 |
* | Change planar_samples from int16_t to SampleType. | Justin Ruggles | 2010-12-31 | 1 | -1/+1 |
* | Add .pix_fmts to LCL encoder | Jason Garrett-Glaser | 2010-12-31 | 1 | -10/+3 |
* | Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot | Daniel Kang | 2010-12-31 | 1 | -8/+8 |
* | free subtitle_header before overwriting it to avoid memleak | Aurelien Jacobs | 2010-12-31 | 1 | -0/+5 |
* | Add typedefs and a macro that will allow sharing of functions between the | Justin Ruggles | 2010-12-30 | 1 | -10/+15 |
* | Move the list of supported channel layouts to a separate table. | Justin Ruggles | 2010-12-30 | 1 | -20/+27 |
* | Add a window field to AC3MDCTContext and use it as an input to apply_window() | Justin Ruggles | 2010-12-30 | 1 | -1/+4 |
* | cosmetics: alignment, line wrap, and spacing | Justin Ruggles | 2010-12-30 | 1 | -29/+19 |
* | Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead. | Justin Ruggles | 2010-12-30 | 1 | -12/+10 |
* | Make exponent_group_tab[] static. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. | Ronald S. Bultje | 2010-12-30 | 1 | -1/+2 |
* | Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Add audio flag to libvorbis AVOption. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. | Justin Ruggles | 2010-12-30 | 1 | -1/+1 |
* | flac_parser: loop append buffer when the default size is not enough to get | Michael Chinen | 2010-12-30 | 1 | -14/+27 |
* | Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+111 |
* | Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+31 |
* | Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+33 |
* | Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+38 |
* | Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+37 |
* | Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+28 |
* | Merge a few superfluous CONFIG_GPL checks. | Ronald S. Bultje | 2010-12-29 | 1 | -20/+10 |
* | Whitespace cosmetics. | Ronald S. Bultje | 2010-12-29 | 1 | -3/+3 |
* | Whitespace cosmetics. | Ronald S. Bultje | 2010-12-29 | 1 | -2/+2 |
* | Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+135 |
* | Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+123 |
* | Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+99 |
* | Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+96 |
* | Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+120 |
* | Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+115 |