]> git.sesse.net Git - ffmpeg/log
ffmpeg
17 years agoZMBV encoder
Kostya Shishkov [Thu, 7 Dec 2006 04:17:01 +0000 (04:17 +0000)]
ZMBV encoder

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

17 years agouse standard INT64_MAX instead of MAXINT64 (and MIN)
Måns Rullgård [Thu, 7 Dec 2006 00:47:37 +0000 (00:47 +0000)]
use standard INT64_MAX instead of MAXINT64 (and MIN)

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

17 years agouse the standard INT64_C() macro for 64-bit constants
Måns Rullgård [Wed, 6 Dec 2006 23:46:11 +0000 (23:46 +0000)]
use the standard INT64_C() macro for 64-bit constants

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

17 years agomove more macros to internal.h
Måns Rullgård [Wed, 6 Dec 2006 23:23:20 +0000 (23:23 +0000)]
move more macros to internal.h

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

17 years agomove some __attribute__ macros to internal.h
Måns Rullgård [Wed, 6 Dec 2006 21:27:08 +0000 (21:27 +0000)]
move some __attribute__ macros to internal.h

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

17 years agoremove 'restrict' definition, it is always #defined in config.h
Måns Rullgård [Wed, 6 Dec 2006 20:31:39 +0000 (20:31 +0000)]
remove 'restrict' definition, it is always #defined in config.h

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

17 years agocosmetics, remove braces, remove spaces just inside parens
Baptiste Coudurier [Wed, 6 Dec 2006 17:17:33 +0000 (17:17 +0000)]
cosmetics, remove braces, remove spaces just inside parens

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

17 years agoAdd "mixed_refs" description suggested by Loren Merritt and update accompanying
Panagiotis Issaris [Wed, 6 Dec 2006 17:04:23 +0000 (17:04 +0000)]
Add "mixed_refs" description suggested by Loren Merritt and update accompanying
comment in the code.

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

17 years agodo not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew...
Andy Parkins [Wed, 6 Dec 2006 15:46:12 +0000 (15:46 +0000)]
do not truncate pts/dts if value is AV_NOPTS_VALUE, patch by Andy Parkins, andrew parkins at 360visiontechnology com

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

17 years agoAdd more descriptions to the AVOption array taken from the avcodec.h AVCodec structur...
Panagiotis Issaris [Wed, 6 Dec 2006 08:24:29 +0000 (08:24 +0000)]
Add more descriptions to the AVOption array taken from the avcodec.h AVCodec structure member comments.

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

17 years agoExport symbols of several H.264 intra prediction functions
Panagiotis Issaris [Wed, 6 Dec 2006 08:17:43 +0000 (08:17 +0000)]
Export symbols of several H.264 intra prediction functions

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

17 years agoDefines various common FLV format values between the FLV muxer and demuxer
Allan Hsu [Wed, 6 Dec 2006 00:23:04 +0000 (00:23 +0000)]
Defines various common FLV format values between the FLV muxer and demuxer
in a common flv.h.
patch by Allan Hsu  allan _at_ counterpop.net

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

17 years agoRemove MinGW install path special-casing.
Ramiro Polla [Tue, 5 Dec 2006 23:39:58 +0000 (23:39 +0000)]
Remove MinGW install path special-casing.
patch by Ramiro Polla, angustia arrozcru no-ip org

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

17 years agofix crash when decoding a truncated H264 slice
Alexander Chemeris [Tue, 5 Dec 2006 22:18:19 +0000 (22:18 +0000)]
fix crash when decoding a truncated H264 slice
patch by Alexander Chemeris % ipse P ffmpeg A gmail.com %
Original thread:
date: Dec 5, 2006 7:26 PM
subject: [Ffmpeg-devel] [PATCH] Fix crush when truncated slice passed to H.264 decoder

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

17 years agoRemoving unused code
Panagiotis Issaris [Tue, 5 Dec 2006 22:05:09 +0000 (22:05 +0000)]
Removing unused code

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

