log Makefile @ 9839:ee32274eb802 libavcodec

age author description
Fri, 12 Jun 2009 05:29:29 +0000 diego DPX (Digital Picture Exchange) image decoder libavcodec
Thu, 11 Jun 2009 09:40:24 +0000 diego 10l: Add vc1dec.o to the list of WMV3 objects, same as for VC-1. libavcodec
Thu, 11 Jun 2009 09:31:31 +0000 diego Split decoder-specific code off from vc1.c into vc1dec.c and keep code libavcodec
Wed, 10 Jun 2009 20:50:53 +0000 diego Add code to enable and disable all VAAPI and VDPAU parts. libavcodec
Tue, 09 Jun 2009 20:29:52 +0000 diego Express the H.264 parser dependency on the golomb code in configure instead of libavcodec
Tue, 09 Jun 2009 20:07:01 +0000 diego Add missing dependencies for H.264 and VC-1 parsers. libavcodec
Fri, 05 Jun 2009 12:32:40 +0000 diego Add support for external OpenCORE libraries for AMR-NB/WB support. libavcodec
Wed, 03 Jun 2009 18:50:46 +0000 alexc AAC ADTS to AudioSpecificConfig bitstream filter libavcodec
Mon, 25 May 2009 22:19:35 +0000 conrad Altivec VP3 IDCT libavcodec
Mon, 25 May 2009 19:02:35 +0000 diego The MLP optimizations do not depend on HAVE_MMX, but on ARCH_X86. libavcodec
Mon, 25 May 2009 18:37:16 +0000 ramiro cosmetics: tabs->spaces libavcodec
Mon, 25 May 2009 01:53:43 +0000 ramiro mlp: Re-enable x86-optimized DSP functions. libavcodec
Sat, 23 May 2009 18:36:20 +0000 conrad ARM: NEON VP3 Loop Filter libavcodec
Sat, 23 May 2009 01:20:42 +0000 ramiro Revert part of r18903: libavcodec
Sat, 23 May 2009 00:23:30 +0000 ramiro MLP DSP functions x86-optimized. libavcodec
Tue, 19 May 2009 18:02:06 +0000 alexc Add missing libavformat dependencies on mpeg4audio.o libavcodec
Tue, 12 May 2009 19:56:48 +0000 bcoudurier V210 Uncompressed 4:2:2 10-bit encoder and decoder libavcodec
Wed, 06 May 2009 21:57:20 +0000 stefano Add 8088flex TMV video decoder. libavcodec
Thu, 30 Apr 2009 12:30:05 +0000 ramiro mlpdec: Move MLP's filter_channel() to dsputils. libavcodec
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