OSDN Git Service

coroid/libav_saccubus.git
17 years agoUse ! disabled() where appropriate.
Diego Biurrun [Sun, 28 Jan 2007 16:34:47 +0000 (16:34 +0000)]
Use ! disabled() where appropriate.

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

17 years agoUse disabled() to check for GPL.
Diego Biurrun [Sun, 28 Jan 2007 16:28:03 +0000 (16:28 +0000)]
Use disabled() to check for GPL.

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

17 years agoMake use of enabled_any().
Diego Biurrun [Sun, 28 Jan 2007 16:22:07 +0000 (16:22 +0000)]
Make use of enabled_any().

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

17 years agoMake use of disabled(), disabled_all() and enabled_all().
Diego Biurrun [Sun, 28 Jan 2007 16:20:11 +0000 (16:20 +0000)]
Make use of disabled(), disabled_all() and enabled_all().

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

17 years agoAdd disabled_any() and disabled_all() functions.
Diego Biurrun [Sun, 28 Jan 2007 16:16:49 +0000 (16:16 +0000)]
Add disabled_any() and disabled_all() functions.

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

17 years agoAdd disabled() function and make use of it.
Ramiro Polla [Sun, 28 Jan 2007 16:04:55 +0000 (16:04 +0000)]
Add disabled() function and make use of it.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoSort out the diffrent cook versions.
Benjamin Larsson [Sun, 28 Jan 2007 10:17:48 +0000 (10:17 +0000)]
Sort out the diffrent cook versions.

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

17 years agoCook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
Benjamin Larsson [Sun, 28 Jan 2007 10:05:21 +0000 (10:05 +0000)]
Cook stereo (MONO_COOK2) bugfix, by Ian Braithwaite.
ian at braithwaite dot dk.

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

17 years agoan alloc func failing should give ENOMEM anyway.
François Revol [Sun, 28 Jan 2007 09:07:49 +0000 (09:07 +0000)]
an alloc func failing should give ENOMEM anyway.

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

17 years agoproper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at...
Ronald S. Bultje [Sun, 28 Jan 2007 02:38:02 +0000 (02:38 +0000)]
proper error handling in file size retrieval, patch by Ronald S. Bultje rbultje at ronald bitfreak net

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

17 years agoGet rid of one warning.
Benjamin Larsson [Sat, 27 Jan 2007 17:30:54 +0000 (17:30 +0000)]
Get rid of one warning.

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

17 years agoSimplify and avoid a warning (should be faster on Cell and certain G4 revisions)
Luca Barbato [Sat, 27 Jan 2007 15:09:34 +0000 (15:09 +0000)]
Simplify and avoid a warning (should be faster on Cell and certain G4 revisions)

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

17 years agoCoded residual in WavPack may be > 0xFFFF
Kostya Shishkov [Sat, 27 Jan 2007 14:24:40 +0000 (14:24 +0000)]
Coded residual in WavPack may be > 0xFFFF

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

17 years agoFix _LZO_H vs. LZO_H typo
Reimar Döffinger [Sat, 27 Jan 2007 14:23:55 +0000 (14:23 +0000)]
Fix _LZO_H vs. LZO_H typo

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

17 years agoFix buffer end checks in lzo copy code to work in all cases.
Reimar Döffinger [Sat, 27 Jan 2007 14:15:03 +0000 (14:15 +0000)]
Fix buffer end checks in lzo copy code to work in all cases.

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

17 years agonobody uses TARGET_CMOV
Måns Rullgård [Sat, 27 Jan 2007 14:11:50 +0000 (14:11 +0000)]
nobody uses TARGET_CMOV

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

17 years agorename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure
Måns Rullgård [Sat, 27 Jan 2007 14:10:57 +0000 (14:10 +0000)]
rename CMOV_IS_FAST to HAVE_FAST_CMOV and simplify configure

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

17 years agosimplify setting of TARGET_* variables
Måns Rullgård [Sat, 27 Jan 2007 14:02:10 +0000 (14:02 +0000)]
simplify setting of TARGET_* variables

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

17 years agoAdd lzo test code
Reimar Döffinger [Sat, 27 Jan 2007 13:48:27 +0000 (13:48 +0000)]
Add lzo test code

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

17 years agoFix warnings and simplify/reorder the code
Luca Barbato [Sat, 27 Jan 2007 12:35:12 +0000 (12:35 +0000)]
Fix warnings and simplify/reorder the code

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

17 years agostealing a few field names from mplayers asf demuxer
Michael Niedermayer [Sat, 27 Jan 2007 12:07:16 +0000 (12:07 +0000)]
stealing a few field names from mplayers asf demuxer

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

