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
Baptiste Coudurier [Sun, 20 Jan 2008 18:31:56 +0000 (18:31 +0000)]
reorder alphabetically
Originally committed as revision 11575 to svn://svn.ffmpeg.org/ffmpeg/trunk
Paul Egan [Sun, 20 Jan 2008 18:30:04 +0000 (18:30 +0000)]
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
Originally committed as revision 11574 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 20:00:09 +0000 (20:00 +0000)]
init uid to 0
Originally committed as revision 11573 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:59:04 +0000 (19:59 +0000)]
indentation
Originally committed as revision 11572 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:58:48 +0000 (19:58 +0000)]
correctly handle sony mpeg4 extradata
Originally committed as revision 11571 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 19:51:55 +0000 (19:51 +0000)]
check if read child returned error
Originally committed as revision 11570 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sat, 19 Jan 2008 19:27:39 +0000 (19:27 +0000)]
Add mfspr-based AltiVec detection code.
Currently not enabled in FFmpeg, because it crashes if the OS does not
emulate mfspr.
Originally committed as revision 11569 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 17:28:49 +0000 (17:28 +0000)]
simplify with matching len
Originally committed as revision 11568 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 17:25:12 +0000 (17:25 +0000)]
simplify and detect better non frame wrapped mappings
Originally committed as revision 11567 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:20:06 +0000 (16:20 +0000)]
cosmetics: read_metadata -> read
Originally committed as revision 11566 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:19:06 +0000 (16:19 +0000)]
cosmetics
Originally committed as revision 11565 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:18:32 +0000 (16:18 +0000)]
remove unused crypto context uid
Originally committed as revision 11564 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 16:17:39 +0000 (16:17 +0000)]
support dynamically allocated local tags, used by encrypted files
Originally committed as revision 11563 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 15:21:30 +0000 (15:21 +0000)]
check malloc return
Originally committed as revision 11562 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 13:16:35 +0000 (13:16 +0000)]
add some dv container uls
Originally committed as revision 11561 to svn://svn.ffmpeg.org/ffmpeg/trunk
Baptiste Coudurier [Sat, 19 Jan 2008 13:16:00 +0000 (13:16 +0000)]
simplify by checking min matching len
Originally committed as revision 11560 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 19 Jan 2008 11:04:02 +0000 (11:04 +0000)]
simplify 4-point transform part a bit
Originally committed as revision 11559 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sat, 19 Jan 2008 06:52:29 +0000 (06:52 +0000)]
Factor out constant addition
Originally committed as revision 11558 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Fri, 18 Jan 2008 20:48:32 +0000 (20:48 +0000)]
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
This can be used later by RDT to get the flags from the RTP packet and
use that for the RealMedia packet (such as whether this RTP packet
represents a keyframe or not). For discussion, see "[PATCH] Realmedia
/ RTSP (RDT)".
Originally committed as revision 11557 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet [Fri, 18 Jan 2008 11:27:28 +0000 (11:27 +0000)]
More verbose error log message.
Originally committed as revision 11556 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 18 Jan 2008 07:04:58 +0000 (07:04 +0000)]
Save quantizer values as well
Originally committed as revision 11555 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Fri, 18 Jan 2008 07:04:11 +0000 (07:04 +0000)]
Save coded block patterns for future loop filtering.
Originally committed as revision 11554 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Kostylev [Fri, 18 Jan 2008 01:47:34 +0000 (01:47 +0000)]
Add system-specific network link flags to inet_aton test. This should fix
the check on platforms that require those flags.
patch by Michael Kostylev, mik niipt ru
Originally committed as revision 11553 to svn://svn.ffmpeg.org/ffmpeg/trunk
Roberto Togni [Thu, 17 Jan 2008 20:48:07 +0000 (20:48 +0000)]
Fix forgotten braces from r11039
Originally committed as revision 11552 to svn://svn.ffmpeg.org/ffmpeg/trunk