14446 Commits (3713cf11c62df4d993272843c7ef57a1dca3a386)

Author SHA1 Message Date
Mans Rullgard 79aeade6f6 ARM: disable ff_vector_fmul_vfp on VFPv3 systems 14 years ago
Diego Biurrun 5e528cffcf x86: Add appropriate ifdefs around certain AVX functions. 14 years ago
Etienne Buira 5e0dafe8ca Fix memleak 14 years ago
Etienne Buira 28768579aa Fix typo 14 years ago
Etienne Buira 152d351944 Remove specific note when not specific 14 years ago
Etienne Buira 5918d16742 Minor cleanup in libx264.c 14 years ago
Carl Eugen Hoyos 701012d676 Fix 32bit rawvideo in avi on big-endian. 14 years ago
James Zern a138121bf1 webm: Additional options/presets for VP8 encodes under FFmpeg 14 years ago
JULIAN GARDNER 5655469ee7 libx264: support aspect Ratio Switch 14 years ago
Reimar Döffinger 7e637b70ec Fix compilation with YASM/NASM versions not supporting AVX. 14 years ago
Diego Biurrun e169428529 Mark parameterless function declarations as 'void'. 14 years ago
Justin Ruggles 478455d66b ac3enc: initialize all coefficients to zero. 14 years ago
Michael Niedermayer 189db9c982 ffv1: fix 16bits multithreading 14 years ago
ami_stuff feae7ad2f8 mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messages 14 years ago
ami_stuff 7a54edaa16 Fail when lowres value is lower than 0 14 years ago
Alex Converse 8c51620f21 Remove h263_msmpeg4 from MpegEncContext. 14 years ago
Stefano Sabatini 48df6a2415 indeo3: add out-of-buffer write check 14 years ago
Carl Eugen Hoyos 06fd213eb6 Do not reset channel_layout to 0. 14 years ago
ami_stuff 040e1c67ed rawdec: fix decoding of QT WRAW files 14 years ago
Reimar Döffinger 384d10360b Fix register types for LOAD_AB arguments, fixes compilation with NASM. 14 years ago
Ronald S. Bultje e973557211 Move emms_c() from libavcodec to libavutil. 14 years ago
Stefano Sabatini 7ca5338b49 tiff: set palette in the context when specified in TIFF_PAL tag 14 years ago
Alexandre Colucci d980d7b129 pgssubdec: fix incorrect colors. 14 years ago
Alexandre Colucci 676eaf8433 dvdsubdec: fix incorrect colors. 14 years ago
Anton Khirnov b2893ee2f8 msmpeg4: reindent. 14 years ago
Anton Khirnov 57aa765971 lavc: remove msmpeg4v1 encoder. 14 years ago
Justin Ruggles 7f3a7b5c40 ac3enc: add channel coupling support 14 years ago
Michael Niedermayer af2f797099 partial revert of 01d3ebaf21 14 years ago
Michael Niedermayer 1bc81bf981 avcodec_find_decoder: prefer non experimental decoders. 14 years ago
Michael Niedermayer df0adc806b j2kdec: mark as CODEC_CAP_EXPERIMENTAL 14 years ago
Rukhsana Ruby 88e9397ef1 j2k[c/h] j2kdec.c: Implement 2 code block styles 14 years ago
Rukhsana Ruby cbe60f3451 j2k: Add void as the parameter of function ff_j2k_init_tier1_luts 14 years ago
Kamil Nowosad 83654c7b1b Add Kamil Nowosads j2k code. 14 years ago
Justin Ruggles cef7d70181 aacdec: fix typo in scalefactor clipping check 14 years ago
Michael Niedermayer bed12e24ff mpegaudio: Correct license header 14 years ago
jan gerber 02260ccc3b add 5.1 to stereo downmix to resample.c 14 years ago
Felipe Contreras b47904d158 h264: Properly set coded_{width, height} when parsing H.264. 14 years ago
Dave Yeo a10fb79070 x86 asm: Add SECTION_TEXT to dct32_sse.asm. 14 years ago
Carl Eugen Hoyos 0753721ed1 Do not ask for samples if a specific channel layout was requested. 14 years ago
Stefano Sabatini 458f20bc75 libx264: specify field for default union values in options 14 years ago
Michael Niedermayer a0cd98b594 Fix ticket127 14 years ago
Michael Niedermayer 94ea17075b dct32: Replacing libav by ffmpeg in the license header with the authors permission. 14 years ago
Loren Merritt 422b2362fc dct32_sse: eliminate some spills 14 years ago
Vitor Sessak e6c1791b47 Fix compilation with --disable-yasm. 14 years ago
Vitor Sessak 165c7c420d Fix dct32() compilation with --disable-yasm 14 years ago
Michael Niedermayer 33adcdb531 mpeg2dec: Fix lowres 3 14 years ago
Michael Niedermayer eb97d4d611 wmadec: avoid infinit loop. 14 years ago
Vitor Sessak 6204feb160 dct32: Add AVX implementation of 32-point DCT 14 years ago
Vitor Sessak 4e653b98c8 dct32: Change pass 6 permutation to allow for AVX implementation 14 years ago
Vitor Sessak 3758eb0eb9 dct32: port SSE 32-point DCT to YASM 14 years ago