17 years agoAdd comment denoting group of H.264 functions
Panagiotis Issaris [Tue, 5 Dec 2006 21:57:31 +0000 (21:57 +0000)]
Add comment denoting group of H.264 functions

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

17 years agoChange NAL unit type defines to an enum and move to a header file for usage
Panagiotis Issaris [Tue, 5 Dec 2006 21:52:15 +0000 (21:52 +0000)]
Change NAL unit type defines to an enum and move to a header file for usage
in other code.

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

17 years agofix memleak, free stream codec allocated by av_new_stream
Baptiste Coudurier [Tue, 5 Dec 2006 14:01:44 +0000 (14:01 +0000)]
fix memleak, free stream codec allocated by av_new_stream

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

17 years ago10l umh search needs hex size 2 now after the last change
Michael Niedermayer [Tue, 5 Dec 2006 12:35:47 +0000 (12:35 +0000)]
10l umh search needs hex size 2 now after the last change

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

17 years agomake hex and large 2 small diamond search half their size instead or -1 if the initia...
Michael Niedermayer [Tue, 5 Dec 2006 12:34:52 +0000 (12:34 +0000)]
make hex and large 2 small diamond search half their size instead or -1 if the initial size was a power of 2
double the hex size so odd sized hexagons are possible

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

17 years agoDon't hardcode the shlibdir on Cygwin, it's supposed to be bindir.
Diego Biurrun [Mon, 4 Dec 2006 22:20:51 +0000 (22:20 +0000)]
Don't hardcode the shlibdir on Cygwin, it's supposed to be bindir.

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

17 years agoMinor modifications to handle mms streaming.
Ryan Martell [Mon, 4 Dec 2006 15:46:32 +0000 (15:46 +0000)]
Minor modifications to handle mms streaming.
Patch by Ryan Martell rdm4 martellventures com.

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

17 years agoFix some obvious mistakes in the option descriptions.
Diego Biurrun [Mon, 4 Dec 2006 12:04:53 +0000 (12:04 +0000)]
Fix some obvious mistakes in the option descriptions.

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

17 years agoprobe with some success image files not containing number pattern but having recogniz...
Baptiste Coudurier [Mon, 4 Dec 2006 11:42:48 +0000 (11:42 +0000)]
probe with some success image files not containing number pattern but having recognized image extension

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

17 years agoMove BE_*/LE_*/ST*/LD* macros to a common place. Some further
Reimar Döffinger [Sun, 3 Dec 2006 16:35:30 +0000 (16:35 +0000)]
Move BE_*/LE_*/ST*/LD* macros to a common place. Some further
optimization/cleanup would be desirable (e.g. LE_* and LD*
should be the same on x86).

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

17 years agoDo not touch pkt->pts
Kostya Shishkov [Sun, 3 Dec 2006 05:47:55 +0000 (05:47 +0000)]
Do not touch pkt->pts

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

17 years agoSome VQA v1 files don't have audio stream
Kostya Shishkov [Sun, 3 Dec 2006 05:29:00 +0000 (05:29 +0000)]
Some VQA v1 files don't have audio stream

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

17 years agoAnother hack to allow the Cinepak decoder to detect both types of deviant Cinepak
Mike Melanson [Sat, 2 Dec 2006 22:27:18 +0000 (22:27 +0000)]
Another hack to allow the Cinepak decoder to detect both types of deviant Cinepak
data. Tested against both known FILM files, several CPK files, and normal
CVID-encoded files.

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

17 years agoSimplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.
Mike Melanson [Sat, 2 Dec 2006 21:28:05 +0000 (21:28 +0000)]
Simplify the Sega FILM/CPK demuxer to not modify the bastardized Cinepak stream.
I changes the lavc Cinepak decoder some time ago to be able to handle the deviant
data, but never updated this demuxer.

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

17 years agoFill in some missing AVOption descriptions.
Víctor Paesa [Sat, 2 Dec 2006 18:58:20 +0000 (18:58 +0000)]
Fill in some missing AVOption descriptions.
patch by Víctor Paesa, wzrlpy arsystel com

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