17 years agoChange occurences of 'test $foo != "no"' to 'enabled foo' for
Ramiro Polla [Sat, 27 Jan 2007 07:59:43 +0000 (07:59 +0000)]
Change occurences of 'test $foo != "no"' to 'enabled foo' for
values which can only be set to "no" or "yes".
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoChange one occurence of 'test $foo = yes -o test $bar = yes' to
Ramiro Polla [Sat, 27 Jan 2007 07:58:21 +0000 (07:58 +0000)]
Change one occurence of 'test $foo = yes -o test $bar = yes' to
'enabled_any foo bar', and one occurence of
'test $foo = yes && test $bar = yes' to 'enabled_all foo bar'.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoChange all straight 'test $foo = "yes"' to 'enabled foo'.
Ramiro Polla [Sat, 27 Jan 2007 07:54:52 +0000 (07:54 +0000)]
Change all straight 'test $foo = "yes"' to 'enabled foo'.
patch by Ramiro Polla, ramiro lisha.ufsc br

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

17 years agoSegregate code common to BMP decoder and future encoder
Michel Bardiaux [Sat, 27 Jan 2007 07:39:16 +0000 (07:39 +0000)]
Segregate code common to BMP decoder and future encoder
patch by Michel Bardiaux, mbardiaux mediaxim be

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

17 years agoSet aspect ratio if present (for AP only)
Kostya Shishkov [Sat, 27 Jan 2007 06:57:11 +0000 (06:57 +0000)]
Set aspect ratio if present (for AP only)

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

17 years agocheck for ARMv6 instruction set support
Måns Rullgård [Sat, 27 Jan 2007 00:51:57 +0000 (00:51 +0000)]
check for ARMv6 instruction set support

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

17 years agofix inifnite loop with http://sam.zoy.org/zzuf/lol-mplayer.mpg
Michael Niedermayer [Fri, 26 Jan 2007 15:26:08 +0000 (15:26 +0000)]
fix inifnite loop with sam.zoy.org/zzuf/lol-mplayer.mpg

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

17 years agoTypo
Panagiotis Issaris [Fri, 26 Jan 2007 15:11:10 +0000 (15:11 +0000)]
Typo

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

17 years agoremove void * used in arithmetic warnings
Baptiste Coudurier [Fri, 26 Jan 2007 12:32:23 +0000 (12:32 +0000)]
remove void * used in arithmetic warnings

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

17 years agocosmetics / remove #if 0 code
Michael Niedermayer [Fri, 26 Jan 2007 02:29:23 +0000 (02:29 +0000)]
cosmetics / remove #if 0 code

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

17 years agoadd waveformatextensible support
Baptiste Coudurier [Thu, 25 Jan 2007 21:56:06 +0000 (21:56 +0000)]
add waveformatextensible support

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

17 years agoadd -Wno-pointer-sign to CFLAGS
Måns Rullgård [Thu, 25 Jan 2007 21:07:12 +0000 (21:07 +0000)]
add -Wno-pointer-sign to CFLAGS

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

17 years agoUpdate gcc sections.
Diego Biurrun [Thu, 25 Jan 2007 17:34:08 +0000 (17:34 +0000)]
Update gcc sections.

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

17 years agoSilence GCC when incorrectly complaining that the "line" variable could be used
Panagiotis Issaris [Thu, 25 Jan 2007 15:23:22 +0000 (15:23 +0000)]
Silence GCC when incorrectly complaining that the "line" variable could be used
without having been initialized.

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

17 years agoDo not run (broken) ffserver test by default and warn about its brokenness.
Diego Biurrun [Thu, 25 Jan 2007 12:56:14 +0000 (12:56 +0000)]
Do not run (broken) ffserver test by default and warn about its brokenness.

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

17 years agoRemove installstrip in favor of explicit strip; better for cross-compilation.
Ramiro Polla [Thu, 25 Jan 2007 12:29:48 +0000 (12:29 +0000)]
Remove installstrip in favor of explicit strip; better for cross-compilation.
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br

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

17 years agocomment typo
Diego Biurrun [Thu, 25 Jan 2007 12:13:15 +0000 (12:13 +0000)]
comment typo

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

17 years agouse more portable PRIu64
Guillaume Poirier [Thu, 25 Jan 2007 10:01:28 +0000 (10:01 +0000)]
use more portable PRIu64

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

17 years agoBring down the number of snow.c warnings from 27 to 17 by using the const
Panagiotis Issaris [Thu, 25 Jan 2007 09:54:22 +0000 (09:54 +0000)]
Bring down the number of snow.c warnings from 27 to 17 by using the const
keyword.

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

