]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/Makefile
V210 Uncompressed 4:2:2 10-bit encoder and decoder
[frescor/ffmpeg.git] / libavcodec / Makefile
2009-05-12 bcoudurierV210 Uncompressed 4:2:2 10-bit encoder and decoder
2009-05-06 stefanoAdd 8088flex TMV video decoder.
2009-04-30 ramiromlpdec: Move MLP's filter_channel() to dsputils.
2009-04-22 michaelSupport reading packed YUV 422 10bit samples from jvt...
2009-04-12 diegoMove addition of MMX-OBJS to OBJS into common.mak inste...
2009-04-12 diegoRemove AltiVec optimizations for Snow. They are hinderi...
2009-04-07 rbultjeMove av_packet_*() functions from libavformat/ to libav...
2009-04-03 gbAdd VC-1 bitstream decoding through VA API.
2009-04-02 gbAdd hwaccel configury. This generates CONFIG_<CODEC...
2009-04-02 gbAdd MPEG-4 / H.263 bitstream decoding through VA API.
2009-04-01 mruRemove aandcttab.o from dct-test dependencies, the...
2009-03-31 diegoReplace MPEG group reference DCT implementation by...
2009-03-29 diegoGeneralize example target rule in common.mak so that...
2009-03-29 diegoRename apiexample.c --> api-example.c to be consistent...
2009-03-25 diegofft-test does not depend on fdctref.o.
2009-03-25 diegoMove adding the '-test$(EXESUF)' suffix to test program...
2009-03-23 gbAdd MPEG-2 bitstream decoding through VA API.
2009-03-22 stefanoAdd pcxenc.o to the $OBJS list, it was erroneously...
2009-03-22 diegoRename 'tests' target to 'testprogs'. It is too easily...
2009-03-22 diegoSplit AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM...
2009-03-22 diegoAdd rule for building API example programs.
2009-03-21 jbradd a function to calculate a more accurate estimate...
2009-03-21 jbrshare sample rate and blocksize tables between the...
2009-03-20 cehoyosPCX encoder that handles 1-, 8-, and 24-bpp pixfmts.
2009-03-20 diegoOnly build motion-test if MMX is enabled.
2009-03-19 ramiroSplit TrueHD decoder from MLP
2009-03-09 reynaldoFunctional part Kenan Gillet's 'extract and share weigh...
2009-03-06 jbrflacdec: Parse the metadata header in the raw FLAC...
2009-03-03 michaelRemove old scaler.
2009-02-26 jbrUse a shared function to validate FLAC extradata.
2009-02-24 vitorDo not reimplement ff_celp_lp_synthesis_filterf().
2009-02-22 diegoFix xvmc object dependencies.
2009-02-19 aurelfix missing dependencies
2009-02-18 diegoThe 3DNow! and SSE FFT optimizations depend on the...
2009-02-18 diegoHandle conditional compilation of CPU-specific FFT...
2009-02-17 diegompegvideo_xvmc.o depends on mpegvideo.o.
2009-02-16 diegoAdd missing object dependencies: eatqi.o depends on...
2009-02-14 diegoRemove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_D...
2009-02-14 diegoRename xvmc.c --> mpegvideo_xvmc.c as suggested by...
2009-02-14 diegoMake xvmc.h an installed header, applications like...
2009-02-14 diegoRevert adding a _pixfmt to vdpau/xvmc header names.
2009-02-14 diegocosmetics: alphabetical order
2009-02-13 aureladd SSE2 version of vp6_filter_diag
2009-02-12 aureladd MMX version of vp6_filter_diag
2009-02-12 reimarFix compilation, there is no file vdpauvideo.c, only...
2009-02-12 diego10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile...
2009-02-11 diegoRename vdpauvideo.c --> vdpau.c and xvmcvideo.c --...
2009-02-09 aurelmove vp6_filter_diag4() to a new vp6dsp.c file and...
2009-02-06 cehoyosUse libopenjpeg for jpeg2k decoding.
2009-02-05 prossElectronic Arts TQI decoder
2009-01-30 alexcAdd the rdft family of transforms (fft/ifft of an all...
2009-01-23 jbrrename flac.c to flacdec.c
2009-01-20 cehoyosAdd VDPAU hardware accelerated decoding for WMV3 and...
2009-01-16 cehoyosAdd mpeg1_vdpau decoder.
2009-01-16 cehoyosAdd VDPAU hardware accelerated decoding for MPEG1 and...
2009-01-13 michaelAdd dummy mp1_decoder to complement the existing dummy...
2009-01-10 cehoyosFix OBJS-.
2009-01-10 stefanoMove the AVCodecContext options definition to a dedicat...
2009-01-07 diegoThe SVQ3 decoder uses ff_svq1_packet_checksum from...
2009-01-06 aurelensure that no GPL code is linked to LGPL only libavcodec
2009-01-05 cehoyosExport VDPAU support by installing vdpau.h.
2009-01-04 cehoyosAdd VDPAU hardware accelerated decoding for H264 which...
2009-01-04 michaelMove metadata API from avcodec to avformat.
2009-01-04 michaelGeneric metadata API.
2009-01-03 darkshikariAdd x264 SSE2 iDCT functions to H.264 decoder.
2008-12-27 diegoconsistency cosmetics: Rename POWERPC identifiers to...
2008-12-26 michaelEnable faxcompr.
2008-12-22 diegoRename libavcodec/i386/ --> libavcodec/x86/.
2008-12-20 kostyaRV30 decoder
2008-12-19 darkshikariPort x264 deblocking code to libavcodec. This includes...
2008-12-17 mruARM: replace "armv4l" with "arm"
2008-12-15 diegoSwitch xvmc over to a CONFIG_ option.
2008-12-15 mruARM: NEON optimised h264_idct_add
2008-12-15 mruARM: NEON optimised {put,avg}_h264_chroma_mc[48]
2008-12-15 mruARM: NEON optimised simple_idct
2008-12-15 mruARM: NEON optimised put_pixels functions
2008-12-13 lu_zeroLet imgresample altivec code build
2008-12-12 bcoudurierdnxhd get_pixels_8x4_sym sse2
2008-12-11 conradFix compilation with only Theora decoder enabled
2008-12-02 vitorCommit last ok'ed parts of QCELP decoder and enable it.
2008-12-01 kostyaenable RV40 decoder
2008-11-30 diegoHandle AltiVec objects in a more elegant fashion, simil...
2008-11-30 diegoRemove ineffectual hack that attempts to build ppc...
2008-11-28 diegoDo not duplicate AAN DCT tables in dct-test.c.
2008-11-28 diegoAdd missing '-test' in name of imgresample test.
2008-11-26 diegoOnly build the imgresample test if the old scaler was...
2008-11-26 diegoAutomatically check the dependencies for the AAN DCT...
2008-11-26 diegoMove aanscales tables to their own file; fixes compilat...
2008-11-23 mruARM: move dct_unquantize_h263_*_armv5te asm to separate...
2008-11-20 diegoGet rid of last ifdef HAVE_MMX. Instead, all MMX-specif...
2008-11-20 diegocosmetics: Consistently place HEADERS before OBJS in...
2008-11-20 diegoMove FFT-specific MMX optimizations out of the 'ifdef...
2008-11-20 diegocosmetics: indentation
2008-11-20 diegoUse standard OBJS-$(HAVE_MMX) trick for MMX objects...
2008-11-18 diegocosmetics: Add a few more explanatory comments to the...
2008-11-18 diegocosmetics: Sort processor-specific object lines into...
2008-11-17 diegoAdd a Makefile variable for the old scaler that gets...
2008-11-17 diegoRevert previous commit: the libavcodec/i386/fft_*.o...
2008-11-17 diegoOnly the yasm-dependent objects should be enabled by...
2008-11-17 diegocosmetics: Group ppc-specific objects together as desir...
next