17 years agoMake do_video_encoding general enough to accomodate all cases.
Diego Biurrun [Sat, 2 Dec 2006 15:03:28 +0000 (15:03 +0000)]
Make do_video_encoding general enough to accomodate all cases.

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

17 years agoMake do_video_decoding general enough to accomodate all cases.
Diego Biurrun [Sat, 2 Dec 2006 14:55:11 +0000 (14:55 +0000)]
Make do_video_decoding general enough to accomodate all cases.

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

17 years agoAdd IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato
Guillaume Poirier [Sat, 2 Dec 2006 14:50:42 +0000 (14:50 +0000)]
Add IDCT8 routine in Altivec. Patch by yours truely with Linux fixes by Luca Barbato

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

17 years agoMerge a repeating variable declaration into do_video_encoding.
Diego Biurrun [Sat, 2 Dec 2006 14:46:33 +0000 (14:46 +0000)]
Merge a repeating variable declaration into do_video_encoding.

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

17 years agospelling cosmetics: cliped --> clipped
Diego Biurrun [Sat, 2 Dec 2006 14:19:49 +0000 (14:19 +0000)]
spelling cosmetics: cliped --> clipped

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

17 years ago10e6l FastUVMC was done right but in the wrong place
Kostya Shishkov [Sat, 2 Dec 2006 12:55:29 +0000 (12:55 +0000)]
10e6l FastUVMC was done right but in the wrong place

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

17 years agofix indention
Michael Niedermayer [Sat, 2 Dec 2006 11:24:41 +0000 (11:24 +0000)]
fix indention

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

17 years agodia_size=-1 -> funny_diamond_search()
Michael Niedermayer [Sat, 2 Dec 2006 10:58:20 +0000 (10:58 +0000)]
dia_size=-1 -> funny_diamond_search()
dia_siue=768 + size -> umh search (old -1 was 784)

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

17 years agohexagon search
Michael Niedermayer [Sat, 2 Dec 2006 10:45:51 +0000 (10:45 +0000)]
hexagon search
dia_size=512 + hexagon size (513 is the normal one used in h264)
large to small diamond search
        dia_size=256 + diamond size

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

17 years agoUnused variable removed
Luca Barbato [Sat, 2 Dec 2006 01:28:21 +0000 (01:28 +0000)]
Unused variable removed

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

17 years agoremove pretty much useless skiping of some predictors
Michael Niedermayer [Fri, 1 Dec 2006 20:38:54 +0000 (20:38 +0000)]
remove pretty much useless skiping of some predictors
this has pretty much no quality or speed effect except very small random changes

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

17 years agomjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime
Baptiste Coudurier [Fri, 1 Dec 2006 14:06:21 +0000 (14:06 +0000)]
mjpeg a dump header bitstream filter, modifies bitstream to be decoded by quicktime

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

17 years agoadd bytestream big endian 16/32 writing functions
Baptiste Coudurier [Fri, 1 Dec 2006 14:01:50 +0000 (14:01 +0000)]
add bytestream big endian 16/32 writing functions

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

17 years agoUse a function for audio encoding and decoding.
Diego Biurrun [Fri, 1 Dec 2006 11:29:37 +0000 (11:29 +0000)]
Use a function for audio encoding and decoding.

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

17 years agoUse a function for libav.
Diego Biurrun [Fri, 1 Dec 2006 11:09:56 +0000 (11:09 +0000)]
Use a function for libav.

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

17 years agoUse a function for image formats.
Diego Biurrun [Fri, 1 Dec 2006 10:58:02 +0000 (10:58 +0000)]
Use a function for image formats.

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

17 years agoUse a function for streamed images.
Diego Biurrun [Fri, 1 Dec 2006 10:53:02 +0000 (10:53 +0000)]
Use a function for streamed images.

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

17 years agoUse a function for audio-only tests.
Diego Biurrun [Fri, 1 Dec 2006 10:44:28 +0000 (10:44 +0000)]
Use a function for audio-only tests.

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

17 years agoFix wrong flags for S16LE and S16BE audio in FLV files.
Allan Hsu [Fri, 1 Dec 2006 10:26:54 +0000 (10:26 +0000)]
Fix wrong flags for S16LE and S16BE audio in FLV files.
patch by Allan Hsu, allan counterpop net

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

