platform/upstream/libav.git
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

19 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

19 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

19 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

19 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

19 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

19 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

19 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

19 years agotinfoil patch: validate motion vectors and do not free frame on exit if
Mike Melanson [Sat, 13 Aug 2005 18:25:17 +0000 (18:25 +0000)]
tinfoil patch: validate motion vectors and do not free frame on exit if
frame is NULL; also removed some ancient MC code that did not perform
half-pel C-plane MC

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

19 years agotinfoil patch: make sure pixel_ptr never goes negative
Mike Melanson [Sat, 13 Aug 2005 17:46:09 +0000 (17:46 +0000)]
tinfoil patch: make sure pixel_ptr never goes negative

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

19 years agotinfoil patch: accept no widths that are no multiples of 4
Mike Melanson [Sat, 13 Aug 2005 17:12:38 +0000 (17:12 +0000)]
tinfoil patch: accept no widths that are no multiples of 4

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

19 years agotinfoil patch: make sure that pixel pointer does not go out of bounds
Mike Melanson [Sat, 13 Aug 2005 16:59:01 +0000 (16:59 +0000)]
tinfoil patch: make sure that pixel pointer does not go out of bounds

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

19 years ago'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)
Steven M. Schultz [Sat, 13 Aug 2005 16:17:50 +0000 (16:17 +0000)]
'#elseif' needs to be '#elif' patch by ("Steven M. Schultz": sms, 2BSD COM)

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

19 years agofix building in separate directory
Måns Rullgård [Sat, 13 Aug 2005 13:45:42 +0000 (13:45 +0000)]
fix building in separate directory

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

19 years agosecurity fixes
Kostya Shishkov [Sat, 13 Aug 2005 09:12:09 +0000 (09:12 +0000)]
security fixes
* check for writing to lines -1,-2,...
* check for motion compensation (copying from and to valid place)
patch by (Kostya: kostya shishkov, gmail com)

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

19 years agoFreeBSD ipv6 multicast patch from ports tree
Alex Beregszaszi [Fri, 12 Aug 2005 14:01:03 +0000 (14:01 +0000)]
FreeBSD ipv6 multicast patch from ports tree

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

19 years agoNeed -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms...
Steven M. Schultz [Thu, 11 Aug 2005 23:40:51 +0000 (23:40 +0000)]
Need -maltivec in addition to -faltivec for OSX patch by ("Steven M. Schultz": sms ; 2BSD COM)

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

19 years agominor compilation fix
Sam Hocevar [Thu, 11 Aug 2005 22:26:12 +0000 (22:26 +0000)]
minor compilation fix
A few files are not in sync with the change of AVStream's codec
member from inline struct to pointer.
patch by (Sam Hocevar: sam, zoy org)

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

19 years agoFix building shared version of lavf on some systems.
Alexander Strasser [Thu, 11 Aug 2005 22:16:25 +0000 (22:16 +0000)]
Fix building shared version of lavf on some systems.

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

19 years agoDV video encoder/decoder doesn't set keyframe and picture type properties patch by...
Edward Hervey [Thu, 11 Aug 2005 01:28:04 +0000 (01:28 +0000)]
DV video encoder/decoder doesn't set keyframe and picture type properties patch by (Edward Hervey:bilboed,gmail com)

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

19 years agosilly script to fix line wraped patches
Michael Niedermayer [Wed, 10 Aug 2005 23:48:25 +0000 (23:48 +0000)]
silly script to fix line wraped patches

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

19 years agochanges to ignore command media embedded in MS WMV files patch by ("Brown, Mike"...
Mike Brown [Wed, 10 Aug 2005 23:41:20 +0000 (23:41 +0000)]
changes to ignore command media embedded in MS WMV files patch by ("Brown, Mike": mikeb, vibephone com)

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

19 years agoconfigure libgsm patch by (Justin Ruggles: jruggle, earthlink net)
Justin Ruggles [Wed, 10 Aug 2005 08:49:10 +0000 (08:49 +0000)]
configure libgsm patch by (Justin Ruggles: jruggle, earthlink net)

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

19 years agoremove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, 2BSD COM )
Steven M. Schultz [Tue, 9 Aug 2005 23:34:50 +0000 (23:34 +0000)]
remove -d to make libtool on OSX happy patch by ("Steven M. Schultz": sms, 2BSD COM )

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

19 years agoReorganize lists to have one item on a line.
Alexander Strasser [Sat, 6 Aug 2005 22:14:00 +0000 (22:14 +0000)]
Reorganize lists to have one item on a line.

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

19 years agoMake out of source dir build work again.
Alexander Strasser [Sat, 6 Aug 2005 13:19:54 +0000 (13:19 +0000)]
Make out of source dir build work again.
Patch originally from Justin Ruggles > jruggle ta earthlink tod net <
and reordered by me to be more diff friendly.

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

19 years agoadd libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)
j@v2v.cc [Sat, 6 Aug 2005 10:03:08 +0000 (10:03 +0000)]
add libavutil.pc + fix version in pkg-config files patch by (j, v2v cc)

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

19 years agomkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)
Michael Niedermayer [Sat, 6 Aug 2005 09:46:04 +0000 (09:46 +0000)]
mkstemp on win32 workaround by (Ivan Wong: email, ivanwong info)

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

19 years agoliba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)
Steven M. Schultz [Fri, 5 Aug 2005 23:25:35 +0000 (23:25 +0000)]
liba52/crc.c fails to compile patch by ("Steven M. Schultz": sms, 2bsd com)

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

19 years ago10l
Alex Beregszaszi [Fri, 5 Aug 2005 19:15:34 +0000 (19:15 +0000)]
10l

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

19 years agospelling/grammar/wording
Diego Biurrun [Fri, 5 Aug 2005 01:06:04 +0000 (01:06 +0000)]
spelling/grammar/wording

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

19 years agosegfault fix
Michael Niedermayer [Thu, 4 Aug 2005 22:46:27 +0000 (22:46 +0000)]
segfault fix

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

19 years agofix ffmpeg under mingw
Michael Niedermayer [Thu, 4 Aug 2005 19:50:09 +0000 (19:50 +0000)]
fix ffmpeg under mingw

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

19 years agolibavutil: Utility code from libavcodec moved to a separate library.
Alexander Strasser [Mon, 1 Aug 2005 20:07:05 +0000 (20:07 +0000)]
libavutil: Utility code from libavcodec moved to a separate library.

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

19 years agofix assertion failure for mpeg2 encoding
Michael Niedermayer [Mon, 1 Aug 2005 20:01:41 +0000 (20:01 +0000)]
fix assertion failure for mpeg2 encoding

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

19 years agoworkaround 'colocated mv if colocated block is L1 predicted' bug in x264
Michael Niedermayer [Mon, 1 Aug 2005 14:47:07 +0000 (14:47 +0000)]
workaround 'colocated mv if colocated block is L1 predicted' bug in x264

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

19 years agoA.B.C versions
Michael Niedermayer [Sun, 31 Jul 2005 10:51:04 +0000 (10:51 +0000)]
A.B.C versions

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

19 years agotry to check for nonsense time_base instead of setting fake one
Michael Niedermayer [Sun, 31 Jul 2005 10:00:25 +0000 (10:00 +0000)]
try to check for nonsense time_base instead of setting fake one

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