17 years agodo not force output audio channels
Baptiste Coudurier [Thu, 25 Jan 2007 09:46:59 +0000 (09:46 +0000)]
do not force output audio channels

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

17 years agoBrings down the number of snow.c warnings from 33 to 27 by putting parentheses
Panagiotis Issaris [Thu, 25 Jan 2007 09:43:52 +0000 (09:43 +0000)]
Brings down the number of snow.c warnings from 33 to 27 by putting parentheses
around + or - inside shift.

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

17 years agoFlash screen video encoding support.
Benjamin Larsson [Thu, 25 Jan 2007 08:26:18 +0000 (08:26 +0000)]
Flash screen video encoding support.

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

17 years agoDon't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and...
Benjamin Larsson [Thu, 25 Jan 2007 08:21:02 +0000 (08:21 +0000)]
Don't copy more then needed, bugfix by Gus Scheidt ellocogato at gmail dot com and Michel Bardiaux mbardiaux at mediaxim dot be.

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

17 years agoSome TIFFs do not set rows per strip for single strip.
Kostya Shishkov [Thu, 25 Jan 2007 06:44:53 +0000 (06:44 +0000)]
Some TIFFs do not set rows per strip for single strip.

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

17 years agoPROGS depends on PROGS_G so depending on just PROGS is enough.
Diego Biurrun [Thu, 25 Jan 2007 00:39:32 +0000 (00:39 +0000)]
PROGS depends on PROGS_G so depending on just PROGS is enough.

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

17 years agoSimplify conditional compilation handling.
Diego Biurrun [Thu, 25 Jan 2007 00:35:29 +0000 (00:35 +0000)]
Simplify conditional compilation handling.

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

17 years agoMove conditional CFLAGS and OBJS setting to common place.
Diego Biurrun [Thu, 25 Jan 2007 00:34:38 +0000 (00:34 +0000)]
Move conditional CFLAGS and OBJS setting to common place.

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

17 years agoTheora encoding via libtheora.
Diego Biurrun [Thu, 25 Jan 2007 00:16:28 +0000 (00:16 +0000)]
Theora encoding via libtheora.
courtesy of Paul Richards, paul.richards gmail com

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

17 years agocosmetics: sort
Diego Biurrun [Thu, 25 Jan 2007 00:10:10 +0000 (00:10 +0000)]
cosmetics: sort

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

17 years agoTODO update
Baptiste Coudurier [Wed, 24 Jan 2007 23:15:12 +0000 (23:15 +0000)]
TODO update

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

17 years agoAdd debug messages for AP headers
Kostya Shishkov [Wed, 24 Jan 2007 17:50:28 +0000 (17:50 +0000)]
Add debug messages for AP headers

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

17 years agoOff-by-one error fix
Kostya Shishkov [Wed, 24 Jan 2007 17:49:26 +0000 (17:49 +0000)]
Off-by-one error fix

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

17 years agoFail on VC-1 interlaced streams
Kostya Shishkov [Wed, 24 Jan 2007 17:47:42 +0000 (17:47 +0000)]
Fail on VC-1 interlaced streams

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

17 years agoadd hint for closed gop and sc threshold error message
Baptiste Coudurier [Wed, 24 Jan 2007 16:15:00 +0000 (16:15 +0000)]
add hint for closed gop and sc threshold error message

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

17 years agoremove some printf warnings
Baptiste Coudurier [Wed, 24 Jan 2007 15:59:58 +0000 (15:59 +0000)]
remove some printf warnings

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

17 years agomake vars unsigned
Baptiste Coudurier [Wed, 24 Jan 2007 15:57:41 +0000 (15:57 +0000)]
make vars unsigned

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

17 years agostop if current sample is higher than sample count
Baptiste Coudurier [Wed, 24 Jan 2007 15:46:59 +0000 (15:46 +0000)]
stop if current sample is higher than sample count

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

17 years agofix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %
Ian Caulfield [Wed, 24 Jan 2007 15:32:49 +0000 (15:32 +0000)]
fix indentation, patch by Ian Caulfield % ian P caulfield A gmail P com %

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

17 years agoAllows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
Ian Caulfield [Wed, 24 Jan 2007 15:31:48 +0000 (15:31 +0000)]
Allows the AC3 parser to read the frame size and codec parameters from E-AC3 streams,
allowing them to be correctly demuxed.
Currently it only identifies the primary substream, and will skip over any additional
dependent or independent substreams.
Patch by Ian Caulfield % ian P caulfield A gmail P com %
Original thread:
date: Jan 19, 2007 9:55 AM
subject: Re: [Ffmpeg-devel] [PATCH] Correctly parse headers of E-AC3 streams

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

