OSDN Git Service

coroid/libav_saccubus.git
17 years agocode for testing the accuracy of the resampler
Michael Niedermayer [Wed, 21 Mar 2007 22:37:05 +0000 (22:37 +0000)]
code for testing the accuracy of the resampler

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

17 years agoremove dithering of filter coefficients, improves precision by 1-2 bits and
Michael Niedermayer [Wed, 21 Mar 2007 22:02:52 +0000 (22:02 +0000)]
remove dithering of filter coefficients, improves precision by 1-2 bits and
improves subjective sound quality on artificial sample (udial.wav resampling
to 32khz)

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

17 years agoThe NSV demuxer assumes that a video frame's timestamp increases by one on each
David Conrad [Wed, 21 Mar 2007 11:05:35 +0000 (11:05 +0000)]
The NSV demuxer assumes that a video frame's timestamp increases by one on each
frame, but some low-bitrate NSV files omit video frames for some NSV frames,
and expect the timestamp to increase by one every NSV frame. This is noticeable
in 64vp3.nsv where the video runs several times faster than the audio. Fix this
by unconditionally incrementing the video's timestamp with each NSV frame.
patch by David Conrad, umovimus gmail com

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

17 years agoav_estimate_timings_from_pts() flushes the packet queue but doesn't
Wolfram Gloger [Wed, 21 Mar 2007 10:48:10 +0000 (10:48 +0000)]
av_estimate_timings_from_pts() flushes the packet queue but doesn't
reset the streams' cur_dts values.  This can lead to a fatal "error,
non monotone timestamps ..." message later, because the out-of-date
cur_dts values are used to compute some packet's dts.

Fix this by calling av_read_frame_flush() and eliminate code
duplication in the process.

The additional hunk gives more detailed error messages.

patch by Wolfram Gloger, wmglo dent.med.uni-muenchen de

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

17 years agocosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame
Baptiste Coudurier [Wed, 21 Mar 2007 10:28:03 +0000 (10:28 +0000)]
cosmetics, sample_size_v1 -> bytes_per_frame / samples_per_frame

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

17 years agocosmetics
Baptiste Coudurier [Wed, 21 Mar 2007 10:19:37 +0000 (10:19 +0000)]
cosmetics

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

17 years agoset audio frame size based on stts
Baptiste Coudurier [Wed, 21 Mar 2007 10:17:52 +0000 (10:17 +0000)]
set audio frame size based on stts

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

17 years agotreat frame_size > 1 as compressed audio
Baptiste Coudurier [Wed, 21 Mar 2007 10:03:27 +0000 (10:03 +0000)]
treat frame_size > 1 as compressed audio

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

17 years agoSmacker Audio stereo fix
Kostya Shishkov [Wed, 21 Mar 2007 05:56:29 +0000 (05:56 +0000)]
Smacker Audio stereo fix

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

17 years agoupdate links to old probably obsolete bttv patches
Michael Niedermayer [Tue, 20 Mar 2007 21:17:21 +0000 (21:17 +0000)]
update links to old probably obsolete bttv patches

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

17 years agolink to ffv1, msmpeg4, asv1, 4xm docs
Michael Niedermayer [Tue, 20 Mar 2007 21:12:06 +0000 (21:12 +0000)]
link to ffv1, msmpeg4, asv1, 4xm docs

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

17 years agolibav* headers for pascal
Michael Niedermayer [Tue, 20 Mar 2007 21:09:02 +0000 (21:09 +0000)]
libav* headers for pascal

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

17 years agoSmall simplifications to subband coefficient handling and use av_random().
Ian Braithwaite [Tue, 20 Mar 2007 18:08:51 +0000 (18:08 +0000)]
Small simplifications to subband coefficient handling and use av_random().
Patch by Ian Braithwaite ian .. braithwaite ... dk

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