17 years agotypo in umh
Michael Niedermayer [Fri, 1 Dec 2006 09:58:06 +0000 (09:58 +0000)]
typo in umh

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

17 years agoUMH support (dia_size=-1 activates it)
Michael Niedermayer [Fri, 1 Dec 2006 09:48:33 +0000 (09:48 +0000)]
UMH support (dia_size=-1 activates it)

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

17 years agocosmetic (prevent name clashes of variables in a macro with surrounding code)
Michael Niedermayer [Fri, 1 Dec 2006 09:46:52 +0000 (09:46 +0000)]
cosmetic (prevent name clashes of variables in a macro with surrounding code)

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

17 years ago100l FastUVMC rounding was incorrect.
Kostya Shishkov [Fri, 1 Dec 2006 07:24:56 +0000 (07:24 +0000)]
100l FastUVMC rounding was incorrect.
This should also improve quality on WMV9Drifting.asf

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

17 years ago1 step diamond search around the median MV predictor
Michael Niedermayer [Thu, 30 Nov 2006 22:44:22 +0000 (22:44 +0000)]
1 step diamond search around the median MV predictor
+0.01 PSNR
idea from x264

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

17 years agodoxy
Michael Niedermayer [Thu, 30 Nov 2006 12:00:29 +0000 (12:00 +0000)]
doxy

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

17 years agofix overflow and remove wrong comment
Michael Niedermayer [Thu, 30 Nov 2006 11:43:08 +0000 (11:43 +0000)]
fix overflow and remove wrong comment

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

17 years agoreturn optimal fraction
Michael Niedermayer [Thu, 30 Nov 2006 01:18:57 +0000 (01:18 +0000)]
return optimal fraction
based on a patch by Uoti Urpala

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

17 years agoFix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.
Loïc Le Loarer [Thu, 30 Nov 2006 01:00:12 +0000 (01:00 +0000)]
Fix compile with --disable-muxers, patch by Loïc Le Loarer, lll+ffmpeg m4x org.

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

17 years agoBetter VQA demuxer
Kostya Shishkov [Wed, 29 Nov 2006 05:42:59 +0000 (05:42 +0000)]
Better VQA demuxer

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

17 years agoVQA v1 support
Kostya Shishkov [Wed, 29 Nov 2006 05:40:37 +0000 (05:40 +0000)]
VQA v1 support

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

17 years agocleanup the #ifdef mess in encoder/decoder/parser registration
Aurelien Jacobs [Tue, 28 Nov 2006 23:55:24 +0000 (23:55 +0000)]
cleanup the #ifdef mess in encoder/decoder/parser registration

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

17 years agomatroska: scale timecode according to time_scale
Aurelien Jacobs [Tue, 28 Nov 2006 23:41:53 +0000 (23:41 +0000)]
matroska: scale timecode according to time_scale
fixes jerky playback of planet.earth.mkv

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

17 years agomove source_package declaration in the loop and reset it each iteration
Baptiste Coudurier [Tue, 28 Nov 2006 17:17:36 +0000 (17:17 +0000)]
move source_package declaration in the loop and reset it each iteration

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

17 years agoreadjust dts if negative
Baptiste Coudurier [Tue, 28 Nov 2006 15:34:18 +0000 (15:34 +0000)]
readjust dts if negative

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

17 years agoCorrect information in header
Kostya Shishkov [Tue, 28 Nov 2006 05:34:28 +0000 (05:34 +0000)]
Correct information in header

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

17 years agoChange "p" asm constraints to "g", since "p" was a no longer necessary hack to
Reimar Döffinger [Mon, 27 Nov 2006 21:59:13 +0000 (21:59 +0000)]
Change "p" asm constraints to "g", since "p" was a no longer necessary hack to
make AMD64 compilation work and ICC can not handle "p".

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

17 years ago10l in r7174 caused all options to be treated as filenames.
Loren Merritt [Mon, 27 Nov 2006 15:48:16 +0000 (15:48 +0000)]
10l in r7174 caused all options to be treated as filenames.

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

