log Makefile @ 12475:9fef0a8ddd63 libavcodec

age author description
Wed, 08 Sep 2010 15:07:14 +0000 stefano Move mm_support() from libavcodec to libavutil, make it a public libavcodec
Fri, 03 Sep 2010 21:13:01 +0000 mstorsjo Fix the dependencies of the RTP muxer libavcodec
Mon, 23 Aug 2010 11:52:34 +0000 bindhammer enabling codec and muxer by registering it in allcodec.c and allformat.c and adding files to the build-system libavcodec
Sat, 07 Aug 2010 23:10:25 +0000 darkshikari Split h264dsp and h264pred in configure. libavcodec
Fri, 06 Aug 2010 10:29:14 +0000 diego Add a CONFIG_ variable for generic Huffman routines. libavcodec
Wed, 04 Aug 2010 23:04:05 +0000 darkshikari VP5/6/8: eliminate CABAC dependency libavcodec
Wed, 04 Aug 2010 05:20:49 +0000 mstorsjo Fix VP8 decoder dependencies libavcodec
Mon, 02 Aug 2010 23:49:49 +0000 diego The VP8 decoder does not depend on cabac.o. libavcodec
Mon, 02 Aug 2010 23:23:27 +0000 diego The VP8 decoder does not depend on vp56.o and vp56data.o. libavcodec
Mon, 02 Aug 2010 23:16:52 +0000 diego Remove redundant h264pred.o from VP8 objects list. libavcodec
Tue, 27 Jul 2010 07:18:36 +0000 stefang add Chinese AVS encoding via external library libxavs libavcodec
Mon, 26 Jul 2010 23:12:28 +0000 stefano Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavcodec
Wed, 21 Jul 2010 12:37:37 +0000 flameeyes Make ff_inverse stay with libavutil, and optional copy it to libavcodec. libavcodec
Sun, 18 Jul 2010 08:03:35 +0000 pross ASCII/ANSI art decoder libavcodec
Mon, 12 Jul 2010 18:52:03 +0000 alexc Split the ADTS header decoder off of the ADTS parser. libavcodec
Sat, 10 Jul 2010 07:55:06 +0000 reimar Add native GSM 06.10 audio decoder. libavcodec
Fri, 09 Jul 2010 10:53:30 +0000 mru Allow using libxvid RC without enabling encoding wrapper libavcodec
Sun, 04 Jul 2010 19:03:04 +0000 mru Fix build with hardcoded tables libavcodec
Fri, 02 Jul 2010 00:30:27 +0000 flameeyes tablegen: the executable depends on tablegen headers as well libavcodec
Thu, 01 Jul 2010 16:09:38 +0000 aurel fix dependencies of vp5 and vp6 decoders after r23915 libavcodec
Wed, 30 Jun 2010 22:05:29 +0000 stefang renormalize VP5/6/7/8 range coder without loop libavcodec
Sun, 27 Jun 2010 09:25:05 +0000 mstorsjo Fix libvorbis encoding with more than 2 channels libavcodec
Wed, 23 Jun 2010 19:32:02 +0000 alexc Fix alphabetization of the CONFIG_HARDCODED_TABLES Makefile section. libavcodec
Wed, 23 Jun 2010 19:30:01 +0000 alexc aactab: Tablegenify ff_aac_pow2sf_tab. libavcodec
Wed, 23 Jun 2010 00:08:21 +0000 mru Remove OS/2 threads support libavcodec
Tue, 22 Jun 2010 23:18:13 +0000 mru Remove beosthreads support libavcodec
Tue, 22 Jun 2010 19:29:03 +0000 alexc Move Parametric Stereo related ps* files to aacps*. libavcodec
Tue, 22 Jun 2010 19:24:09 +0000 rbultje Native VP8 decoder. libavcodec
Sun, 20 Jun 2010 10:24:05 +0000 mru Remove libfaad wrapper libavcodec
Sat, 19 Jun 2010 14:14:51 +0000 alexc Add HE-AAC v2 support to the AAC decoder. libavcodec
Fri, 18 Jun 2010 20:07:43 +0000 fenrir MPEG-2 DXVA2 implementation libavcodec
Fri, 11 Jun 2010 09:01:25 +0000 vitor RealAudio 14.4k encoder. libavcodec
Fri, 11 Jun 2010 08:01:51 +0000 vitor Split ra144.c in common code (to be shared with the future encoder) and libavcodec
Tue, 08 Jun 2010 11:55:06 +0000 pross Pictor/PC Paint decoder libavcodec
Sun, 06 Jun 2010 19:48:50 +0000 reimar 10l, there is no aac.c any more, so no need for a dependency. libavcodec
Sun, 06 Jun 2010 15:27:37 +0000 reimar aacdec also depends on cbrt_tables.h for hardcoded-tables. libavcodec
Sat, 05 Jun 2010 15:27:53 +0000 alexc Rename aac.c to aacdec.c. libavcodec
Sat, 05 Jun 2010 12:01:28 +0000 stefano Move eval.c and eval.h from libavcodec to libavutil, and make the eval libavcodec
Fri, 04 Jun 2010 22:40:54 +0000 conrad Add WebM muxer libavcodec
Thu, 03 Jun 2010 20:47:59 +0000 cehoyos VP8 encoding via libvpx. libavcodec
Thu, 27 May 2010 04:39:31 +0000 conrad VP8 parser libavcodec
Tue, 25 May 2010 01:19:08 +0000 cehoyos VP8 decoding via libvpx. libavcodec
Wed, 19 May 2010 20:18:40 +0000 alexc Add a chomp BSF to consume zero padding at the end of a packet. libavcodec
Thu, 13 May 2010 18:41:18 +0000 mru Add mpegaudiodec_float.o dependency on tables header with hardcoded tables libavcodec
Tue, 11 May 2010 19:52:42 +0000 michael float based mp1/mp2/mp3 decoders. libavcodec
Fri, 30 Apr 2010 21:30:22 +0000 mru VP56: move vp56_edge_filter to new VP56DSPContext libavcodec
Fri, 23 Apr 2010 16:45:38 +0000 rbultje Add acelp_filters.o as QCELP decoder object file. libavcodec
Mon, 12 Apr 2010 20:45:25 +0000 mru DCA: break out lfe_interpolation_fir() inner loops to a function libavcodec
Thu, 01 Apr 2010 17:54:15 +0000 reimar Allow hardcoding of ulaw and alaw tables. libavcodec
Mon, 29 Mar 2010 22:17:01 +0000 stefano Implement YOP demuxer and video decoder. libavcodec
Sun, 21 Mar 2010 16:03:45 +0000 reimar Add support for hard-coding the 256kB large dv_vlc_map table. libavcodec
Tue, 16 Mar 2010 21:22:59 +0000 mru Move arch-specific makefile parts into $arch/Makefile libavcodec
Tue, 16 Mar 2010 01:17:00 +0000 mru Move H264 dsputil functions into their own struct libavcodec
Mon, 15 Mar 2010 23:40:51 +0000 bcoudurier 100L, revert r22560, already present libavcodec
Mon, 15 Mar 2010 23:11:02 +0000 bcoudurier mpegts muxer now needs mpeg4audio code like adts muxer libavcodec
Sun, 14 Mar 2010 19:59:47 +0000 reimar Allow hard-coding of the 32kB cubic-root table for AAC. libavcodec
Sun, 14 Mar 2010 19:30:25 +0000 reimar Allow hard-coding several QDM2 tables (about 32 kB size). libavcodec
Sun, 14 Mar 2010 17:50:12 +0000 mru Separate DWT from snow and dsputil libavcodec
Fri, 12 Mar 2010 12:26:47 +0000 aurel fix compilation with --disable-everything --enable-muxer=mpegts libavcodec
Fri, 12 Mar 2010 12:25:44 +0000 aurel fix compilation with --disable-everything --enable-decoder=twinvq libavcodec