log Makefile @ 9535:4a4929da4ddc libavcodec

age author description
Wed, 22 Apr 2009 01:50:15 +0000 michael Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT) libavcodec
Sun, 12 Apr 2009 22:48:44 +0000 diego Move addition of MMX-OBJS to OBJS into common.mak instead of duplicating it. libavcodec
Sun, 12 Apr 2009 21:42:55 +0000 diego Remove AltiVec optimizations for Snow. They are hindering the development libavcodec
Tue, 07 Apr 2009 18:31:14 +0000 rbultje Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavcodec
Fri, 03 Apr 2009 07:40:58 +0000 gb Add VC-1 bitstream decoding through VA API. libavcodec
Thu, 02 Apr 2009 08:48:06 +0000 gb Add hwaccel configury. This generates CONFIG_<CODEC>_<HWACCEL>_HWACCEL libavcodec
Thu, 02 Apr 2009 07:30:04 +0000 gb Add MPEG-4 / H.263 bitstream decoding through VA API. libavcodec
Wed, 01 Apr 2009 01:22:36 +0000 mru Remove aandcttab.o from dct-test dependencies, the lib includes it libavcodec
Tue, 31 Mar 2009 15:50:11 +0000 diego Replace MPEG group reference DCT implementation by newly rewritten version. libavcodec
Sun, 29 Mar 2009 14:35:20 +0000 diego Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavcodec
Sun, 29 Mar 2009 14:28:56 +0000 diego Rename apiexample.c --> api-example.c to be consistent with other example files. libavcodec
Wed, 25 Mar 2009 19:00:15 +0000 diego fft-test does not depend on fdctref.o. libavcodec
Wed, 25 Mar 2009 18:19:20 +0000 diego Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavcodec
Mon, 23 Mar 2009 22:09:13 +0000 gb Add MPEG-2 bitstream decoding through VA API. libavcodec
Sun, 22 Mar 2009 23:42:06 +0000 stefano Add pcxenc.o to the $OBJS list, it was erroneously removed from it in libavcodec
Sun, 22 Mar 2009 23:13:21 +0000 diego Rename 'tests' target to 'testprogs'. It is too easily confused with the libavcodec
Sun, 22 Mar 2009 22:50:22 +0000 diego Split AVCodec declarations for PAM/PBM/PGM/PGMYUV/PPM decoders and encoders libavcodec
Sun, 22 Mar 2009 22:33:41 +0000 diego Add rule for building API example programs. libavcodec
Sat, 21 Mar 2009 01:54:31 +0000 jbr add a function to calculate a more accurate estimate for maximum FLAC libavcodec
Sat, 21 Mar 2009 01:16:38 +0000 jbr share sample rate and blocksize tables between the FLAC encoder and FLAC libavcodec
Fri, 20 Mar 2009 17:23:45 +0000 cehoyos PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavcodec
Fri, 20 Mar 2009 11:43:58 +0000 diego Only build motion-test if MMX is enabled. libavcodec
Thu, 19 Mar 2009 21:23:39 +0000 ramiro Split TrueHD decoder from MLP libavcodec
Mon, 09 Mar 2009 21:55:24 +0000 reynaldo Functional part Kenan Gillet's 'extract and share weighted_vector_sumf' libavcodec
Fri, 06 Mar 2009 01:31:10 +0000 jbr flacdec: Parse the metadata header in the raw FLAC demuxer. libavcodec
Tue, 03 Mar 2009 22:51:30 +0000 michael Remove old scaler. libavcodec
Thu, 26 Feb 2009 02:29:24 +0000 jbr Use a shared function to validate FLAC extradata. libavcodec
Tue, 24 Feb 2009 18:11:42 +0000 vitor Do not reimplement ff_celp_lp_synthesis_filterf(). libavcodec
Sun, 22 Feb 2009 23:13:00 +0000 diego Fix xvmc object dependencies. libavcodec
Thu, 19 Feb 2009 00:27:57 +0000 aurel fix missing dependencies libavcodec
Wed, 18 Feb 2009 23:32:41 +0000 diego The 3DNow! and SSE FFT optimizations depend on the yasm optimizations in libavcodec
Wed, 18 Feb 2009 00:11:49 +0000 diego Handle conditional compilation of CPU-specific FFT code in the Makefile. libavcodec
Tue, 17 Feb 2009 23:59:53 +0000 diego mpegvideo_xvmc.o depends on mpegvideo.o. libavcodec
Mon, 16 Feb 2009 10:38:23 +0000 diego Add missing object dependencies: eatqi.o depends on mpeg12.o. libavcodec
Sat, 14 Feb 2009 15:37:40 +0000 diego Remove redundant CONFIG_XVMC option, CONFIG_MPEG_XVMC_DECODER suffices. libavcodec
Sat, 14 Feb 2009 15:30:40 +0000 diego Rename xvmc.c --> mpegvideo_xvmc.c as suggested by Ivan. libavcodec
Sat, 14 Feb 2009 13:40:53 +0000 diego Make xvmc.h an installed header, applications like MPlayer need it. libavcodec
Sat, 14 Feb 2009 13:37:18 +0000 diego Revert adding a _pixfmt to vdpau/xvmc header names. libavcodec
Sat, 14 Feb 2009 13:12:49 +0000 diego cosmetics: alphabetical order libavcodec
Fri, 13 Feb 2009 00:02:33 +0000 aurel add SSE2 version of vp6_filter_diag libavcodec
Thu, 12 Feb 2009 23:52:52 +0000 aurel add MMX version of vp6_filter_diag libavcodec
Thu, 12 Feb 2009 17:27:53 +0000 reimar Fix compilation, there is no file vdpauvideo.c, only vdpau.c libavcodec
Thu, 12 Feb 2009 01:07:13 +0000 diego 10l: Rename vdpau.h --> vdpau_pixfmt.h in the Makefile as well. libavcodec
Wed, 11 Feb 2009 12:01:59 +0000 diego Rename vdpauvideo.c --> vdpau.c and xvmcvideo.c --> xvmc.c to better fit libavcodec
Mon, 09 Feb 2009 23:37:31 +0000 aurel move vp6_filter_diag4() to a new vp6dsp.c file and use it throught dsputil libavcodec
Fri, 06 Feb 2009 11:49:31 +0000 cehoyos Use libopenjpeg for jpeg2k decoding. libavcodec
Thu, 05 Feb 2009 08:58:35 +0000 pross Electronic Arts TQI decoder libavcodec
Fri, 30 Jan 2009 20:15:48 +0000 alexc Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil. libavcodec
Fri, 23 Jan 2009 22:27:19 +0000 jbr rename flac.c to flacdec.c libavcodec
Tue, 20 Jan 2009 09:28:36 +0000 cehoyos Add VDPAU hardware accelerated decoding for WMV3 and VC1 which can libavcodec
Fri, 16 Jan 2009 16:50:32 +0000 cehoyos Add mpeg1_vdpau decoder. libavcodec
Fri, 16 Jan 2009 02:14:07 +0000 cehoyos Add VDPAU hardware accelerated decoding for MPEG1 and MPEG2 which can libavcodec
Tue, 13 Jan 2009 19:32:08 +0000 michael Add dummy mp1_decoder to complement the existing dummy mp2/mp3 decoders. libavcodec
Sat, 10 Jan 2009 23:17:07 +0000 cehoyos Fix OBJS-$(CONFIG_H264_VDPAU_DECODER). libavcodec
Sat, 10 Jan 2009 09:53:21 +0000 stefano Move the AVCodecContext options definition to a dedicated file, reduce libavcodec
Wed, 07 Jan 2009 22:54:59 +0000 diego The SVQ3 decoder uses ff_svq1_packet_checksum from svq1dec.c. libavcodec
Tue, 06 Jan 2009 22:01:57 +0000 aurel ensure that no GPL code is linked to LGPL only libavcodec libavcodec
Mon, 05 Jan 2009 23:25:58 +0000 cehoyos Export VDPAU support by installing vdpau.h. libavcodec
Sun, 04 Jan 2009 23:55:27 +0000 cehoyos Add VDPAU hardware accelerated decoding for H264 which can be used by libavcodec
Sun, 04 Jan 2009 18:58:49 +0000 michael Move metadata API from avcodec to avformat. libavcodec