]> git.sesse.net Git - ffmpeg/log
ffmpeg
18 years agospelling fixes
Diego Biurrun [Sat, 24 Sep 2005 17:06:50 +0000 (17:06 +0000)]
spelling fixes

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

18 years agoMake configure bail out when confronted with unknown options.
Diego Biurrun [Fri, 23 Sep 2005 01:08:48 +0000 (01:08 +0000)]
Make configure bail out when confronted with unknown options.

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

18 years agoReplace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
Diego Biurrun [Fri, 23 Sep 2005 00:25:41 +0000 (00:25 +0000)]
Replace CONFIG_ENCODERS/CONFIG_DECODERS with CONFIG_MUXERS/CONFIG_DEMUXERS
in libavformat to allow building (de)coders and (de)muxers independently at
some point + support for this option in configure.

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

18 years agofix some pointer to intger without cast warnings (patch by Michel Bardiaux)
Michel Bardiaux [Wed, 21 Sep 2005 23:18:52 +0000 (23:18 +0000)]
fix some pointer to intger without cast warnings (patch by Michel Bardiaux)

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

18 years agofix unused variable warnings
Aurelien Jacobs [Wed, 21 Sep 2005 23:09:16 +0000 (23:09 +0000)]
fix unused variable warnings

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

18 years agoreplace a few mov + psrlq with pshufw, there are more cases which could benefit from...
Michael Niedermayer [Wed, 21 Sep 2005 21:17:09 +0000 (21:17 +0000)]
replace a few mov + psrlq with pshufw, there are more cases which could benefit from this but they would require us to duplicate some functions ...
the trick is from various places (my own code in libpostproc, a patch on the x264 list, ...)

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

18 years agoJust noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
Gábor Kovács [Wed, 21 Sep 2005 08:14:17 +0000 (08:14 +0000)]
Just noticed there is a memory leak in h264.c with the usage of rbsp_buffer.
Here is a patch which frees the rbsp_buffer in decode_end().
patch by (Gábor Kovács | picard / demoscene \ hu)

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

18 years agoAdd a leading zero to the sequence files generated by the testsuite
Sam Hocevar [Wed, 21 Sep 2005 00:09:02 +0000 (00:09 +0000)]
Add a leading zero to the sequence files generated by the testsuite
so they always appear in proper order.
patch by Sam Hocevar < sam -- at -- zoy -- dot -- org >

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

18 years agoAdd some files generated by regression tests.
Diego Biurrun [Wed, 21 Sep 2005 00:04:42 +0000 (00:04 +0000)]
Add some files generated by regression tests.

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

18 years agoMisplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.
Diego Biurrun [Tue, 20 Sep 2005 23:52:29 +0000 (23:52 +0000)]
Misplaced #ifdef, the MMFContext struct is needed outside CONFIG_ENCODERS.

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

18 years agochanging a few options to AVOptions
Michael Niedermayer [Tue, 20 Sep 2005 21:43:45 +0000 (21:43 +0000)]
changing a few options to AVOptions

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

18 years agoprecautionary checks
Michael Niedermayer [Tue, 20 Sep 2005 18:51:12 +0000 (18:51 +0000)]
precautionary checks

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

18 years agodoxygenize a few comments
Michael Niedermayer [Tue, 20 Sep 2005 18:47:08 +0000 (18:47 +0000)]
doxygenize a few comments
very minor cleanup

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

18 years agodont print NULL
Michael Niedermayer [Tue, 20 Sep 2005 12:57:20 +0000 (12:57 +0000)]
dont print NULL

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

18 years agoMove lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
Diego Biurrun [Mon, 19 Sep 2005 23:26:47 +0000 (23:26 +0000)]
Move lrintf implementation from libavcodec/dsputil.h to libavutil/common.h
where it makes more sense.

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

18 years agoset pts for h.263 decoding
Michael Niedermayer [Mon, 19 Sep 2005 12:03:51 +0000 (12:03 +0000)]
set pts for h.263 decoding

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