17 years agooops, encoder was under ifdef decoders.
Loren Merritt [Tue, 20 Mar 2007 16:51:30 +0000 (16:51 +0000)]
oops, encoder was under ifdef decoders.

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

17 years agorevert r8428, the check was not that useless
Michael Niedermayer [Tue, 20 Mar 2007 13:59:59 +0000 (13:59 +0000)]
revert r8428, the check was not that useless
should fix constant pts=0 with broken demuxers

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

17 years agoadd myself as AC-3 maintainer
Justin Ruggles [Tue, 20 Mar 2007 13:29:33 +0000 (13:29 +0000)]
add myself as AC-3 maintainer

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

17 years agoi think this is more correct
Michael Niedermayer [Tue, 20 Mar 2007 13:01:39 +0000 (13:01 +0000)]
i think this is more correct

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

17 years agoCorrectly handle data_size on decoding
Kostya Shishkov [Tue, 20 Mar 2007 05:44:42 +0000 (05:44 +0000)]
Correctly handle data_size on decoding

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

17 years agofix handling of special case for lowest snroffset. regressions are unaffected.
Justin Ruggles [Tue, 20 Mar 2007 02:12:13 +0000 (02:12 +0000)]
fix handling of special case for lowest snroffset. regressions are unaffected.

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

17 years ago10l, fix debug, dprintf does not have log level
Baptiste Coudurier [Mon, 19 Mar 2007 16:07:51 +0000 (16:07 +0000)]
10l, fix debug, dprintf does not have log level

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

17 years agoexpose av_base64_decode and av_base64_encode
Luca Barbato [Mon, 19 Mar 2007 00:48:47 +0000 (00:48 +0000)]
expose av_base64_decode and av_base64_encode

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

17 years agofix end-of-file detection
Clemens Ladisch [Sun, 18 Mar 2007 23:59:56 +0000 (23:59 +0000)]
fix end-of-file detection
At the end of a nut file, the check for url_feof() fails because the
eof flag was cleared by the url_fseek() call that was used to skip over
the index packet.    This patch fixes this
patch by: Clemens Ladisch % cladisch A fastmail P net %
Original thread:
Date: Feb 27, 2007 6:13 PM
Subject: [Ffmpeg-devel] [PATCH] nutdec: fix end-of-file detection

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

17 years agoadd dnxhd fourcc
Baptiste Coudurier [Sun, 18 Mar 2007 23:29:40 +0000 (23:29 +0000)]
add dnxhd fourcc

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

17 years agodnxhd decoder
Baptiste Coudurier [Sun, 18 Mar 2007 23:25:00 +0000 (23:25 +0000)]
dnxhd decoder

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

17 years agoAC-3 encoded volume is too high. Revert revision 7160:
Bill O'Shaughnessy [Sun, 18 Mar 2007 23:18:05 +0000 (23:18 +0000)]
AC-3 encoded volume is too high.  Revert revision 7160:
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:36PM
subject: [Ffmpeg-devel] Simpler Patch to bring AC3 encoder output up to input level

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

17 years agofix init_vlc() with nonzero flags
Måns Rullgård [Sun, 18 Mar 2007 22:32:39 +0000 (22:32 +0000)]
fix init_vlc() with nonzero flags

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

17 years agosplit ac3_parametric_bit_allocation into 3 separate functions
Justin Ruggles [Sun, 18 Mar 2007 21:43:20 +0000 (21:43 +0000)]
split ac3_parametric_bit_allocation into 3 separate functions

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

17 years agoimprove ac3_probe by counting consecutive frames
Justin Ruggles [Sun, 18 Mar 2007 19:32:22 +0000 (19:32 +0000)]
improve ac3_probe by counting consecutive frames

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

17 years agoZero MV vectors for P frame intra blocks
Kostya Shishkov [Sun, 18 Mar 2007 18:07:27 +0000 (18:07 +0000)]
Zero MV vectors for P frame intra blocks

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

