]> git.sesse.net Git - ffmpeg/log
ffmpeg
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 http://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 http://www.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

17 years ago10l
Michael Niedermayer [Mon, 22 Jan 2007 12:33:10 +0000 (12:33 +0000)]
10l

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

17 years agodoxygenize comments
Michael Niedermayer [Mon, 22 Jan 2007 11:15:30 +0000 (11:15 +0000)]
doxygenize comments

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

17 years agocosmetics (aligne stuff nicely)
Michael Niedermayer [Mon, 22 Jan 2007 11:04:55 +0000 (11:04 +0000)]
cosmetics (aligne stuff nicely)

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

17 years agoget rid of some sensless malloc/free
Michael Niedermayer [Mon, 22 Jan 2007 11:03:47 +0000 (11:03 +0000)]
get rid of some sensless malloc/free

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

17 years agosimplify
Michael Niedermayer [Mon, 22 Jan 2007 11:01:27 +0000 (11:01 +0000)]
simplify

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

17 years agoremove a few unused and duplicated variables
Michael Niedermayer [Mon, 22 Jan 2007 10:53:57 +0000 (10:53 +0000)]
remove a few unused and duplicated variables

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

17 years agodo not override rc_buffer_occupancy if set
Baptiste Coudurier [Mon, 22 Jan 2007 10:01:14 +0000 (10:01 +0000)]
do not override rc_buffer_occupancy if set

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

17 years agoadding a few checks to the audio packet descrambling, this should hopefully catch...
Michael Niedermayer [Mon, 22 Jan 2007 03:19:00 +0000 (03:19 +0000)]
adding a few checks to the audio packet descrambling, this should hopefully catch all related out of array accesses
note, the original code might have been exploitable

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

17 years agoFix license headers and FSF postal address.
Diego Biurrun [Mon, 22 Jan 2007 01:21:36 +0000 (01:21 +0000)]
Fix license headers and FSF postal address.

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

17 years agocosmetic
Michael Niedermayer [Mon, 22 Jan 2007 01:21:16 +0000 (01:21 +0000)]
cosmetic

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

17 years agoFix FSF postal address.
Diego Biurrun [Mon, 22 Jan 2007 01:18:33 +0000 (01:18 +0000)]
Fix FSF postal address.

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

17 years agoFix some more license headers.
Diego Biurrun [Mon, 22 Jan 2007 01:16:42 +0000 (01:16 +0000)]
Fix some more license headers.

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

17 years agothese variables seem to be unused on the demuxer side so theres no sense in setting...
Michael Niedermayer [Mon, 22 Jan 2007 00:20:58 +0000 (00:20 +0000)]
these variables seem to be unused on the demuxer side so theres no sense in setting them

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

17 years agofix a typo in deps
Aurelien Jacobs [Sun, 21 Jan 2007 23:42:58 +0000 (23:42 +0000)]
fix a typo in deps

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

17 years agoRemove BeOS hack.
Diego Biurrun [Sun, 21 Jan 2007 23:27:30 +0000 (23:27 +0000)]
Remove BeOS hack.

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

17 years agoClarify that Xvid is used for encoding only.
Diego Biurrun [Sun, 21 Jan 2007 23:04:29 +0000 (23:04 +0000)]
Clarify that Xvid is used for encoding only.

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

17 years agoget rid of a few idiotic asserts()
Michael Niedermayer [Sun, 21 Jan 2007 23:03:09 +0000 (23:03 +0000)]
get rid of a few idiotic asserts()

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