18 years agoRename put_string to ff_put_string to avoid a symbol clash on Mac OS X.
Diego Biurrun [Sun, 18 Sep 2005 21:21:01 +0000 (21:21 +0000)]
Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X.

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

18 years agoprint more time_base fps stuff if av_log level is at debug or above
Michael Niedermayer [Sun, 18 Sep 2005 14:45:17 +0000 (14:45 +0000)]
print more time_base fps stuff if av_log level is at debug or above
print more likely correct fps
not sure if this is formated optimally ...

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

18 years agocheck return value of decode_cabac_mb_dqp, it is INT_MIN on error.
Reimar Döffinger [Sat, 17 Sep 2005 08:15:07 +0000 (08:15 +0000)]
check return value of decode_cabac_mb_dqp, it is INT_MIN on error.
fixes crash with http://stud4.tuwien.ac.at/~e0326863/ats/bbc-sample_small.mpg
and MPlayer's broken packetizer (but will not decode right of course).

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

18 years agoset more x264 encoding parameters
Dario Andrade [Wed, 14 Sep 2005 21:05:24 +0000 (21:05 +0000)]
set more x264 encoding parameters
patch by Dario Andrade <dario at ip tv>

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

18 years agominor typo fixes
Diego Biurrun [Tue, 13 Sep 2005 23:33:53 +0000 (23:33 +0000)]
minor typo fixes

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

18 years agothe people want lower case ...
Michael Niedermayer [Mon, 12 Sep 2005 19:16:07 +0000 (19:16 +0000)]
the people want lower case ...

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

18 years agodont include opt.h in avcodec.h
Michael Niedermayer [Mon, 12 Sep 2005 18:24:48 +0000 (18:24 +0000)]
dont include opt.h in avcodec.h

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

18 years agoCAREFULL --> CAREFUL typo fix
Diego Biurrun [Mon, 12 Sep 2005 16:30:47 +0000 (16:30 +0000)]
CAREFULL --> CAREFUL typo fix

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

18 years agospelling/grammar/wording
Diego Biurrun [Mon, 12 Sep 2005 15:51:29 +0000 (15:51 +0000)]
spelling/grammar/wording

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

18 years agoclarify GPL patch acceptance policy
Michael Niedermayer [Mon, 12 Sep 2005 15:16:27 +0000 (15:16 +0000)]
clarify GPL patch acceptance policy

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

18 years agoconverting a few more options to AVOptions
Michael Niedermayer [Mon, 12 Sep 2005 12:07:08 +0000 (12:07 +0000)]
converting a few more options to AVOptions

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

18 years agoconvert some options in ffmpeg.c to AVOptions
Michael Niedermayer [Mon, 12 Sep 2005 10:23:52 +0000 (10:23 +0000)]
convert some options in ffmpeg.c to AVOptions

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

18 years agoavoid stdio.h
Michael Niedermayer [Sun, 11 Sep 2005 23:19:57 +0000 (23:19 +0000)]
avoid stdio.h

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

18 years agochecksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...)
Michael Niedermayer [Sun, 11 Sep 2005 23:10:28 +0000 (23:10 +0000)]
checksum doesnt cover the forward_ptr anymore (seems i forgot to commit this ...)

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

18 years agocommon questions people ask me all the time, lets hope this reduces the stuff in...
Michael Niedermayer [Sun, 11 Sep 2005 16:39:47 +0000 (16:39 +0000)]
common questions people ask me all the time, lets hope this reduces the stuff in my inbox, otherwise ill train bogofilter on them ...

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

18 years agomissing include noticed by g0th
Michael Niedermayer [Sun, 11 Sep 2005 14:39:33 +0000 (14:39 +0000)]
missing include noticed by g0th

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

18 years agoflags and named constants with type checking of course for AVOption
Michael Niedermayer [Sun, 11 Sep 2005 14:22:42 +0000 (14:22 +0000)]
flags and named constants with type checking of course for AVOption
spliting AVOption specific stuff out of avcodec.h into opt.h

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

