summaryrefslogtreecommitdiff
path: root/libavcodec/Makefile
Commit message (Expand)AuthorAge
* Use a shared function to validate FLAC extradata.Justin Ruggles2009-02-26
* Do not reimplement ff_celp_lp_synthesis_filterf().Vitor Sessak2009-02-24
* Fix xvmc object dependencies.Diego Biurrun2009-02-22
* fix missing dependenciesAurelien Jacobs2009-02-19
* The 3DNow! and SSE FFT optimizations depend on the yasm optimizations inDiego Biurrun2009-02-18
* Handle conditional compilation of CPU-specific FFT code in the Makefile.Diego Biurrun2009-02-18
* mpegvideo_xvmc.o depends on mpegvideo.o.Diego Biurrun2009-02-17
* Add missing object dependencies: eatqi.o depends on mpeg12.o.Diego Biurrun2009-02-16
* Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices.Diego Biurrun2009-02-14
* Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan.Diego Biurrun2009-02-14
* Make xvmc.h an installed header, applications like MPlayer need it.Diego Biurrun2009-02-14
* Revert adding a _pixfmt to vdpau/xvmc header names.Diego Biurrun2009-02-14
* cosmetics: alphabetical orderDiego Biurrun2009-02-14
* add SSE2 version of vp6_filter_diagZuxy Meng2009-02-13
* add MMX version of vp6_filter_diagSebastien Lucas2009-02-12
* Fix compilation, there is no file vdpauvideo.c, only vdpau.cReimar Döffinger2009-02-12
* 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well.Diego Biurrun2009-02-12
* Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fitDiego Biurrun2009-02-11
* move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputilAurelien Jacobs2009-02-09
* Use libopenjpeg for jpeg2k decoding.Jai Menon2009-02-06
* Electronic Arts TQI decoderPeter Ross2009-02-05
* Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.Alex Converse2009-01-30
* rename flac.c to flacdec.cJustin Ruggles2009-01-23
* Add VDPAU hardware accelerated decoding for WMV3 and VC1 which canNVIDIA Corporation2009-01-20
* Add mpeg1_vdpau decoder.Carl Eugen Hoyos2009-01-16
* Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which canNVIDIA Corporation2009-01-16
* Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders.Michael Niedermayer2009-01-13
* Fix OBJS-$(CONFIG_H264_VDPAU_DECODER).Carl Eugen Hoyos2009-01-10
* Move the AVCodecContext options definition to a dedicated file, reduceStefano Sabatini2009-01-10
* The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c.Diego Biurrun2009-01-07
* ensure that no GPL code is linked to LGPL only libavcodecAurelien Jacobs2009-01-06
* Export VDPAU support by installing vdpau.h.Carl Eugen Hoyos2009-01-05
* Add VDPAU hardware accelerated decoding for H264 which can be used byNVIDIA Corporation2009-01-04
* Move metadata API from avcodec to avformat.Michael Niedermayer2009-01-04
* Generic metadata API.Michael Niedermayer2009-01-04
* Add x264 SSE2 iDCT functions to H.264 decoder.Jason Garrett-Glaser2009-01-03
* consistency cosmetics: Rename POWERPC identifiers to PPC.Diego Biurrun2008-12-27
* Enable faxcompr.Michael Niedermayer2008-12-26
* Rename libavcodec/i386/ --> libavcodec/x86/.Diego Biurrun2008-12-22
* RV30 decoderKostya Shishkov2008-12-20
* Port x264 deblocking code to libavcodec.Jason Garrett-Glaser2008-12-19
* ARM: replace "armv4l" with "arm"Måns Rullgård2008-12-17
* Switch xvmc over to a CONFIG_ option.Diego Biurrun2008-12-15
* ARM: NEON optimised h264_idct_addMåns Rullgård2008-12-15
* ARM: NEON optimised {put,avg}_h264_chroma_mc[48]Måns Rullgård2008-12-15
* ARM: NEON optimised simple_idctMåns Rullgård2008-12-15
* ARM: NEON optimised put_pixels functionsMåns Rullgård2008-12-15
* Let imgresample altivec code buildLuca Barbato2008-12-13
* dnxhd get_pixels_8x4_sym sse2Baptiste Coudurier2008-12-12
* Fix compilation with only Theora decoder enabledDavid Conrad2008-12-11