OSDN Git Service

coroid/ffmpeg_saccubus.git
16 years agoAdd and use DECLARE_ASM_CONST for constants used in assembler code.
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

16 years agoUse DECLARE_ALIGNED in yet another place
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

16 years agoUse DECLARE_ALIGNED and remove unneeded attribute_used
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

16 years agoAdd CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer.
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

16 years agotypo
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

16 years agoAdd $(EXESUF) where necessary.
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

16 years agoAdd support for Matroska attachments.
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

16 years agowhitespace cosmetics
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

16 years agoremove some ifeq ($(CONFIG_FOO),yes)
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

16 years agowhitespace and sorting cosmetics
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

16 years agoAdd generic rule for all tests.
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

16 years agoUse DECLARE_ALIGNED
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

16 years agofix indentation that was messed up by r11628
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

16 years agofix lowres decoding support on ARM CPUs
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

16 years agoSet subtitle codec id correctly, i hope this does not break anything.
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

16 years agoAdd non standard id needed for dvd subtitles.
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

16 years agoExtract the pure plaintext from mov text subtitles.
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

16 years agoSet correct codec type and id for text subtitles.
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

16 years agoindent
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

16 years agoOnly export packets which belong to the existing AVStream.
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

16 years agoSelect non jpeg if there are multiple substreams.
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