17 years agofix full range (jpeg yuv) chroma
Michael Niedermayer [Sun, 18 Mar 2007 12:31:53 +0000 (12:31 +0000)]
fix full range (jpeg yuv) chroma

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

17 years agohuffyuv rgb encoder
Loren Merritt [Sun, 18 Mar 2007 12:03:29 +0000 (12:03 +0000)]
huffyuv rgb encoder

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

17 years agoRemove parameter unused in format string.
Diego Pettenò [Sun, 18 Mar 2007 09:49:25 +0000 (09:49 +0000)]
Remove parameter unused in format string.
Patch by Diego Petten [flameeyes gentoo org]

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

17 years agoindentation
Kostya Shishkov [Sun, 18 Mar 2007 07:53:16 +0000 (07:53 +0000)]
indentation

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

17 years agoProper handling of motion vectors for adv. profile
Kostya Shishkov [Sun, 18 Mar 2007 07:51:40 +0000 (07:51 +0000)]
Proper handling of motion vectors for adv. profile

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

17 years agohardcode ff_ac3_frame_sizes table
Justin Ruggles [Sun, 18 Mar 2007 04:53:21 +0000 (04:53 +0000)]
hardcode ff_ac3_frame_sizes table

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

17 years agoAdd RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.
Bobby Bingham [Sat, 17 Mar 2007 14:59:58 +0000 (14:59 +0000)]
Add RLE encoding support, patch by Bobby Bingham, uhmmmm gmail com.

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

17 years agoremove incorrect special case for audio
Michael Niedermayer [Sat, 17 Mar 2007 14:44:22 +0000 (14:44 +0000)]
remove incorrect special case for audio

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

17 years agofix indention
Michael Niedermayer [Sat, 17 Mar 2007 14:29:00 +0000 (14:29 +0000)]
fix indention

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

17 years agoreorder pts into dts support
Michael Niedermayer [Sat, 17 Mar 2007 14:27:01 +0000 (14:27 +0000)]
reorder pts into dts support

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

17 years agoMove the encoding of the image data to its own function.
Bobby Bingham [Sat, 17 Mar 2007 13:16:18 +0000 (13:16 +0000)]
Move the encoding of the image data to its own function.
patch by Bobby Bingham, uhmmmm gmail com

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

17 years agoAdd 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.
Bobby Bingham [Sat, 17 Mar 2007 12:56:34 +0000 (12:56 +0000)]
Add 15 bit support, patch by Bobby Bingham, uhmmmm gmail com.

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

17 years agoremove useless if()
Michael Niedermayer [Sat, 17 Mar 2007 02:23:53 +0000 (02:23 +0000)]
remove useless if()

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

17 years agosimplify
Michael Niedermayer [Sat, 17 Mar 2007 02:03:59 +0000 (02:03 +0000)]
simplify

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

17 years agosimplify
Michael Niedermayer [Sat, 17 Mar 2007 01:21:40 +0000 (01:21 +0000)]
simplify

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

17 years agoremove silly video check, theres nothing video specific in there
Michael Niedermayer [Fri, 16 Mar 2007 23:02:33 +0000 (23:02 +0000)]
remove silly video check, theres nothing video specific in there

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

17 years agoadd a delay variable to hold the timestamp buffer size
Michael Niedermayer [Fri, 16 Mar 2007 22:59:45 +0000 (22:59 +0000)]
add a delay variable to hold the timestamp buffer size
set cur_dts correctly for delay>1

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

17 years agoremove special case for h.264 whatever this was supposed to do its not correct
Michael Niedermayer [Fri, 16 Mar 2007 22:31:57 +0000 (22:31 +0000)]
remove special case for h.264 whatever this was supposed to do its not correct

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

17 years agoadd fps stats, patch by Limin Wang <lance lmwang at gmail com>
Limin Wang [Fri, 16 Mar 2007 16:13:54 +0000 (16:13 +0000)]
add fps stats, patch by Limin Wang <lance lmwang at gmail com>

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

