Mon, 03 Aug 2009 23:22:46 +0000 |
diego |
Split RV10 encoder off into its own file.
libavcodec
|
Mon, 03 Aug 2009 23:07:08 +0000 |
diego |
Split RV20 encoder into its own file.
libavcodec
|
Mon, 03 Aug 2009 08:37:02 +0000 |
superdump |
Expose QCELP's floating-point LSP-to-LPC function
libavcodec
|
Sun, 02 Aug 2009 14:47:26 +0000 |
diego |
Make XVMC mpegvideo decoder depend on mpegvideo decoder.
libavcodec
|
Sun, 26 Jul 2009 21:22:57 +0000 |
diego |
Remove unnecessary mpeg12data.o entries from OBJS- variables.
libavcodec
|
Sun, 26 Jul 2009 21:04:12 +0000 |
diego |
Remove duplicated mpeg12data.o entries.
libavcodec
|
Fri, 24 Jul 2009 21:28:44 +0000 |
aurel |
fix various compilation dependencies
libavcodec
|
Thu, 23 Jul 2009 02:33:25 +0000 |
diego |
refactoring: properly separate AC-3 and E-AC-3 code
libavcodec
|
Wed, 22 Jul 2009 22:33:33 +0000 |
diego |
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
libavcodec
|
Wed, 22 Jul 2009 21:36:50 +0000 |
diego |
Make Theora decoder depend on the VP3 decoder.
libavcodec
|
Tue, 21 Jul 2009 09:03:45 +0000 |
diego |
Make E-AC-3 decoder depend on the AC-3 decoder.
libavcodec
|
Mon, 20 Jul 2009 09:24:59 +0000 |
diego |
Make VP6A/VP6F decoders depend on the VP6 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:14:43 +0000 |
diego |
Remove two more lines related to the WMV3 decoder.
libavcodec
|
Sun, 19 Jul 2009 11:07:10 +0000 |
diego |
Make WMV3 decoders depend on their VC-1 counterparts.
libavcodec
|
Thu, 16 Jul 2009 22:39:50 +0000 |
alexc |
Add iirfilter to the TESTPROGS variable (and target)
libavcodec
|
Sun, 12 Jul 2009 13:22:01 +0000 |
diego |
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.
libavcodec
|
Wed, 08 Jul 2009 20:01:31 +0000 |
alexc |
Merge the AAC encoder from SoC svn. It is still considered experimental.
libavcodec
|
Tue, 07 Jul 2009 09:33:53 +0000 |
diego |
whitespace cosmetics: Realign colums after last commit.
libavcodec
|
Tue, 07 Jul 2009 09:33:08 +0000 |
diego |
Check for CONFIG_LIBFOO_DECODER/CONFIG_LIBFOO_ENCODER instead of just
libavcodec
|
Tue, 07 Jul 2009 00:28:16 +0000 |
diego |
Remove support for nonfree libamr library for AMR-NB/WB decoding/encoding.
libavcodec
|
Fri, 19 Jun 2009 09:56:35 +0000 |
reimar |
Add support for encoding XSUB subtitles. Muxing support is still missing.
libavcodec
|
Sat, 13 Jun 2009 02:19:41 +0000 |
pross |
Electronic Arts Madcow decoder
libavcodec
|
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
|
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
|