Michel Bardiaux [Wed, 31 Jan 2007 00:34:56 +0000 (00:34 +0000)]
Make BMP decoder use bytestream. Patch by Michel Bardiaux
mbardiaux mediaxim dot be.
Originally committed as revision 7773 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 30 Jan 2007 22:51:05 +0000 (22:51 +0000)]
slightly reformat --help output for ease of understanding
Originally committed as revision 7772 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 30 Jan 2007 22:12:02 +0000 (22:12 +0000)]
Clarify usage of external libs whose functionality exists natively.
Originally committed as revision 7771 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 30 Jan 2007 22:05:21 +0000 (22:05 +0000)]
Clarify that libogg is for muxing only.
Originally committed as revision 7770 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Tue, 30 Jan 2007 21:57:26 +0000 (21:57 +0000)]
Clarify --help output about Vorbis and Theora.
Originally committed as revision 7769 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Tue, 30 Jan 2007 14:24:12 +0000 (14:24 +0000)]
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
Caulfield, ian dot caulfield gmail dot com.
Originally committed as revision 7768 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ian Caulfield [Tue, 30 Jan 2007 14:19:43 +0000 (14:19 +0000)]
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
have the last line decoded, leaving the bottom line of the bitmap array
uninitialised. Patch by Ian Caulfield, ian dot caulfield gmail dot com.
Originally committed as revision 7767 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Tue, 30 Jan 2007 10:48:39 +0000 (10:48 +0000)]
Fix misbehaviour in url_fseek() when seeking fails.
The return value of the seek function is -1 on error, not -EPIPE (the return value in url_seek() if no seek function pointer is set)
Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
date: Dec 31, 2006 9:25 PM
subject: [Ffmpeg-devel] Re: [PATCH] file length handling
Originally committed as revision 7766 to svn://svn.ffmpeg.org/ffmpeg/trunk
Ronald S. Bultje [Tue, 30 Jan 2007 10:37:52 +0000 (10:37 +0000)]
protect the size=seek(SEEK_END,-1)+1 results with an if (.. < 0), else the
return value may still end up being zero (if the seek returns -1, which is
e.g. what file.c will return on error), which is a valid (but incorrect)
filesize.
Patch by Ronald S. Bultje % rbultje A ronald P bitfreak P net %
Original thread:
date: Jan 2, 2007 2:11 AM
subject: [Ffmpeg-devel] Re: [PATCH] file length handling
Originally committed as revision 7765 to svn://svn.ffmpeg.org/ffmpeg/trunk
Panagiotis Issaris [Tue, 30 Jan 2007 10:31:34 +0000 (10:31 +0000)]
Add the const specifier as needed to reduce the number of warnings.
Originally committed as revision 7764 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 29 Jan 2007 22:27:27 +0000 (22:27 +0000)]
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
Originally committed as revision 7763 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Mon, 29 Jan 2007 22:25:54 +0000 (22:25 +0000)]
theoretically save one cycle
Originally committed as revision 7762 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 29 Jan 2007 22:06:55 +0000 (22:06 +0000)]
trigger for the audio scope vissualization
Originally committed as revision 7761 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Mon, 29 Jan 2007 15:02:57 +0000 (15:02 +0000)]
Missing prototype added
Originally committed as revision 7760 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michael Niedermayer [Mon, 29 Jan 2007 14:54:55 +0000 (14:54 +0000)]
fix seeking in wma
Originally committed as revision 7759 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Mon, 29 Jan 2007 14:23:00 +0000 (14:23 +0000)]
Fix BI-frames decoding for Adv. profile
Originally committed as revision 7758 to svn://svn.ffmpeg.org/ffmpeg/trunk
Michel Bardiaux [Mon, 29 Jan 2007 14:07:12 +0000 (14:07 +0000)]
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
Originally committed as revision 7757 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 29 Jan 2007 10:42:36 +0000 (10:42 +0000)]
Check that js_vlc_bits from the extradata is in a valid range.
Originally committed as revision 7756 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 29 Jan 2007 10:32:14 +0000 (10:32 +0000)]
Get rid of the COOKextradata struct. And use valid C to parse the extradata.
Originally committed as revision 7755 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 29 Jan 2007 08:58:03 +0000 (08:58 +0000)]
Kill a warning and don't use modulus.
Originally committed as revision 7754 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benjamin Larsson [Mon, 29 Jan 2007 08:37:22 +0000 (08:37 +0000)]
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
Originally committed as revision 7753 to svn://svn.ffmpeg.org/ffmpeg/trunk
Måns Rullgård [Sun, 28 Jan 2007 21:32:08 +0000 (21:32 +0000)]
ARMv6 SIMD IDCT
Originally committed as revision 7752 to svn://svn.ffmpeg.org/ffmpeg/trunk
Luca Barbato [Sun, 28 Jan 2007 20:38:35 +0000 (20:38 +0000)]
stray fflush spotted by Aurel
Originally committed as revision 22051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Barbato [Sun, 28 Jan 2007 17:52:59 +0000 (17:52 +0000)]
Make example and test build and link correctly
Originally committed as revision 22048 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Luca Barbato [Sun, 28 Jan 2007 17:51:41 +0000 (17:51 +0000)]
av_logify
Originally committed as revision 22047 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
Diego Biurrun [Sun, 28 Jan 2007 17:29:32 +0000 (17:29 +0000)]
simplify condition
Originally committed as revision 7751 to svn://svn.ffmpeg.org/ffmpeg/trunk
Kostya Shishkov [Sun, 28 Jan 2007 17:23:28 +0000 (17:23 +0000)]
Seeking support in WavPack
Originally committed as revision 7750 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 28 Jan 2007 16:54:58 +0000 (16:54 +0000)]
Use a function for repeated AltiVec output and condition check.
Originally committed as revision 7749 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 28 Jan 2007 16:50:05 +0000 (16:50 +0000)]
Fix wrong condition check in the memalign error output.
Originally committed as revision 7748 to svn://svn.ffmpeg.org/ffmpeg/trunk
Reimar Döffinger [Sun, 28 Jan 2007 16:49:51 +0000 (16:49 +0000)]
LZO optimization: check input buffer bounds less frequently if padded
Originally committed as revision 7747 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diego Biurrun [Sun, 28 Jan 2007 16:37:40 +0000 (16:37 +0000)]
spelling and formatting cosmetics
Originally committed as revision 7746 to svn://svn.ffmpeg.org/ffmpeg/trunk
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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
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