18 years agoAVOption API improvments
Michael Niedermayer [Sun, 11 Sep 2005 11:10:25 +0000 (11:10 +0000)]
AVOption API improvments
support AVOptions for encoding in ffmpeg.c

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

18 years agochecksum doesnt cover the forward_ptr anymore
Michael Niedermayer [Sun, 11 Sep 2005 08:32:25 +0000 (08:32 +0000)]
checksum doesnt cover the forward_ptr anymore

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

18 years agoforward_ptr doesnt contain its own length anymore
Michael Niedermayer [Sun, 11 Sep 2005 08:28:03 +0000 (08:28 +0000)]
forward_ptr doesnt contain its own length anymore

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

18 years agodo not rescale AV_NOPTS_VALUE
Michael Niedermayer [Sun, 11 Sep 2005 08:24:36 +0000 (08:24 +0000)]
do not rescale AV_NOPTS_VALUE

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

18 years agoadd xvid idcts to dct-test
Michael Niedermayer [Sat, 10 Sep 2005 23:00:13 +0000 (23:00 +0000)]
add xvid idcts to dct-test

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

18 years agoFix compile without CONFIG_GPL, misplaced #endif caused a missing }.
Reimar Döffinger [Sat, 10 Sep 2005 19:30:40 +0000 (19:30 +0000)]
Fix compile without CONFIG_GPL, misplaced #endif caused a missing }.

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

18 years agoremove unused table entries
Michael Niedermayer [Sat, 10 Sep 2005 19:03:37 +0000 (19:03 +0000)]
remove unused table entries
change non portable table access

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

18 years agoselect xvid idct for xvid files if possible
Michael Niedermayer [Sat, 10 Sep 2005 17:09:54 +0000 (17:09 +0000)]
select xvid idct for xvid files if possible

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

18 years agoxvids mmx&mmx2 idcts
Michael Niedermayer [Sat, 10 Sep 2005 17:01:30 +0000 (17:01 +0000)]
xvids mmx&mmx2 idcts
needed to decode xvid without some minor artefacts
under #ifdef CONFIG_GPL of course

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

18 years agodont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4
Michael Niedermayer [Sat, 10 Sep 2005 01:13:10 +0000 (01:13 +0000)]
dont be so picky with .mp4 ... fixes Mr&MrsSmith.mp4

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

18 years agouse av_log in debug mode
Alex Beregszaszi [Wed, 7 Sep 2005 19:15:48 +0000 (19:15 +0000)]
use av_log in debug mode

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

18 years agoset time_base as soon as time_scale is known instead of in a unrelated chunck which...
Michael Niedermayer [Tue, 6 Sep 2005 22:50:58 +0000 (22:50 +0000)]
set time_base as soon as time_scale is known instead of in a unrelated chunck which might be missing

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

18 years agoAVOption enumeration support and some flags to classify AVOptions
Michael Niedermayer [Tue, 6 Sep 2005 21:32:18 +0000 (21:32 +0000)]
AVOption enumeration support and some flags to classify AVOptions

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

18 years agoKill some compiler warnings. Compiled code verified identical after changes.
Måns Rullgård [Tue, 6 Sep 2005 21:25:35 +0000 (21:25 +0000)]
Kill some compiler warnings.  Compiled code verified identical after changes.

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

18 years agoReduce unnecessary swscaler verbosity.
Diego Biurrun [Tue, 6 Sep 2005 15:15:27 +0000 (15:15 +0000)]
Reduce unnecessary swscaler verbosity.

Originally committed as revision 16405 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc

18 years agoWrong comment after #endif.
Diego Biurrun [Tue, 6 Sep 2005 15:06:16 +0000 (15:06 +0000)]
Wrong comment after #endif.
Noticed by Fred Rothganger < rothgang -- at -- uiuc -- dot -- edu >

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

