Måns Rullgård
|
e5d0dbf558
Remove aandcttab.o from dct-test dependencies, the lib includes it
|
16 лет назад |
Dylan Yudaken
|
3ba153f8da
Replace MPEG group reference DCT implementation by newly rewritten version.
|
16 лет назад |
Diego Biurrun
|
43a0cb7ca2
Generalize example target rule in common.mak so that it sets a -example$(EXESUF)
|
16 лет назад |
Diego Biurrun
|
7c17abaf9d
Rename apiexample.c --> api-example.c to be consistent with other example files.
|
16 лет назад |
Diego Biurrun
|
c04e5fa827
fft-test does not depend on fdctref.o.
|
16 лет назад |
Diego Biurrun
|
7304c2c4ce
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.
|
16 лет назад |
Gwenole Beauchesne
|
3c32bac898
Add MPEG-2 bitstream decoding through VA API.
|
16 лет назад |
Stefano Sabatini
|
620bba1653
Add pcxenc.o to the $OBJS list, it was erroneously removed from it in
|
16 лет назад |
Diego Biurrun
|
661ce28996
Rename 'tests' target to 'testprogs'. It is too easily confused with the
|
16 лет назад |
Diego Biurrun
|
fd8e28b73e
Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders
|
16 лет назад |
Diego Biurrun
|
6708cfc4d3
Add rule for building API example programs.
|
16 лет назад |
Justin Ruggles
|
0fb2182d46
add a function to calculate a more accurate estimate for maximum FLAC
|
16 лет назад |
Justin Ruggles
|
d4df4e5088
share sample rate and blocksize tables between the FLAC encoder and FLAC
|
16 лет назад |
Daniel Verkamp
|
effcedf738
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
|
16 лет назад |
Diego Biurrun
|
c7594e0764
Only build motion-test if MMX is enabled.
|
16 лет назад |
Ramiro Polla
|
9ba4821d93
Split TrueHD decoder from MLP
|
16 лет назад |
Reynaldo H. Verdejo Pinochet
|
95e8325771
Functional part Kenan Gillet's 'extract and share weighted_vector_sumf'
|
16 лет назад |
Justin Ruggles
|
f48b9304cd
flacdec: Parse the metadata header in the raw FLAC demuxer.
|
16 лет назад |
Michael Niedermayer
|
6d4f53cbac
Remove old scaler.
|
16 лет назад |
Justin Ruggles
|
59c6178a54
Use a shared function to validate FLAC extradata.
|
16 лет назад |
Vitor Sessak
|
66d4c62806
Do not reimplement ff_celp_lp_synthesis_filterf().
|
16 лет назад |
Diego Biurrun
|
7c2d92fe08
Fix xvmc object dependencies.
|
16 лет назад |
Aurelien Jacobs
|
d52b39c79c
fix missing dependencies
|
16 лет назад |
Diego Biurrun
|
31866c4677
The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in
|
16 лет назад |
Diego Biurrun
|
ca14e2a8b7
Handle conditional compilation of CPU-specific FFT code in the Makefile.
|
16 лет назад |
Diego Biurrun
|
3d17b948fd
mpegvideo_xvmc.o depends on mpegvideo.o.
|
16 лет назад |
Diego Biurrun
|
ed80a059ba
Add missing object dependencies: eatqi.o depends on mpeg12.o.
|
16 лет назад |
Diego Biurrun
|
fc2dd7e3de
Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.
|
16 лет назад |
Diego Biurrun
|
9e47796048
Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.
|
16 лет назад |
Diego Biurrun
|
aea0b32cbc
Make xvmc.h an installed header, applications like MPlayer need it.
|
16 лет назад |
Diego Biurrun
|
fd949a6353
Revert adding a _pixfmt to vdpau/xvmc header names.
|
16 лет назад |
Diego Biurrun
|
db68113d5e
cosmetics: alphabetical order
|
16 лет назад |
Zuxy Meng
|
ecb24904fe
add SSE2 version of vp6_filter_diag
|
16 лет назад |
Sebastien Lucas
|
6af3c226c3
add MMX version of vp6_filter_diag
|
16 лет назад |
Reimar Döffinger
|
29ef9575ab
Fix compilation, there is no file vdpauvideo.c, only vdpau.c
|
16 лет назад |
Diego Biurrun
|
508048afe2
10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.
|
16 лет назад |
Diego Biurrun
|
9b4cfc360a
Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit
|
16 лет назад |
Aurelien Jacobs
|
26f3ae828b
move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil
|
16 лет назад |
Jai Menon
|
9a77d59a89
Use libopenjpeg for jpeg2k decoding.
|
16 лет назад |
Peter Ross
|
d8964f3afa
Electronic Arts TQI decoder
|
16 лет назад |
Alex Converse
|
6860254044
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
|
16 лет назад |
Justin Ruggles
|
8f51144bf4
rename flac.c to flacdec.c
|
16 лет назад |
NVIDIA Corporation
|
c5b42f4a80
Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can
|
16 лет назад |
Carl Eugen Hoyos
|
2b3242253d
Add mpeg1_vdpau decoder.
|
16 лет назад |
NVIDIA Corporation
|
d37edddc09
Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can
|
16 лет назад |
Michael Niedermayer
|
cb595b7f02
Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.
|
16 лет назад |
Carl Eugen Hoyos
|
10652dd54f
Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).
|
16 лет назад |
Stefano Sabatini
|
78acb9e74b
Move the AVCodecContext options definition to a dedicated file, reduce
|
16 лет назад |
Diego Biurrun
|
ed09249c71
The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.
|
16 лет назад |
Aurelien Jacobs
|
16cda1535e
ensure that no GPL code is linked to LGPL only libavcodec
|
16 лет назад |