Baptiste Coudurier [Wed, 30 Jan 2008 23:52:42 +0000 (23:52 +0000)]
fix prototypes, remove warning: i386/dsputil_mmx.c:3594: warning: assignment from incompatible pointer type
Originally committed as revision 11672 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Wed, 30 Jan 2008 21:04:00 +0000 (21:04 +0000)]
remove duplicate, disabled nut regression test
Originally committed as revision 11671 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 30 Jan 2008 18:30:17 +0000 (18:30 +0000)]
Missed a variable in postprocess.c that should use DECLARE_ASM_CONST as well
Originally committed as revision 11670 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Wed, 30 Jan 2008 18:21:01 +0000 (18:21 +0000)]
Simplify: use DECLARE_ASM_CONST
Originally committed as revision 11669 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 30 Jan 2008 13:22:31 +0000 (13:22 +0000)]
use context in av_log
Originally committed as revision 11668 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Wed, 30 Jan 2008 13:22:04 +0000 (13:22 +0000)]
warning is only valid for mov
Originally committed as revision 11667 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 30 Jan 2008 08:07:18 +0000 (08:07 +0000)]
Do not print an (L)GPL license statement when nonfree parts have been compiled
into FFmpeg. Instead warn that the resulting binary is unredistributable.
Originally committed as revision 11666 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 30 Jan 2008 04:50:09 +0000 (04:50 +0000)]
fixing warning
md5.c:150: warning: passing argument 2 of 'av_md5_update' from incompatible pointer type
Originally committed as revision 11665 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 29 Jan 2008 23:30:00 +0000 (23:30 +0000)]
Print the name of the regression test that was run after finishing the test.
Originally committed as revision 11664 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 29 Jan 2008 22:37:07 +0000 (22:37 +0000)]
Support MP4 subtitles as in
http://samples.mplayerhq.hu/MPEG-4/embedded_subs/1Video_2Audio_2SUBs_timed_text_streams_.mp4
Originally committed as revision 11663 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Tue, 29 Jan 2008 14:58:10 +0000 (14:58 +0000)]
Make some assembler constants global instead of declaring them multiple times.
Originally committed as revision 25910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Tue, 29 Jan 2008 09:33:30 +0000 (09:33 +0000)]
Pass argc and argv to the main function of the SDL tests.
This appears to be required on Windows and does no harm on Linux.
closes issue 344, patch by jdm
Originally committed as revision 11662 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Tue, 29 Jan 2008 09:25:49 +0000 (09:25 +0000)]
SMPTE 421 Annex L format demuxer
Originally committed as revision 11661 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 28 Jan 2008 22:35:44 +0000 (22:35 +0000)]
rename dv50 regression test output file to dv50.dv
Originally committed as revision 11660 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 28 Jan 2008 21:24:09 +0000 (21:24 +0000)]
Add bitstream filter to convert between mov and plain text subtitles
Originally committed as revision 11659 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 28 Jan 2008 21:13:40 +0000 (21:13 +0000)]
Add sbsf option for subtitle bitstream filter
Originally committed as revision 11658 to svn://svn.ffmpeg.org/ffmpeg/trunk
Jeff Downs [Mon, 28 Jan 2008 21:12:38 +0000 (21:12 +0000)]
Fix memory leak in h264 decoder. allocated_edge_emu_buffer was being allocated
in both mpegvideo and h264 decoder. Fixed by allowing all (master and duplicate)
contexts to fully initialize in MPV_frame_start and copying these into
H264Contexts.
Mailing list discussion:
[FFmpeg-devel] Memory leak in h264
Tue, 22 Jan 2008 15:22:55
Originally committed as revision 11657 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 18:35:12 +0000 (18:35 +0000)]
cosmetics, split long lines, remove useless braces, merge comments and if
Originally committed as revision 11656 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 18:33:27 +0000 (18:33 +0000)]
cosmetics, vertically align
Originally committed as revision 11655 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 28 Jan 2008 17:23:57 +0000 (17:23 +0000)]
Remove integer.h inclusion.
Originally committed as revision 11654 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 16:58:42 +0000 (16:58 +0000)]
spoke too fast, fix dv fourcc in mov accordingly if strict
Originally committed as revision 11653 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 16:03:50 +0000 (16:03 +0000)]
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell
Originally committed as revision 11652 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 15:23:37 +0000 (15:23 +0000)]
indentation
Originally committed as revision 11651 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 15:22:07 +0000 (15:22 +0000)]
correctly and only set standard stsd fourcc for mp4/3gp
Originally committed as revision 11650 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 28 Jan 2008 14:38:11 +0000 (14:38 +0000)]
Use DECLARE_ASM_CONST where possible in libswscale code
Originally committed as revision 25903 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Mon, 28 Jan 2008 13:44:27 +0000 (13:44 +0000)]
write esds atom when mpeg-4 systems tags are used
Originally committed as revision 11649 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 13:19:49 +0000 (13:19 +0000)]
reorder object types id by muxing preference
Originally committed as revision 11648 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 28 Jan 2008 13:19:16 +0000 (13:19 +0000)]
document tag field
Originally committed as revision 11647 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 28 Jan 2008 01:37:19 +0000 (01:37 +0000)]
seektest depends on both codectest and libavtest.
Originally committed as revision 11646 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 23:28:56 +0000 (23:28 +0000)]
Move common test program infrastructure to common.mak.
Originally committed as revision 11645 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 23:27:13 +0000 (23:27 +0000)]
Move some lines in preparation for an upcoming commit.
Originally committed as revision 11644 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 22:39:30 +0000 (22:39 +0000)]
Add Makefile rules for test programs.
Originally committed as revision 11643 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 21:03:54 +0000 (21:03 +0000)]
Do not install integer.h, it is not part of the public API.
Originally committed as revision 11642 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 27 Jan 2008 20:50:16 +0000 (20:50 +0000)]
Add and use DECLARE_ASM_CONST for constants used in assembler code.
Should make it easier to work around compilation problems with e.g. ICC.
Originally committed as revision 11641 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 27 Jan 2008 20:45:49 +0000 (20:45 +0000)]
Use DECLARE_ALIGNED in yet another place
Originally committed as revision 11640 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 27 Jan 2008 19:59:11 +0000 (19:59 +0000)]
Use DECLARE_ALIGNED and remove unneeded attribute_used
Originally committed as revision 11639 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 27 Jan 2008 19:57:04 +0000 (19:57 +0000)]
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
Originally committed as revision 11638 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 18:02:27 +0000 (18:02 +0000)]
typo
Originally committed as revision 11637 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 17:50:59 +0000 (17:50 +0000)]
Add $(EXESUF) where necessary.
Originally committed as revision 11636 to svn://svn.ffmpeg.org/ffmpeg/trunk
Evgeniy Stepanov [Sun, 27 Jan 2008 15:43:17 +0000 (15:43 +0000)]
Add support for Matroska attachments.
patch by eugeni _dot_ stepanov _at_ gmail.com and myself
Originally committed as revision 11635 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 27 Jan 2008 14:55:16 +0000 (14:55 +0000)]
whitespace cosmetics
Originally committed as revision 11634 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 27 Jan 2008 14:55:13 +0000 (14:55 +0000)]
remove some ifeq ($(CONFIG_FOO),yes)
Originally committed as revision 11633 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 14:52:58 +0000 (14:52 +0000)]
whitespace and sorting cosmetics
Originally committed as revision 11632 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 27 Jan 2008 14:50:29 +0000 (14:50 +0000)]
Add generic rule for all tests.
Originally committed as revision 11631 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 27 Jan 2008 14:46:56 +0000 (14:46 +0000)]
Use DECLARE_ALIGNED
Originally committed as revision 11630 to svn://svn.ffmpeg.org/ffmpeg/trunk
Guillaume Poirier [Sun, 27 Jan 2008 08:37:28 +0000 (08:37 +0000)]
fix indentation that was messed up by r11628
Originally committed as revision 11629 to svn://svn.ffmpeg.org/ffmpeg/trunk
Siarhei Siamashka [Sun, 27 Jan 2008 08:36:50 +0000 (08:36 +0000)]
fix lowres decoding support on ARM CPUs
Original thread:
date: Jan 27, 2008 12:03 AM
subject: [FFmpeg-devel] [PATCH] Fix for lowres decoding support on ARM
Patch by Siarhei Siamashka $ siarhei P siamashka A gmail P com $
Originally committed as revision 11628 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 22:57:53 +0000 (22:57 +0000)]
Set subtitle codec id correctly, i hope this does not break anything.
Originally committed as revision 11627 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 22:55:34 +0000 (22:55 +0000)]
Add non standard id needed for dvd subtitles.
Originally committed as revision 11626 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 26 Jan 2008 21:21:55 +0000 (21:21 +0000)]
Extract the pure plaintext from mov text subtitles.
Formatting information etc. is discarded.
Originally committed as revision 11625 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 20:30:03 +0000 (20:30 +0000)]
Set correct codec type and id for text subtitles.
fixes http://samples.mplayerhq.hu/mov/subtitles-embedded/subtitlemovie.mov
closes issue341
Originally committed as revision 11624 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 20:07:57 +0000 (20:07 +0000)]
indent
Originally committed as revision 11623 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 20:07:30 +0000 (20:07 +0000)]
Only export packets which belong to the existing AVStream.
To export the others separate AVStreams must be created!
Originally committed as revision 11622 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Sat, 26 Jan 2008 19:50:04 +0000 (19:50 +0000)]
Select non jpeg if there are multiple substreams.
Originally committed as revision 11621 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 18:41:20 +0000 (18:41 +0000)]
Merge rules for tools/* into a generic rule.
Originally committed as revision 11620 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 13:43:40 +0000 (13:43 +0000)]
Properly remove tools on clean.
Originally committed as revision 11619 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 13:31:50 +0000 (13:31 +0000)]
Add -pthread to extralibs and not to ldflags so that the dependency gets
reflected in the pkg-config files.
noticed by j .at. v2v .dot. cc
Originally committed as revision 11618 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 13:24:32 +0000 (13:24 +0000)]
Add a --enable-nonfree command line parameter similar to --enable-gpl.
Required to enable nonfree libraries that make FFmpeg unredistributable.
Originally committed as revision 11617 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:46:46 +0000 (12:46 +0000)]
Do not group libamr_nb and libamr_wb together as libamr.
Also fixes --enable-libamr being recognized as configure parameter.
Originally committed as revision 11616 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:23:24 +0000 (12:23 +0000)]
Clarify some FAQ entries.
Originally committed as revision 11615 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:18:28 +0000 (12:18 +0000)]
Split general problems section into general questions and usage.
Originally committed as revision 11614 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sat, 26 Jan 2008 12:04:56 +0000 (12:04 +0000)]
Update AC-3 FAQ entry.
Originally committed as revision 11613 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 02:24:35 +0000 (02:24 +0000)]
comment vorbis objectype id
Originally committed as revision 11612 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 02:22:45 +0000 (02:22 +0000)]
this one is not standardized either
Originally committed as revision 11611 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 26 Jan 2008 01:35:51 +0000 (01:35 +0000)]
remove non standard object type ids, if you find samples, report them
Originally committed as revision 11610 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Fri, 25 Jan 2008 21:14:17 +0000 (21:14 +0000)]
clean up dynamic loading of libfaad
Originally committed as revision 11609 to svn://svn.ffmpeg.org/ffmpeg/trunk
Zdenek Kabelac [Fri, 25 Jan 2008 07:37:46 +0000 (07:37 +0000)]
Correctly clean up IntraX8Context upon codec close.
patch by Zdenek Kabelac, zdenek d kabelac a gmail d com
Originally committed as revision 11608 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 24 Jan 2008 19:51:31 +0000 (19:51 +0000)]
cosmetic: libfaad.c indentation
Originally committed as revision 11607 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Thu, 24 Jan 2008 19:51:29 +0000 (19:51 +0000)]
fix dynamic loading of libfaad 2.6
Originally committed as revision 11606 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Thu, 24 Jan 2008 19:31:59 +0000 (19:31 +0000)]
Fix crash for CAVLC->CABAC switch caused by writing into NULL tables.
(iam not sure if this might have been exploitable)
fixes issue332 / CVCANLMA2_Sony_C.jsv
Other solutions which waste a few bytes less are welcome ...
Originally committed as revision 11605 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 21:27:07 +0000 (21:27 +0000)]
Add #undef printf and disable non-functional code to make test program compile.
Originally committed as revision 11604 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Wed, 23 Jan 2008 21:03:21 +0000 (21:03 +0000)]
Comment to explain how the add/remove core works.
Originally committed as revision 11603 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:23:24 +0000 (10:23 +0000)]
Fix test program compilation: Add missing #include and update the call
of ff_init_cabac_states() to account for API changes.
Originally committed as revision 11602 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:19:39 +0000 (10:19 +0000)]
Put some disabled functions that are only used in the test program in cabac.c
under TEST as preprocessor conditional, same as the test program.
Originally committed as revision 11601 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Wed, 23 Jan 2008 10:18:08 +0000 (10:18 +0000)]
Add #undef random and call the right function to fix test program compilation.
Originally committed as revision 11600 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 23:47:59 +0000 (23:47 +0000)]
Remove unused variables in test code.
Originally committed as revision 11599 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 22 Jan 2008 21:57:19 +0000 (21:57 +0000)]
clarify previous revision on optimization justification
Originally committed as revision 11598 to svn://svn.ffmpeg.org/ffmpeg/trunk
Mike Melanson [Tue, 22 Jan 2008 18:21:12 +0000 (18:21 +0000)]
Ministry of English Composition edits
Originally committed as revision 11597 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 22 Jan 2008 14:48:02 +0000 (14:48 +0000)]
Cosmetics to speed up finding sections of interest.
Originally committed as revision 11596 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Tue, 22 Jan 2008 14:45:20 +0000 (14:45 +0000)]
"What speedup justifies an optimization" section
Originally committed as revision 11595 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 09:20:25 +0000 (09:20 +0000)]
Fix warnings in test code:
eval.c:454: warning: return type defaults to 'int'
eval.c:464: warning: control reaches end of non-void function
Originally committed as revision 11594 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 22 Jan 2008 08:52:57 +0000 (08:52 +0000)]
cosmetics: Fix Benoit's ugly formatting.
Originally committed as revision 11593 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Mon, 21 Jan 2008 23:43:25 +0000 (23:43 +0000)]
ensure av_rescale_q() can be calculated (won't divide by zero)
Originally committed as revision 11592 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Mon, 21 Jan 2008 20:46:28 +0000 (20:46 +0000)]
Fix typo in comment
Originally committed as revision 25829 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Baptiste Coudurier [Mon, 21 Jan 2008 18:06:45 +0000 (18:06 +0000)]
mention avm2 (flash 9) muxer in documentation and changelog
Originally committed as revision 11591 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 14:28:58 +0000 (14:28 +0000)]
Support out-of-band parameter sets in SDP for H.264 video
Originally committed as revision 11590 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 14:01:57 +0000 (14:01 +0000)]
Add support for H.264 video in the RTP muxer
Originally committed as revision 11589 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Mon, 21 Jan 2008 13:43:40 +0000 (13:43 +0000)]
unset extension, so code path, and guess format do not choose
avm2/flash 9 by default, not sure this is adequate though,
this fixes regression tests.
Originally committed as revision 11588 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Mon, 21 Jan 2008 13:36:20 +0000 (13:36 +0000)]
Inform user when bitstream filter fails.
Originally committed as revision 11587 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 21 Jan 2008 13:33:18 +0000 (13:33 +0000)]
Faster ff_sqrt()
Originally committed as revision 11586 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Abeni [Mon, 21 Jan 2008 11:09:06 +0000 (11:09 +0000)]
Add minimal support for H.264 video in the SDP generator
Originally committed as revision 11585 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 Jan 2008 00:29:22 +0000 (00:29 +0000)]
Remove two unused variables.
Originally committed as revision 11584 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Mon, 21 Jan 2008 00:28:29 +0000 (00:28 +0000)]
Remove unnecessary forward declaration.
Originally committed as revision 11583 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 20 Jan 2008 23:55:40 +0000 (23:55 +0000)]
small grammar fix
Originally committed as revision 11582 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 20 Jan 2008 23:53:51 +0000 (23:53 +0000)]
Consistently use TEST as the preprocessor condition to enable test code.
Originally committed as revision 11581 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 21:38:21 +0000 (21:38 +0000)]
add proper matroskaenc dependency over xiph.o
Originally committed as revision 11580 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 21:24:25 +0000 (21:24 +0000)]
add missing Makefile rules for pcm muxers/demuxers
Originally committed as revision 11579 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:55:28 +0000 (20:55 +0000)]
add missing Makefile rules for zork pcm encoder/decoder
Originally committed as revision 11578 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:51:19 +0000 (20:51 +0000)]
and thus, nellymoser obviously also depens on fft.o
Originally committed as revision 11577 to svn://svn.ffmpeg.org/ffmpeg/trunk
Aurelien Jacobs [Sun, 20 Jan 2008 20:45:43 +0000 (20:45 +0000)]
nellymoser uses mdct functions
Originally committed as revision 11576 to svn://svn.ffmpeg.org/ffmpeg/trunk