17 years agofix indention
Michael Niedermayer [Thu, 15 Mar 2007 23:45:45 +0000 (23:45 +0000)]
fix indention

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

17 years agoforce 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
John Dalgliesh [Thu, 15 Mar 2007 23:45:20 +0000 (23:45 +0000)]
force 16-bytes alignement of block array, as needed by the implementation of ff_dct_sse2
patch by John Dalgliesh %johnd A defyne P org%

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

17 years agosupport reordering pts in the decoder (this might be equivalent to mplayers -correct...
Michael Niedermayer [Thu, 15 Mar 2007 23:39:43 +0000 (23:39 +0000)]
support reordering pts in the decoder (this might be equivalent to mplayers -correct-pts mode)
enable it with -drp (=decoder reorders pts)

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

17 years agodisable pts reordering code and initialize a parser instead
Aurelien Jacobs [Thu, 15 Mar 2007 23:08:58 +0000 (23:08 +0000)]
disable pts reordering code and initialize a parser instead

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

17 years agosubband_coef_noise -> subband_coef_sign
Ian Braithwaite [Thu, 15 Mar 2007 21:22:10 +0000 (21:22 +0000)]
subband_coef_noise -> subband_coef_sign
Cosmetics patch by Ian Braithwaite ian .. braithwaite dot dk

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

17 years agoremove secure password delivery requirement after complaint by the SVN admin
Michael Niedermayer [Thu, 15 Mar 2007 19:23:32 +0000 (19:23 +0000)]
remove secure password delivery requirement after complaint by the SVN admin

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

17 years agomisc wording/spelling fixes
Diego Biurrun [Thu, 15 Mar 2007 18:23:54 +0000 (18:23 +0000)]
misc wording/spelling fixes

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

17 years agogpg and passwords rule
Michael Niedermayer [Thu, 15 Mar 2007 12:54:48 +0000 (12:54 +0000)]
gpg and passwords rule

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

17 years agoadd rule to keep disscussion on the public mailinglist (stolen from mplayers policy)
Michael Niedermayer [Thu, 15 Mar 2007 12:52:33 +0000 (12:52 +0000)]
add rule to keep disscussion on the public mailinglist (stolen from mplayers policy)
(like always 1 complain from a ffmpeg-developer and ill reverse and we can disscuss it)

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

17 years agopatches should be split into incremental changes if possible
Michael Niedermayer [Thu, 15 Mar 2007 12:38:45 +0000 (12:38 +0000)]
patches should be split into incremental changes if possible
add patch split reasoning
suggest asking on ffmpeg-dev if theres doubt about spliting
(and like always if any developer disagrees say so and ill revert this and we can disscuss it on ffmpeg-dev)

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

17 years agoTarga (.tga) encoder,
Bobby Bingham [Thu, 15 Mar 2007 12:23:08 +0000 (12:23 +0000)]
Targa (.tga) encoder,
patch by Bobby Bingham % uhmmmm A gmail P com %
Only handles 24-bit BGR and 8-bit grayscale, no RLE at the moment either.
Original thread:
Date: Mar 11, 2007 7:58 PM
Subject: [Ffmpeg-devel] [PATCH] Targa encoder

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

17 years agoadd a entry to the policy about fixing warnings (i think this is common sense but...
Michael Niedermayer [Thu, 15 Mar 2007 12:18:47 +0000 (12:18 +0000)]
add a entry to the policy about fixing warnings (i think this is common sense but if anydeveloper disagrees, just say so
and ill revert it and we can disscuss it on ffmpeg-dev)

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

17 years agoPatch review process
Michael Niedermayer [Thu, 15 Mar 2007 11:59:50 +0000 (11:59 +0000)]
Patch review process

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

17 years ago10l for myself, fixing --disable-encoders
Michael Niedermayer [Wed, 14 Mar 2007 23:23:30 +0000 (23:23 +0000)]
10l for myself, fixing --disable-encoders

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

17 years ago160 bytes smaller object file, ask gcc devels why
Michael Niedermayer [Wed, 14 Mar 2007 19:47:58 +0000 (19:47 +0000)]
160 bytes smaller object file, ask gcc devels why

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

17 years agoexplain where the T table comes from
Michael Niedermayer [Wed, 14 Mar 2007 19:43:31 +0000 (19:43 +0000)]
explain where the T table comes from

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

17 years agoDXA demuxer and decoder
Kostya Shishkov [Wed, 14 Mar 2007 14:49:49 +0000 (14:49 +0000)]
DXA demuxer and decoder

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

17 years agodeprecate ff_realloc_static
Michael Niedermayer [Wed, 14 Mar 2007 13:25:15 +0000 (13:25 +0000)]
deprecate ff_realloc_static

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

17 years ago10l to whoever wrote this
Michael Niedermayer [Wed, 14 Mar 2007 13:20:29 +0000 (13:20 +0000)]
10l to whoever wrote this

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

17 years agokill av_mallocz_static() calls in init_rl()
Michael Niedermayer [Wed, 14 Mar 2007 13:19:19 +0000 (13:19 +0000)]
kill av_mallocz_static() calls in init_rl()

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

17 years agomove RLTable stuff to its own header
Michael Niedermayer [Wed, 14 Mar 2007 12:29:32 +0000 (12:29 +0000)]
move RLTable stuff to its own header

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

17 years agokill av_mallocz_static()
Michael Niedermayer [Wed, 14 Mar 2007 12:15:34 +0000 (12:15 +0000)]
kill av_mallocz_static()

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

17 years agoreindent after last commit
Baptiste Coudurier [Wed, 14 Mar 2007 11:13:17 +0000 (11:13 +0000)]
reindent after last commit

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

17 years agoh264 complete frames parsing support
Baptiste Coudurier [Wed, 14 Mar 2007 11:12:02 +0000 (11:12 +0000)]
h264 complete frames parsing support

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

17 years agokill 3 more av_mallocz_static()
Michael Niedermayer [Wed, 14 Mar 2007 01:59:53 +0000 (01:59 +0000)]
kill 3 more av_mallocz_static()

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

17 years agokill another 2 av_mallocz_static()
Michael Niedermayer [Wed, 14 Mar 2007 00:19:56 +0000 (00:19 +0000)]
kill another 2 av_mallocz_static()

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

17 years agokill a av_mallocz_static()
Michael Niedermayer [Tue, 13 Mar 2007 23:30:28 +0000 (23:30 +0000)]
kill a av_mallocz_static()

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

17 years ago10^10l to whoever wrote this
Michael Niedermayer [Tue, 13 Mar 2007 23:10:42 +0000 (23:10 +0000)]
10^10l to whoever wrote this

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

17 years agoremove useless static cm variable
Michael Niedermayer [Tue, 13 Mar 2007 22:53:01 +0000 (22:53 +0000)]
remove useless static cm variable

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

17 years agocosmetic
Michael Niedermayer [Tue, 13 Mar 2007 22:51:49 +0000 (22:51 +0000)]
cosmetic

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

17 years agoremove silly static int done protecting the initalization of 32 elements to 1
Michael Niedermayer [Tue, 13 Mar 2007 22:51:11 +0000 (22:51 +0000)]
remove silly static int done protecting the initalization of 32 elements to 1

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

17 years agoremove redundant memset()
Michael Niedermayer [Tue, 13 Mar 2007 22:47:59 +0000 (22:47 +0000)]
remove redundant memset()

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

17 years agodont malloc() static mv_penalty arrays
Michael Niedermayer [Tue, 13 Mar 2007 22:47:05 +0000 (22:47 +0000)]
dont malloc() static mv_penalty arrays

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

17 years agodeprecate av_mallocz_static()
Michael Niedermayer [Tue, 13 Mar 2007 22:01:06 +0000 (22:01 +0000)]
deprecate av_mallocz_static()

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

17 years agoCombine the window and overlap loops,
Ian Braithwaite [Tue, 13 Mar 2007 19:44:02 +0000 (19:44 +0000)]
Combine the window and overlap loops,
and get rid of the data swapping.

Patch by Ian Braithwaite <dk dot braithwaite at ian>

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

17 years agocosmetic (order context variables like in sha1)
Michael Niedermayer [Tue, 13 Mar 2007 12:40:13 +0000 (12:40 +0000)]
cosmetic (order context variables like in sha1)

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

17 years agos/context/ctx/
Michael Niedermayer [Tue, 13 Mar 2007 12:26:11 +0000 (12:26 +0000)]
s/context/ctx/

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

17 years ago#undef printf under #ifdef TEST (needed for testing)
Michael Niedermayer [Tue, 13 Mar 2007 12:20:04 +0000 (12:20 +0000)]
#undef printf under #ifdef TEST (needed for testing)

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

17 years agoborrow finalization algo from sha1 (100byte smaller)
Michael Niedermayer [Tue, 13 Mar 2007 12:19:20 +0000 (12:19 +0000)]
borrow finalization algo from sha1 (100byte smaller)

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

17 years agoget rid of b_used variable (same size with CONFIG_SMALL)
Michael Niedermayer [Tue, 13 Mar 2007 11:57:26 +0000 (11:57 +0000)]
get rid of b_used variable (same size with CONFIG_SMALL)

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

17 years agosmaller av_sha1_update()
Michael Niedermayer [Tue, 13 Mar 2007 11:25:57 +0000 (11:25 +0000)]
smaller av_sha1_update()

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

17 years agouse CONFIG_SMALL
Michael Niedermayer [Tue, 13 Mar 2007 10:53:15 +0000 (10:53 +0000)]
use CONFIG_SMALL

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

17 years agoput state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment
Michael Niedermayer [Tue, 13 Mar 2007 10:48:22 +0000 (10:48 +0000)]
put state[5] last so no padding is needed on arch where uint64_t needs 8byte alignment

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

17 years agocosmetic
Michael Niedermayer [Tue, 13 Mar 2007 10:46:18 +0000 (10:46 +0000)]
cosmetic

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

17 years agodont memcpy() simpler and same speed
Michael Niedermayer [Tue, 13 Mar 2007 10:45:41 +0000 (10:45 +0000)]
dont memcpy() simpler and same speed

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

17 years agosimplify
Michael Niedermayer [Tue, 13 Mar 2007 10:40:59 +0000 (10:40 +0000)]
simplify

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

17 years agoremove middle variant (keep fastest and smallest)
Michael Niedermayer [Tue, 13 Mar 2007 10:36:49 +0000 (10:36 +0000)]
remove middle variant (keep fastest and smallest)

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

17 years ago10l
Michael Niedermayer [Tue, 13 Mar 2007 10:34:52 +0000 (10:34 +0000)]
10l

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

17 years agodouble ;;
Michael Niedermayer [Tue, 13 Mar 2007 01:25:59 +0000 (01:25 +0000)]
double ;;

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

17 years agofactorize VARIANT2 (smaller and slower)
Michael Niedermayer [Tue, 13 Mar 2007 01:13:38 +0000 (01:13 +0000)]
factorize VARIANT2 (smaller and slower)

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

17 years agorevert 2% speed loss change (r8360)
Michael Niedermayer [Tue, 13 Mar 2007 00:35:18 +0000 (00:35 +0000)]
revert 2% speed loss change (r8360)
so VARIANT0 will be big and a few % faster, VARIANT1/2 are unaffected

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

17 years agoremove outdated comment
Aurelien Jacobs [Tue, 13 Mar 2007 00:21:19 +0000 (00:21 +0000)]
remove outdated comment

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