]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/log
frescor/ffmpeg.git
20 years agoadded SGI image format, encoding and decoding, courtesy of Todd Kirby
melanson [Sat, 13 Mar 2004 17:30:37 +0000 (17:30 +0000)]
added SGI image format, encoding and decoding, courtesy of Todd Kirby
<doubleshot@pacbell.net>

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2876 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoMatroska credits
melanson [Sat, 13 Mar 2004 16:35:32 +0000 (16:35 +0000)]
Matroska credits

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2875 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago * moving some of the commonly used bit reading/writing functions
romansh [Fri, 12 Mar 2004 23:39:38 +0000 (23:39 +0000)]
* moving some of the commonly used bit reading/writing functions
      from common.c -> common.h so that they can be inlined.
         + performace gain ~1% (measured with DV decoding)
 + code bloat 0.05%
      Looks like a win-win solution.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2874 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agobig endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot...
michael [Fri, 12 Mar 2004 02:26:01 +0000 (02:26 +0000)]
big endian compile fix by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2873 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomatroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot...
michael [Thu, 11 Mar 2004 16:26:42 +0000 (16:26 +0000)]
matroska demuxer by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2872 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l
michael [Thu, 11 Mar 2004 13:22:39 +0000 (13:22 +0000)]
10l

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2871 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agonicer output for 'ffmpeg -formats'
michael [Thu, 11 Mar 2004 01:12:30 +0000 (01:12 +0000)]
nicer output for 'ffmpeg -formats'

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2870 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomb stuffing in partitioned frames fix
michael [Wed, 10 Mar 2004 23:13:43 +0000 (23:13 +0000)]
mb stuffing in partitioned frames fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2869 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoh263+ custom pcf support
michael [Wed, 10 Mar 2004 22:11:49 +0000 (22:11 +0000)]
h263+ custom pcf support

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2868 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoCorrecting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian...
michael [Wed, 10 Mar 2004 03:54:56 +0000 (03:54 +0000)]
Correcting the header size for ADPCM_IMA_WAV files patch by (Brian Becker <brian dot becker at palmone dot com>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2867 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoguess framerate
michael [Wed, 10 Mar 2004 03:45:14 +0000 (03:45 +0000)]
guess framerate

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2866 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agodisable lames leading zero "feature", fixes a few more flv encoding issues
michael [Wed, 10 Mar 2004 00:43:24 +0000 (00:43 +0000)]
disable lames leading zero "feature", fixes a few more flv encoding issues

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2865 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)
michael [Tue, 9 Mar 2004 21:54:25 +0000 (21:54 +0000)]
10l (1 vs. descrLength(1)) found by (Jean Le Feuvre - jeanlf)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2864 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoflv fixes
michael [Tue, 9 Mar 2004 20:14:34 +0000 (20:14 +0000)]
flv fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2863 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agofind_start_code() optimization (about 2x faster now) this may improve decoding speed...
michael [Tue, 9 Mar 2004 15:23:14 +0000 (15:23 +0000)]
find_start_code() optimization (about 2x faster now) this may improve decoding speed with multiple threads

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2862 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoregression test fix (forcing specific audio codecs as the default often depends upon...
michael [Tue, 9 Mar 2004 15:20:04 +0000 (15:20 +0000)]
regression test fix (forcing specific audio codecs as the default often depends upon HAVE_MP3LAME or similar)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2861 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago* missing opts for make dep
kabi [Tue, 9 Mar 2004 12:18:40 +0000 (12:18 +0000)]
* missing opts for make dep

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2860 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoss patch by (Benjamin Larsson <banan at student dot ltu dot se>)
michael [Mon, 8 Mar 2004 19:13:23 +0000 (19:13 +0000)]
ss patch by (Benjamin Larsson <banan at student dot ltu dot se>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2859 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agochannel count & samplerate fix
michael [Mon, 8 Mar 2004 02:38:43 +0000 (02:38 +0000)]
channel count & samplerate fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2858 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agouse optimized VP3 functions where appropriate
melanson [Mon, 8 Mar 2004 02:18:19 +0000 (02:18 +0000)]
use optimized VP3 functions where appropriate

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2857 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agocut over to using new VP3 DSP functions and remove the old ones; bring
melanson [Mon, 8 Mar 2004 02:15:13 +0000 (02:15 +0000)]
cut over to using new VP3 DSP functions and remove the old ones; bring
certain source code identifiers in line with official VP3 spec (well,
*my* VP3 spec, anyway)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2856 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoseperated out the C-based VP3 DSP functions into a different file; also
melanson [Mon, 8 Mar 2004 02:13:45 +0000 (02:13 +0000)]
seperated out the C-based VP3 DSP functions into a different file; also
ported the MMX-optimized versions of those functions

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2855 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoh263 framerate & aspect ratio fixes
michael [Sat, 6 Mar 2004 12:33:56 +0000 (12:33 +0000)]
h263 framerate & aspect ratio fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2854 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoforgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
michael [Sat, 6 Mar 2004 11:07:37 +0000 (11:07 +0000)]
forgot to commit from patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2853 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agowrite trailer before closing codecs as otherwise accesses to extradata in write_trail...
michael [Fri, 5 Mar 2004 22:51:22 +0000 (22:51 +0000)]
write trailer before closing codecs as otherwise accesses to extradata in write_trailer() will cause a segfault

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2852 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoasf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
michael [Fri, 5 Mar 2004 22:10:50 +0000 (22:10 +0000)]
asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
  1. Corrected packet sent time. (Packet sent time => previous packet sent
     time)
  2. Corrected payload playing time. (Payload playing time => packet sent
     time)
  3. Used different format for packets with one payload and multi payloads.

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2851 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agosplit asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)
michael [Fri, 5 Mar 2004 21:34:30 +0000 (21:34 +0000)]
split asf patch by (Konstantin Andreyev <kandreyev at bcsii dot com>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2850 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agofix motion compensation with (x+1/2,y+1/2) MVs
michael [Fri, 5 Mar 2004 18:44:04 +0000 (18:44 +0000)]
fix motion compensation with (x+1/2,y+1/2) MVs

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2849 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l
michael [Fri, 5 Mar 2004 15:10:56 +0000 (15:10 +0000)]
10l

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2848 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago* more consts
kabi [Fri, 5 Mar 2004 14:21:56 +0000 (14:21 +0000)]
* more consts

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2847 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago* const warn elimination
kabi [Fri, 5 Mar 2004 14:09:12 +0000 (14:09 +0000)]
* const warn elimination

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2846 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago* const warn elimintation
kabi [Fri, 5 Mar 2004 14:08:33 +0000 (14:08 +0000)]
* const warn elimintation

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2845 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago* const
kabi [Fri, 5 Mar 2004 14:07:33 +0000 (14:07 +0000)]
* const

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2844 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agosilence warnings
iive [Thu, 4 Mar 2004 14:58:48 +0000 (14:58 +0000)]
silence warnings

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2843 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agocount > thread_count for execute()
michael [Wed, 3 Mar 2004 19:29:00 +0000 (19:29 +0000)]
count > thread_count for execute()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2842 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoav_log() cleanup
michael [Wed, 3 Mar 2004 17:53:55 +0000 (17:53 +0000)]
av_log() cleanup
 null pointer segfaults
 dont print redundant spam
 dont print prefix if reference==NULL
 class -> av_class
 dont copy AVClass to every object, its a waste of memory and not a good idea at all

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2841 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoav_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
michael [Wed, 3 Mar 2004 15:41:21 +0000 (15:41 +0000)]
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2840 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomacrofree av_freep()
michael [Wed, 3 Mar 2004 01:57:43 +0000 (01:57 +0000)]
macrofree av_freep()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2839 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoadd vlc for cbp=0 that is valid in 422,444
iive [Tue, 2 Mar 2004 18:39:25 +0000 (18:39 +0000)]
add vlc for cbp=0 that is valid in 422,444

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2838 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l (segfault fix)
michael [Tue, 2 Mar 2004 17:21:55 +0000 (17:21 +0000)]
10l (segfault fix)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago100l (divx5 b frame + seeking + flush fix)
michael [Tue, 2 Mar 2004 03:18:03 +0000 (03:18 +0000)]
100l (divx5 b frame + seeking + flush fix)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2836 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoforgot default chroma_format value
iive [Tue, 2 Mar 2004 00:40:18 +0000 (00:40 +0000)]
forgot default chroma_format value

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2835 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agofix typo
iive [Tue, 2 Mar 2004 00:30:25 +0000 (00:30 +0000)]
fix typo

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2834 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoinitial chroma_format changes,xvmc tweaks and codec_cap
iive [Mon, 1 Mar 2004 14:55:21 +0000 (14:55 +0000)]
initial chroma_format changes,xvmc tweaks and codec_cap

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2833 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoattribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
michael [Mon, 1 Mar 2004 12:46:20 +0000 (12:46 +0000)]
attribute_used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2832 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agooptimizing/cleanup of mpeg/qpel_motion()
michael [Sun, 29 Feb 2004 22:14:46 +0000 (22:14 +0000)]
optimizing/cleanup of mpeg/qpel_motion()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2831 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoattribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))
michael [Sun, 29 Feb 2004 22:10:18 +0000 (22:10 +0000)]
attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov))

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2830 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoskip b frames before first i frame
michael [Sun, 29 Feb 2004 02:25:19 +0000 (02:25 +0000)]
skip b frames before first i frame

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2829 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agosimplify MPV_motion()
michael [Sun, 29 Feb 2004 02:08:28 +0000 (02:08 +0000)]
simplify MPV_motion()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2828 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agointerlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)
michael [Sun, 29 Feb 2004 00:37:36 +0000 (00:37 +0000)]
interlaced mpeg4 + edge emu fix (fixes decoding of mermaid.avi)
related cleanup

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2827 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agompeg2 field pic decoding fix
michael [Sat, 28 Feb 2004 21:02:49 +0000 (21:02 +0000)]
mpeg2 field pic decoding fix
simplifiations

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2826 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoint64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)
michael [Sat, 28 Feb 2004 16:41:23 +0000 (16:41 +0000)]
int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2825 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoos x md5sum patch by (John Dalgliesh <johnd at defyne dot org>)
michael [Sat, 28 Feb 2004 15:15:58 +0000 (15:15 +0000)]
os x md5sum patch by (John Dalgliesh <johnd at defyne dot org>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2824 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoMetrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)
michael [Sat, 28 Feb 2004 15:03:53 +0000 (15:03 +0000)]
Metrowerks CodeWarrior patches by (John Dalgliesh <johnd at defyne dot org>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2823 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l (vdpart fix)
michael [Thu, 26 Feb 2004 19:11:21 +0000 (19:11 +0000)]
10l (vdpart fix)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2822 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoAVCodec.supported_framerates
michael [Thu, 26 Feb 2004 18:29:39 +0000 (18:29 +0000)]
AVCodec.supported_framerates

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2821 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoINT64_MIN fix
michael [Thu, 26 Feb 2004 15:15:05 +0000 (15:15 +0000)]
INT64_MIN fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2820 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago10l
michael [Thu, 26 Feb 2004 13:42:17 +0000 (13:42 +0000)]
10l

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2819 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago100l (field picture decoding fix)
michael [Thu, 26 Feb 2004 02:48:07 +0000 (02:48 +0000)]
100l (field picture decoding fix)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2818 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoWolfgang Hesseler (mv/dct coeff export & mv vissualiztion)
michael [Wed, 25 Feb 2004 18:30:49 +0000 (18:30 +0000)]
Wolfgang Hesseler (mv/dct coeff export & mv vissualiztion)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2817 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoexport DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot...
michael [Wed, 25 Feb 2004 18:29:17 +0000 (18:29 +0000)]
export DCT coefficients patch by (Wolfgang Hesseler <wolfgang.hesseler at imk dot fraunhofer dot de>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2816 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago1l
michael [Wed, 25 Feb 2004 18:17:45 +0000 (18:17 +0000)]
1l

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2815 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agouse AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
michael [Wed, 25 Feb 2004 17:35:52 +0000 (17:35 +0000)]
use AVFrame.pts=AV_NOPTS_VALUE instead of AVFrame.pts=0
move AV_NOPTS_VALUE & AV_TIME_BASE from avformat.h -> avcodec.h
related fixes

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2814 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoav_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael [Wed, 25 Feb 2004 02:47:53 +0000 (02:47 +0000)]
av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2813 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoset AVFrame.pts based upon framerate if its 0
michael [Wed, 25 Feb 2004 02:05:50 +0000 (02:05 +0000)]
set AVFrame.pts based upon framerate if its 0
detect & warn if the user prvides pts only for some frames, and try to guess the missing ones

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2812 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael [Mon, 23 Feb 2004 21:18:29 +0000 (21:18 +0000)]
 av_log() patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2811 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomultithreaded mpeg2 decoding
michael [Mon, 23 Feb 2004 20:56:56 +0000 (20:56 +0000)]
multithreaded mpeg2 decoding

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2810 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoav_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)
michael [Mon, 23 Feb 2004 16:07:30 +0000 (16:07 +0000)]
av_log patch by ("Steven M. Schultz" <sms at 2BSD dot COM>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2809 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoav_log()
michael [Mon, 23 Feb 2004 15:59:21 +0000 (15:59 +0000)]
av_log()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2808 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoc99
michael [Sun, 22 Feb 2004 21:22:47 +0000 (21:22 +0000)]
c99

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2807 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years ago(f)printf() is disallowed in libavcodec, compilation will fail now if its used, excep...
michael [Sun, 22 Feb 2004 00:31:19 +0000 (00:31 +0000)]
(f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2806 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoavsync patch by (Gildas Bazin <gbazin at altern dot org>)
michael [Fri, 20 Feb 2004 14:39:15 +0000 (14:39 +0000)]
avsync patch by (Gildas Bazin <gbazin at altern dot org>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2805 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoimproved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)
michael [Thu, 19 Feb 2004 22:34:13 +0000 (22:34 +0000)]
improved VCD support patch by ("Hauke Duden" <H.NS.Duden at gmx dot net>)
  - the first audio and video packs now contain only a system header and lots
  of padding.
  - no system headers in any packs other than the first ones
  - the two system headers only contain information about "their" stream
  - fixed some header values (muxrate, some flags, ...) so that they have the
  values specified by the standard
  - padding packs are inserted if the mux rate would be below 75 packs per
  second (the rate must not be below or above that value).
  - fixed the SCR of the packs
  - 20 zero bytes are now inserted at the end of each audio pack, after the
  data packet

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2804 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agow32threads by (Gildas Bazin <gbazin at altern dot org>)
michael [Thu, 19 Feb 2004 20:29:26 +0000 (20:29 +0000)]
w32threads by (Gildas Bazin <gbazin at altern dot org>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2803 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agouse get_format
iive [Thu, 19 Feb 2004 00:30:33 +0000 (00:30 +0000)]
use get_format

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2802 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agosimplify
michael [Wed, 18 Feb 2004 22:54:02 +0000 (22:54 +0000)]
simplify

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2801 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoauxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)
michael [Wed, 18 Feb 2004 19:15:19 +0000 (19:15 +0000)]
auxdatae, crcrs fix by (Jean-Francois Panisset <panisset at comcast dot net>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2800 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoupdate libavformat regression checksums (it should be checked why exactly they change...
michael [Wed, 18 Feb 2004 19:07:58 +0000 (19:07 +0000)]
update libavformat regression checksums (it should be checked why exactly they changed ...), and always test libavformat in make test so this doesnt happen again

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2799 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agocheck if threads_count is too large
michael [Wed, 18 Feb 2004 16:26:16 +0000 (16:26 +0000)]
check if threads_count is too large

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2798 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoflac_flush()
michael [Wed, 18 Feb 2004 15:17:54 +0000 (15:17 +0000)]
flac_flush()

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2797 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agosimplify
michael [Wed, 18 Feb 2004 14:05:49 +0000 (14:05 +0000)]
simplify
only change context if frame header is error-free, as some fields may not be stored in the frame header and so a single damaged frame-header may trash them

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2796 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoflac
alex [Wed, 18 Feb 2004 12:51:56 +0000 (12:51 +0000)]
flac

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2795 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoavoid negative array indices
alex [Wed, 18 Feb 2004 12:49:30 +0000 (12:49 +0000)]
avoid negative array indices

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2794 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agocrc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf...
michael [Wed, 18 Feb 2004 04:10:52 +0000 (04:10 +0000)]
crc8 checking, based upon a patch by (Miroslav Lichvar <lichvarm at phoenix dot inf dot upol dot cz>)
less spam/av_log
fix synccode search
channel_order -> decorrelation_type (cosmetic i know, but the old name is too meaningless IMHO)
faster mid/side decorrelator based upon lifting transforms

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2793 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoremove residual array, it isnt really needed
michael [Wed, 18 Feb 2004 02:00:55 +0000 (02:00 +0000)]
remove residual array, it isnt really needed

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2792 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoflac fixes:
michael [Wed, 18 Feb 2004 01:49:30 +0000 (01:49 +0000)]
flac fixes:
fix data types of residual&decoded
fix twos complement bitfields
fix utf8 (no, utf8 is not the same as the simple and compact uvlc used in nut)
add truncated bitstream support, both ogg and flac demuxers in mplayer cvs provide incomplete frames, and furthermore it isnt possible to find frameboundaries in flac without decoding it completly
add escape-less golomb rice decoder (=flac style golomb rice) (ultra efficient, the longest vlc code is just 2^32-1 bits)
printf->av_log
fix bps for non independant channels
fix a few +-1 bugs
fix sample order for independant channels
fix data_size

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2791 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoflac decoder by (Alex Beregszaszi <alex at fsn dot hu>)
michael [Wed, 18 Feb 2004 01:22:05 +0000 (01:22 +0000)]
flac decoder by (Alex Beregszaszi <alex at fsn dot hu>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2790 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agonoise reduction with threads bugfix
michael [Tue, 17 Feb 2004 18:57:50 +0000 (18:57 +0000)]
noise reduction with threads bugfix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2789 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomore error checks for the sequence header
michael [Mon, 16 Feb 2004 03:34:11 +0000 (03:34 +0000)]
more error checks for the sequence header

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2788 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoAAC support in mov, correct aspect ratio support and user data support patch by ...
michael [Sat, 14 Feb 2004 19:08:09 +0000 (19:08 +0000)]
AAC support in mov, correct aspect ratio support and user data support patch by (Gildas Bazin <gbazin at altern dot org>)
and regression test checksum update for it by me

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2787 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agorle_code can overflow when multiplied by 4
rtognimp [Sat, 14 Feb 2004 18:12:36 +0000 (18:12 +0000)]
rle_code can overflow when multiplied by 4
(fixes Animation-256Greys.mov from mphq)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2786 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agofix image resize
michael [Sat, 14 Feb 2004 17:20:42 +0000 (17:20 +0000)]
fix image resize

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2785 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoUse av_log
rtognimp [Sat, 14 Feb 2004 17:11:46 +0000 (17:11 +0000)]
Use av_log

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2784 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoavio patch by (Gildas Bazin <gbazin at altern dot org>)
michael [Sat, 14 Feb 2004 16:25:32 +0000 (16:25 +0000)]
avio patch by (Gildas Bazin <gbazin at altern dot org>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2783 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomsadpcm encoding
michael [Sat, 14 Feb 2004 15:11:20 +0000 (15:11 +0000)]
msadpcm encoding

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2782 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoLog file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4now...
michael [Sat, 14 Feb 2004 15:04:01 +0000 (15:04 +0000)]
Log file and Windows patch by ("Gael Chardon" <gael-announcements+ffmpeg at 4now dot net>)

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2781 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agonormalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka ...
michael [Sat, 14 Feb 2004 13:37:58 +0000 (13:37 +0000)]
normalize adaptive quantizatiuon fix (based upon a patch by (Jindrich Makovicka <makovick at kmlinux dot fjfi dot cvut dot cz>))

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2780 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agompeg4 b frame + adaptive quantization assertion failure fix
michael [Sat, 14 Feb 2004 03:49:43 +0000 (03:49 +0000)]
mpeg4 b frame + adaptive quantization assertion failure fix

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2779 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agomultithreaded spatial complexity calculation for i frames
michael [Sat, 14 Feb 2004 03:21:03 +0000 (03:21 +0000)]
multithreaded spatial complexity calculation for i frames

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2778 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b

20 years agoff_copy_bits() optimization
michael [Sat, 14 Feb 2004 01:25:41 +0000 (01:25 +0000)]
ff_copy_bits() optimization

git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2777 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b