17 years agoalphabetic reordering of codec registration
Robert Swain [Mon, 27 Nov 2006 13:04:56 +0000 (13:04 +0000)]
alphabetic reordering of codec registration
patch by Robert Swain < robert.swain _at_ gmail.com >

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

17 years agocleanup the #ifdef mess in muxer/demuxer registration
Aurelien Jacobs [Mon, 27 Nov 2006 12:55:24 +0000 (12:55 +0000)]
cleanup the #ifdef mess in muxer/demuxer registration

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

17 years agoAdd support for files that begin with a dash.
Timo Lindfors [Mon, 27 Nov 2006 12:37:43 +0000 (12:37 +0000)]
Add support for files that begin with a dash.
Patch by Timo Lindfors % lindi A kurp P hut P fi %
Original thread:
Date: Mon, 27 Nov 2006 02:00:14 +0200
Subject: [Ffmpeg-devel] ffplay confused about filenames that begin with a dash

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

17 years agoPIC fix
Michael Niedermayer [Mon, 27 Nov 2006 10:56:10 +0000 (10:56 +0000)]
PIC fix

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

17 years agoMove copy_block* functions to dsp dsputil.h
Brian Foley [Sun, 26 Nov 2006 18:25:07 +0000 (18:25 +0000)]
Move copy_block* functions to dsp dsputil.h
Patch by Brian Foley % bfoley A compsoc P nuigalway P ie %
Original thread:
Date: Nov 26, 2006 6:44 PM
Subject: Re: [Ffmpeg-devel] [PATCH] put_mpeg4_qpel16_h_lowpass altivec, take 2

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

17 years agoCorrect rounding values in overlap filtering
Kostya Shishkov [Sun, 26 Nov 2006 04:57:31 +0000 (04:57 +0000)]
Correct rounding values in overlap filtering

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

17 years agoB-frames support for adv. profile
Kostya Shishkov [Sun, 26 Nov 2006 04:54:17 +0000 (04:54 +0000)]
B-frames support for adv. profile

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

17 years ago100l: Initialize dc_scale with current quantizer for adv I frames
Kostya Shishkov [Sun, 26 Nov 2006 04:53:36 +0000 (04:53 +0000)]
100l: Initialize dc_scale with current quantizer for adv I frames

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

17 years agoUse halfpq in coefficient scaling
Kostya Shishkov [Sun, 26 Nov 2006 04:52:36 +0000 (04:52 +0000)]
Use halfpq in coefficient scaling

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

17 years agoRemove redundant comment.
Diego Biurrun [Sat, 25 Nov 2006 15:44:55 +0000 (15:44 +0000)]
Remove redundant comment.

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

17 years agotypo
Luca Barbato [Fri, 24 Nov 2006 12:36:06 +0000 (12:36 +0000)]
typo

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

17 years agoImplement DELTA_FLI opcodes correctly. Patch by Steven Johnson
Steven Johnson [Fri, 24 Nov 2006 00:16:32 +0000 (00:16 +0000)]
Implement DELTA_FLI opcodes correctly. Patch by Steven Johnson

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

17 years agosupport byte_run=0 case in DELTA_FLI (this case means only skip pixels)
Alex Beregszaszi [Thu, 23 Nov 2006 23:50:08 +0000 (23:50 +0000)]
support byte_run=0 case in DELTA_FLI (this case means only skip pixels)

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

17 years ago10l memory corruption bug found by Steven Johnson
Alex Beregszaszi [Thu, 23 Nov 2006 22:57:20 +0000 (22:57 +0000)]
10l memory corruption bug found by Steven Johnson

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

17 years agoNo need for special trick anymore for flac in matroska.
Aurelien Jacobs [Thu, 23 Nov 2006 22:26:05 +0000 (22:26 +0000)]
No need for special trick anymore for flac in matroska.
The flac decoder now understand full metadata header in extradata.

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

17 years agoflac: allow reading of full metadata headers from extradata
Aurelien Jacobs [Thu, 23 Nov 2006 22:22:03 +0000 (22:22 +0000)]
flac: allow reading of full metadata headers from extradata

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