18 years agoa few more raw yuv fourccs
Michael Niedermayer [Tue, 6 Sep 2005 15:02:43 +0000 (15:02 +0000)]
a few more raw yuv fourccs

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

18 years agoa little script to turn the inside of a struct into a AVOption array
Michael Niedermayer [Tue, 6 Sep 2005 12:53:52 +0000 (12:53 +0000)]
a little script to turn the inside of a struct into a AVOption array

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

18 years agoAVOption first try
Michael Niedermayer [Tue, 6 Sep 2005 12:51:56 +0000 (12:51 +0000)]
AVOption first try

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

18 years agoRemove stray non-existent -o option from an example.
Michel Bardiaux [Tue, 6 Sep 2005 08:51:46 +0000 (08:51 +0000)]
Remove stray non-existent -o option from an example.
patch by Michel Bardiaux < mbardiaux -- at -- mediaxim -- dot -- be >

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

18 years agofix emulated edge motion compensation when resolution%16!=0
Loren Merritt [Mon, 5 Sep 2005 17:07:52 +0000 (17:07 +0000)]
fix emulated edge motion compensation when resolution%16!=0

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

18 years agoset a few variables correctly
Michael Niedermayer [Mon, 5 Sep 2005 10:26:11 +0000 (10:26 +0000)]
set a few variables correctly

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

18 years agoAV_LOG_DEBUG vs. AV_LOG_ERROR
Michael Niedermayer [Mon, 5 Sep 2005 09:28:46 +0000 (09:28 +0000)]
AV_LOG_DEBUG vs. AV_LOG_ERROR

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

18 years agosample_rate value is not always correct (is there anything in quicktime which is...
Michael Niedermayer [Sun, 4 Sep 2005 21:04:25 +0000 (21:04 +0000)]
sample_rate value is not always correct (is there anything in quicktime which is?) so try to guess it from time_scale

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

18 years agofixme note
Michael Niedermayer [Sun, 4 Sep 2005 09:04:52 +0000 (09:04 +0000)]
fixme note

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

18 years agopts must be in time_base units
Michael Niedermayer [Sun, 4 Sep 2005 09:03:01 +0000 (09:03 +0000)]
pts must be in time_base units

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

18 years agothe user sets codec->time_base for video encding so she should also set it for audio...
Michael Niedermayer [Sun, 4 Sep 2005 09:00:47 +0000 (09:00 +0000)]
the user sets codec->time_base for video encding so she should also set it for audio encoding

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

18 years agoprint fourcc in a readable form if possible
Michael Niedermayer [Sat, 3 Sep 2005 20:36:24 +0000 (20:36 +0000)]
print fourcc in a readable form if possible

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

18 years agotypo: viedo --> video
Diego Biurrun [Sat, 3 Sep 2005 12:57:21 +0000 (12:57 +0000)]
typo: viedo --> video

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

18 years agosimplify (d&a) and (d&~a) calculation, hint by skal
Michael Niedermayer [Sat, 3 Sep 2005 09:17:30 +0000 (09:17 +0000)]
simplify (d&a) and (d&~a) calculation, hint by skal

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

18 years agoadd consts (this was in my local tree, dunno where it came from, probably forgoten...
Michael Niedermayer [Fri, 2 Sep 2005 21:13:19 +0000 (21:13 +0000)]
add consts (this was in my local tree, dunno where it came from, probably forgoten from some const patch)

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

18 years agoDocument "us" parameter for PCM conversion functions.
Reimar Döffinger [Fri, 2 Sep 2005 20:04:03 +0000 (20:04 +0000)]
Document "us" parameter for PCM conversion functions.

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

18 years agoSupport D-Cinema audio demuxing.
Reimar Döffinger [Fri, 2 Sep 2005 19:18:59 +0000 (19:18 +0000)]
Support D-Cinema audio demuxing.

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

18 years agoSupport de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).
Reimar Döffinger [Fri, 2 Sep 2005 19:16:48 +0000 (19:16 +0000)]
Support de-/encoding of 24 and 32 bit PCM (from and to internal 16 bit).

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

18 years agosetting timebase in the encoder doesnt seem like a good idea
Michael Niedermayer [Fri, 2 Sep 2005 17:12:16 +0000 (17:12 +0000)]
setting timebase in the encoder doesnt seem like a good idea

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

18 years agofixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)
Justin Ruggles [Fri, 2 Sep 2005 11:08:49 +0000 (11:08 +0000)]
fixed quality / vbr encoding patch by (Justin Ruggles, jruggle, earthlink net)

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