16 years agoMerge rules for tools/* into a generic rule.
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

16 years agoProperly remove tools on clean.
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

16 years agoAdd -pthread to extralibs and not to ldflags so that the dependency gets
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

16 years agoAdd a --enable-nonfree command line parameter similar to --enable-gpl.
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

16 years agoDo not group libamr_nb and libamr_wb together as libamr.
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

16 years agoClarify some FAQ entries.
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

16 years agoSplit general problems section into general questions and usage.
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

16 years agoUpdate AC-3 FAQ entry.
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

16 years agocomment vorbis objectype id
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

16 years agothis one is not standardized either
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

16 years agoremove non standard object type ids, if you find samples, report them
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

16 years agoclean up dynamic loading of libfaad
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

16 years agoCorrectly clean up IntraX8Context upon codec close.
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

16 years agocosmetic: libfaad.c indentation
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

16 years agofix dynamic loading of libfaad 2.6
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

16 years agoFix crash for CAVLC->CABAC switch caused by writing into NULL tables.
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

16 years agoAdd #undef printf and disable non-functional code to make test program compile.
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

16 years agoComment to explain how the add/remove core works.
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

16 years agoFix test program compilation: Add missing #include and update the call
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

16 years agoPut some disabled functions that are only used in the test program in cabac.c
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

16 years agoAdd #undef random and call the right function to fix test program compilation.
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

16 years agoRemove unused variables in test code.
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

16 years agoclarify previous revision on optimization justification
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

16 years agoMinistry of English Composition edits
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

16 years agoCosmetics to speed up finding sections of interest.
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

16 years ago"What speedup justifies an optimization" section
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

16 years agoFix warnings in test code:
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

16 years agocosmetics: Fix Benoit's ugly formatting.
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

16 years agoensure av_rescale_q() can be calculated (won't divide by zero)
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

16 years agoFix typo in comment
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

16 years agomention avm2 (flash 9) muxer in documentation and changelog
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

16 years agoSupport out-of-band parameter sets in SDP for H.264 video
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

16 years agoAdd support for H.264 video in the RTP muxer
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

16 years agounset extension, so code path, and guess format do not choose
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

16 years agoInform user when bitstream filter fails.
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

16 years agoFaster ff_sqrt()
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

16 years agoAdd minimal support for H.264 video in the SDP generator
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

16 years agoRemove two unused variables.
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

16 years agoRemove unnecessary forward declaration.
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

16 years agosmall grammar fix
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

16 years agoConsistently use TEST as the preprocessor condition to enable test code.
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

16 years agoadd proper matroskaenc dependency over xiph.o
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

16 years agoadd missing Makefile rules for pcm muxers/demuxers
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

16 years agoadd missing Makefile rules for zork pcm encoder/decoder
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

16 years agoand thus, nellymoser obviously also depens on fft.o
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

16 years agonellymoser uses mdct functions
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

16 years agoreorder alphabetically
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

16 years agonew avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com
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

16 years agoinit uid to 0
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

16 years agoindentation
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

16 years agocorrectly handle sony mpeg4 extradata
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

16 years agocheck if read child returned error
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

16 years agoAdd mfspr-based AltiVec detection code.
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

16 years agosimplify with matching len
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

16 years agosimplify and detect better non frame wrapped mappings
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

16 years agocosmetics: read_metadata -> read
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

16 years agocosmetics
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

16 years agoremove unused crypto context uid
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

16 years agosupport dynamically allocated local tags, used by encrypted files
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

16 years agocheck malloc return
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

16 years agoadd some dv container uls
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

16 years agosimplify by checking min matching len
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

16 years agosimplify 4-point transform part a bit
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

16 years agoFactor out constant addition
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

16 years agoAdd a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*).
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

16 years agoMore verbose error log message.
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

16 years agoSave quantizer values as well
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

16 years agoSave coded block patterns for future loop filtering.
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

16 years agoAdd system-specific network link flags to inet_aton test. This should fix
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

16 years agoFix forgotten braces from r11039
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

16 years agoClarify the error message when video width, height, or framerate are not
Michel Bardiaux [Thu, 17 Jan 2008 16:27:26 +0000 (16:27 +0000)]
Clarify the error message when video width, height, or framerate are not
specified.
Patch by Michel Bardiaux (mbardiaux AT mediaxim DOT be)

Originally committed as revision 11551 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoChange (a == NULL) condition to (!a) and (a != NULL) condition to (a).
Benoit Fouet [Thu, 17 Jan 2008 15:49:31 +0000 (15:49 +0000)]
Change (a == NULL) condition to (!a) and (a != NULL) condition to (a).

Originally committed as revision 25780 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoConsider initial EOR in the back_ptr calculation.
Michael Niedermayer [Thu, 17 Jan 2008 13:59:52 +0000 (13:59 +0000)]
Consider initial EOR in the back_ptr calculation.

Originally committed as revision 11550 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoRemove some useless parentheses.
Benoit Fouet [Thu, 17 Jan 2008 11:07:27 +0000 (11:07 +0000)]
Remove some useless parentheses.

Originally committed as revision 25779 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoCosmetics: whitespaces
Benoit Fouet [Thu, 17 Jan 2008 10:24:14 +0000 (10:24 +0000)]
Cosmetics: whitespaces

Originally committed as revision 25778 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoRemove non cosmetic spaces inside parentheses.
Benoit Fouet [Thu, 17 Jan 2008 08:57:15 +0000 (08:57 +0000)]
Remove non cosmetic spaces inside parentheses.

Originally committed as revision 25777 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale

16 years agoSimplify preprocessor expression as suggested by Mans.
Diego Biurrun [Thu, 17 Jan 2008 08:34:53 +0000 (08:34 +0000)]
Simplify preprocessor expression as suggested by Mans.

Originally committed as revision 11549 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoDisallow puts(), av_log() should be used instead.
Diego Biurrun [Thu, 17 Jan 2008 08:32:31 +0000 (08:32 +0000)]
Disallow puts(), av_log() should be used instead.

Originally committed as revision 11548 to svn://svn.ffmpeg.org/ffmpeg/trunk

16 years agoReplace puts() by dprintf where appropriate.
Diego Biurrun [Thu, 17 Jan 2008 08:30:06 +0000 (08:30 +0000)]
Replace puts() by dprintf where appropriate.

Originally committed as revision 11547 to svn://svn.ffmpeg.org/ffmpeg/trunk