17 years agobring AC3 encoder output up to input volume level
Bill O'Shaughnessy [Thu, 23 Nov 2006 22:21:01 +0000 (22:21 +0000)]
bring AC3 encoder output up to input volume level
patch by Bill O'Shaughnessy % bill P oshaughnessy A gmail.com %
+ reg tests update gruntwork by me
Original thread:
date: Nov 21, 2006 11:36 PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level

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

17 years agoSet CODEC_TYPE_DATA for timecode tracks.
Reimar Döffinger [Wed, 22 Nov 2006 18:47:05 +0000 (18:47 +0000)]
Set CODEC_TYPE_DATA for timecode tracks.

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

17 years agoSet st->need_parsing = 2 for MPEG-content.
Reimar Döffinger [Wed, 22 Nov 2006 18:31:28 +0000 (18:31 +0000)]
Set st->need_parsing = 2 for MPEG-content.

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

17 years agofix bitstream to be correctly decoded by quicktime
Baptiste Coudurier [Wed, 22 Nov 2006 13:53:22 +0000 (13:53 +0000)]
fix bitstream to be correctly decoded by quicktime

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

17 years agofix sigfpe with intra only encoding
Baptiste Coudurier [Wed, 22 Nov 2006 13:24:58 +0000 (13:24 +0000)]
fix sigfpe with intra only encoding

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

17 years agoadd interactive support for MinGW
Ramiro Polla [Wed, 22 Nov 2006 12:15:58 +0000 (12:15 +0000)]
add interactive support for MinGW
patch by Ramiro Polla % ramiro A lisha P ufsc P br %
Orignial thread:
date: Nov 5, 2006 1:55 AM
subject: [Ffmpeg-devel] [PATCH] MinGW interactive support

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

17 years agoConditionally compile some of the AltiVec optimizations.
Diego Biurrun [Wed, 22 Nov 2006 09:20:16 +0000 (09:20 +0000)]
Conditionally compile some of the AltiVec optimizations.

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

17 years agofix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de
Matthias Hopf [Wed, 22 Nov 2006 01:11:29 +0000 (01:11 +0000)]
fix some potential security issues, patch by Matthias Hopf, mat at mshopf dot de

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

17 years agotypo
Baptiste Coudurier [Wed, 22 Nov 2006 00:52:32 +0000 (00:52 +0000)]
typo

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

17 years agofix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt...
Michael Niedermayer [Wed, 22 Nov 2006 00:30:53 +0000 (00:30 +0000)]
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)

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

17 years agoadd support for FLAC in matroska
Aurelien Jacobs [Tue, 21 Nov 2006 23:47:21 +0000 (23:47 +0000)]
add support for FLAC in matroska

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

17 years agoFix compilation with VC-1 decoder disabled.
Diego Biurrun [Tue, 21 Nov 2006 21:18:55 +0000 (21:18 +0000)]
Fix compilation with VC-1 decoder disabled.

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

17 years agofix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt...
Michael Niedermayer [Tue, 21 Nov 2006 19:37:44 +0000 (19:37 +0000)]
fix b frames + -mbd rd without -psnr (yes that was seriously buggy and probably hasnt been noticed as everyone who tested stuff used -psnr)

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

17 years ago100l infinite loop fix
Michael Niedermayer [Tue, 21 Nov 2006 19:35:06 +0000 (19:35 +0000)]
100l infinite loop fix

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

17 years agomove common voc muxer and demuxer data to voc.c
Aurelien Jacobs [Tue, 21 Nov 2006 13:18:21 +0000 (13:18 +0000)]
move common voc muxer and demuxer data to voc.c

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

17 years agosplit voc.c into vocdec.c and vocenc.c
Aurelien Jacobs [Tue, 21 Nov 2006 13:08:04 +0000 (13:08 +0000)]
split voc.c into vocdec.c and vocenc.c

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

17 years agotypo
Diego Biurrun [Tue, 21 Nov 2006 09:48:25 +0000 (09:48 +0000)]
typo

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