12817 Commits (dc8465a9b4b8db3e6c94265a80e4a8e23a2ed3bd)

Author SHA1 Message Date
Michael Niedermayer dc8465a9b4 Remove PIX_FMT_RGB32 mjpeg encoding, there is no such thing ... 14 years ago
Michael Niedermayer e27bf2c70c Fix YUV444P LJPEG encoding. 14 years ago
Justin Ruggles f1cbbb79bf cosmetics: fix typo in previous commit 14 years ago
Justin Ruggles 6fd96d1a85 Change the AC-3 encoder to use floating-point. 14 years ago
Aurelien Jacobs 4f18f1b089 mpeg4videodec: reset time_base.num to 0 when detecting time_base.den=0 14 years ago
Justin Ruggles ad6b2c1f6d Move fixed-point parts of the AC-3 encoder to separate files. 14 years ago
Daniel Kang 004357a11f Fix compilation on x86-32 with --disable-optimizations, 14 years ago
Daniel Kang 3b99e00c75 Fix crash decoding broken wmv2 files. 14 years ago
Aurelien Jacobs f5dd1eb7b5 srtdec: ensure we don't read 1 byte after buffer end if the buffer is not 14 years ago
Vitor Sessak e3e3c82555 Make PSX MDEC decoder output YUVJ420 and always use IDCT_SIMPLE. This 14 years ago
Reimar Döffinger 0a3028b9b0 Use AVSampleFormat instead of the deprecated SampleFormat. 14 years ago
Stefano Sabatini 421167b03b Fix typos. 14 years ago
Justin Ruggles 9c84a72a25 Skip the bit allocation search if previous and current SNR offsets are the 14 years ago
Justin Ruggles 5128842ea2 10l: Fix mistake in r26044. Check increment bounds using actual increment 14 years ago
Justin Ruggles c05ffcd9ba Change planar_samples from int16_t to SampleType. 14 years ago
Jason Garrett-Glaser 32282b50ea Add .pix_fmts to LCL encoder 14 years ago
Daniel Kang 0790caba60 Fix invalid reads in valgrind fate, patch by Daniel Kang <daniel dot d dot 14 years ago
Aurelien Jacobs f19c58b4cf free subtitle_header before overwriting it to avoid memleak 14 years ago
Justin Ruggles 0cbd5ff704 Add typedefs and a macro that will allow sharing of functions between the 14 years ago
Justin Ruggles b33dae5efb Move the list of supported channel layouts to a separate table. 14 years ago
Justin Ruggles 34d5074e6d Add a window field to AC3MDCTContext and use it as an input to apply_window() 14 years ago
Justin Ruggles b5293036b9 cosmetics: alignment, line wrap, and spacing 14 years ago
Justin Ruggles 14166a6d6c Remove avctx from AC3MDCTContext and just pass it to mdct_init() instead. 14 years ago
Justin Ruggles e0698e4bbd Make exponent_group_tab[] static. 14 years ago
Ronald S. Bultje 7148da489e Fix valgrind invalid read on top MB rows with CODEC_FLAG_EMU_EDGE set. 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
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
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