Carl Eugen Hoyos
|
272081b0f8
Export VDPAU support by installing vdpau.h.
|
16 лет назад |
NVIDIA Corporation
|
369122dd77
Add VDPAU hardware accelerated decoding for H264 which can be used by
|
16 лет назад |
Michael Niedermayer
|
a6d18a0e6a
Move metadata API from avcodec to avformat.
|
16 лет назад |
Michael Niedermayer
|
47146dfbf6
Generic metadata API.
|
16 лет назад |
Jason Garrett-Glaser
|
37fed10087
Add x264 SSE2 iDCT functions to H.264 decoder.
|
16 лет назад |
Diego Biurrun
|
79cb09b2f7
consistency cosmetics: Rename POWERPC identifiers to PPC.
|
16 лет назад |
Michael Niedermayer
|
92799d3213
Enable faxcompr.
|
16 лет назад |
Diego Biurrun
|
a6493a8fbd
Rename libavcodec/i386/ --> libavcodec/x86/.
|
16 лет назад |
Kostya Shishkov
|
6beb8b2612
RV30 decoder
|
16 лет назад |
Jason Garrett-Glaser
|
a22eff36f9
Port x264 deblocking code to libavcodec.
|
16 лет назад |
Måns Rullgård
|
a2fc0f6a6d
ARM: replace "armv4l" with "arm"
|
16 лет назад |
Diego Biurrun
|
b24298badc
Switch xvmc over to a CONFIG_ option.
|
16 лет назад |
Måns Rullgård
|
c598cf25f4
ARM: NEON optimised h264_idct_add
|
16 лет назад |
Måns Rullgård
|
1cce897aad
ARM: NEON optimised {put,avg}_h264_chroma_mc[48]
|
16 лет назад |
Måns Rullgård
|
7eec43289a
ARM: NEON optimised simple_idct
|
16 лет назад |
Måns Rullgård
|
569f5a756a
ARM: NEON optimised put_pixels functions
|
16 лет назад |
Luca Barbato
|
537db58b6c
Let imgresample altivec code build
|
16 лет назад |
Baptiste Coudurier
|
193ce3ab78
dnxhd get_pixels_8x4_sym sse2
|
16 лет назад |
David Conrad
|
a1546009ac
Fix compilation with only Theora decoder enabled
|
16 лет назад |
Kenan Gillet
|
73b458e354
Commit last ok'ed parts of QCELP decoder and enable it.
|
16 лет назад |
Kostya Shishkov
|
11c0f9eca1
enable RV40 decoder
|
16 лет назад |
Diego Biurrun
|
6dbdf2f26e
Handle AltiVec objects in a more elegant fashion, similar to MMX.
|
16 лет назад |
Diego Biurrun
|
52ad2f390e
Remove ineffectual hack that attempts to build ppc/check_altivec.o without
|
16 лет назад |
Diego Biurrun
|
10ac361827
Do not duplicate AAN DCT tables in dct-test.c.
|
16 лет назад |
Diego Biurrun
|
2d70cc38c5
Add missing '-test' in name of imgresample test.
|
16 лет назад |
Diego Biurrun
|
2a023c36ea
Only build the imgresample test if the old scaler was enabled.
|
16 лет назад |
Diego Biurrun
|
e8ed9b7a73
Automatically check the dependencies for the AAN DCT tables.
|
16 лет назад |
Diego Biurrun
|
8b22017f38
Move aanscales tables to their own file; fixes compilation without encoders.
|
16 лет назад |
Måns Rullgård
|
d270cb4ae4
ARM: move dct_unquantize_h263_*_armv5te asm to separate file
|
16 лет назад |
Diego Biurrun
|
d1eb20e878
Get rid of last ifdef HAVE_MMX. Instead, all MMX-specific objects are gathered
|
16 лет назад |
Diego Biurrun
|
f0e602351e
cosmetics: Consistently place HEADERS before OBJS in all Makefiles.
|
16 лет назад |
Diego Biurrun
|
0d2d0f97a5
Move FFT-specific MMX optimizations out of the 'ifdef HAVE_MMX' block.
|
16 лет назад |
Diego Biurrun
|
d785a67066
cosmetics: indentation
|
16 лет назад |
Diego Biurrun
|
39fdda2bf1
Use standard OBJS-$(HAVE_MMX) trick for MMX objects instead
|
16 лет назад |
Diego Biurrun
|
45e730c5e5
cosmetics: Add a few more explanatory comments to the object sections.
|
16 лет назад |
Diego Biurrun
|
a261890432
cosmetics: Sort processor-specific object lines into alphabetical order.
|
16 лет назад |
Diego Biurrun
|
40b509b36b
Add a Makefile variable for the old scaler that gets enabled when the new
|
16 лет назад |
Diego Biurrun
|
767d3e7bf7
Revert previous commit: the libavcodec/i386/fft_*.o objects depend on
|
16 лет назад |
Diego Biurrun
|
ba01d867f5
Only the yasm-dependent objects should be enabled by a yasm conditional.
|
16 лет назад |
Diego Biurrun
|
c6786edb3c
cosmetics: Group ppc-specific objects together.
|
16 лет назад |
Diego Biurrun
|
607ffa34ba
cosmetics: Group ARM objects sections together.
|
16 лет назад |
Diego Biurrun
|
e9e74e0ad5
cosmetics: Reorder processor-specific entries alphabetically.
|
16 лет назад |
Peter Ross
|
28245435d9
Electronic Arts TGQ/TQI/MAD IDCT algorithm
|
16 лет назад |
Peter Ross
|
42b30357be
Electronic Arts TGQ video decoder
|
16 лет назад |
Vitor Sessak
|
08c433972e
Use ff_dot_productf() in ra288.c
|
16 лет назад |
Måns Rullgård
|
83ad74e708
ARM: move VFP DSP functions to dsputils_vfp.S
|
16 лет назад |
Måns Rullgård
|
ede725104b
cosmetic: align backslashes in makefiles
|
16 лет назад |
Måns Rullgård
|
864ac5d648
Merge OBJS-$(FOO) lists with same FOO
|
16 лет назад |
Måns Rullgård
|
c87348a922
Use OBJS variable for all object files
|
16 лет назад |
Måns Rullgård
|
4f03499329
Add CONFIG_GOLOMB and auto-select when needed
|
16 лет назад |