]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
Split the decoders from pnmen.c off into their own file.
[ffmpeg] / libavcodec / Makefile
2009-02-24 Vitor SessakDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-22 Diego BiurrunFix xvmc object dependencies.
2009-02-19 Aurelien Jacobsfix missing dependencies
2009-02-18 Diego BiurrunThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 Diego BiurrunHandle conditional compilation of CPU-specific FFT...
2009-02-17 Diego Biurrunmpegvideo_xvmc.o depends on mpegvideo.o.
2009-02-16 Diego BiurrunAdd missing object dependencies: eatqi.o depends on...
2009-02-14 Diego BiurrunRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-14 Diego BiurrunRename xvmc.c --> mpegvideo_xvmc.c as suggested by...
2009-02-14 Diego BiurrunMake xvmc.h an installed header, applications like...
2009-02-14 Diego BiurrunRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-14 Diego Biurruncosmetics: alphabetical order
2009-02-13 Zuxy Mengadd SSE2 version of vp6_filter_diag
2009-02-12 Sebastien Lucasadd MMX version of vp6_filter_diag
2009-02-12 Reimar DöffingerFix compilation, there is no file vdpauvideo.c, only...
2009-02-12 Diego Biurrun10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-11 Diego BiurrunRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-09 Aurelien Jacobsmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-06 Jai MenonUse libopenjpeg for jpeg2k decoding.
2009-02-05 Peter RossElectronic Arts TQI decoder
2009-01-30 Alex ConverseAdd the rdft family of transforms (fft/ifft of an all...
2009-01-23 Justin Rugglesrename flac.c to flacdec.c
2009-01-20 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-16 Carl Eugen HoyosAdd mpeg1_vdpau decoder.
2009-01-16 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 Michael NiedermayerAdd dummy mp1_decoder to complement the existing dummy...
2009-01-10 Carl Eugen HoyosFix OBJS-$(CONFIG_H264_VDPAU_DECODER).
2009-01-10 Stefano SabatiniMove the AVCodecContext options definition to a dedicat...
2009-01-07 Diego BiurrunThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-06 Aurelien Jacobsensure that no GPL code is linked to LGPL only libavcodec
2009-01-05 Carl Eugen HoyosExport VDPAU support by installing vdpau.h.
2009-01-04 NVIDIA CorporationAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 Michael NiedermayerMove metadata API from avcodec to avformat.
2009-01-04 Michael NiedermayerGeneric metadata API.
2009-01-03 Jason Garrett-GlaserAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-27 Diego Biurrunconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-26 Michael NiedermayerEnable faxcompr.
2008-12-22 Diego BiurrunRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-20 Kostya ShishkovRV30 decoder
2008-12-19 Jason Garrett-GlaserPort x264 deblocking code to libavcodec.
2008-12-17 Måns RullgårdARM: replace "armv4l" with "arm"
2008-12-15 Diego BiurrunSwitch xvmc over to a CONFIG_ option.
2008-12-15 Måns RullgårdARM: NEON optimised h264_idct_add
2008-12-15 Måns RullgårdARM: NEON optimised {put,avg}_h264_chroma_mc[48]
2008-12-15 Måns RullgårdARM: NEON optimised simple_idct
2008-12-15 Måns RullgårdARM: NEON optimised put_pixels functions
2008-12-13 Luca BarbatoLet imgresample altivec code build
2008-12-12 Baptiste Coudurierdnxhd get_pixels_8x4_sym sse2
2008-12-11 David ConradFix compilation with only Theora decoder enabled
2008-12-02 Kenan GilletCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 Kostya Shishkovenable RV40 decoder
2008-11-30 Diego BiurrunHandle AltiVec objects in a more elegant fashion, simil...
2008-11-30 Diego BiurrunRemove ineffectual hack that attempts to build ppc...
2008-11-28 Diego BiurrunDo not duplicate AAN DCT tables in dct-test.c.
2008-11-28 Diego BiurrunAdd missing '-test' in name of imgresample test.
2008-11-26 Diego BiurrunOnly build the imgresample test if the old scaler was...
2008-11-26 Diego BiurrunAutomatically check the dependencies for the AAN DCT...
2008-11-26 Diego BiurrunMove aanscales tables to their own file; fixes compilat...
2008-11-23 Måns RullgårdARM: move dct_unquantize_h263_*_armv5te asm to separate...
2008-11-20 Diego BiurrunGet rid of last ifdef HAVE_MMX. Instead, all MMX-specif...
2008-11-20 Diego Biurruncosmetics: Consistently place HEADERS before OBJS in...
2008-11-20 Diego BiurrunMove FFT-specific MMX optimizations out of the 'ifdef...
2008-11-20 Diego Biurruncosmetics: indentation
2008-11-20 Diego BiurrunUse standard OBJS-$(HAVE_MMX) trick for MMX objects...
2008-11-18 Diego Biurruncosmetics: Add a few more explanatory comments to the...
2008-11-18 Diego Biurruncosmetics: Sort processor-specific object lines into...
2008-11-17 Diego BiurrunAdd a Makefile variable for the old scaler that gets...
2008-11-17 Diego BiurrunRevert previous commit: the libavcodec/i386/fft_*.o...
2008-11-17 Diego BiurrunOnly the yasm-dependent objects should be enabled by...
2008-11-17 Diego Biurruncosmetics: Group ppc-specific objects together.
2008-11-17 Diego Biurruncosmetics: Group ARM objects sections together.
2008-11-17 Diego Biurruncosmetics: Reorder processor-specific entries alphabeti...
2008-11-08 Peter RossElectronic Arts TGQ/TQI/MAD IDCT algorithm
2008-11-08 Peter RossElectronic Arts TGQ video decoder
2008-10-30 Vitor SessakUse ff_dot_productf() in ra288.c
2008-10-27 Måns RullgårdARM: move VFP DSP functions to dsputils_vfp.S
2008-10-26 Måns Rullgårdcosmetic: align backslashes in makefiles
2008-10-26 Måns RullgårdMerge OBJS-$(FOO) lists with same FOO
2008-10-25 Måns RullgårdUse OBJS variable for all object files
2008-10-25 Måns RullgårdAdd CONFIG_GOLOMB and auto-select when needed
2008-10-25 Måns RullgårdAuto-enable CONFIG_MDCT when needed
2008-10-25 Diego Biurruncosmetics: Change the order of mlp parser objects to...
2008-10-25 Diego BiurrunMove declaration of mlp decoder dependency on mlp parse...
2008-10-24 Måns RullgårdBuild MMX/SSE FFT only if CONFIG_FFT is set
2008-10-24 Måns RullgårdAuto-enable CONFIG_FFT for codecs that need it
2008-10-24 Kenan GilletSplit off celp_filters.[ch] from acelp_filters.[ch...
2008-10-24 David ConradSpeex decoding via libspeex
2008-10-24 Baptiste Coudurierdnxhd parser
2008-10-06 Diego BiurrunRemove obsolete liba52 wrapper code.
2008-09-23 Kostya ShishkovAdd RLE4 and RLE8 decoding support for BMP
2008-09-18 Kostya ShishkovFactorize out code used for MS RLE format decoding...
2008-09-02 Justin Rugglesadd a separate line in Makefile for E-AC-3 decoder...
2008-09-01 Bartlomiej WolowiecRemaining parts of Nellymoser encoder
2008-08-31 Justin Rugglesturn on E-AC-3 decoding support and update the Changelog
2008-08-24 Justin Ruggles1000l to me. committed to wrong repo. revert last commit.
2008-08-24 Justin Rugglescosmetics: rename some functions from *get_* to *decode_*
2008-08-21 Robert SwainLast hunk of the AAC decoder code to be OKed and build...
2008-08-19 Diego BiurrunUntangle mpeg12.c and mdec.c so that mdec.c can be...
2008-08-19 Jai Menonalacenc: last few hunks approved by michael
2008-08-16 Ramiro Pollaflacenc, lpc: Move LPC code from flacenc.c to new lpc...
next