12779 Commits (57b1f334d10986614ae4f6b089038f79d4997d83)

Author SHA1 Message Date
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
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
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
Aurelien Jacobs 2c77c90684 add SubRip decoder 14 years ago
Ronald S. Bultje 312056c54e Bump micro for VP8 emu-edge support. 14 years ago
Ronald S. Bultje ee555de7dd Support CODEC_FLAG_EMU_EDGE in VP8 decoder. 14 years ago
Anton Khirnov fd5b124d74 Metadata demuxer. 14 years ago
Ronald S. Bultje 18f1add31c Fix typo. 14 years ago
Michael Niedermayer 52654005ca Simplify tff setting code in MPV_frame_start(). 14 years ago
Daniel Verkamp 13011def1f Fix size of monoblack_pal array, code uses 16 values unconditionally. 14 years ago
Daniel Kang 911b32f482 Port pred4x4_down_left_mmxext (H.264 intra prediction) from x264 to FFmpeg. 14 years ago
Ronald S. Bultje 8d147f1f60 For rounding in chroma MC SSSE3, use 16-byte pw_3/4 instead of reading 8 bytes 14 years ago
Justin Ruggles b51c740eab cosmetics: line wrap and vertical alignment 14 years ago
Justin Ruggles e96dc767e4 Make sure that the 2nd CRC value does not match the AC-3 sync word. 14 years ago
Justin Ruggles a897423baa Store CRC context locally to reduce number of calls to av_crc_get_table(). 14 years ago
Justin Ruggles 0e9b064305 Remove unneeded local variable, frame_size, in output_frame_end(). 14 years ago
Martin Storsjö 81c8c18780 Makefile: Fix dependencies of components 14 years ago
Justin Ruggles 1ce9d6b85f cosmetics: fix comment after change in clipping range 14 years ago
Justin Ruggles 295ab2af6e Change FIX15() back to clipping to -32767..32767. 14 years ago
Justin Ruggles f9f69028af Add emms_c() after exp_diff calculations. 14 years ago
Justin Ruggles a81d7c6aa3 Pre-calculate crc_inv at codec init. 14 years ago
Martin Storsjö fe7438d97f Fix make checkheaders 14 years ago
Martin Storsjö 223cefb560 Fix more matroska/webm muxer dependencies 14 years ago
Martin Storsjö 8bd1956462 g722: Move the low_inv_quant6 table up to the common tables 14 years ago
Anatoly Nenashev ba68d9d3e1 Fix -lowres with ffplay. 14 years ago
Ramiro Polla d09b5a869f bump lavcodec minor version for amr-wb decoder in r26051 14 years ago
Ronald S. Bultje 2b2a597ec0 AMR-WB decoder, written as part of Google Summer of Code 2010 by Marcelo 14 years ago
Justin Ruggles 386268dfff Add some simple fallbacks for normal bit allocation failure. 14 years ago
Justin Ruggles e62ef8f2db Check user-specified cutoff frequency in validate_options(). 14 years ago
Justin Ruggles 78646ac206 10l: fix encoding for LFE channel 14 years ago
Justin Ruggles 86c9673bab Add support for fixed-point MDCT sizes other than 512. 14 years ago
Justin Ruggles 234b70d346 cosmetics: reindent after last commit 14 years ago
Justin Ruggles 98e34e71c0 Simplify bit allocation search by using a loop for the SNR offset increment. 14 years ago
Justin Ruggles cf7c961b19 Do not calculate psd and masking curve if exponents are being reused. 14 years ago