summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Add typedefs and a macro that will allow sharing of functions between theJustin Ruggles2010-12-30
* Move the list of supported channel layouts to a separate table.Justin Ruggles2010-12-30
* Add a window field to AC3MDCTContext and use it as an input to apply_window()Justin Ruggles2010-12-30
* cosmetics: alignment, line wrap, and spacingJustin Ruggles2010-12-30
* Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead.Justin Ruggles2010-12-30
* Make exponent_group_tab[] static.Justin Ruggles2010-12-30
* Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set.Ronald S. Bultje2010-12-30
* Use %td instead of %PRIdPTR. The argument has type ptrdiff_t.Justin Ruggles2010-12-30
* Add audio flag to libvorbis AVOption.Justin Ruggles2010-12-30
* Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch.Justin Ruggles2010-12-30
* flac_parser: loop append buffer when the default size is not enough to getMichael Chinen2010-12-30
* Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Merge a few superfluous CONFIG_GPL checks.Ronald S. Bultje2010-12-29
* Whitespace cosmetics.Ronald S. Bultje2010-12-29
* Whitespace cosmetics.Ronald S. Bultje2010-12-29
* Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264Daniel Kang2010-12-29
* Change the default dB-per-bit code from 2 to 3.Justin Ruggles2010-12-29
* Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors:Daniel Kang2010-12-29
* Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 toDaniel Kang2010-12-29
* Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions whileRonald S. Bultje2010-12-29
* Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. OriginalRonald S. Bultje2010-12-29
* Add missing authors to copyright headers.Ronald S. Bultje2010-12-29
* Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-29
* Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although HolgerRonald S. Bultje2010-12-29
* add SubRip decoderAurelien Jacobs2010-12-28
* Bump micro for VP8 emu-edge support.Ronald S. Bultje2010-12-28
* Support CODEC_FLAG_EMU_EDGE in VP8 decoder.Ronald S. Bultje2010-12-28
* Metadata demuxer.Anton Khirnov2010-12-27
* Fix typo.Ronald S. Bultje2010-12-26
* Simplify tff setting code in MPV_frame_start().Michael Niedermayer2010-12-25
* Fix size of monoblack_pal array, code uses 16 values unconditionally.Daniel Verkamp2010-12-25
* Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg.Daniel Kang2010-12-24
* For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytesRonald S. Bultje2010-12-24
* cosmetics: line wrap and vertical alignmentJustin Ruggles2010-12-23
* Make sure that the 2nd CRC value does not match the AC-3 sync word.Justin Ruggles2010-12-23