18 years agolowres support
Michael Niedermayer [Fri, 2 Sep 2005 08:30:26 +0000 (08:30 +0000)]
lowres support

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

18 years agoforgot to commit this after dv changes
Michael Niedermayer [Fri, 2 Sep 2005 00:00:58 +0000 (00:00 +0000)]
forgot to commit this after dv changes

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

18 years agoerror concealment fix
Michael Niedermayer [Thu, 1 Sep 2005 00:15:12 +0000 (00:15 +0000)]
error concealment fix

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

18 years agooptimizations
Michael Niedermayer [Tue, 30 Aug 2005 20:03:19 +0000 (20:03 +0000)]
optimizations
dc coeff rounding fix
class=3 num of bits fix
do interlaced check & idct only if CODEC_FLAG_INTERLACED_DCT

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

18 years agoregression tests for dv
Michael Niedermayer [Tue, 30 Aug 2005 19:44:02 +0000 (19:44 +0000)]
regression tests for dv

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

18 years agoCompilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stutt...
Michael Niedermayer [Fri, 26 Aug 2005 19:05:44 +0000 (19:05 +0000)]
Compilation fixes part 1 patch by (Arvind R. and Burkhard Plaum, plaum, ipf uni-stuttgart de)

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

18 years agoFix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)
Burkhard Plaum [Fri, 26 Aug 2005 15:41:28 +0000 (15:41 +0000)]
Fix for memleak in dv.c patch by (Burkhard Plaum; plaum, ipf uni-stuttgart de)

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

18 years agoprevent assert failures and infinite loops with broken streams
Michael Niedermayer [Thu, 25 Aug 2005 00:01:57 +0000 (00:01 +0000)]
prevent assert failures and infinite loops with broken streams

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

18 years agoAdd missing columns to multicolumn declaration.
Diego Biurrun [Sun, 21 Aug 2005 23:59:06 +0000 (23:59 +0000)]
Add missing columns to multicolumn declaration.

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

18 years agotime_base description by Rich Felker | dalias, aerifal cx
Michael Niedermayer [Sun, 21 Aug 2005 22:31:01 +0000 (22:31 +0000)]
time_base description by Rich Felker | dalias, aerifal cx

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

18 years agoreducing minimum supported picture size
Michael Niedermayer [Sun, 21 Aug 2005 22:17:41 +0000 (22:17 +0000)]
reducing minimum supported picture size

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

18 years agoreversing:
Steven M. Schultz [Sun, 21 Aug 2005 20:33:00 +0000 (20:33 +0000)]
reversing:
revision 1.199
date: 2005/08/11 23:40:51;  author: michael;  state: Exp;  lines: +1 -1
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)

reason, breaks if cpu doesnt support altivec

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

18 years agovbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
Justin Ruggles [Sun, 21 Aug 2005 20:27:00 +0000 (20:27 +0000)]
vbr audio encode patch by (Justin Ruggles: jruggle, earthlink net)
with changes by me
    int->float as video uses float too
    remove silent cliping to some per codec range, this should result in an error instead
    remove change to utils.c as its inconsistant with video

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

18 years agoCall av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)
Burkhard Plaum [Sun, 21 Aug 2005 19:50:22 +0000 (19:50 +0000)]
Call av_free_static automatically before DLL unload patch by (plaum:ipf uni-stuttgart de)

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