17 years agoset last_picture for h.264 too, this significantly improves error concealment quality...
Michael Niedermayer [Wed, 24 Jan 2007 14:20:00 +0000 (14:20 +0000)]
set last_picture for h.264 too, this significantly improves error concealment quality, i hope it doesnt break anything as last_picture_ptr was always NULL for h.264

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

17 years agoreplace strcpy by memcpy
Baptiste Coudurier [Wed, 24 Jan 2007 12:49:24 +0000 (12:49 +0000)]
replace strcpy by memcpy

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

17 years agocrash fix by Carl Eugen Hoyos cehoyos ag.or at
Michael Niedermayer [Wed, 24 Jan 2007 11:20:01 +0000 (11:20 +0000)]
crash fix by Carl Eugen Hoyos cehoyos ag.or at

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

17 years agoexplicit values for all enums
Michael Niedermayer [Wed, 24 Jan 2007 11:01:17 +0000 (11:01 +0000)]
explicit values for all enums

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

17 years agoremove useless field
Baptiste Coudurier [Wed, 24 Jan 2007 10:57:38 +0000 (10:57 +0000)]
remove useless field

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

17 years agoremove obsolete comment
Baptiste Coudurier [Wed, 24 Jan 2007 10:56:45 +0000 (10:56 +0000)]
remove obsolete comment

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

17 years agomake some fields unsigned
Baptiste Coudurier [Wed, 24 Jan 2007 10:55:07 +0000 (10:55 +0000)]
make some fields unsigned

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

17 years agoadd sanity checks
Baptiste Coudurier [Wed, 24 Jan 2007 10:44:24 +0000 (10:44 +0000)]
add sanity checks

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

17 years agoenum
Michael Niedermayer [Wed, 24 Jan 2007 10:41:03 +0000 (10:41 +0000)]
enum

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

17 years agomaybe fix segfault with missing extradata (unchecked)
Michael Niedermayer [Wed, 24 Jan 2007 00:54:36 +0000 (00:54 +0000)]
maybe fix segfault with missing extradata (unchecked)

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

17 years agompegts-documentation-only.patch -- adds documentation patch by Daniel Kristjansson...
Daniel Kristjansson [Tue, 23 Jan 2007 21:47:32 +0000 (21:47 +0000)]
mpegts-documentation-only.patch  -- adds documentation patch by Daniel Kristjansson / danielk mrl.nyu edu
yes another 1 year old patch, this one though has one failed hunk

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

17 years agoremove unused files
Måns Rullgård [Tue, 23 Jan 2007 21:42:36 +0000 (21:42 +0000)]
remove unused files

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

17 years ago"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
Daniel Kristjansson [Tue, 23 Jan 2007 21:41:30 +0000 (21:41 +0000)]
"converts printf's to avlog's" patch by Daniel Kristjansson / danielk mrl.nyu edu
another 1 year old patch forgoten by mans
trailing whitespace removial by me

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

17 years ago"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl...
Daniel Kristjansson [Tue, 23 Jan 2007 21:36:32 +0000 (21:36 +0000)]
"removes definition for old crc func" patch by Daniel Kristjansson / danielk mrl.nyu edu
patch ~ 1year old, apparently forgotten by our mpeg-ts demuxer maintainer

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

17 years agomake the asf demuxer resistant against insertion/deletion errors
Michael Niedermayer [Tue, 23 Jan 2007 21:25:06 +0000 (21:25 +0000)]
make the asf demuxer resistant against insertion/deletion errors

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

17 years agofix segfault with darkkben.free.fr/corrupted_h264.mp4
Michael Niedermayer [Tue, 23 Jan 2007 19:32:26 +0000 (19:32 +0000)]
fix segfault with darkkben.free.fr/corrupted_h264.mp4

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

17 years agoremove padding to 16bit code, i dont think this change can break anything and it...
Michael Niedermayer [Tue, 23 Jan 2007 18:37:23 +0000 (18:37 +0000)]
remove padding to 16bit code, i dont think this change can break anything and it makes the broken MPEG2-pub.avi from albx79.it/stuff/ playable other players arent that picky either ...

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

17 years agomake av_find_stream_info() duration user selectable
Michael Niedermayer [Tue, 23 Jan 2007 17:34:26 +0000 (17:34 +0000)]
make av_find_stream_info() duration user selectable

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

