30517 Commits (f4b51d061f0f34e36be876b562b8abe47f4b9c1c)
 

Author SHA1 Message Date
  Ronald S. Bultje 7148da489e Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. 14 years ago
  Carl Eugen Hoyos f6bf6e511d Set blkalign to maximum framesize to allow playback on WMP (see issue 2455 and issue 2446). 14 years ago
  Justin Ruggles b3f5c21a91 Use %td instead of %PRIdPTR. The argument has type ptrdiff_t. 14 years ago
  Justin Ruggles 78c8b4b758 Add audio flag to libvorbis AVOption. 14 years ago
  Justin Ruggles 281bf84fbd Use %"PRIdPTR" instead of %d to silence gcc warning about type mismatch. 14 years ago
  Michael Chinen 4b5d4720c1 flac_parser: loop append buffer when the default size is not enough to get 14 years ago
  Daniel Kang 536e9b2f58 Port pred8x8l_down_left_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Carl Eugen Hoyos 548b97a66a Cosmetics: Re-indent after last commit. 14 years ago
  Anssi Hannula cc6c0c7b52 Do not add the preamble if the DTS stream is already padded, like DTS in 14 years ago
  Daniel Kang 720ea2d5b2 Port pred4x4_down_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Daniel Kang d0aebe23e2 Port pred4x4_vertical_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Daniel Kang 76497232ef Port pred4x4_horizontal_down_mmxext (H.264 intra prediction) from x264 14 years ago
  Daniel Kang e9c576a467 Port pred4x4_horizontal_up_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Daniel Kang 92f441ae86 Port pred4x4_vertical_left_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Ronald S. Bultje e8d98764cc Merge a few superfluous CONFIG_GPL checks. 14 years ago
  Ronald S. Bultje 916393da24 Whitespace cosmetics. 14 years ago
  Ronald S. Bultje 42a59278cf Whitespace cosmetics. 14 years ago
  Daniel Kang 57b1f334d1 Port pred8x8l_horizontal_down_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
  Daniel Kang 04cbdf3d24 Port pred8x8l_horizontal_down_mmxext (H.264 intra prediction) from x264 14 years ago
  Daniel Kang 98c6053cd0 Port pred8x8l_horizontal_up_mmxext/ssse3 (H.264 intra prediction) from x264 14 years ago
  Daniel Kang ecc7efbbb6 Port pred8x8l_vertical_left_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
  Daniel Kang bdd93f1b25 Port pred8x8l_vertical_right_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
  Daniel Kang f25112fc09 Port pred8x8l_vertical_right_mmxext (H.264 intra prediction) from x264 14 years ago
  Daniel Kang 602a4cb25a Port pred8x8l_down_right_sse2/ssse3 (H.264 intra prediction) from x264 14 years ago
  Justin Ruggles ec44dd5fc2 Change the default dB-per-bit code from 2 to 3. 14 years ago
  Daniel Kang e916acbcd1 Port pred8x8l_down_right_mmxext (H.264 intra prediction) from x264 (authors: 14 years ago
  Daniel Kang c249e66576 Port pred8x8l_down_left_sse2/ssse3 (H.264 intra prediction) from x264 (authors: 14 years ago
  Anssi Hannula d8e481bb86 s/IEC958/IEC 61937 - IEC958 is a lower level format. 14 years ago
  Daniel Kang ee1ba9c326 Port pred8x8l_vertical_mmxext/ssse3 (H.264 intra prediction) from x264 to 14 years ago
  Daniel Kang 04207ef353 Port pred8x8l_horizontal_mmxext/ssse3 (H.264 intra prediction) from x264 to 14 years ago
  Daniel Kang abab14eac0 Port pred8x8l_dc_mmx/ssse3 (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
  Daniel Kang 2e93fd4b5e Port pred8x8l_top_dc_mmxext/ssse3 (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
  Ronald S. Bultje 54a959e483 Move PRED4x4_LOWPASS up so it can be used in 8x8l predict functions while 14 years ago
  Ronald S. Bultje a2dfe8d18d Port pred8x8_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. Original 14 years ago
  Luca Barbato 8d660f7527 Make fate vp8 test cover emu_edge cases 14 years ago
  Ronald S. Bultje 83ff3f72e5 Add missing authors to copyright headers. 14 years ago
  Daniel Kang 725a3f9dfb Port pred8x8_top_dc_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
  Ronald S. Bultje 98928c83e0 Mark recently added pred4x4_down_left_mmxext as CONFIG_GPL. Although Holger 14 years ago
  Anssi Hannula 836132ec43 Fix wrong bitstream mode for AC-3. 14 years ago
  Anssi Hannula a4c8e0a82b Improve error return values. 14 years ago
  Anssi Hannula 977903521e Always encapsulate DTS in big-endian format, at least some receivers 14 years ago
  Anssi Hannula e5e932e8b0 Add Anssi and myself to the authors in doxygen. 14 years ago
  Peter Ross 3900707866 wtv: parse MPEG2 descriptor events 14 years ago
  Peter Ross cc9038e95c add ff_parse_mpeg2_descriptor; make MPEG2 descriptor parsing routines available to other modules. 14 years ago
  Peter Ross 0af1671e53 wtv: only warn about unknown subtype, if it actually unknown 14 years ago
  Peter Ross 945df9703b wtv: use correct names for subtitle and language guids 14 years ago
  Michael Niedermayer 7cf0472e6a Fix assertion failure due to frames being 0 in mp3 vbr bitrate calculation. 14 years ago
  Aurelien Jacobs 1f0920dbca add ASS encoding and decoding support in Subtitle Formats documentation 14 years ago
  Aurelien Jacobs 2c77c90684 add SubRip decoder 14 years ago
  Ronald S. Bultje 312056c54e Bump micro for VP8 emu-edge support. 14 years ago