18 years agosegfault fix
Michael Niedermayer [Sun, 21 Aug 2005 15:44:59 +0000 (15:44 +0000)]
segfault fix

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

18 years agoremove junk characters
Måns Rullgård [Tue, 16 Aug 2005 18:08:29 +0000 (18:08 +0000)]
remove junk characters

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

18 years agoautomatically remove mess
Michael Niedermayer [Tue, 16 Aug 2005 07:53:03 +0000 (07:53 +0000)]
automatically remove mess

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

18 years agoMake ogg `muxer' expect new vorbis extradata format.
Alexander Strasser [Mon, 15 Aug 2005 20:42:56 +0000 (20:42 +0000)]
Make ogg `muxer' expect new vorbis extradata format.
This makes for example encoding vorbis in ogg again.

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

18 years agoparse pict_type for streams in avi
Michael Niedermayer [Mon, 15 Aug 2005 15:58:21 +0000 (15:58 +0000)]
parse pict_type for streams in avi
fix mpeg4 parser so it outputs te pict_type
support header only parseing without repacking

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

18 years agosupport fixing missing pts by parsing future frames
Michael Niedermayer [Mon, 15 Aug 2005 14:22:43 +0000 (14:22 +0000)]
support fixing missing pts by parsing future frames

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

18 years agoautomatically detect Cinepak data from Sega FILM/CPK files
Mike Melanson [Sun, 14 Aug 2005 18:39:59 +0000 (18:39 +0000)]
automatically detect Cinepak data from Sega FILM/CPK files

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

18 years agominor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni...
Wolfram Gloger [Sun, 14 Aug 2005 16:37:29 +0000 (16:37 +0000)]
minor fixes for invalid audio data patch by (Wolfram Gloger: wmglo, dent med uni-muenchen de)

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

18 years agoa few checks, seems i forgot to commit this
Michael Niedermayer [Sun, 14 Aug 2005 16:19:20 +0000 (16:19 +0000)]
a few checks, seems i forgot to commit this

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

18 years agokill a bunch of compiler warnings
Måns Rullgård [Sun, 14 Aug 2005 15:42:40 +0000 (15:42 +0000)]
kill a bunch of compiler warnings

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

18 years agosubtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)
Ian Caulfield [Sun, 14 Aug 2005 01:29:34 +0000 (01:29 +0000)]
subtitles support for ffplay patch by (Ian Caulfield, imc25 : cam ac uk)

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

18 years agosubs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes...
Ian Caulfield [Sun, 14 Aug 2005 01:15:27 +0000 (01:15 +0000)]
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also fixes a few
problems in the DVD decoder (the palette entries were being read
back-to-front, and the timing conversions were slighly off)
patch by (Ian Caulfield: imc25, cam ac uk)

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

18 years agoset timebase correctly? this thing is always 15fps?
Michael Niedermayer [Sat, 13 Aug 2005 21:56:57 +0000 (21:56 +0000)]
set timebase correctly? this thing is always 15fps?

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

18 years agoset pix_fmt
Michael Niedermayer [Sat, 13 Aug 2005 21:34:24 +0000 (21:34 +0000)]
set pix_fmt

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

18 years agotinfoil patch: no array is written to in bulk before counts are
Mike Melanson [Sat, 13 Aug 2005 20:48:47 +0000 (20:48 +0000)]
tinfoil patch: no array is written to in bulk before counts are
validated; do not free frames that are not allocated; removed all of the
output modes that no one uses and only PAL8 remains

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

18 years agoremoved a bunch of unused, sub-optimal code
Mike Melanson [Sat, 13 Aug 2005 18:49:01 +0000 (18:49 +0000)]
removed a bunch of unused, sub-optimal code

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

18 years agotinfoil patch: be more diligent about checking array boundaries before
Mike Melanson [Sat, 13 Aug 2005 18:39:21 +0000 (18:39 +0000)]
tinfoil patch: be more diligent about checking array boundaries before
writing to them

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