]> git.sesse.net Git - ffmpeg/history - libavcodec/Makefile
Add channel layout support to the AC-3 encoder.
[ffmpeg] / libavcodec / Makefile
2009-04-12 Diego BiurrunMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 Diego BiurrunRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-07 Thilo BorgmannMove av_packet_*() functions from libavformat/ to libav...
2009-04-03 Gwenole BeauchesneAdd VC-1 bitstream decoding through VA API.
2009-04-02 Gwenole BeauchesneAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 Gwenole BeauchesneAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-01 Måns RullgårdRemove aandcttab.o from dct-test dependencies, the...
2009-03-31 Dylan YudakenReplace MPEG group reference DCT implementation by...
2009-03-29 Diego BiurrunGeneralize example target rule in common.mak so that...
2009-03-29 Diego BiurrunRename apiexample.c --> api-example.c to be consistent...
2009-03-25 Diego Biurrunfft-test does not depend on fdctref.o.
2009-03-25 Diego BiurrunMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 Gwenole BeauchesneAdd MPEG-2 bitstream decoding through VA API.
2009-03-22 Stefano SabatiniAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 Diego BiurrunRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 Diego BiurrunSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 Diego BiurrunAdd rule for building API example programs.
2009-03-21 Justin Rugglesadd a function to calculate a more accurate estimate...
2009-03-21 Justin Rugglesshare sample rate and blocksize tables between the...
2009-03-20 Daniel VerkampPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 Diego BiurrunOnly build motion-test if MMX is enabled.
2009-03-19 Ramiro PollaSplit TrueHD decoder from MLP
2009-03-09 Reynaldo H. Verdej... Functional part Kenan Gillet's 'extract and share weigh...
2009-03-06 Justin Rugglesflacdec: Parse the metadata header in the raw FLAC...
2009-03-03 Michael NiedermayerRemove old scaler.
2009-02-26 Justin RugglesUse a shared function to validate FLAC extradata.
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
next