17 years agoflv follows in movs footsteps and has random trash in the width/height fields
Michael Niedermayer [Tue, 23 Jan 2007 15:38:07 +0000 (15:38 +0000)]
flv follows in movs footsteps and has random trash in the width/height fields

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

17 years agoimprove probe and give it the max score
Michael Niedermayer [Tue, 23 Jan 2007 15:23:41 +0000 (15:23 +0000)]
improve probe and give it the max score

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

17 years agoseek based on currently active stream fixes seeking in ffwma2_broken.wma which had...
Michael Niedermayer [Tue, 23 Jan 2007 14:22:25 +0000 (14:22 +0000)]
seek based on currently active stream fixes seeking in ffwma2_broken.wma which had some "empty" streams

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

17 years agocommand line option to select the audio stream
Michael Niedermayer [Tue, 23 Jan 2007 14:07:11 +0000 (14:07 +0000)]
command line option to select the audio stream

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

17 years agoflame
Michael Niedermayer [Tue, 23 Jan 2007 13:42:09 +0000 (13:42 +0000)]
flame

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

17 years agoPass a context to av_log(), when possible
Luca Abeni [Tue, 23 Jan 2007 13:41:45 +0000 (13:41 +0000)]
Pass a context to av_log(), when possible

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

17 years agocheck num_reorder_frames for validity
Michael Niedermayer [Tue, 23 Jan 2007 13:36:56 +0000 (13:36 +0000)]
check num_reorder_frames for validity
increase delayed_pic buffer size (one temporary is used and a terminating NULL is assumed by most code so it has to be 18 large)

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

17 years agoAVOption is now const, removes a few warnings
Baptiste Coudurier [Tue, 23 Jan 2007 13:04:13 +0000 (13:04 +0000)]
AVOption is now const, removes a few warnings

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

17 years agoadding assert to protect delayed_pic
Michael Niedermayer [Tue, 23 Jan 2007 12:45:57 +0000 (12:45 +0000)]
adding assert to protect delayed_pic

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

17 years ago10l, there is a corner case afterall...
Luca Barbato [Tue, 23 Jan 2007 12:04:48 +0000 (12:04 +0000)]
10l, there is a corner case afterall...

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

17 years agoFix wrong comment, patch by Michel Bardiaux mbardiaux mediaxim be.
Michel Bardiaux [Tue, 23 Jan 2007 09:24:41 +0000 (09:24 +0000)]
Fix wrong comment, patch by Michel Bardiaux  mbardiaux mediaxim be.

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

17 years ago1/0 fix
Michael Niedermayer [Mon, 22 Jan 2007 22:27:02 +0000 (22:27 +0000)]
1/0 fix

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

17 years agoconsistant error return for asf_get_packet()
Michael Niedermayer [Mon, 22 Jan 2007 21:38:33 +0000 (21:38 +0000)]
consistant error return for asf_get_packet()

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

17 years agobetter padsize check
Michael Niedermayer [Mon, 22 Jan 2007 21:33:26 +0000 (21:33 +0000)]
better padsize check

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

17 years agomore correct error message
Michael Niedermayer [Mon, 22 Jan 2007 21:31:40 +0000 (21:31 +0000)]
more correct error message

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

17 years agoreplace wrong return 0 by -1
Michael Niedermayer [Mon, 22 Jan 2007 21:28:56 +0000 (21:28 +0000)]
replace wrong return 0 by -1

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

17 years agocheck to detect nonsense fragment size
Michael Niedermayer [Mon, 22 Jan 2007 21:17:54 +0000 (21:17 +0000)]
check to detect nonsense fragment size

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

17 years agoinden(ta)tion
Michael Niedermayer [Mon, 22 Jan 2007 17:06:46 +0000 (17:06 +0000)]
inden(ta)tion

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

17 years agoreplace nonsense code by something which makes at least some sense
Michael Niedermayer [Mon, 22 Jan 2007 17:01:01 +0000 (17:01 +0000)]
replace nonsense code by something which makes at least some sense

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

17 years agocheck fragment offset and size
Michael Niedermayer [Mon, 22 Jan 2007 16:37:45 +0000 (16:37 +0000)]
check fragment offset and size
yes this too could have been exploitable ...

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

17 years agomove frame header reading into its own function
Michael Niedermayer [Mon, 22 Jan 2007 12:55:23 +0000 (12:55 +0000)]
move frame header reading into its own function

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

17 years agomore correct packet alignment check and correction
Michael Niedermayer [Mon, 22 Jan 2007 12:52:49 +0000 (12:52 +0000)]
more correct packet alignment check and correction

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