| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 | Daniel Kang | 2010-12-29 | 2 | -0/+121 |
* | Change the default dB-per-bit code from 2 to 3. | Justin Ruggles | 2010-12-29 | 1 | -1/+1 |
* | Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+140 |
* | Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: | Daniel Kang | 2010-12-29 | 2 | -0/+101 |
* | Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 2 | -0/+56 |
* | Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to | Daniel Kang | 2010-12-29 | 2 | -0/+83 |
* | Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+109 |
* | Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+68 |
* | Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions while | Ronald S. Bultje | 2010-12-29 | 1 | -12/+12 |
* | Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original | Ronald S. Bultje | 2010-12-29 | 2 | -0/+64 |
* | Add missing authors to copyright headers. | Ronald S. Bultje | 2010-12-29 | 1 | -0/+3 |
* | Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-29 | 2 | -0/+39 |
* | Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger | Ronald S. Bultje | 2010-12-29 | 2 | -1/+4 |
* | add SubRip decoder | Aurelien Jacobs | 2010-12-28 | 6 | -2/+329 |
* | Bump micro for VP8 emu-edge support. | Ronald S. Bultje | 2010-12-28 | 1 | -1/+1 |
* | Support CODEC_FLAG_EMU_EDGE in VP8 decoder. | Ronald S. Bultje | 2010-12-28 | 3 | -26/+235 |
* | Metadata demuxer. | Anton Khirnov | 2010-12-27 | 1 | -0/+1 |
* | Fix typo. | Ronald S. Bultje | 2010-12-26 | 1 | -1/+1 |
* | Simplify tff setting code in MPV_frame_start(). | Michael Niedermayer | 2010-12-25 | 1 | -5/+3 |
* | Fix size of monoblack_pal array, code uses 16 values unconditionally. | Daniel Verkamp | 2010-12-25 | 1 | -1/+1 |
* | Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. | Daniel Kang | 2010-12-24 | 2 | -0/+31 |
* | For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes | Ronald S. Bultje | 2010-12-24 | 3 | -6/+4 |